{
  "type": "File",
  "start": 0,
  "end": 30926,
  "loc": {
    "start": {
      "line": 1,
      "column": 0
    },
    "end": {
      "line": 924,
      "column": 0
    }
  },
  "program": {
    "type": "Program",
    "start": 0,
    "end": 30926,
    "loc": {
      "start": {
        "line": 1,
        "column": 0
      },
      "end": {
        "line": 924,
        "column": 0
      }
    },
    "sourceType": "module",
    "body": [
      {
        "type": "VariableDeclaration",
        "start": 15,
        "end": 48,
        "loc": {
          "start": {
            "line": 3,
            "column": 0
          },
          "end": {
            "line": 3,
            "column": 33
          }
        },
        "declarations": [
          {
            "type": "VariableDeclarator",
            "start": 21,
            "end": 47,
            "loc": {
              "start": {
                "line": 3,
                "column": 6
              },
              "end": {
                "line": 3,
                "column": 32
              }
            },
            "id": {
              "type": "Identifier",
              "start": 21,
              "end": 26,
              "loc": {
                "start": {
                  "line": 3,
                  "column": 6
                },
                "end": {
                  "line": 3,
                  "column": 11
                },
                "identifierName": "Utils"
              },
              "name": "Utils"
            },
            "init": {
              "type": "CallExpression",
              "start": 29,
              "end": 47,
              "loc": {
                "start": {
                  "line": 3,
                  "column": 14
                },
                "end": {
                  "line": 3,
                  "column": 32
                }
              },
              "callee": {
                "type": "Identifier",
                "start": 29,
                "end": 36,
                "loc": {
                  "start": {
                    "line": 3,
                    "column": 14
                  },
                  "end": {
                    "line": 3,
                    "column": 21
                  },
                  "identifierName": "require"
                },
                "name": "require"
              },
              "arguments": [
                {
                  "type": "StringLiteral",
                  "start": 37,
                  "end": 46,
                  "loc": {
                    "start": {
                      "line": 3,
                      "column": 22
                    },
                    "end": {
                      "line": 3,
                      "column": 31
                    }
                  },
                  "extra": {
                    "rawValue": "./utils",
                    "raw": "'./utils'"
                  },
                  "value": "./utils"
                }
              ]
            }
          }
        ],
        "kind": "const"
      },
      {
        "type": "VariableDeclaration",
        "start": 49,
        "end": 77,
        "loc": {
          "start": {
            "line": 4,
            "column": 0
          },
          "end": {
            "line": 4,
            "column": 28
          }
        },
        "declarations": [
          {
            "type": "VariableDeclarator",
            "start": 55,
            "end": 76,
            "loc": {
              "start": {
                "line": 4,
                "column": 6
              },
              "end": {
                "line": 4,
                "column": 27
              }
            },
            "id": {
              "type": "Identifier",
              "start": 55,
              "end": 56,
              "loc": {
                "start": {
                  "line": 4,
                  "column": 6
                },
                "end": {
                  "line": 4,
                  "column": 7
                },
                "identifierName": "_"
              },
              "name": "_"
            },
            "init": {
              "type": "CallExpression",
              "start": 59,
              "end": 76,
              "loc": {
                "start": {
                  "line": 4,
                  "column": 10
                },
                "end": {
                  "line": 4,
                  "column": 27
                }
              },
              "callee": {
                "type": "Identifier",
                "start": 59,
                "end": 66,
                "loc": {
                  "start": {
                    "line": 4,
                    "column": 10
                  },
                  "end": {
                    "line": 4,
                    "column": 17
                  },
                  "identifierName": "require"
                },
                "name": "require"
              },
              "arguments": [
                {
                  "type": "StringLiteral",
                  "start": 67,
                  "end": 75,
                  "loc": {
                    "start": {
                      "line": 4,
                      "column": 18
                    },
                    "end": {
                      "line": 4,
                      "column": 26
                    }
                  },
                  "extra": {
                    "rawValue": "lodash",
                    "raw": "'lodash'"
                  },
                  "value": "lodash"
                }
              ]
            }
          }
        ],
        "kind": "const"
      },
      {
        "type": "VariableDeclaration",
        "start": 78,
        "end": 120,
        "loc": {
          "start": {
            "line": 5,
            "column": 0
          },
          "end": {
            "line": 5,
            "column": 42
          }
        },
        "declarations": [
          {
            "type": "VariableDeclarator",
            "start": 84,
            "end": 119,
            "loc": {
              "start": {
                "line": 5,
                "column": 6
              },
              "end": {
                "line": 5,
                "column": 41
              }
            },
            "id": {
              "type": "Identifier",
              "start": 84,
              "end": 93,
              "loc": {
                "start": {
                  "line": 5,
                  "column": 6
                },
                "end": {
                  "line": 5,
                  "column": 15
                },
                "identifierName": "DataTypes"
              },
              "name": "DataTypes"
            },
            "init": {
              "type": "CallExpression",
              "start": 96,
              "end": 119,
              "loc": {
                "start": {
                  "line": 5,
                  "column": 18
                },
                "end": {
                  "line": 5,
                  "column": 41
                }
              },
              "callee": {
                "type": "Identifier",
                "start": 96,
                "end": 103,
                "loc": {
                  "start": {
                    "line": 5,
                    "column": 18
                  },
                  "end": {
                    "line": 5,
                    "column": 25
                  },
                  "identifierName": "require"
                },
                "name": "require"
              },
              "arguments": [
                {
                  "type": "StringLiteral",
                  "start": 104,
                  "end": 118,
                  "loc": {
                    "start": {
                      "line": 5,
                      "column": 26
                    },
                    "end": {
                      "line": 5,
                      "column": 40
                    }
                  },
                  "extra": {
                    "rawValue": "./data-types",
                    "raw": "'./data-types'"
                  },
                  "value": "./data-types"
                }
              ]
            }
          }
        ],
        "kind": "const"
      },
      {
        "type": "VariableDeclaration",
        "start": 121,
        "end": 195,
        "loc": {
          "start": {
            "line": 6,
            "column": 0
          },
          "end": {
            "line": 6,
            "column": 74
          }
        },
        "declarations": [
          {
            "type": "VariableDeclarator",
            "start": 127,
            "end": 194,
            "loc": {
              "start": {
                "line": 6,
                "column": 6
              },
              "end": {
                "line": 6,
                "column": 73
              }
            },
            "id": {
              "type": "Identifier",
              "start": 127,
              "end": 147,
              "loc": {
                "start": {
                  "line": 6,
                  "column": 6
                },
                "end": {
                  "line": 6,
                  "column": 26
                },
                "identifierName": "SQLiteQueryInterface"
              },
              "name": "SQLiteQueryInterface"
            },
            "init": {
              "type": "CallExpression",
              "start": 150,
              "end": 194,
              "loc": {
                "start": {
                  "line": 6,
                  "column": 29
                },
                "end": {
                  "line": 6,
                  "column": 73
                }
              },
              "callee": {
                "type": "Identifier",
                "start": 150,
                "end": 157,
                "loc": {
                  "start": {
                    "line": 6,
                    "column": 29
                  },
                  "end": {
                    "line": 6,
                    "column": 36
                  },
                  "identifierName": "require"
                },
                "name": "require"
              },
              "arguments": [
                {
                  "type": "StringLiteral",
                  "start": 158,
                  "end": 193,
                  "loc": {
                    "start": {
                      "line": 6,
                      "column": 37
                    },
                    "end": {
                      "line": 6,
                      "column": 72
                    }
                  },
                  "extra": {
                    "rawValue": "./dialects/sqlite/query-interface",
                    "raw": "'./dialects/sqlite/query-interface'"
                  },
                  "value": "./dialects/sqlite/query-interface"
                }
              ]
            }
          }
        ],
        "kind": "const"
      },
      {
        "type": "VariableDeclaration",
        "start": 196,
        "end": 269,
        "loc": {
          "start": {
            "line": 7,
            "column": 0
          },
          "end": {
            "line": 7,
            "column": 73
          }
        },
        "declarations": [
          {
            "type": "VariableDeclarator",
            "start": 202,
            "end": 268,
            "loc": {
              "start": {
                "line": 7,
                "column": 6
              },
              "end": {
                "line": 7,
                "column": 72
              }
            },
            "id": {
              "type": "Identifier",
              "start": 202,
              "end": 222,
              "loc": {
                "start": {
                  "line": 7,
                  "column": 6
                },
                "end": {
                  "line": 7,
                  "column": 26
                },
                "identifierName": "MSSSQLQueryInterface"
              },
              "name": "MSSSQLQueryInterface"
            },
            "init": {
              "type": "CallExpression",
              "start": 225,
              "end": 268,
              "loc": {
                "start": {
                  "line": 7,
                  "column": 29
                },
                "end": {
                  "line": 7,
                  "column": 72
                }
              },
              "callee": {
                "type": "Identifier",
                "start": 225,
                "end": 232,
                "loc": {
                  "start": {
                    "line": 7,
                    "column": 29
                  },
                  "end": {
                    "line": 7,
                    "column": 36
                  },
                  "identifierName": "require"
                },
                "name": "require"
              },
              "arguments": [
                {
                  "type": "StringLiteral",
                  "start": 233,
                  "end": 267,
                  "loc": {
                    "start": {
                      "line": 7,
                      "column": 37
                    },
                    "end": {
                      "line": 7,
                      "column": 71
                    }
                  },
                  "extra": {
                    "rawValue": "./dialects/mssql/query-interface",
                    "raw": "'./dialects/mssql/query-interface'"
                  },
                  "value": "./dialects/mssql/query-interface"
                }
              ]
            }
          }
        ],
        "kind": "const"
      },
      {
        "type": "VariableDeclaration",
        "start": 270,
        "end": 342,
        "loc": {
          "start": {
            "line": 8,
            "column": 0
          },
          "end": {
            "line": 8,
            "column": 72
          }
        },
        "declarations": [
          {
            "type": "VariableDeclarator",
            "start": 276,
            "end": 341,
            "loc": {
              "start": {
                "line": 8,
                "column": 6
              },
              "end": {
                "line": 8,
                "column": 71
              }
            },
            "id": {
              "type": "Identifier",
              "start": 276,
              "end": 295,
              "loc": {
                "start": {
                  "line": 8,
                  "column": 6
                },
                "end": {
                  "line": 8,
                  "column": 25
                },
                "identifierName": "MySQLQueryInterface"
              },
              "name": "MySQLQueryInterface"
            },
            "init": {
              "type": "CallExpression",
              "start": 298,
              "end": 341,
              "loc": {
                "start": {
                  "line": 8,
                  "column": 28
                },
                "end": {
                  "line": 8,
                  "column": 71
                }
              },
              "callee": {
                "type": "Identifier",
                "start": 298,
                "end": 305,
                "loc": {
                  "start": {
                    "line": 8,
                    "column": 28
                  },
                  "end": {
                    "line": 8,
                    "column": 35
                  },
                  "identifierName": "require"
                },
                "name": "require"
              },
              "arguments": [
                {
                  "type": "StringLiteral",
                  "start": 306,
                  "end": 340,
                  "loc": {
                    "start": {
                      "line": 8,
                      "column": 36
                    },
                    "end": {
                      "line": 8,
                      "column": 70
                    }
                  },
                  "extra": {
                    "rawValue": "./dialects/mysql/query-interface",
                    "raw": "'./dialects/mysql/query-interface'"
                  },
                  "value": "./dialects/mysql/query-interface"
                }
              ]
            }
          }
        ],
        "kind": "const"
      },
      {
        "type": "VariableDeclaration",
        "start": 343,
        "end": 388,
        "loc": {
          "start": {
            "line": 9,
            "column": 0
          },
          "end": {
            "line": 9,
            "column": 45
          }
        },
        "declarations": [
          {
            "type": "VariableDeclarator",
            "start": 349,
            "end": 387,
            "loc": {
              "start": {
                "line": 9,
                "column": 6
              },
              "end": {
                "line": 9,
                "column": 44
              }
            },
            "id": {
              "type": "Identifier",
              "start": 349,
              "end": 360,
              "loc": {
                "start": {
                  "line": 9,
                  "column": 6
                },
                "end": {
                  "line": 9,
                  "column": 17
                },
                "identifierName": "Transaction"
              },
              "name": "Transaction"
            },
            "init": {
              "type": "CallExpression",
              "start": 363,
              "end": 387,
              "loc": {
                "start": {
                  "line": 9,
                  "column": 20
                },
                "end": {
                  "line": 9,
                  "column": 44
                }
              },
              "callee": {
                "type": "Identifier",
                "start": 363,
                "end": 370,
                "loc": {
                  "start": {
                    "line": 9,
                    "column": 20
                  },
                  "end": {
                    "line": 9,
                    "column": 27
                  },
                  "identifierName": "require"
                },
                "name": "require"
              },
              "arguments": [
                {
                  "type": "StringLiteral",
                  "start": 371,
                  "end": 386,
                  "loc": {
                    "start": {
                      "line": 9,
                      "column": 28
                    },
                    "end": {
                      "line": 9,
                      "column": 43
                    }
                  },
                  "extra": {
                    "rawValue": "./transaction",
                    "raw": "'./transaction'"
                  },
                  "value": "./transaction"
                }
              ]
            }
          }
        ],
        "kind": "const"
      },
      {
        "type": "VariableDeclaration",
        "start": 389,
        "end": 426,
        "loc": {
          "start": {
            "line": 10,
            "column": 0
          },
          "end": {
            "line": 10,
            "column": 37
          }
        },
        "declarations": [
          {
            "type": "VariableDeclarator",
            "start": 395,
            "end": 425,
            "loc": {
              "start": {
                "line": 10,
                "column": 6
              },
              "end": {
                "line": 10,
                "column": 36
              }
            },
            "id": {
              "type": "Identifier",
              "start": 395,
              "end": 402,
              "loc": {
                "start": {
                  "line": 10,
                  "column": 6
                },
                "end": {
                  "line": 10,
                  "column": 13
                },
                "identifierName": "Promise"
              },
              "name": "Promise"
            },
            "init": {
              "type": "CallExpression",
              "start": 405,
              "end": 425,
              "loc": {
                "start": {
                  "line": 10,
                  "column": 16
                },
                "end": {
                  "line": 10,
                  "column": 36
                }
              },
              "callee": {
                "type": "Identifier",
                "start": 405,
                "end": 412,
                "loc": {
                  "start": {
                    "line": 10,
                    "column": 16
                  },
                  "end": {
                    "line": 10,
                    "column": 23
                  },
                  "identifierName": "require"
                },
                "name": "require"
              },
              "arguments": [
                {
                  "type": "StringLiteral",
                  "start": 413,
                  "end": 424,
                  "loc": {
                    "start": {
                      "line": 10,
                      "column": 24
                    },
                    "end": {
                      "line": 10,
                      "column": 35
                    }
                  },
                  "extra": {
                    "rawValue": "./promise",
                    "raw": "'./promise'"
                  },
                  "value": "./promise"
                }
              ]
            }
          }
        ],
        "kind": "const"
      },
      {
        "type": "VariableDeclaration",
        "start": 427,
        "end": 471,
        "loc": {
          "start": {
            "line": 11,
            "column": 0
          },
          "end": {
            "line": 11,
            "column": 44
          }
        },
        "declarations": [
          {
            "type": "VariableDeclarator",
            "start": 433,
            "end": 470,
            "loc": {
              "start": {
                "line": 11,
                "column": 6
              },
              "end": {
                "line": 11,
                "column": 43
              }
            },
            "id": {
              "type": "Identifier",
              "start": 433,
              "end": 443,
              "loc": {
                "start": {
                  "line": 11,
                  "column": 6
                },
                "end": {
                  "line": 11,
                  "column": 16
                },
                "identifierName": "QueryTypes"
              },
              "name": "QueryTypes"
            },
            "init": {
              "type": "CallExpression",
              "start": 446,
              "end": 470,
              "loc": {
                "start": {
                  "line": 11,
                  "column": 19
                },
                "end": {
                  "line": 11,
                  "column": 43
                }
              },
              "callee": {
                "type": "Identifier",
                "start": 446,
                "end": 453,
                "loc": {
                  "start": {
                    "line": 11,
                    "column": 19
                  },
                  "end": {
                    "line": 11,
                    "column": 26
                  },
                  "identifierName": "require"
                },
                "name": "require"
              },
              "arguments": [
                {
                  "type": "StringLiteral",
                  "start": 454,
                  "end": 469,
                  "loc": {
                    "start": {
                      "line": 11,
                      "column": 27
                    },
                    "end": {
                      "line": 11,
                      "column": 42
                    }
                  },
                  "extra": {
                    "rawValue": "./query-types",
                    "raw": "'./query-types'"
                  },
                  "value": "./query-types"
                }
              ]
            }
          }
        ],
        "kind": "const",
        "trailingComments": [
          {
            "type": "CommentBlock",
            "value": "*\n * The interface that Sequelize uses to talk to all databases\n * @class QueryInterface\n * @private\n ",
            "start": 473,
            "end": 579,
            "loc": {
              "start": {
                "line": 13,
                "column": 0
              },
              "end": {
                "line": 17,
                "column": 3
              }
            }
          }
        ]
      },
      {
        "type": "ClassDeclaration",
        "start": 580,
        "end": 30802,
        "loc": {
          "start": {
            "line": 18,
            "column": 0
          },
          "end": {
            "line": 919,
            "column": 1
          }
        },
        "id": {
          "type": "Identifier",
          "start": 586,
          "end": 600,
          "loc": {
            "start": {
              "line": 18,
              "column": 6
            },
            "end": {
              "line": 18,
              "column": 20
            },
            "identifierName": "QueryInterface"
          },
          "name": "QueryInterface",
          "leadingComments": null
        },
        "superClass": null,
        "body": {
          "type": "ClassBody",
          "start": 601,
          "end": 30802,
          "loc": {
            "start": {
              "line": 18,
              "column": 21
            },
            "end": {
              "line": 919,
              "column": 1
            }
          },
          "body": [
            {
              "type": "ClassMethod",
              "start": 605,
              "end": 730,
              "loc": {
                "start": {
                  "line": 19,
                  "column": 2
                },
                "end": {
                  "line": 22,
                  "column": 3
                }
              },
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 605,
                "end": 616,
                "loc": {
                  "start": {
                    "line": 19,
                    "column": 2
                  },
                  "end": {
                    "line": 19,
                    "column": 13
                  },
                  "identifierName": "constructor"
                },
                "name": "constructor"
              },
              "static": false,
              "kind": "constructor",
              "id": null,
              "generator": false,
              "expression": false,
              "async": false,
              "params": [
                {
                  "type": "Identifier",
                  "start": 617,
                  "end": 626,
                  "loc": {
                    "start": {
                      "line": 19,
                      "column": 14
                    },
                    "end": {
                      "line": 19,
                      "column": 23
                    },
                    "identifierName": "sequelize"
                  },
                  "name": "sequelize"
                }
              ],
              "body": {
                "type": "BlockStatement",
                "start": 628,
                "end": 730,
                "loc": {
                  "start": {
                    "line": 19,
                    "column": 25
                  },
                  "end": {
                    "line": 22,
                    "column": 3
                  }
                },
                "body": [
                  {
                    "type": "ExpressionStatement",
                    "start": 634,
                    "end": 661,
                    "loc": {
                      "start": {
                        "line": 20,
                        "column": 4
                      },
                      "end": {
                        "line": 20,
                        "column": 31
                      }
                    },
                    "expression": {
                      "type": "AssignmentExpression",
                      "start": 634,
                      "end": 660,
                      "loc": {
                        "start": {
                          "line": 20,
                          "column": 4
                        },
                        "end": {
                          "line": 20,
                          "column": 30
                        }
                      },
                      "operator": "=",
                      "left": {
                        "type": "MemberExpression",
                        "start": 634,
                        "end": 648,
                        "loc": {
                          "start": {
                            "line": 20,
                            "column": 4
                          },
                          "end": {
                            "line": 20,
                            "column": 18
                          }
                        },
                        "object": {
                          "type": "ThisExpression",
                          "start": 634,
                          "end": 638,
                          "loc": {
                            "start": {
                              "line": 20,
                              "column": 4
                            },
                            "end": {
                              "line": 20,
                              "column": 8
                            }
                          }
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 639,
                          "end": 648,
                          "loc": {
                            "start": {
                              "line": 20,
                              "column": 9
                            },
                            "end": {
                              "line": 20,
                              "column": 18
                            },
                            "identifierName": "sequelize"
                          },
                          "name": "sequelize"
                        },
                        "computed": false
                      },
                      "right": {
                        "type": "Identifier",
                        "start": 651,
                        "end": 660,
                        "loc": {
                          "start": {
                            "line": 20,
                            "column": 21
                          },
                          "end": {
                            "line": 20,
                            "column": 30
                          },
                          "identifierName": "sequelize"
                        },
                        "name": "sequelize"
                      }
                    }
                  },
                  {
                    "type": "ExpressionStatement",
                    "start": 666,
                    "end": 726,
                    "loc": {
                      "start": {
                        "line": 21,
                        "column": 4
                      },
                      "end": {
                        "line": 21,
                        "column": 64
                      }
                    },
                    "expression": {
                      "type": "AssignmentExpression",
                      "start": 666,
                      "end": 725,
                      "loc": {
                        "start": {
                          "line": 21,
                          "column": 4
                        },
                        "end": {
                          "line": 21,
                          "column": 63
                        }
                      },
                      "operator": "=",
                      "left": {
                        "type": "MemberExpression",
                        "start": 666,
                        "end": 685,
                        "loc": {
                          "start": {
                            "line": 21,
                            "column": 4
                          },
                          "end": {
                            "line": 21,
                            "column": 23
                          }
                        },
                        "object": {
                          "type": "ThisExpression",
                          "start": 666,
                          "end": 670,
                          "loc": {
                            "start": {
                              "line": 21,
                              "column": 4
                            },
                            "end": {
                              "line": 21,
                              "column": 8
                            }
                          }
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 671,
                          "end": 685,
                          "loc": {
                            "start": {
                              "line": 21,
                              "column": 9
                            },
                            "end": {
                              "line": 21,
                              "column": 23
                            },
                            "identifierName": "QueryGenerator"
                          },
                          "name": "QueryGenerator"
                        },
                        "computed": false
                      },
                      "right": {
                        "type": "MemberExpression",
                        "start": 688,
                        "end": 725,
                        "loc": {
                          "start": {
                            "line": 21,
                            "column": 26
                          },
                          "end": {
                            "line": 21,
                            "column": 63
                          }
                        },
                        "object": {
                          "type": "MemberExpression",
                          "start": 688,
                          "end": 710,
                          "loc": {
                            "start": {
                              "line": 21,
                              "column": 26
                            },
                            "end": {
                              "line": 21,
                              "column": 48
                            }
                          },
                          "object": {
                            "type": "MemberExpression",
                            "start": 688,
                            "end": 702,
                            "loc": {
                              "start": {
                                "line": 21,
                                "column": 26
                              },
                              "end": {
                                "line": 21,
                                "column": 40
                              }
                            },
                            "object": {
                              "type": "ThisExpression",
                              "start": 688,
                              "end": 692,
                              "loc": {
                                "start": {
                                  "line": 21,
                                  "column": 26
                                },
                                "end": {
                                  "line": 21,
                                  "column": 30
                                }
                              }
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 693,
                              "end": 702,
                              "loc": {
                                "start": {
                                  "line": 21,
                                  "column": 31
                                },
                                "end": {
                                  "line": 21,
                                  "column": 40
                                },
                                "identifierName": "sequelize"
                              },
                              "name": "sequelize"
                            },
                            "computed": false
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 703,
                            "end": 710,
                            "loc": {
                              "start": {
                                "line": 21,
                                "column": 41
                              },
                              "end": {
                                "line": 21,
                                "column": 48
                              },
                              "identifierName": "dialect"
                            },
                            "name": "dialect"
                          },
                          "computed": false
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 711,
                          "end": 725,
                          "loc": {
                            "start": {
                              "line": 21,
                              "column": 49
                            },
                            "end": {
                              "line": 21,
                              "column": 63
                            },
                            "identifierName": "QueryGenerator"
                          },
                          "name": "QueryGenerator"
                        },
                        "computed": false
                      }
                    }
                  }
                ],
                "directives": []
              }
            },
            {
              "type": "ClassMethod",
              "start": 734,
              "end": 903,
              "loc": {
                "start": {
                  "line": 24,
                  "column": 2
                },
                "end": {
                  "line": 28,
                  "column": 3
                }
              },
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 734,
                "end": 746,
                "loc": {
                  "start": {
                    "line": 24,
                    "column": 2
                  },
                  "end": {
                    "line": 24,
                    "column": 14
                  },
                  "identifierName": "createSchema"
                },
                "name": "createSchema"
              },
              "static": false,
              "kind": "method",
              "id": null,
              "generator": false,
              "expression": false,
              "async": false,
              "params": [
                {
                  "type": "Identifier",
                  "start": 747,
                  "end": 753,
                  "loc": {
                    "start": {
                      "line": 24,
                      "column": 15
                    },
                    "end": {
                      "line": 24,
                      "column": 21
                    },
                    "identifierName": "schema"
                  },
                  "name": "schema"
                },
                {
                  "type": "Identifier",
                  "start": 755,
                  "end": 762,
                  "loc": {
                    "start": {
                      "line": 24,
                      "column": 23
                    },
                    "end": {
                      "line": 24,
                      "column": 30
                    },
                    "identifierName": "options"
                  },
                  "name": "options"
                }
              ],
              "body": {
                "type": "BlockStatement",
                "start": 764,
                "end": 903,
                "loc": {
                  "start": {
                    "line": 24,
                    "column": 32
                  },
                  "end": {
                    "line": 28,
                    "column": 3
                  }
                },
                "body": [
                  {
                    "type": "ExpressionStatement",
                    "start": 770,
                    "end": 794,
                    "loc": {
                      "start": {
                        "line": 25,
                        "column": 4
                      },
                      "end": {
                        "line": 25,
                        "column": 28
                      }
                    },
                    "expression": {
                      "type": "AssignmentExpression",
                      "start": 770,
                      "end": 793,
                      "loc": {
                        "start": {
                          "line": 25,
                          "column": 4
                        },
                        "end": {
                          "line": 25,
                          "column": 27
                        }
                      },
                      "operator": "=",
                      "left": {
                        "type": "Identifier",
                        "start": 770,
                        "end": 777,
                        "loc": {
                          "start": {
                            "line": 25,
                            "column": 4
                          },
                          "end": {
                            "line": 25,
                            "column": 11
                          },
                          "identifierName": "options"
                        },
                        "name": "options"
                      },
                      "right": {
                        "type": "LogicalExpression",
                        "start": 780,
                        "end": 793,
                        "loc": {
                          "start": {
                            "line": 25,
                            "column": 14
                          },
                          "end": {
                            "line": 25,
                            "column": 27
                          }
                        },
                        "left": {
                          "type": "Identifier",
                          "start": 780,
                          "end": 787,
                          "loc": {
                            "start": {
                              "line": 25,
                              "column": 14
                            },
                            "end": {
                              "line": 25,
                              "column": 21
                            },
                            "identifierName": "options"
                          },
                          "name": "options"
                        },
                        "operator": "||",
                        "right": {
                          "type": "ObjectExpression",
                          "start": 791,
                          "end": 793,
                          "loc": {
                            "start": {
                              "line": 25,
                              "column": 25
                            },
                            "end": {
                              "line": 25,
                              "column": 27
                            }
                          },
                          "properties": []
                        }
                      }
                    }
                  },
                  {
                    "type": "VariableDeclaration",
                    "start": 799,
                    "end": 852,
                    "loc": {
                      "start": {
                        "line": 26,
                        "column": 4
                      },
                      "end": {
                        "line": 26,
                        "column": 57
                      }
                    },
                    "declarations": [
                      {
                        "type": "VariableDeclarator",
                        "start": 805,
                        "end": 851,
                        "loc": {
                          "start": {
                            "line": 26,
                            "column": 10
                          },
                          "end": {
                            "line": 26,
                            "column": 56
                          }
                        },
                        "id": {
                          "type": "Identifier",
                          "start": 805,
                          "end": 808,
                          "loc": {
                            "start": {
                              "line": 26,
                              "column": 10
                            },
                            "end": {
                              "line": 26,
                              "column": 13
                            },
                            "identifierName": "sql"
                          },
                          "name": "sql"
                        },
                        "init": {
                          "type": "CallExpression",
                          "start": 811,
                          "end": 851,
                          "loc": {
                            "start": {
                              "line": 26,
                              "column": 16
                            },
                            "end": {
                              "line": 26,
                              "column": 56
                            }
                          },
                          "callee": {
                            "type": "MemberExpression",
                            "start": 811,
                            "end": 843,
                            "loc": {
                              "start": {
                                "line": 26,
                                "column": 16
                              },
                              "end": {
                                "line": 26,
                                "column": 48
                              }
                            },
                            "object": {
                              "type": "MemberExpression",
                              "start": 811,
                              "end": 830,
                              "loc": {
                                "start": {
                                  "line": 26,
                                  "column": 16
                                },
                                "end": {
                                  "line": 26,
                                  "column": 35
                                }
                              },
                              "object": {
                                "type": "ThisExpression",
                                "start": 811,
                                "end": 815,
                                "loc": {
                                  "start": {
                                    "line": 26,
                                    "column": 16
                                  },
                                  "end": {
                                    "line": 26,
                                    "column": 20
                                  }
                                }
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 816,
                                "end": 830,
                                "loc": {
                                  "start": {
                                    "line": 26,
                                    "column": 21
                                  },
                                  "end": {
                                    "line": 26,
                                    "column": 35
                                  },
                                  "identifierName": "QueryGenerator"
                                },
                                "name": "QueryGenerator"
                              },
                              "computed": false
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 831,
                              "end": 843,
                              "loc": {
                                "start": {
                                  "line": 26,
                                  "column": 36
                                },
                                "end": {
                                  "line": 26,
                                  "column": 48
                                },
                                "identifierName": "createSchema"
                              },
                              "name": "createSchema"
                            },
                            "computed": false
                          },
                          "arguments": [
                            {
                              "type": "Identifier",
                              "start": 844,
                              "end": 850,
                              "loc": {
                                "start": {
                                  "line": 26,
                                  "column": 49
                                },
                                "end": {
                                  "line": 26,
                                  "column": 55
                                },
                                "identifierName": "schema"
                              },
                              "name": "schema"
                            }
                          ]
                        }
                      }
                    ],
                    "kind": "const"
                  },
                  {
                    "type": "ReturnStatement",
                    "start": 857,
                    "end": 899,
                    "loc": {
                      "start": {
                        "line": 27,
                        "column": 4
                      },
                      "end": {
                        "line": 27,
                        "column": 46
                      }
                    },
                    "argument": {
                      "type": "CallExpression",
                      "start": 864,
                      "end": 898,
                      "loc": {
                        "start": {
                          "line": 27,
                          "column": 11
                        },
                        "end": {
                          "line": 27,
                          "column": 45
                        }
                      },
                      "callee": {
                        "type": "MemberExpression",
                        "start": 864,
                        "end": 884,
                        "loc": {
                          "start": {
                            "line": 27,
                            "column": 11
                          },
                          "end": {
                            "line": 27,
                            "column": 31
                          }
                        },
                        "object": {
                          "type": "MemberExpression",
                          "start": 864,
                          "end": 878,
                          "loc": {
                            "start": {
                              "line": 27,
                              "column": 11
                            },
                            "end": {
                              "line": 27,
                              "column": 25
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 864,
                            "end": 868,
                            "loc": {
                              "start": {
                                "line": 27,
                                "column": 11
                              },
                              "end": {
                                "line": 27,
                                "column": 15
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 869,
                            "end": 878,
                            "loc": {
                              "start": {
                                "line": 27,
                                "column": 16
                              },
                              "end": {
                                "line": 27,
                                "column": 25
                              },
                              "identifierName": "sequelize"
                            },
                            "name": "sequelize"
                          },
                          "computed": false
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 879,
                          "end": 884,
                          "loc": {
                            "start": {
                              "line": 27,
                              "column": 26
                            },
                            "end": {
                              "line": 27,
                              "column": 31
                            },
                            "identifierName": "query"
                          },
                          "name": "query"
                        },
                        "computed": false
                      },
                      "arguments": [
                        {
                          "type": "Identifier",
                          "start": 885,
                          "end": 888,
                          "loc": {
                            "start": {
                              "line": 27,
                              "column": 32
                            },
                            "end": {
                              "line": 27,
                              "column": 35
                            },
                            "identifierName": "sql"
                          },
                          "name": "sql"
                        },
                        {
                          "type": "Identifier",
                          "start": 890,
                          "end": 897,
                          "loc": {
                            "start": {
                              "line": 27,
                              "column": 37
                            },
                            "end": {
                              "line": 27,
                              "column": 44
                            },
                            "identifierName": "options"
                          },
                          "name": "options"
                        }
                      ]
                    }
                  }
                ],
                "directives": []
              }
            },
            {
              "type": "ClassMethod",
              "start": 907,
              "end": 1072,
              "loc": {
                "start": {
                  "line": 30,
                  "column": 2
                },
                "end": {
                  "line": 34,
                  "column": 3
                }
              },
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 907,
                "end": 917,
                "loc": {
                  "start": {
                    "line": 30,
                    "column": 2
                  },
                  "end": {
                    "line": 30,
                    "column": 12
                  },
                  "identifierName": "dropSchema"
                },
                "name": "dropSchema"
              },
              "static": false,
              "kind": "method",
              "id": null,
              "generator": false,
              "expression": false,
              "async": false,
              "params": [
                {
                  "type": "Identifier",
                  "start": 918,
                  "end": 924,
                  "loc": {
                    "start": {
                      "line": 30,
                      "column": 13
                    },
                    "end": {
                      "line": 30,
                      "column": 19
                    },
                    "identifierName": "schema"
                  },
                  "name": "schema"
                },
                {
                  "type": "Identifier",
                  "start": 926,
                  "end": 933,
                  "loc": {
                    "start": {
                      "line": 30,
                      "column": 21
                    },
                    "end": {
                      "line": 30,
                      "column": 28
                    },
                    "identifierName": "options"
                  },
                  "name": "options"
                }
              ],
              "body": {
                "type": "BlockStatement",
                "start": 935,
                "end": 1072,
                "loc": {
                  "start": {
                    "line": 30,
                    "column": 30
                  },
                  "end": {
                    "line": 34,
                    "column": 3
                  }
                },
                "body": [
                  {
                    "type": "ExpressionStatement",
                    "start": 941,
                    "end": 965,
                    "loc": {
                      "start": {
                        "line": 31,
                        "column": 4
                      },
                      "end": {
                        "line": 31,
                        "column": 28
                      }
                    },
                    "expression": {
                      "type": "AssignmentExpression",
                      "start": 941,
                      "end": 964,
                      "loc": {
                        "start": {
                          "line": 31,
                          "column": 4
                        },
                        "end": {
                          "line": 31,
                          "column": 27
                        }
                      },
                      "operator": "=",
                      "left": {
                        "type": "Identifier",
                        "start": 941,
                        "end": 948,
                        "loc": {
                          "start": {
                            "line": 31,
                            "column": 4
                          },
                          "end": {
                            "line": 31,
                            "column": 11
                          },
                          "identifierName": "options"
                        },
                        "name": "options"
                      },
                      "right": {
                        "type": "LogicalExpression",
                        "start": 951,
                        "end": 964,
                        "loc": {
                          "start": {
                            "line": 31,
                            "column": 14
                          },
                          "end": {
                            "line": 31,
                            "column": 27
                          }
                        },
                        "left": {
                          "type": "Identifier",
                          "start": 951,
                          "end": 958,
                          "loc": {
                            "start": {
                              "line": 31,
                              "column": 14
                            },
                            "end": {
                              "line": 31,
                              "column": 21
                            },
                            "identifierName": "options"
                          },
                          "name": "options"
                        },
                        "operator": "||",
                        "right": {
                          "type": "ObjectExpression",
                          "start": 962,
                          "end": 964,
                          "loc": {
                            "start": {
                              "line": 31,
                              "column": 25
                            },
                            "end": {
                              "line": 31,
                              "column": 27
                            }
                          },
                          "properties": []
                        }
                      }
                    }
                  },
                  {
                    "type": "VariableDeclaration",
                    "start": 970,
                    "end": 1021,
                    "loc": {
                      "start": {
                        "line": 32,
                        "column": 4
                      },
                      "end": {
                        "line": 32,
                        "column": 55
                      }
                    },
                    "declarations": [
                      {
                        "type": "VariableDeclarator",
                        "start": 976,
                        "end": 1020,
                        "loc": {
                          "start": {
                            "line": 32,
                            "column": 10
                          },
                          "end": {
                            "line": 32,
                            "column": 54
                          }
                        },
                        "id": {
                          "type": "Identifier",
                          "start": 976,
                          "end": 979,
                          "loc": {
                            "start": {
                              "line": 32,
                              "column": 10
                            },
                            "end": {
                              "line": 32,
                              "column": 13
                            },
                            "identifierName": "sql"
                          },
                          "name": "sql"
                        },
                        "init": {
                          "type": "CallExpression",
                          "start": 982,
                          "end": 1020,
                          "loc": {
                            "start": {
                              "line": 32,
                              "column": 16
                            },
                            "end": {
                              "line": 32,
                              "column": 54
                            }
                          },
                          "callee": {
                            "type": "MemberExpression",
                            "start": 982,
                            "end": 1012,
                            "loc": {
                              "start": {
                                "line": 32,
                                "column": 16
                              },
                              "end": {
                                "line": 32,
                                "column": 46
                              }
                            },
                            "object": {
                              "type": "MemberExpression",
                              "start": 982,
                              "end": 1001,
                              "loc": {
                                "start": {
                                  "line": 32,
                                  "column": 16
                                },
                                "end": {
                                  "line": 32,
                                  "column": 35
                                }
                              },
                              "object": {
                                "type": "ThisExpression",
                                "start": 982,
                                "end": 986,
                                "loc": {
                                  "start": {
                                    "line": 32,
                                    "column": 16
                                  },
                                  "end": {
                                    "line": 32,
                                    "column": 20
                                  }
                                }
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 987,
                                "end": 1001,
                                "loc": {
                                  "start": {
                                    "line": 32,
                                    "column": 21
                                  },
                                  "end": {
                                    "line": 32,
                                    "column": 35
                                  },
                                  "identifierName": "QueryGenerator"
                                },
                                "name": "QueryGenerator"
                              },
                              "computed": false
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 1002,
                              "end": 1012,
                              "loc": {
                                "start": {
                                  "line": 32,
                                  "column": 36
                                },
                                "end": {
                                  "line": 32,
                                  "column": 46
                                },
                                "identifierName": "dropSchema"
                              },
                              "name": "dropSchema"
                            },
                            "computed": false
                          },
                          "arguments": [
                            {
                              "type": "Identifier",
                              "start": 1013,
                              "end": 1019,
                              "loc": {
                                "start": {
                                  "line": 32,
                                  "column": 47
                                },
                                "end": {
                                  "line": 32,
                                  "column": 53
                                },
                                "identifierName": "schema"
                              },
                              "name": "schema"
                            }
                          ]
                        }
                      }
                    ],
                    "kind": "const"
                  },
                  {
                    "type": "ReturnStatement",
                    "start": 1026,
                    "end": 1068,
                    "loc": {
                      "start": {
                        "line": 33,
                        "column": 4
                      },
                      "end": {
                        "line": 33,
                        "column": 46
                      }
                    },
                    "argument": {
                      "type": "CallExpression",
                      "start": 1033,
                      "end": 1067,
                      "loc": {
                        "start": {
                          "line": 33,
                          "column": 11
                        },
                        "end": {
                          "line": 33,
                          "column": 45
                        }
                      },
                      "callee": {
                        "type": "MemberExpression",
                        "start": 1033,
                        "end": 1053,
                        "loc": {
                          "start": {
                            "line": 33,
                            "column": 11
                          },
                          "end": {
                            "line": 33,
                            "column": 31
                          }
                        },
                        "object": {
                          "type": "MemberExpression",
                          "start": 1033,
                          "end": 1047,
                          "loc": {
                            "start": {
                              "line": 33,
                              "column": 11
                            },
                            "end": {
                              "line": 33,
                              "column": 25
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 1033,
                            "end": 1037,
                            "loc": {
                              "start": {
                                "line": 33,
                                "column": 11
                              },
                              "end": {
                                "line": 33,
                                "column": 15
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 1038,
                            "end": 1047,
                            "loc": {
                              "start": {
                                "line": 33,
                                "column": 16
                              },
                              "end": {
                                "line": 33,
                                "column": 25
                              },
                              "identifierName": "sequelize"
                            },
                            "name": "sequelize"
                          },
                          "computed": false
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 1048,
                          "end": 1053,
                          "loc": {
                            "start": {
                              "line": 33,
                              "column": 26
                            },
                            "end": {
                              "line": 33,
                              "column": 31
                            },
                            "identifierName": "query"
                          },
                          "name": "query"
                        },
                        "computed": false
                      },
                      "arguments": [
                        {
                          "type": "Identifier",
                          "start": 1054,
                          "end": 1057,
                          "loc": {
                            "start": {
                              "line": 33,
                              "column": 32
                            },
                            "end": {
                              "line": 33,
                              "column": 35
                            },
                            "identifierName": "sql"
                          },
                          "name": "sql"
                        },
                        {
                          "type": "Identifier",
                          "start": 1059,
                          "end": 1066,
                          "loc": {
                            "start": {
                              "line": 33,
                              "column": 37
                            },
                            "end": {
                              "line": 33,
                              "column": 44
                            },
                            "identifierName": "options"
                          },
                          "name": "options"
                        }
                      ]
                    }
                  }
                ],
                "directives": []
              }
            },
            {
              "type": "ClassMethod",
              "start": 1076,
              "end": 1354,
              "loc": {
                "start": {
                  "line": 36,
                  "column": 2
                },
                "end": {
                  "line": 44,
                  "column": 3
                }
              },
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 1076,
                "end": 1090,
                "loc": {
                  "start": {
                    "line": 36,
                    "column": 2
                  },
                  "end": {
                    "line": 36,
                    "column": 16
                  },
                  "identifierName": "dropAllSchemas"
                },
                "name": "dropAllSchemas"
              },
              "static": false,
              "kind": "method",
              "id": null,
              "generator": false,
              "expression": false,
              "async": false,
              "params": [
                {
                  "type": "Identifier",
                  "start": 1091,
                  "end": 1098,
                  "loc": {
                    "start": {
                      "line": 36,
                      "column": 17
                    },
                    "end": {
                      "line": 36,
                      "column": 24
                    },
                    "identifierName": "options"
                  },
                  "name": "options"
                }
              ],
              "body": {
                "type": "BlockStatement",
                "start": 1100,
                "end": 1354,
                "loc": {
                  "start": {
                    "line": 36,
                    "column": 26
                  },
                  "end": {
                    "line": 44,
                    "column": 3
                  }
                },
                "body": [
                  {
                    "type": "ExpressionStatement",
                    "start": 1106,
                    "end": 1130,
                    "loc": {
                      "start": {
                        "line": 37,
                        "column": 4
                      },
                      "end": {
                        "line": 37,
                        "column": 28
                      }
                    },
                    "expression": {
                      "type": "AssignmentExpression",
                      "start": 1106,
                      "end": 1129,
                      "loc": {
                        "start": {
                          "line": 37,
                          "column": 4
                        },
                        "end": {
                          "line": 37,
                          "column": 27
                        }
                      },
                      "operator": "=",
                      "left": {
                        "type": "Identifier",
                        "start": 1106,
                        "end": 1113,
                        "loc": {
                          "start": {
                            "line": 37,
                            "column": 4
                          },
                          "end": {
                            "line": 37,
                            "column": 11
                          },
                          "identifierName": "options"
                        },
                        "name": "options"
                      },
                      "right": {
                        "type": "LogicalExpression",
                        "start": 1116,
                        "end": 1129,
                        "loc": {
                          "start": {
                            "line": 37,
                            "column": 14
                          },
                          "end": {
                            "line": 37,
                            "column": 27
                          }
                        },
                        "left": {
                          "type": "Identifier",
                          "start": 1116,
                          "end": 1123,
                          "loc": {
                            "start": {
                              "line": 37,
                              "column": 14
                            },
                            "end": {
                              "line": 37,
                              "column": 21
                            },
                            "identifierName": "options"
                          },
                          "name": "options"
                        },
                        "operator": "||",
                        "right": {
                          "type": "ObjectExpression",
                          "start": 1127,
                          "end": 1129,
                          "loc": {
                            "start": {
                              "line": 37,
                              "column": 25
                            },
                            "end": {
                              "line": 37,
                              "column": 27
                            }
                          },
                          "properties": []
                        }
                      }
                    }
                  },
                  {
                    "type": "IfStatement",
                    "start": 1136,
                    "end": 1350,
                    "loc": {
                      "start": {
                        "line": 39,
                        "column": 4
                      },
                      "end": {
                        "line": 43,
                        "column": 5
                      }
                    },
                    "test": {
                      "type": "UnaryExpression",
                      "start": 1140,
                      "end": 1186,
                      "loc": {
                        "start": {
                          "line": 39,
                          "column": 8
                        },
                        "end": {
                          "line": 39,
                          "column": 54
                        }
                      },
                      "operator": "!",
                      "prefix": true,
                      "argument": {
                        "type": "MemberExpression",
                        "start": 1141,
                        "end": 1186,
                        "loc": {
                          "start": {
                            "line": 39,
                            "column": 9
                          },
                          "end": {
                            "line": 39,
                            "column": 54
                          }
                        },
                        "object": {
                          "type": "MemberExpression",
                          "start": 1141,
                          "end": 1178,
                          "loc": {
                            "start": {
                              "line": 39,
                              "column": 9
                            },
                            "end": {
                              "line": 39,
                              "column": 46
                            }
                          },
                          "object": {
                            "type": "MemberExpression",
                            "start": 1141,
                            "end": 1169,
                            "loc": {
                              "start": {
                                "line": 39,
                                "column": 9
                              },
                              "end": {
                                "line": 39,
                                "column": 37
                              }
                            },
                            "object": {
                              "type": "MemberExpression",
                              "start": 1141,
                              "end": 1160,
                              "loc": {
                                "start": {
                                  "line": 39,
                                  "column": 9
                                },
                                "end": {
                                  "line": 39,
                                  "column": 28
                                }
                              },
                              "object": {
                                "type": "ThisExpression",
                                "start": 1141,
                                "end": 1145,
                                "loc": {
                                  "start": {
                                    "line": 39,
                                    "column": 9
                                  },
                                  "end": {
                                    "line": 39,
                                    "column": 13
                                  }
                                }
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 1146,
                                "end": 1160,
                                "loc": {
                                  "start": {
                                    "line": 39,
                                    "column": 14
                                  },
                                  "end": {
                                    "line": 39,
                                    "column": 28
                                  },
                                  "identifierName": "QueryGenerator"
                                },
                                "name": "QueryGenerator"
                              },
                              "computed": false
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 1161,
                              "end": 1169,
                              "loc": {
                                "start": {
                                  "line": 39,
                                  "column": 29
                                },
                                "end": {
                                  "line": 39,
                                  "column": 37
                                },
                                "identifierName": "_dialect"
                              },
                              "name": "_dialect"
                            },
                            "computed": false
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 1170,
                            "end": 1178,
                            "loc": {
                              "start": {
                                "line": 39,
                                "column": 38
                              },
                              "end": {
                                "line": 39,
                                "column": 46
                              },
                              "identifierName": "supports"
                            },
                            "name": "supports"
                          },
                          "computed": false
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 1179,
                          "end": 1186,
                          "loc": {
                            "start": {
                              "line": 39,
                              "column": 47
                            },
                            "end": {
                              "line": 39,
                              "column": 54
                            },
                            "identifierName": "schemas"
                          },
                          "name": "schemas"
                        },
                        "computed": false
                      },
                      "extra": {
                        "parenthesizedArgument": false
                      }
                    },
                    "consequent": {
                      "type": "BlockStatement",
                      "start": 1188,
                      "end": 1238,
                      "loc": {
                        "start": {
                          "line": 39,
                          "column": 56
                        },
                        "end": {
                          "line": 41,
                          "column": 5
                        }
                      },
                      "body": [
                        {
                          "type": "ReturnStatement",
                          "start": 1196,
                          "end": 1232,
                          "loc": {
                            "start": {
                              "line": 40,
                              "column": 6
                            },
                            "end": {
                              "line": 40,
                              "column": 42
                            }
                          },
                          "argument": {
                            "type": "CallExpression",
                            "start": 1203,
                            "end": 1231,
                            "loc": {
                              "start": {
                                "line": 40,
                                "column": 13
                              },
                              "end": {
                                "line": 40,
                                "column": 41
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 1203,
                              "end": 1222,
                              "loc": {
                                "start": {
                                  "line": 40,
                                  "column": 13
                                },
                                "end": {
                                  "line": 40,
                                  "column": 32
                                }
                              },
                              "object": {
                                "type": "MemberExpression",
                                "start": 1203,
                                "end": 1217,
                                "loc": {
                                  "start": {
                                    "line": 40,
                                    "column": 13
                                  },
                                  "end": {
                                    "line": 40,
                                    "column": 27
                                  }
                                },
                                "object": {
                                  "type": "ThisExpression",
                                  "start": 1203,
                                  "end": 1207,
                                  "loc": {
                                    "start": {
                                      "line": 40,
                                      "column": 13
                                    },
                                    "end": {
                                      "line": 40,
                                      "column": 17
                                    }
                                  }
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 1208,
                                  "end": 1217,
                                  "loc": {
                                    "start": {
                                      "line": 40,
                                      "column": 18
                                    },
                                    "end": {
                                      "line": 40,
                                      "column": 27
                                    },
                                    "identifierName": "sequelize"
                                  },
                                  "name": "sequelize"
                                },
                                "computed": false
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 1218,
                                "end": 1222,
                                "loc": {
                                  "start": {
                                    "line": 40,
                                    "column": 28
                                  },
                                  "end": {
                                    "line": 40,
                                    "column": 32
                                  },
                                  "identifierName": "drop"
                                },
                                "name": "drop"
                              },
                              "computed": false
                            },
                            "arguments": [
                              {
                                "type": "Identifier",
                                "start": 1223,
                                "end": 1230,
                                "loc": {
                                  "start": {
                                    "line": 40,
                                    "column": 33
                                  },
                                  "end": {
                                    "line": 40,
                                    "column": 40
                                  },
                                  "identifierName": "options"
                                },
                                "name": "options"
                              }
                            ]
                          }
                        }
                      ],
                      "directives": []
                    },
                    "alternate": {
                      "type": "BlockStatement",
                      "start": 1244,
                      "end": 1350,
                      "loc": {
                        "start": {
                          "line": 41,
                          "column": 11
                        },
                        "end": {
                          "line": 43,
                          "column": 5
                        }
                      },
                      "body": [
                        {
                          "type": "ReturnStatement",
                          "start": 1252,
                          "end": 1344,
                          "loc": {
                            "start": {
                              "line": 42,
                              "column": 6
                            },
                            "end": {
                              "line": 42,
                              "column": 98
                            }
                          },
                          "argument": {
                            "type": "CallExpression",
                            "start": 1259,
                            "end": 1343,
                            "loc": {
                              "start": {
                                "line": 42,
                                "column": 13
                              },
                              "end": {
                                "line": 42,
                                "column": 97
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 1259,
                              "end": 1291,
                              "loc": {
                                "start": {
                                  "line": 42,
                                  "column": 13
                                },
                                "end": {
                                  "line": 42,
                                  "column": 45
                                }
                              },
                              "object": {
                                "type": "CallExpression",
                                "start": 1259,
                                "end": 1287,
                                "loc": {
                                  "start": {
                                    "line": 42,
                                    "column": 13
                                  },
                                  "end": {
                                    "line": 42,
                                    "column": 41
                                  }
                                },
                                "callee": {
                                  "type": "MemberExpression",
                                  "start": 1259,
                                  "end": 1278,
                                  "loc": {
                                    "start": {
                                      "line": 42,
                                      "column": 13
                                    },
                                    "end": {
                                      "line": 42,
                                      "column": 32
                                    }
                                  },
                                  "object": {
                                    "type": "ThisExpression",
                                    "start": 1259,
                                    "end": 1263,
                                    "loc": {
                                      "start": {
                                        "line": 42,
                                        "column": 13
                                      },
                                      "end": {
                                        "line": 42,
                                        "column": 17
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 1264,
                                    "end": 1278,
                                    "loc": {
                                      "start": {
                                        "line": 42,
                                        "column": 18
                                      },
                                      "end": {
                                        "line": 42,
                                        "column": 32
                                      },
                                      "identifierName": "showAllSchemas"
                                    },
                                    "name": "showAllSchemas"
                                  },
                                  "computed": false
                                },
                                "arguments": [
                                  {
                                    "type": "Identifier",
                                    "start": 1279,
                                    "end": 1286,
                                    "loc": {
                                      "start": {
                                        "line": 42,
                                        "column": 33
                                      },
                                      "end": {
                                        "line": 42,
                                        "column": 40
                                      },
                                      "identifierName": "options"
                                    },
                                    "name": "options"
                                  }
                                ]
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 1288,
                                "end": 1291,
                                "loc": {
                                  "start": {
                                    "line": 42,
                                    "column": 42
                                  },
                                  "end": {
                                    "line": 42,
                                    "column": 45
                                  },
                                  "identifierName": "map"
                                },
                                "name": "map"
                              },
                              "computed": false
                            },
                            "arguments": [
                              {
                                "type": "ArrowFunctionExpression",
                                "start": 1292,
                                "end": 1342,
                                "loc": {
                                  "start": {
                                    "line": 42,
                                    "column": 46
                                  },
                                  "end": {
                                    "line": 42,
                                    "column": 96
                                  }
                                },
                                "id": null,
                                "generator": false,
                                "expression": true,
                                "async": false,
                                "params": [
                                  {
                                    "type": "Identifier",
                                    "start": 1292,
                                    "end": 1302,
                                    "loc": {
                                      "start": {
                                        "line": 42,
                                        "column": 46
                                      },
                                      "end": {
                                        "line": 42,
                                        "column": 56
                                      },
                                      "identifierName": "schemaName"
                                    },
                                    "name": "schemaName"
                                  }
                                ],
                                "body": {
                                  "type": "CallExpression",
                                  "start": 1306,
                                  "end": 1342,
                                  "loc": {
                                    "start": {
                                      "line": 42,
                                      "column": 60
                                    },
                                    "end": {
                                      "line": 42,
                                      "column": 96
                                    }
                                  },
                                  "callee": {
                                    "type": "MemberExpression",
                                    "start": 1306,
                                    "end": 1321,
                                    "loc": {
                                      "start": {
                                        "line": 42,
                                        "column": 60
                                      },
                                      "end": {
                                        "line": 42,
                                        "column": 75
                                      }
                                    },
                                    "object": {
                                      "type": "ThisExpression",
                                      "start": 1306,
                                      "end": 1310,
                                      "loc": {
                                        "start": {
                                          "line": 42,
                                          "column": 60
                                        },
                                        "end": {
                                          "line": 42,
                                          "column": 64
                                        }
                                      }
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 1311,
                                      "end": 1321,
                                      "loc": {
                                        "start": {
                                          "line": 42,
                                          "column": 65
                                        },
                                        "end": {
                                          "line": 42,
                                          "column": 75
                                        },
                                        "identifierName": "dropSchema"
                                      },
                                      "name": "dropSchema"
                                    },
                                    "computed": false
                                  },
                                  "arguments": [
                                    {
                                      "type": "Identifier",
                                      "start": 1322,
                                      "end": 1332,
                                      "loc": {
                                        "start": {
                                          "line": 42,
                                          "column": 76
                                        },
                                        "end": {
                                          "line": 42,
                                          "column": 86
                                        },
                                        "identifierName": "schemaName"
                                      },
                                      "name": "schemaName"
                                    },
                                    {
                                      "type": "Identifier",
                                      "start": 1334,
                                      "end": 1341,
                                      "loc": {
                                        "start": {
                                          "line": 42,
                                          "column": 88
                                        },
                                        "end": {
                                          "line": 42,
                                          "column": 95
                                        },
                                        "identifierName": "options"
                                      },
                                      "name": "options"
                                    }
                                  ]
                                }
                              }
                            ]
                          }
                        }
                      ],
                      "directives": []
                    }
                  }
                ],
                "directives": []
              }
            },
            {
              "type": "ClassMethod",
              "start": 1358,
              "end": 1760,
              "loc": {
                "start": {
                  "line": 46,
                  "column": 2
                },
                "end": {
                  "line": 58,
                  "column": 3
                }
              },
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 1358,
                "end": 1372,
                "loc": {
                  "start": {
                    "line": 46,
                    "column": 2
                  },
                  "end": {
                    "line": 46,
                    "column": 16
                  },
                  "identifierName": "showAllSchemas"
                },
                "name": "showAllSchemas"
              },
              "static": false,
              "kind": "method",
              "id": null,
              "generator": false,
              "expression": false,
              "async": false,
              "params": [
                {
                  "type": "Identifier",
                  "start": 1373,
                  "end": 1380,
                  "loc": {
                    "start": {
                      "line": 46,
                      "column": 17
                    },
                    "end": {
                      "line": 46,
                      "column": 24
                    },
                    "identifierName": "options"
                  },
                  "name": "options"
                }
              ],
              "body": {
                "type": "BlockStatement",
                "start": 1382,
                "end": 1760,
                "loc": {
                  "start": {
                    "line": 46,
                    "column": 26
                  },
                  "end": {
                    "line": 58,
                    "column": 3
                  }
                },
                "body": [
                  {
                    "type": "ExpressionStatement",
                    "start": 1389,
                    "end": 1492,
                    "loc": {
                      "start": {
                        "line": 48,
                        "column": 4
                      },
                      "end": {
                        "line": 51,
                        "column": 7
                      }
                    },
                    "expression": {
                      "type": "AssignmentExpression",
                      "start": 1389,
                      "end": 1491,
                      "loc": {
                        "start": {
                          "line": 48,
                          "column": 4
                        },
                        "end": {
                          "line": 51,
                          "column": 6
                        }
                      },
                      "operator": "=",
                      "left": {
                        "type": "Identifier",
                        "start": 1389,
                        "end": 1396,
                        "loc": {
                          "start": {
                            "line": 48,
                            "column": 4
                          },
                          "end": {
                            "line": 48,
                            "column": 11
                          },
                          "identifierName": "options"
                        },
                        "name": "options"
                      },
                      "right": {
                        "type": "CallExpression",
                        "start": 1399,
                        "end": 1491,
                        "loc": {
                          "start": {
                            "line": 48,
                            "column": 14
                          },
                          "end": {
                            "line": 51,
                            "column": 6
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 1399,
                          "end": 1407,
                          "loc": {
                            "start": {
                              "line": 48,
                              "column": 14
                            },
                            "end": {
                              "line": 48,
                              "column": 22
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 1399,
                            "end": 1400,
                            "loc": {
                              "start": {
                                "line": 48,
                                "column": 14
                              },
                              "end": {
                                "line": 48,
                                "column": 15
                              },
                              "identifierName": "_"
                            },
                            "name": "_"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 1401,
                            "end": 1407,
                            "loc": {
                              "start": {
                                "line": 48,
                                "column": 16
                              },
                              "end": {
                                "line": 48,
                                "column": 22
                              },
                              "identifierName": "assign"
                            },
                            "name": "assign"
                          },
                          "computed": false
                        },
                        "arguments": [
                          {
                            "type": "ObjectExpression",
                            "start": 1408,
                            "end": 1410,
                            "loc": {
                              "start": {
                                "line": 48,
                                "column": 23
                              },
                              "end": {
                                "line": 48,
                                "column": 25
                              }
                            },
                            "properties": []
                          },
                          {
                            "type": "Identifier",
                            "start": 1412,
                            "end": 1419,
                            "loc": {
                              "start": {
                                "line": 48,
                                "column": 27
                              },
                              "end": {
                                "line": 48,
                                "column": 34
                              },
                              "identifierName": "options"
                            },
                            "name": "options"
                          },
                          {
                            "type": "ObjectExpression",
                            "start": 1421,
                            "end": 1490,
                            "loc": {
                              "start": {
                                "line": 48,
                                "column": 36
                              },
                              "end": {
                                "line": 51,
                                "column": 5
                              }
                            },
                            "properties": [
                              {
                                "type": "ObjectProperty",
                                "start": 1429,
                                "end": 1438,
                                "loc": {
                                  "start": {
                                    "line": 49,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 49,
                                    "column": 15
                                  }
                                },
                                "method": false,
                                "shorthand": false,
                                "computed": false,
                                "key": {
                                  "type": "Identifier",
                                  "start": 1429,
                                  "end": 1432,
                                  "loc": {
                                    "start": {
                                      "line": 49,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 49,
                                      "column": 9
                                    },
                                    "identifierName": "raw"
                                  },
                                  "name": "raw"
                                },
                                "value": {
                                  "type": "BooleanLiteral",
                                  "start": 1434,
                                  "end": 1438,
                                  "loc": {
                                    "start": {
                                      "line": 49,
                                      "column": 11
                                    },
                                    "end": {
                                      "line": 49,
                                      "column": 15
                                    }
                                  },
                                  "value": true
                                }
                              },
                              {
                                "type": "ObjectProperty",
                                "start": 1446,
                                "end": 1484,
                                "loc": {
                                  "start": {
                                    "line": 50,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 50,
                                    "column": 44
                                  }
                                },
                                "method": false,
                                "shorthand": false,
                                "computed": false,
                                "key": {
                                  "type": "Identifier",
                                  "start": 1446,
                                  "end": 1450,
                                  "loc": {
                                    "start": {
                                      "line": 50,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 50,
                                      "column": 10
                                    },
                                    "identifierName": "type"
                                  },
                                  "name": "type"
                                },
                                "value": {
                                  "type": "MemberExpression",
                                  "start": 1452,
                                  "end": 1484,
                                  "loc": {
                                    "start": {
                                      "line": 50,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 50,
                                      "column": 44
                                    }
                                  },
                                  "object": {
                                    "type": "MemberExpression",
                                    "start": 1452,
                                    "end": 1477,
                                    "loc": {
                                      "start": {
                                        "line": 50,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 50,
                                        "column": 37
                                      }
                                    },
                                    "object": {
                                      "type": "MemberExpression",
                                      "start": 1452,
                                      "end": 1466,
                                      "loc": {
                                        "start": {
                                          "line": 50,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 50,
                                          "column": 26
                                        }
                                      },
                                      "object": {
                                        "type": "ThisExpression",
                                        "start": 1452,
                                        "end": 1456,
                                        "loc": {
                                          "start": {
                                            "line": 50,
                                            "column": 12
                                          },
                                          "end": {
                                            "line": 50,
                                            "column": 16
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 1457,
                                        "end": 1466,
                                        "loc": {
                                          "start": {
                                            "line": 50,
                                            "column": 17
                                          },
                                          "end": {
                                            "line": 50,
                                            "column": 26
                                          },
                                          "identifierName": "sequelize"
                                        },
                                        "name": "sequelize"
                                      },
                                      "computed": false
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 1467,
                                      "end": 1477,
                                      "loc": {
                                        "start": {
                                          "line": 50,
                                          "column": 27
                                        },
                                        "end": {
                                          "line": 50,
                                          "column": 37
                                        },
                                        "identifierName": "QueryTypes"
                                      },
                                      "name": "QueryTypes"
                                    },
                                    "computed": false
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 1478,
                                    "end": 1484,
                                    "loc": {
                                      "start": {
                                        "line": 50,
                                        "column": 38
                                      },
                                      "end": {
                                        "line": 50,
                                        "column": 44
                                      },
                                      "identifierName": "SELECT"
                                    },
                                    "name": "SELECT"
                                  },
                                  "computed": false
                                }
                              }
                            ]
                          }
                        ]
                      }
                    }
                  },
                  {
                    "type": "VariableDeclaration",
                    "start": 1498,
                    "end": 1560,
                    "loc": {
                      "start": {
                        "line": 53,
                        "column": 4
                      },
                      "end": {
                        "line": 53,
                        "column": 66
                      }
                    },
                    "declarations": [
                      {
                        "type": "VariableDeclarator",
                        "start": 1504,
                        "end": 1559,
                        "loc": {
                          "start": {
                            "line": 53,
                            "column": 10
                          },
                          "end": {
                            "line": 53,
                            "column": 65
                          }
                        },
                        "id": {
                          "type": "Identifier",
                          "start": 1504,
                          "end": 1518,
                          "loc": {
                            "start": {
                              "line": 53,
                              "column": 10
                            },
                            "end": {
                              "line": 53,
                              "column": 24
                            },
                            "identifierName": "showSchemasSql"
                          },
                          "name": "showSchemasSql"
                        },
                        "init": {
                          "type": "CallExpression",
                          "start": 1521,
                          "end": 1559,
                          "loc": {
                            "start": {
                              "line": 53,
                              "column": 27
                            },
                            "end": {
                              "line": 53,
                              "column": 65
                            }
                          },
                          "callee": {
                            "type": "MemberExpression",
                            "start": 1521,
                            "end": 1557,
                            "loc": {
                              "start": {
                                "line": 53,
                                "column": 27
                              },
                              "end": {
                                "line": 53,
                                "column": 63
                              }
                            },
                            "object": {
                              "type": "MemberExpression",
                              "start": 1521,
                              "end": 1540,
                              "loc": {
                                "start": {
                                  "line": 53,
                                  "column": 27
                                },
                                "end": {
                                  "line": 53,
                                  "column": 46
                                }
                              },
                              "object": {
                                "type": "ThisExpression",
                                "start": 1521,
                                "end": 1525,
                                "loc": {
                                  "start": {
                                    "line": 53,
                                    "column": 27
                                  },
                                  "end": {
                                    "line": 53,
                                    "column": 31
                                  }
                                }
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 1526,
                                "end": 1540,
                                "loc": {
                                  "start": {
                                    "line": 53,
                                    "column": 32
                                  },
                                  "end": {
                                    "line": 53,
                                    "column": 46
                                  },
                                  "identifierName": "QueryGenerator"
                                },
                                "name": "QueryGenerator"
                              },
                              "computed": false
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 1541,
                              "end": 1557,
                              "loc": {
                                "start": {
                                  "line": 53,
                                  "column": 47
                                },
                                "end": {
                                  "line": 53,
                                  "column": 63
                                },
                                "identifierName": "showSchemasQuery"
                              },
                              "name": "showSchemasQuery"
                            },
                            "computed": false
                          },
                          "arguments": []
                        }
                      }
                    ],
                    "kind": "const"
                  },
                  {
                    "type": "ReturnStatement",
                    "start": 1566,
                    "end": 1756,
                    "loc": {
                      "start": {
                        "line": 55,
                        "column": 4
                      },
                      "end": {
                        "line": 57,
                        "column": 7
                      }
                    },
                    "argument": {
                      "type": "CallExpression",
                      "start": 1573,
                      "end": 1755,
                      "loc": {
                        "start": {
                          "line": 55,
                          "column": 11
                        },
                        "end": {
                          "line": 57,
                          "column": 6
                        }
                      },
                      "callee": {
                        "type": "MemberExpression",
                        "start": 1573,
                        "end": 1623,
                        "loc": {
                          "start": {
                            "line": 55,
                            "column": 11
                          },
                          "end": {
                            "line": 55,
                            "column": 61
                          }
                        },
                        "object": {
                          "type": "CallExpression",
                          "start": 1573,
                          "end": 1618,
                          "loc": {
                            "start": {
                              "line": 55,
                              "column": 11
                            },
                            "end": {
                              "line": 55,
                              "column": 56
                            }
                          },
                          "callee": {
                            "type": "MemberExpression",
                            "start": 1573,
                            "end": 1593,
                            "loc": {
                              "start": {
                                "line": 55,
                                "column": 11
                              },
                              "end": {
                                "line": 55,
                                "column": 31
                              }
                            },
                            "object": {
                              "type": "MemberExpression",
                              "start": 1573,
                              "end": 1587,
                              "loc": {
                                "start": {
                                  "line": 55,
                                  "column": 11
                                },
                                "end": {
                                  "line": 55,
                                  "column": 25
                                }
                              },
                              "object": {
                                "type": "ThisExpression",
                                "start": 1573,
                                "end": 1577,
                                "loc": {
                                  "start": {
                                    "line": 55,
                                    "column": 11
                                  },
                                  "end": {
                                    "line": 55,
                                    "column": 15
                                  }
                                }
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 1578,
                                "end": 1587,
                                "loc": {
                                  "start": {
                                    "line": 55,
                                    "column": 16
                                  },
                                  "end": {
                                    "line": 55,
                                    "column": 25
                                  },
                                  "identifierName": "sequelize"
                                },
                                "name": "sequelize"
                              },
                              "computed": false
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 1588,
                              "end": 1593,
                              "loc": {
                                "start": {
                                  "line": 55,
                                  "column": 26
                                },
                                "end": {
                                  "line": 55,
                                  "column": 31
                                },
                                "identifierName": "query"
                              },
                              "name": "query"
                            },
                            "computed": false
                          },
                          "arguments": [
                            {
                              "type": "Identifier",
                              "start": 1594,
                              "end": 1608,
                              "loc": {
                                "start": {
                                  "line": 55,
                                  "column": 32
                                },
                                "end": {
                                  "line": 55,
                                  "column": 46
                                },
                                "identifierName": "showSchemasSql"
                              },
                              "name": "showSchemasSql"
                            },
                            {
                              "type": "Identifier",
                              "start": 1610,
                              "end": 1617,
                              "loc": {
                                "start": {
                                  "line": 55,
                                  "column": 48
                                },
                                "end": {
                                  "line": 55,
                                  "column": 55
                                },
                                "identifierName": "options"
                              },
                              "name": "options"
                            }
                          ]
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 1619,
                          "end": 1623,
                          "loc": {
                            "start": {
                              "line": 55,
                              "column": 57
                            },
                            "end": {
                              "line": 55,
                              "column": 61
                            },
                            "identifierName": "then"
                          },
                          "name": "then"
                        },
                        "computed": false
                      },
                      "arguments": [
                        {
                          "type": "ArrowFunctionExpression",
                          "start": 1624,
                          "end": 1754,
                          "loc": {
                            "start": {
                              "line": 55,
                              "column": 62
                            },
                            "end": {
                              "line": 57,
                              "column": 5
                            }
                          },
                          "id": null,
                          "generator": false,
                          "expression": true,
                          "async": false,
                          "params": [
                            {
                              "type": "Identifier",
                              "start": 1624,
                              "end": 1635,
                              "loc": {
                                "start": {
                                  "line": 55,
                                  "column": 62
                                },
                                "end": {
                                  "line": 55,
                                  "column": 73
                                },
                                "identifierName": "schemaNames"
                              },
                              "name": "schemaNames"
                            }
                          ],
                          "body": {
                            "type": "CallExpression",
                            "start": 1639,
                            "end": 1754,
                            "loc": {
                              "start": {
                                "line": 55,
                                "column": 77
                              },
                              "end": {
                                "line": 57,
                                "column": 5
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 1639,
                              "end": 1654,
                              "loc": {
                                "start": {
                                  "line": 55,
                                  "column": 77
                                },
                                "end": {
                                  "line": 55,
                                  "column": 92
                                }
                              },
                              "object": {
                                "type": "MemberExpression",
                                "start": 1639,
                                "end": 1646,
                                "loc": {
                                  "start": {
                                    "line": 55,
                                    "column": 77
                                  },
                                  "end": {
                                    "line": 55,
                                    "column": 84
                                  }
                                },
                                "object": {
                                  "type": "Identifier",
                                  "start": 1639,
                                  "end": 1644,
                                  "loc": {
                                    "start": {
                                      "line": 55,
                                      "column": 77
                                    },
                                    "end": {
                                      "line": 55,
                                      "column": 82
                                    },
                                    "identifierName": "Utils"
                                  },
                                  "name": "Utils"
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 1645,
                                  "end": 1646,
                                  "loc": {
                                    "start": {
                                      "line": 55,
                                      "column": 83
                                    },
                                    "end": {
                                      "line": 55,
                                      "column": 84
                                    },
                                    "identifierName": "_"
                                  },
                                  "name": "_"
                                },
                                "computed": false
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 1647,
                                "end": 1654,
                                "loc": {
                                  "start": {
                                    "line": 55,
                                    "column": 85
                                  },
                                  "end": {
                                    "line": 55,
                                    "column": 92
                                  },
                                  "identifierName": "flatten"
                                },
                                "name": "flatten"
                              },
                              "computed": false
                            },
                            "arguments": [
                              {
                                "type": "CallExpression",
                                "start": 1664,
                                "end": 1748,
                                "loc": {
                                  "start": {
                                    "line": 56,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 56,
                                    "column": 92
                                  }
                                },
                                "callee": {
                                  "type": "MemberExpression",
                                  "start": 1664,
                                  "end": 1675,
                                  "loc": {
                                    "start": {
                                      "line": 56,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 56,
                                      "column": 19
                                    }
                                  },
                                  "object": {
                                    "type": "MemberExpression",
                                    "start": 1664,
                                    "end": 1671,
                                    "loc": {
                                      "start": {
                                        "line": 56,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 56,
                                        "column": 15
                                      }
                                    },
                                    "object": {
                                      "type": "Identifier",
                                      "start": 1664,
                                      "end": 1669,
                                      "loc": {
                                        "start": {
                                          "line": 56,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 56,
                                          "column": 13
                                        },
                                        "identifierName": "Utils"
                                      },
                                      "name": "Utils"
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 1670,
                                      "end": 1671,
                                      "loc": {
                                        "start": {
                                          "line": 56,
                                          "column": 14
                                        },
                                        "end": {
                                          "line": 56,
                                          "column": 15
                                        },
                                        "identifierName": "_"
                                      },
                                      "name": "_"
                                    },
                                    "computed": false
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 1672,
                                    "end": 1675,
                                    "loc": {
                                      "start": {
                                        "line": 56,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 56,
                                        "column": 19
                                      },
                                      "identifierName": "map"
                                    },
                                    "name": "map"
                                  },
                                  "computed": false
                                },
                                "arguments": [
                                  {
                                    "type": "Identifier",
                                    "start": 1676,
                                    "end": 1687,
                                    "loc": {
                                      "start": {
                                        "line": 56,
                                        "column": 20
                                      },
                                      "end": {
                                        "line": 56,
                                        "column": 31
                                      },
                                      "identifierName": "schemaNames"
                                    },
                                    "name": "schemaNames"
                                  },
                                  {
                                    "type": "ArrowFunctionExpression",
                                    "start": 1689,
                                    "end": 1747,
                                    "loc": {
                                      "start": {
                                        "line": 56,
                                        "column": 33
                                      },
                                      "end": {
                                        "line": 56,
                                        "column": 91
                                      }
                                    },
                                    "id": null,
                                    "generator": false,
                                    "expression": true,
                                    "async": false,
                                    "params": [
                                      {
                                        "type": "Identifier",
                                        "start": 1689,
                                        "end": 1694,
                                        "loc": {
                                          "start": {
                                            "line": 56,
                                            "column": 33
                                          },
                                          "end": {
                                            "line": 56,
                                            "column": 38
                                          },
                                          "identifierName": "value"
                                        },
                                        "name": "value"
                                      }
                                    ],
                                    "body": {
                                      "type": "ConditionalExpression",
                                      "start": 1699,
                                      "end": 1746,
                                      "loc": {
                                        "start": {
                                          "line": 56,
                                          "column": 43
                                        },
                                        "end": {
                                          "line": 56,
                                          "column": 90
                                        }
                                      },
                                      "test": {
                                        "type": "UnaryExpression",
                                        "start": 1699,
                                        "end": 1718,
                                        "loc": {
                                          "start": {
                                            "line": 56,
                                            "column": 43
                                          },
                                          "end": {
                                            "line": 56,
                                            "column": 62
                                          }
                                        },
                                        "operator": "!",
                                        "prefix": true,
                                        "argument": {
                                          "type": "UnaryExpression",
                                          "start": 1700,
                                          "end": 1718,
                                          "loc": {
                                            "start": {
                                              "line": 56,
                                              "column": 44
                                            },
                                            "end": {
                                              "line": 56,
                                              "column": 62
                                            }
                                          },
                                          "operator": "!",
                                          "prefix": true,
                                          "argument": {
                                            "type": "MemberExpression",
                                            "start": 1701,
                                            "end": 1718,
                                            "loc": {
                                              "start": {
                                                "line": 56,
                                                "column": 45
                                              },
                                              "end": {
                                                "line": 56,
                                                "column": 62
                                              }
                                            },
                                            "object": {
                                              "type": "Identifier",
                                              "start": 1701,
                                              "end": 1706,
                                              "loc": {
                                                "start": {
                                                  "line": 56,
                                                  "column": 45
                                                },
                                                "end": {
                                                  "line": 56,
                                                  "column": 50
                                                },
                                                "identifierName": "value"
                                              },
                                              "name": "value"
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 1707,
                                              "end": 1718,
                                              "loc": {
                                                "start": {
                                                  "line": 56,
                                                  "column": 51
                                                },
                                                "end": {
                                                  "line": 56,
                                                  "column": 62
                                                },
                                                "identifierName": "schema_name"
                                              },
                                              "name": "schema_name"
                                            },
                                            "computed": false
                                          },
                                          "extra": {
                                            "parenthesizedArgument": false
                                          }
                                        },
                                        "extra": {
                                          "parenthesizedArgument": false
                                        }
                                      },
                                      "consequent": {
                                        "type": "MemberExpression",
                                        "start": 1721,
                                        "end": 1738,
                                        "loc": {
                                          "start": {
                                            "line": 56,
                                            "column": 65
                                          },
                                          "end": {
                                            "line": 56,
                                            "column": 82
                                          }
                                        },
                                        "object": {
                                          "type": "Identifier",
                                          "start": 1721,
                                          "end": 1726,
                                          "loc": {
                                            "start": {
                                              "line": 56,
                                              "column": 65
                                            },
                                            "end": {
                                              "line": 56,
                                              "column": 70
                                            },
                                            "identifierName": "value"
                                          },
                                          "name": "value"
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 1727,
                                          "end": 1738,
                                          "loc": {
                                            "start": {
                                              "line": 56,
                                              "column": 71
                                            },
                                            "end": {
                                              "line": 56,
                                              "column": 82
                                            },
                                            "identifierName": "schema_name"
                                          },
                                          "name": "schema_name"
                                        },
                                        "computed": false
                                      },
                                      "alternate": {
                                        "type": "Identifier",
                                        "start": 1741,
                                        "end": 1746,
                                        "loc": {
                                          "start": {
                                            "line": 56,
                                            "column": 85
                                          },
                                          "end": {
                                            "line": 56,
                                            "column": 90
                                          },
                                          "identifierName": "value"
                                        },
                                        "name": "value"
                                      },
                                      "extra": {
                                        "parenthesized": true,
                                        "parenStart": 1698
                                      }
                                    }
                                  }
                                ]
                              }
                            ]
                          }
                        }
                      ]
                    }
                  }
                ],
                "directives": []
              }
            },
            {
              "type": "ClassMethod",
              "start": 1764,
              "end": 1934,
              "loc": {
                "start": {
                  "line": 60,
                  "column": 2
                },
                "end": {
                  "line": 65,
                  "column": 3
                }
              },
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 1764,
                "end": 1779,
                "loc": {
                  "start": {
                    "line": 60,
                    "column": 2
                  },
                  "end": {
                    "line": 60,
                    "column": 17
                  },
                  "identifierName": "databaseVersion"
                },
                "name": "databaseVersion"
              },
              "static": false,
              "kind": "method",
              "id": null,
              "generator": false,
              "expression": false,
              "async": false,
              "params": [
                {
                  "type": "Identifier",
                  "start": 1780,
                  "end": 1787,
                  "loc": {
                    "start": {
                      "line": 60,
                      "column": 18
                    },
                    "end": {
                      "line": 60,
                      "column": 25
                    },
                    "identifierName": "options"
                  },
                  "name": "options"
                }
              ],
              "body": {
                "type": "BlockStatement",
                "start": 1789,
                "end": 1934,
                "loc": {
                  "start": {
                    "line": 60,
                    "column": 27
                  },
                  "end": {
                    "line": 65,
                    "column": 3
                  }
                },
                "body": [
                  {
                    "type": "ReturnStatement",
                    "start": 1795,
                    "end": 1930,
                    "loc": {
                      "start": {
                        "line": 61,
                        "column": 4
                      },
                      "end": {
                        "line": 64,
                        "column": 6
                      }
                    },
                    "argument": {
                      "type": "CallExpression",
                      "start": 1802,
                      "end": 1929,
                      "loc": {
                        "start": {
                          "line": 61,
                          "column": 11
                        },
                        "end": {
                          "line": 64,
                          "column": 5
                        }
                      },
                      "callee": {
                        "type": "MemberExpression",
                        "start": 1802,
                        "end": 1822,
                        "loc": {
                          "start": {
                            "line": 61,
                            "column": 11
                          },
                          "end": {
                            "line": 61,
                            "column": 31
                          }
                        },
                        "object": {
                          "type": "MemberExpression",
                          "start": 1802,
                          "end": 1816,
                          "loc": {
                            "start": {
                              "line": 61,
                              "column": 11
                            },
                            "end": {
                              "line": 61,
                              "column": 25
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 1802,
                            "end": 1806,
                            "loc": {
                              "start": {
                                "line": 61,
                                "column": 11
                              },
                              "end": {
                                "line": 61,
                                "column": 15
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 1807,
                            "end": 1816,
                            "loc": {
                              "start": {
                                "line": 61,
                                "column": 16
                              },
                              "end": {
                                "line": 61,
                                "column": 25
                              },
                              "identifierName": "sequelize"
                            },
                            "name": "sequelize"
                          },
                          "computed": false
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 1817,
                          "end": 1822,
                          "loc": {
                            "start": {
                              "line": 61,
                              "column": 26
                            },
                            "end": {
                              "line": 61,
                              "column": 31
                            },
                            "identifierName": "query"
                          },
                          "name": "query"
                        },
                        "computed": false
                      },
                      "arguments": [
                        {
                          "type": "CallExpression",
                          "start": 1830,
                          "end": 1864,
                          "loc": {
                            "start": {
                              "line": 62,
                              "column": 6
                            },
                            "end": {
                              "line": 62,
                              "column": 40
                            }
                          },
                          "callee": {
                            "type": "MemberExpression",
                            "start": 1830,
                            "end": 1862,
                            "loc": {
                              "start": {
                                "line": 62,
                                "column": 6
                              },
                              "end": {
                                "line": 62,
                                "column": 38
                              }
                            },
                            "object": {
                              "type": "MemberExpression",
                              "start": 1830,
                              "end": 1849,
                              "loc": {
                                "start": {
                                  "line": 62,
                                  "column": 6
                                },
                                "end": {
                                  "line": 62,
                                  "column": 25
                                }
                              },
                              "object": {
                                "type": "ThisExpression",
                                "start": 1830,
                                "end": 1834,
                                "loc": {
                                  "start": {
                                    "line": 62,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 62,
                                    "column": 10
                                  }
                                }
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 1835,
                                "end": 1849,
                                "loc": {
                                  "start": {
                                    "line": 62,
                                    "column": 11
                                  },
                                  "end": {
                                    "line": 62,
                                    "column": 25
                                  },
                                  "identifierName": "QueryGenerator"
                                },
                                "name": "QueryGenerator"
                              },
                              "computed": false
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 1850,
                              "end": 1862,
                              "loc": {
                                "start": {
                                  "line": 62,
                                  "column": 26
                                },
                                "end": {
                                  "line": 62,
                                  "column": 38
                                },
                                "identifierName": "versionQuery"
                              },
                              "name": "versionQuery"
                            },
                            "computed": false
                          },
                          "arguments": []
                        },
                        {
                          "type": "CallExpression",
                          "start": 1872,
                          "end": 1923,
                          "loc": {
                            "start": {
                              "line": 63,
                              "column": 6
                            },
                            "end": {
                              "line": 63,
                              "column": 57
                            }
                          },
                          "callee": {
                            "type": "MemberExpression",
                            "start": 1872,
                            "end": 1880,
                            "loc": {
                              "start": {
                                "line": 63,
                                "column": 6
                              },
                              "end": {
                                "line": 63,
                                "column": 14
                              }
                            },
                            "object": {
                              "type": "Identifier",
                              "start": 1872,
                              "end": 1873,
                              "loc": {
                                "start": {
                                  "line": 63,
                                  "column": 6
                                },
                                "end": {
                                  "line": 63,
                                  "column": 7
                                },
                                "identifierName": "_"
                              },
                              "name": "_"
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 1874,
                              "end": 1880,
                              "loc": {
                                "start": {
                                  "line": 63,
                                  "column": 8
                                },
                                "end": {
                                  "line": 63,
                                  "column": 14
                                },
                                "identifierName": "assign"
                              },
                              "name": "assign"
                            },
                            "computed": false
                          },
                          "arguments": [
                            {
                              "type": "ObjectExpression",
                              "start": 1881,
                              "end": 1883,
                              "loc": {
                                "start": {
                                  "line": 63,
                                  "column": 15
                                },
                                "end": {
                                  "line": 63,
                                  "column": 17
                                }
                              },
                              "properties": []
                            },
                            {
                              "type": "Identifier",
                              "start": 1885,
                              "end": 1892,
                              "loc": {
                                "start": {
                                  "line": 63,
                                  "column": 19
                                },
                                "end": {
                                  "line": 63,
                                  "column": 26
                                },
                                "identifierName": "options"
                              },
                              "name": "options"
                            },
                            {
                              "type": "ObjectExpression",
                              "start": 1894,
                              "end": 1922,
                              "loc": {
                                "start": {
                                  "line": 63,
                                  "column": 28
                                },
                                "end": {
                                  "line": 63,
                                  "column": 56
                                }
                              },
                              "properties": [
                                {
                                  "type": "ObjectProperty",
                                  "start": 1896,
                                  "end": 1920,
                                  "loc": {
                                    "start": {
                                      "line": 63,
                                      "column": 30
                                    },
                                    "end": {
                                      "line": 63,
                                      "column": 54
                                    }
                                  },
                                  "method": false,
                                  "shorthand": false,
                                  "computed": false,
                                  "key": {
                                    "type": "Identifier",
                                    "start": 1896,
                                    "end": 1900,
                                    "loc": {
                                      "start": {
                                        "line": 63,
                                        "column": 30
                                      },
                                      "end": {
                                        "line": 63,
                                        "column": 34
                                      },
                                      "identifierName": "type"
                                    },
                                    "name": "type"
                                  },
                                  "value": {
                                    "type": "MemberExpression",
                                    "start": 1902,
                                    "end": 1920,
                                    "loc": {
                                      "start": {
                                        "line": 63,
                                        "column": 36
                                      },
                                      "end": {
                                        "line": 63,
                                        "column": 54
                                      }
                                    },
                                    "object": {
                                      "type": "Identifier",
                                      "start": 1902,
                                      "end": 1912,
                                      "loc": {
                                        "start": {
                                          "line": 63,
                                          "column": 36
                                        },
                                        "end": {
                                          "line": 63,
                                          "column": 46
                                        },
                                        "identifierName": "QueryTypes"
                                      },
                                      "name": "QueryTypes"
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 1913,
                                      "end": 1920,
                                      "loc": {
                                        "start": {
                                          "line": 63,
                                          "column": 47
                                        },
                                        "end": {
                                          "line": 63,
                                          "column": 54
                                        },
                                        "identifierName": "VERSION"
                                      },
                                      "name": "VERSION"
                                    },
                                    "computed": false
                                  }
                                }
                              ]
                            }
                          ]
                        }
                      ]
                    }
                  }
                ],
                "directives": []
              }
            },
            {
              "type": "ClassMethod",
              "start": 1938,
              "end": 5701,
              "loc": {
                "start": {
                  "line": 67,
                  "column": 2
                },
                "end": {
                  "line": 171,
                  "column": 3
                }
              },
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 1938,
                "end": 1949,
                "loc": {
                  "start": {
                    "line": 67,
                    "column": 2
                  },
                  "end": {
                    "line": 67,
                    "column": 13
                  },
                  "identifierName": "createTable"
                },
                "name": "createTable"
              },
              "static": false,
              "kind": "method",
              "id": null,
              "generator": false,
              "expression": false,
              "async": false,
              "params": [
                {
                  "type": "Identifier",
                  "start": 1950,
                  "end": 1959,
                  "loc": {
                    "start": {
                      "line": 67,
                      "column": 14
                    },
                    "end": {
                      "line": 67,
                      "column": 23
                    },
                    "identifierName": "tableName"
                  },
                  "name": "tableName"
                },
                {
                  "type": "Identifier",
                  "start": 1961,
                  "end": 1971,
                  "loc": {
                    "start": {
                      "line": 67,
                      "column": 25
                    },
                    "end": {
                      "line": 67,
                      "column": 35
                    },
                    "identifierName": "attributes"
                  },
                  "name": "attributes"
                },
                {
                  "type": "Identifier",
                  "start": 1973,
                  "end": 1980,
                  "loc": {
                    "start": {
                      "line": 67,
                      "column": 37
                    },
                    "end": {
                      "line": 67,
                      "column": 44
                    },
                    "identifierName": "options"
                  },
                  "name": "options"
                },
                {
                  "type": "Identifier",
                  "start": 1982,
                  "end": 1987,
                  "loc": {
                    "start": {
                      "line": 67,
                      "column": 46
                    },
                    "end": {
                      "line": 67,
                      "column": 51
                    },
                    "identifierName": "model"
                  },
                  "name": "model"
                }
              ],
              "body": {
                "type": "BlockStatement",
                "start": 1989,
                "end": 5701,
                "loc": {
                  "start": {
                    "line": 67,
                    "column": 53
                  },
                  "end": {
                    "line": 171,
                    "column": 3
                  }
                },
                "body": [
                  {
                    "type": "VariableDeclaration",
                    "start": 1995,
                    "end": 2032,
                    "loc": {
                      "start": {
                        "line": 68,
                        "column": 4
                      },
                      "end": {
                        "line": 68,
                        "column": 41
                      }
                    },
                    "declarations": [
                      {
                        "type": "VariableDeclarator",
                        "start": 2001,
                        "end": 2031,
                        "loc": {
                          "start": {
                            "line": 68,
                            "column": 10
                          },
                          "end": {
                            "line": 68,
                            "column": 40
                          }
                        },
                        "id": {
                          "type": "Identifier",
                          "start": 2001,
                          "end": 2005,
                          "loc": {
                            "start": {
                              "line": 68,
                              "column": 10
                            },
                            "end": {
                              "line": 68,
                              "column": 14
                            },
                            "identifierName": "keys"
                          },
                          "name": "keys"
                        },
                        "init": {
                          "type": "CallExpression",
                          "start": 2008,
                          "end": 2031,
                          "loc": {
                            "start": {
                              "line": 68,
                              "column": 17
                            },
                            "end": {
                              "line": 68,
                              "column": 40
                            }
                          },
                          "callee": {
                            "type": "MemberExpression",
                            "start": 2008,
                            "end": 2019,
                            "loc": {
                              "start": {
                                "line": 68,
                                "column": 17
                              },
                              "end": {
                                "line": 68,
                                "column": 28
                              }
                            },
                            "object": {
                              "type": "Identifier",
                              "start": 2008,
                              "end": 2014,
                              "loc": {
                                "start": {
                                  "line": 68,
                                  "column": 17
                                },
                                "end": {
                                  "line": 68,
                                  "column": 23
                                },
                                "identifierName": "Object"
                              },
                              "name": "Object"
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 2015,
                              "end": 2019,
                              "loc": {
                                "start": {
                                  "line": 68,
                                  "column": 24
                                },
                                "end": {
                                  "line": 68,
                                  "column": 28
                                },
                                "identifierName": "keys"
                              },
                              "name": "keys"
                            },
                            "computed": false
                          },
                          "arguments": [
                            {
                              "type": "Identifier",
                              "start": 2020,
                              "end": 2030,
                              "loc": {
                                "start": {
                                  "line": 68,
                                  "column": 29
                                },
                                "end": {
                                  "line": 68,
                                  "column": 39
                                },
                                "identifierName": "attributes"
                              },
                              "name": "attributes"
                            }
                          ]
                        }
                      }
                    ],
                    "kind": "const"
                  },
                  {
                    "type": "VariableDeclaration",
                    "start": 2037,
                    "end": 2064,
                    "loc": {
                      "start": {
                        "line": 69,
                        "column": 4
                      },
                      "end": {
                        "line": 69,
                        "column": 31
                      }
                    },
                    "declarations": [
                      {
                        "type": "VariableDeclarator",
                        "start": 2043,
                        "end": 2063,
                        "loc": {
                          "start": {
                            "line": 69,
                            "column": 10
                          },
                          "end": {
                            "line": 69,
                            "column": 30
                          }
                        },
                        "id": {
                          "type": "Identifier",
                          "start": 2043,
                          "end": 2049,
                          "loc": {
                            "start": {
                              "line": 69,
                              "column": 10
                            },
                            "end": {
                              "line": 69,
                              "column": 16
                            },
                            "identifierName": "keyLen"
                          },
                          "name": "keyLen"
                        },
                        "init": {
                          "type": "MemberExpression",
                          "start": 2052,
                          "end": 2063,
                          "loc": {
                            "start": {
                              "line": 69,
                              "column": 19
                            },
                            "end": {
                              "line": 69,
                              "column": 30
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 2052,
                            "end": 2056,
                            "loc": {
                              "start": {
                                "line": 69,
                                "column": 19
                              },
                              "end": {
                                "line": 69,
                                "column": 23
                              },
                              "identifierName": "keys"
                            },
                            "name": "keys"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 2057,
                            "end": 2063,
                            "loc": {
                              "start": {
                                "line": 69,
                                "column": 24
                              },
                              "end": {
                                "line": 69,
                                "column": 30
                              },
                              "identifierName": "length"
                            },
                            "name": "length"
                          },
                          "computed": false
                        }
                      }
                    ],
                    "kind": "const"
                  },
                  {
                    "type": "VariableDeclaration",
                    "start": 2069,
                    "end": 2082,
                    "loc": {
                      "start": {
                        "line": 70,
                        "column": 4
                      },
                      "end": {
                        "line": 70,
                        "column": 17
                      }
                    },
                    "declarations": [
                      {
                        "type": "VariableDeclarator",
                        "start": 2073,
                        "end": 2081,
                        "loc": {
                          "start": {
                            "line": 70,
                            "column": 8
                          },
                          "end": {
                            "line": 70,
                            "column": 16
                          }
                        },
                        "id": {
                          "type": "Identifier",
                          "start": 2073,
                          "end": 2076,
                          "loc": {
                            "start": {
                              "line": 70,
                              "column": 8
                            },
                            "end": {
                              "line": 70,
                              "column": 11
                            },
                            "identifierName": "sql"
                          },
                          "name": "sql"
                        },
                        "init": {
                          "type": "StringLiteral",
                          "start": 2079,
                          "end": 2081,
                          "loc": {
                            "start": {
                              "line": 70,
                              "column": 14
                            },
                            "end": {
                              "line": 70,
                              "column": 16
                            }
                          },
                          "extra": {
                            "rawValue": "",
                            "raw": "''"
                          },
                          "value": ""
                        }
                      }
                    ],
                    "kind": "let"
                  },
                  {
                    "type": "VariableDeclaration",
                    "start": 2087,
                    "end": 2097,
                    "loc": {
                      "start": {
                        "line": 71,
                        "column": 4
                      },
                      "end": {
                        "line": 71,
                        "column": 14
                      }
                    },
                    "declarations": [
                      {
                        "type": "VariableDeclarator",
                        "start": 2091,
                        "end": 2096,
                        "loc": {
                          "start": {
                            "line": 71,
                            "column": 8
                          },
                          "end": {
                            "line": 71,
                            "column": 13
                          }
                        },
                        "id": {
                          "type": "Identifier",
                          "start": 2091,
                          "end": 2092,
                          "loc": {
                            "start": {
                              "line": 71,
                              "column": 8
                            },
                            "end": {
                              "line": 71,
                              "column": 9
                            },
                            "identifierName": "i"
                          },
                          "name": "i"
                        },
                        "init": {
                          "type": "NumericLiteral",
                          "start": 2095,
                          "end": 2096,
                          "loc": {
                            "start": {
                              "line": 71,
                              "column": 12
                            },
                            "end": {
                              "line": 71,
                              "column": 13
                            }
                          },
                          "extra": {
                            "rawValue": 0,
                            "raw": "0"
                          },
                          "value": 0
                        }
                      }
                    ],
                    "kind": "let"
                  },
                  {
                    "type": "ExpressionStatement",
                    "start": 2103,
                    "end": 2136,
                    "loc": {
                      "start": {
                        "line": 73,
                        "column": 4
                      },
                      "end": {
                        "line": 73,
                        "column": 37
                      }
                    },
                    "expression": {
                      "type": "AssignmentExpression",
                      "start": 2103,
                      "end": 2135,
                      "loc": {
                        "start": {
                          "line": 73,
                          "column": 4
                        },
                        "end": {
                          "line": 73,
                          "column": 36
                        }
                      },
                      "operator": "=",
                      "left": {
                        "type": "Identifier",
                        "start": 2103,
                        "end": 2110,
                        "loc": {
                          "start": {
                            "line": 73,
                            "column": 4
                          },
                          "end": {
                            "line": 73,
                            "column": 11
                          },
                          "identifierName": "options"
                        },
                        "name": "options"
                      },
                      "right": {
                        "type": "LogicalExpression",
                        "start": 2113,
                        "end": 2135,
                        "loc": {
                          "start": {
                            "line": 73,
                            "column": 14
                          },
                          "end": {
                            "line": 73,
                            "column": 36
                          }
                        },
                        "left": {
                          "type": "CallExpression",
                          "start": 2113,
                          "end": 2129,
                          "loc": {
                            "start": {
                              "line": 73,
                              "column": 14
                            },
                            "end": {
                              "line": 73,
                              "column": 30
                            }
                          },
                          "callee": {
                            "type": "MemberExpression",
                            "start": 2113,
                            "end": 2120,
                            "loc": {
                              "start": {
                                "line": 73,
                                "column": 14
                              },
                              "end": {
                                "line": 73,
                                "column": 21
                              }
                            },
                            "object": {
                              "type": "Identifier",
                              "start": 2113,
                              "end": 2114,
                              "loc": {
                                "start": {
                                  "line": 73,
                                  "column": 14
                                },
                                "end": {
                                  "line": 73,
                                  "column": 15
                                },
                                "identifierName": "_"
                              },
                              "name": "_"
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 2115,
                              "end": 2120,
                              "loc": {
                                "start": {
                                  "line": 73,
                                  "column": 16
                                },
                                "end": {
                                  "line": 73,
                                  "column": 21
                                },
                                "identifierName": "clone"
                              },
                              "name": "clone"
                            },
                            "computed": false
                          },
                          "arguments": [
                            {
                              "type": "Identifier",
                              "start": 2121,
                              "end": 2128,
                              "loc": {
                                "start": {
                                  "line": 73,
                                  "column": 22
                                },
                                "end": {
                                  "line": 73,
                                  "column": 29
                                },
                                "identifierName": "options"
                              },
                              "name": "options"
                            }
                          ]
                        },
                        "operator": "||",
                        "right": {
                          "type": "ObjectExpression",
                          "start": 2133,
                          "end": 2135,
                          "loc": {
                            "start": {
                              "line": 73,
                              "column": 34
                            },
                            "end": {
                              "line": 73,
                              "column": 36
                            }
                          },
                          "properties": []
                        }
                      }
                    }
                  },
                  {
                    "type": "ExpressionStatement",
                    "start": 2142,
                    "end": 2410,
                    "loc": {
                      "start": {
                        "line": 75,
                        "column": 4
                      },
                      "end": {
                        "line": 83,
                        "column": 7
                      }
                    },
                    "expression": {
                      "type": "AssignmentExpression",
                      "start": 2142,
                      "end": 2409,
                      "loc": {
                        "start": {
                          "line": 75,
                          "column": 4
                        },
                        "end": {
                          "line": 83,
                          "column": 6
                        }
                      },
                      "operator": "=",
                      "left": {
                        "type": "Identifier",
                        "start": 2142,
                        "end": 2152,
                        "loc": {
                          "start": {
                            "line": 75,
                            "column": 4
                          },
                          "end": {
                            "line": 75,
                            "column": 14
                          },
                          "identifierName": "attributes"
                        },
                        "name": "attributes"
                      },
                      "right": {
                        "type": "CallExpression",
                        "start": 2155,
                        "end": 2409,
                        "loc": {
                          "start": {
                            "line": 75,
                            "column": 17
                          },
                          "end": {
                            "line": 83,
                            "column": 6
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 2155,
                          "end": 2172,
                          "loc": {
                            "start": {
                              "line": 75,
                              "column": 17
                            },
                            "end": {
                              "line": 75,
                              "column": 34
                            }
                          },
                          "object": {
                            "type": "MemberExpression",
                            "start": 2155,
                            "end": 2162,
                            "loc": {
                              "start": {
                                "line": 75,
                                "column": 17
                              },
                              "end": {
                                "line": 75,
                                "column": 24
                              }
                            },
                            "object": {
                              "type": "Identifier",
                              "start": 2155,
                              "end": 2160,
                              "loc": {
                                "start": {
                                  "line": 75,
                                  "column": 17
                                },
                                "end": {
                                  "line": 75,
                                  "column": 22
                                },
                                "identifierName": "Utils"
                              },
                              "name": "Utils"
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 2161,
                              "end": 2162,
                              "loc": {
                                "start": {
                                  "line": 75,
                                  "column": 23
                                },
                                "end": {
                                  "line": 75,
                                  "column": 24
                                },
                                "identifierName": "_"
                              },
                              "name": "_"
                            },
                            "computed": false
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 2163,
                            "end": 2172,
                            "loc": {
                              "start": {
                                "line": 75,
                                "column": 25
                              },
                              "end": {
                                "line": 75,
                                "column": 34
                              },
                              "identifierName": "mapValues"
                            },
                            "name": "mapValues"
                          },
                          "computed": false
                        },
                        "arguments": [
                          {
                            "type": "Identifier",
                            "start": 2173,
                            "end": 2183,
                            "loc": {
                              "start": {
                                "line": 75,
                                "column": 35
                              },
                              "end": {
                                "line": 75,
                                "column": 45
                              },
                              "identifierName": "attributes"
                            },
                            "name": "attributes"
                          },
                          {
                            "type": "ArrowFunctionExpression",
                            "start": 2185,
                            "end": 2408,
                            "loc": {
                              "start": {
                                "line": 75,
                                "column": 47
                              },
                              "end": {
                                "line": 83,
                                "column": 5
                              }
                            },
                            "id": null,
                            "generator": false,
                            "expression": false,
                            "async": false,
                            "params": [
                              {
                                "type": "Identifier",
                                "start": 2185,
                                "end": 2194,
                                "loc": {
                                  "start": {
                                    "line": 75,
                                    "column": 47
                                  },
                                  "end": {
                                    "line": 75,
                                    "column": 56
                                  },
                                  "identifierName": "attribute"
                                },
                                "name": "attribute"
                              }
                            ],
                            "body": {
                              "type": "BlockStatement",
                              "start": 2198,
                              "end": 2408,
                              "loc": {
                                "start": {
                                  "line": 75,
                                  "column": 60
                                },
                                "end": {
                                  "line": 83,
                                  "column": 5
                                }
                              },
                              "body": [
                                {
                                  "type": "IfStatement",
                                  "start": 2206,
                                  "end": 2312,
                                  "loc": {
                                    "start": {
                                      "line": 76,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 78,
                                      "column": 7
                                    }
                                  },
                                  "test": {
                                    "type": "UnaryExpression",
                                    "start": 2210,
                                    "end": 2243,
                                    "loc": {
                                      "start": {
                                        "line": 76,
                                        "column": 10
                                      },
                                      "end": {
                                        "line": 76,
                                        "column": 43
                                      }
                                    },
                                    "operator": "!",
                                    "prefix": true,
                                    "argument": {
                                      "type": "CallExpression",
                                      "start": 2211,
                                      "end": 2243,
                                      "loc": {
                                        "start": {
                                          "line": 76,
                                          "column": 11
                                        },
                                        "end": {
                                          "line": 76,
                                          "column": 43
                                        }
                                      },
                                      "callee": {
                                        "type": "MemberExpression",
                                        "start": 2211,
                                        "end": 2232,
                                        "loc": {
                                          "start": {
                                            "line": 76,
                                            "column": 11
                                          },
                                          "end": {
                                            "line": 76,
                                            "column": 32
                                          }
                                        },
                                        "object": {
                                          "type": "MemberExpression",
                                          "start": 2211,
                                          "end": 2218,
                                          "loc": {
                                            "start": {
                                              "line": 76,
                                              "column": 11
                                            },
                                            "end": {
                                              "line": 76,
                                              "column": 18
                                            }
                                          },
                                          "object": {
                                            "type": "Identifier",
                                            "start": 2211,
                                            "end": 2216,
                                            "loc": {
                                              "start": {
                                                "line": 76,
                                                "column": 11
                                              },
                                              "end": {
                                                "line": 76,
                                                "column": 16
                                              },
                                              "identifierName": "Utils"
                                            },
                                            "name": "Utils"
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 2217,
                                            "end": 2218,
                                            "loc": {
                                              "start": {
                                                "line": 76,
                                                "column": 17
                                              },
                                              "end": {
                                                "line": 76,
                                                "column": 18
                                              },
                                              "identifierName": "_"
                                            },
                                            "name": "_"
                                          },
                                          "computed": false
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 2219,
                                          "end": 2232,
                                          "loc": {
                                            "start": {
                                              "line": 76,
                                              "column": 19
                                            },
                                            "end": {
                                              "line": 76,
                                              "column": 32
                                            },
                                            "identifierName": "isPlainObject"
                                          },
                                          "name": "isPlainObject"
                                        },
                                        "computed": false
                                      },
                                      "arguments": [
                                        {
                                          "type": "Identifier",
                                          "start": 2233,
                                          "end": 2242,
                                          "loc": {
                                            "start": {
                                              "line": 76,
                                              "column": 33
                                            },
                                            "end": {
                                              "line": 76,
                                              "column": 42
                                            },
                                            "identifierName": "attribute"
                                          },
                                          "name": "attribute"
                                        }
                                      ]
                                    },
                                    "extra": {
                                      "parenthesizedArgument": false
                                    }
                                  },
                                  "consequent": {
                                    "type": "BlockStatement",
                                    "start": 2245,
                                    "end": 2312,
                                    "loc": {
                                      "start": {
                                        "line": 76,
                                        "column": 45
                                      },
                                      "end": {
                                        "line": 78,
                                        "column": 7
                                      }
                                    },
                                    "body": [
                                      {
                                        "type": "ExpressionStatement",
                                        "start": 2255,
                                        "end": 2304,
                                        "loc": {
                                          "start": {
                                            "line": 77,
                                            "column": 8
                                          },
                                          "end": {
                                            "line": 77,
                                            "column": 57
                                          }
                                        },
                                        "expression": {
                                          "type": "AssignmentExpression",
                                          "start": 2255,
                                          "end": 2303,
                                          "loc": {
                                            "start": {
                                              "line": 77,
                                              "column": 8
                                            },
                                            "end": {
                                              "line": 77,
                                              "column": 56
                                            }
                                          },
                                          "operator": "=",
                                          "left": {
                                            "type": "Identifier",
                                            "start": 2255,
                                            "end": 2264,
                                            "loc": {
                                              "start": {
                                                "line": 77,
                                                "column": 8
                                              },
                                              "end": {
                                                "line": 77,
                                                "column": 17
                                              },
                                              "identifierName": "attribute"
                                            },
                                            "name": "attribute"
                                          },
                                          "right": {
                                            "type": "ObjectExpression",
                                            "start": 2267,
                                            "end": 2303,
                                            "loc": {
                                              "start": {
                                                "line": 77,
                                                "column": 20
                                              },
                                              "end": {
                                                "line": 77,
                                                "column": 56
                                              }
                                            },
                                            "properties": [
                                              {
                                                "type": "ObjectProperty",
                                                "start": 2269,
                                                "end": 2284,
                                                "loc": {
                                                  "start": {
                                                    "line": 77,
                                                    "column": 22
                                                  },
                                                  "end": {
                                                    "line": 77,
                                                    "column": 37
                                                  }
                                                },
                                                "method": false,
                                                "shorthand": false,
                                                "computed": false,
                                                "key": {
                                                  "type": "Identifier",
                                                  "start": 2269,
                                                  "end": 2273,
                                                  "loc": {
                                                    "start": {
                                                      "line": 77,
                                                      "column": 22
                                                    },
                                                    "end": {
                                                      "line": 77,
                                                      "column": 26
                                                    },
                                                    "identifierName": "type"
                                                  },
                                                  "name": "type"
                                                },
                                                "value": {
                                                  "type": "Identifier",
                                                  "start": 2275,
                                                  "end": 2284,
                                                  "loc": {
                                                    "start": {
                                                      "line": 77,
                                                      "column": 28
                                                    },
                                                    "end": {
                                                      "line": 77,
                                                      "column": 37
                                                    },
                                                    "identifierName": "attribute"
                                                  },
                                                  "name": "attribute"
                                                }
                                              },
                                              {
                                                "type": "ObjectProperty",
                                                "start": 2286,
                                                "end": 2301,
                                                "loc": {
                                                  "start": {
                                                    "line": 77,
                                                    "column": 39
                                                  },
                                                  "end": {
                                                    "line": 77,
                                                    "column": 54
                                                  }
                                                },
                                                "method": false,
                                                "shorthand": false,
                                                "computed": false,
                                                "key": {
                                                  "type": "Identifier",
                                                  "start": 2286,
                                                  "end": 2295,
                                                  "loc": {
                                                    "start": {
                                                      "line": 77,
                                                      "column": 39
                                                    },
                                                    "end": {
                                                      "line": 77,
                                                      "column": 48
                                                    },
                                                    "identifierName": "allowNull"
                                                  },
                                                  "name": "allowNull"
                                                },
                                                "value": {
                                                  "type": "BooleanLiteral",
                                                  "start": 2297,
                                                  "end": 2301,
                                                  "loc": {
                                                    "start": {
                                                      "line": 77,
                                                      "column": 50
                                                    },
                                                    "end": {
                                                      "line": 77,
                                                      "column": 54
                                                    }
                                                  },
                                                  "value": true
                                                }
                                              }
                                            ]
                                          }
                                        }
                                      }
                                    ],
                                    "directives": []
                                  },
                                  "alternate": null
                                },
                                {
                                  "type": "ExpressionStatement",
                                  "start": 2320,
                                  "end": 2377,
                                  "loc": {
                                    "start": {
                                      "line": 80,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 80,
                                      "column": 63
                                    }
                                  },
                                  "expression": {
                                    "type": "AssignmentExpression",
                                    "start": 2320,
                                    "end": 2376,
                                    "loc": {
                                      "start": {
                                        "line": 80,
                                        "column": 6
                                      },
                                      "end": {
                                        "line": 80,
                                        "column": 62
                                      }
                                    },
                                    "operator": "=",
                                    "left": {
                                      "type": "Identifier",
                                      "start": 2320,
                                      "end": 2329,
                                      "loc": {
                                        "start": {
                                          "line": 80,
                                          "column": 6
                                        },
                                        "end": {
                                          "line": 80,
                                          "column": 15
                                        },
                                        "identifierName": "attribute"
                                      },
                                      "name": "attribute"
                                    },
                                    "right": {
                                      "type": "CallExpression",
                                      "start": 2332,
                                      "end": 2376,
                                      "loc": {
                                        "start": {
                                          "line": 80,
                                          "column": 18
                                        },
                                        "end": {
                                          "line": 80,
                                          "column": 62
                                        }
                                      },
                                      "callee": {
                                        "type": "MemberExpression",
                                        "start": 2332,
                                        "end": 2365,
                                        "loc": {
                                          "start": {
                                            "line": 80,
                                            "column": 18
                                          },
                                          "end": {
                                            "line": 80,
                                            "column": 51
                                          }
                                        },
                                        "object": {
                                          "type": "MemberExpression",
                                          "start": 2332,
                                          "end": 2346,
                                          "loc": {
                                            "start": {
                                              "line": 80,
                                              "column": 18
                                            },
                                            "end": {
                                              "line": 80,
                                              "column": 32
                                            }
                                          },
                                          "object": {
                                            "type": "ThisExpression",
                                            "start": 2332,
                                            "end": 2336,
                                            "loc": {
                                              "start": {
                                                "line": 80,
                                                "column": 18
                                              },
                                              "end": {
                                                "line": 80,
                                                "column": 22
                                              }
                                            }
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 2337,
                                            "end": 2346,
                                            "loc": {
                                              "start": {
                                                "line": 80,
                                                "column": 23
                                              },
                                              "end": {
                                                "line": 80,
                                                "column": 32
                                              },
                                              "identifierName": "sequelize"
                                            },
                                            "name": "sequelize"
                                          },
                                          "computed": false
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 2347,
                                          "end": 2365,
                                          "loc": {
                                            "start": {
                                              "line": 80,
                                              "column": 33
                                            },
                                            "end": {
                                              "line": 80,
                                              "column": 51
                                            },
                                            "identifierName": "normalizeAttribute"
                                          },
                                          "name": "normalizeAttribute"
                                        },
                                        "computed": false
                                      },
                                      "arguments": [
                                        {
                                          "type": "Identifier",
                                          "start": 2366,
                                          "end": 2375,
                                          "loc": {
                                            "start": {
                                              "line": 80,
                                              "column": 52
                                            },
                                            "end": {
                                              "line": 80,
                                              "column": 61
                                            },
                                            "identifierName": "attribute"
                                          },
                                          "name": "attribute"
                                        }
                                      ]
                                    }
                                  }
                                },
                                {
                                  "type": "ReturnStatement",
                                  "start": 2385,
                                  "end": 2402,
                                  "loc": {
                                    "start": {
                                      "line": 82,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 82,
                                      "column": 23
                                    }
                                  },
                                  "argument": {
                                    "type": "Identifier",
                                    "start": 2392,
                                    "end": 2401,
                                    "loc": {
                                      "start": {
                                        "line": 82,
                                        "column": 13
                                      },
                                      "end": {
                                        "line": 82,
                                        "column": 22
                                      },
                                      "identifierName": "attribute"
                                    },
                                    "name": "attribute"
                                  }
                                }
                              ],
                              "directives": []
                            }
                          }
                        ]
                      }
                    },
                    "trailingComments": [
                      {
                        "type": "CommentLine",
                        "value": " Postgres requires a special SQL command for enums",
                        "start": 2416,
                        "end": 2468,
                        "loc": {
                          "start": {
                            "line": 85,
                            "column": 4
                          },
                          "end": {
                            "line": 85,
                            "column": 56
                          }
                        }
                      }
                    ]
                  },
                  {
                    "type": "IfStatement",
                    "start": 2473,
                    "end": 5697,
                    "loc": {
                      "start": {
                        "line": 86,
                        "column": 4
                      },
                      "end": {
                        "line": 170,
                        "column": 5
                      }
                    },
                    "test": {
                      "type": "BinaryExpression",
                      "start": 2477,
                      "end": 2522,
                      "loc": {
                        "start": {
                          "line": 86,
                          "column": 8
                        },
                        "end": {
                          "line": 86,
                          "column": 53
                        }
                      },
                      "left": {
                        "type": "MemberExpression",
                        "start": 2477,
                        "end": 2507,
                        "loc": {
                          "start": {
                            "line": 86,
                            "column": 8
                          },
                          "end": {
                            "line": 86,
                            "column": 38
                          }
                        },
                        "object": {
                          "type": "MemberExpression",
                          "start": 2477,
                          "end": 2499,
                          "loc": {
                            "start": {
                              "line": 86,
                              "column": 8
                            },
                            "end": {
                              "line": 86,
                              "column": 30
                            }
                          },
                          "object": {
                            "type": "MemberExpression",
                            "start": 2477,
                            "end": 2491,
                            "loc": {
                              "start": {
                                "line": 86,
                                "column": 8
                              },
                              "end": {
                                "line": 86,
                                "column": 22
                              }
                            },
                            "object": {
                              "type": "ThisExpression",
                              "start": 2477,
                              "end": 2481,
                              "loc": {
                                "start": {
                                  "line": 86,
                                  "column": 8
                                },
                                "end": {
                                  "line": 86,
                                  "column": 12
                                }
                              },
                              "leadingComments": null
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 2482,
                              "end": 2491,
                              "loc": {
                                "start": {
                                  "line": 86,
                                  "column": 13
                                },
                                "end": {
                                  "line": 86,
                                  "column": 22
                                },
                                "identifierName": "sequelize"
                              },
                              "name": "sequelize"
                            },
                            "computed": false,
                            "leadingComments": null
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 2492,
                            "end": 2499,
                            "loc": {
                              "start": {
                                "line": 86,
                                "column": 23
                              },
                              "end": {
                                "line": 86,
                                "column": 30
                              },
                              "identifierName": "options"
                            },
                            "name": "options"
                          },
                          "computed": false,
                          "leadingComments": null
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 2500,
                          "end": 2507,
                          "loc": {
                            "start": {
                              "line": 86,
                              "column": 31
                            },
                            "end": {
                              "line": 86,
                              "column": 38
                            },
                            "identifierName": "dialect"
                          },
                          "name": "dialect"
                        },
                        "computed": false,
                        "leadingComments": null
                      },
                      "operator": "===",
                      "right": {
                        "type": "StringLiteral",
                        "start": 2512,
                        "end": 2522,
                        "loc": {
                          "start": {
                            "line": 86,
                            "column": 43
                          },
                          "end": {
                            "line": 86,
                            "column": 53
                          }
                        },
                        "extra": {
                          "rawValue": "postgres",
                          "raw": "'postgres'"
                        },
                        "value": "postgres"
                      },
                      "leadingComments": null
                    },
                    "consequent": {
                      "type": "BlockStatement",
                      "start": 2524,
                      "end": 5195,
                      "loc": {
                        "start": {
                          "line": 86,
                          "column": 55
                        },
                        "end": {
                          "line": 155,
                          "column": 5
                        }
                      },
                      "body": [
                        {
                          "type": "VariableDeclaration",
                          "start": 2532,
                          "end": 2552,
                          "loc": {
                            "start": {
                              "line": 87,
                              "column": 6
                            },
                            "end": {
                              "line": 87,
                              "column": 26
                            }
                          },
                          "declarations": [
                            {
                              "type": "VariableDeclarator",
                              "start": 2538,
                              "end": 2551,
                              "loc": {
                                "start": {
                                  "line": 87,
                                  "column": 12
                                },
                                "end": {
                                  "line": 87,
                                  "column": 25
                                }
                              },
                              "id": {
                                "type": "Identifier",
                                "start": 2538,
                                "end": 2546,
                                "loc": {
                                  "start": {
                                    "line": 87,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 87,
                                    "column": 20
                                  },
                                  "identifierName": "promises"
                                },
                                "name": "promises"
                              },
                              "init": {
                                "type": "ArrayExpression",
                                "start": 2549,
                                "end": 2551,
                                "loc": {
                                  "start": {
                                    "line": 87,
                                    "column": 23
                                  },
                                  "end": {
                                    "line": 87,
                                    "column": 25
                                  }
                                },
                                "elements": []
                              }
                            }
                          ],
                          "kind": "const"
                        },
                        {
                          "type": "ForStatement",
                          "start": 2560,
                          "end": 2945,
                          "loc": {
                            "start": {
                              "line": 89,
                              "column": 6
                            },
                            "end": {
                              "line": 97,
                              "column": 7
                            }
                          },
                          "init": {
                            "type": "AssignmentExpression",
                            "start": 2565,
                            "end": 2570,
                            "loc": {
                              "start": {
                                "line": 89,
                                "column": 11
                              },
                              "end": {
                                "line": 89,
                                "column": 16
                              }
                            },
                            "operator": "=",
                            "left": {
                              "type": "Identifier",
                              "start": 2565,
                              "end": 2566,
                              "loc": {
                                "start": {
                                  "line": 89,
                                  "column": 11
                                },
                                "end": {
                                  "line": 89,
                                  "column": 12
                                },
                                "identifierName": "i"
                              },
                              "name": "i"
                            },
                            "right": {
                              "type": "NumericLiteral",
                              "start": 2569,
                              "end": 2570,
                              "loc": {
                                "start": {
                                  "line": 89,
                                  "column": 15
                                },
                                "end": {
                                  "line": 89,
                                  "column": 16
                                }
                              },
                              "extra": {
                                "rawValue": 0,
                                "raw": "0"
                              },
                              "value": 0
                            }
                          },
                          "test": {
                            "type": "BinaryExpression",
                            "start": 2572,
                            "end": 2582,
                            "loc": {
                              "start": {
                                "line": 89,
                                "column": 18
                              },
                              "end": {
                                "line": 89,
                                "column": 28
                              }
                            },
                            "left": {
                              "type": "Identifier",
                              "start": 2572,
                              "end": 2573,
                              "loc": {
                                "start": {
                                  "line": 89,
                                  "column": 18
                                },
                                "end": {
                                  "line": 89,
                                  "column": 19
                                },
                                "identifierName": "i"
                              },
                              "name": "i"
                            },
                            "operator": "<",
                            "right": {
                              "type": "Identifier",
                              "start": 2576,
                              "end": 2582,
                              "loc": {
                                "start": {
                                  "line": 89,
                                  "column": 22
                                },
                                "end": {
                                  "line": 89,
                                  "column": 28
                                },
                                "identifierName": "keyLen"
                              },
                              "name": "keyLen"
                            }
                          },
                          "update": {
                            "type": "UpdateExpression",
                            "start": 2584,
                            "end": 2587,
                            "loc": {
                              "start": {
                                "line": 89,
                                "column": 30
                              },
                              "end": {
                                "line": 89,
                                "column": 33
                              }
                            },
                            "operator": "++",
                            "prefix": false,
                            "argument": {
                              "type": "Identifier",
                              "start": 2584,
                              "end": 2585,
                              "loc": {
                                "start": {
                                  "line": 89,
                                  "column": 30
                                },
                                "end": {
                                  "line": 89,
                                  "column": 31
                                },
                                "identifierName": "i"
                              },
                              "name": "i"
                            }
                          },
                          "body": {
                            "type": "BlockStatement",
                            "start": 2589,
                            "end": 2945,
                            "loc": {
                              "start": {
                                "line": 89,
                                "column": 35
                              },
                              "end": {
                                "line": 97,
                                "column": 7
                              }
                            },
                            "body": [
                              {
                                "type": "IfStatement",
                                "start": 2599,
                                "end": 2937,
                                "loc": {
                                  "start": {
                                    "line": 90,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 96,
                                    "column": 9
                                  }
                                },
                                "test": {
                                  "type": "BinaryExpression",
                                  "start": 2603,
                                  "end": 2653,
                                  "loc": {
                                    "start": {
                                      "line": 90,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 90,
                                      "column": 62
                                    }
                                  },
                                  "left": {
                                    "type": "MemberExpression",
                                    "start": 2603,
                                    "end": 2627,
                                    "loc": {
                                      "start": {
                                        "line": 90,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 90,
                                        "column": 36
                                      }
                                    },
                                    "object": {
                                      "type": "MemberExpression",
                                      "start": 2603,
                                      "end": 2622,
                                      "loc": {
                                        "start": {
                                          "line": 90,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 90,
                                          "column": 31
                                        }
                                      },
                                      "object": {
                                        "type": "Identifier",
                                        "start": 2603,
                                        "end": 2613,
                                        "loc": {
                                          "start": {
                                            "line": 90,
                                            "column": 12
                                          },
                                          "end": {
                                            "line": 90,
                                            "column": 22
                                          },
                                          "identifierName": "attributes"
                                        },
                                        "name": "attributes"
                                      },
                                      "property": {
                                        "type": "MemberExpression",
                                        "start": 2614,
                                        "end": 2621,
                                        "loc": {
                                          "start": {
                                            "line": 90,
                                            "column": 23
                                          },
                                          "end": {
                                            "line": 90,
                                            "column": 30
                                          }
                                        },
                                        "object": {
                                          "type": "Identifier",
                                          "start": 2614,
                                          "end": 2618,
                                          "loc": {
                                            "start": {
                                              "line": 90,
                                              "column": 23
                                            },
                                            "end": {
                                              "line": 90,
                                              "column": 27
                                            },
                                            "identifierName": "keys"
                                          },
                                          "name": "keys"
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 2619,
                                          "end": 2620,
                                          "loc": {
                                            "start": {
                                              "line": 90,
                                              "column": 28
                                            },
                                            "end": {
                                              "line": 90,
                                              "column": 29
                                            },
                                            "identifierName": "i"
                                          },
                                          "name": "i"
                                        },
                                        "computed": true
                                      },
                                      "computed": true
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 2623,
                                      "end": 2627,
                                      "loc": {
                                        "start": {
                                          "line": 90,
                                          "column": 32
                                        },
                                        "end": {
                                          "line": 90,
                                          "column": 36
                                        },
                                        "identifierName": "type"
                                      },
                                      "name": "type"
                                    },
                                    "computed": false
                                  },
                                  "operator": "instanceof",
                                  "right": {
                                    "type": "MemberExpression",
                                    "start": 2639,
                                    "end": 2653,
                                    "loc": {
                                      "start": {
                                        "line": 90,
                                        "column": 48
                                      },
                                      "end": {
                                        "line": 90,
                                        "column": 62
                                      }
                                    },
                                    "object": {
                                      "type": "Identifier",
                                      "start": 2639,
                                      "end": 2648,
                                      "loc": {
                                        "start": {
                                          "line": 90,
                                          "column": 48
                                        },
                                        "end": {
                                          "line": 90,
                                          "column": 57
                                        },
                                        "identifierName": "DataTypes"
                                      },
                                      "name": "DataTypes"
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 2649,
                                      "end": 2653,
                                      "loc": {
                                        "start": {
                                          "line": 90,
                                          "column": 58
                                        },
                                        "end": {
                                          "line": 90,
                                          "column": 62
                                        },
                                        "identifierName": "ENUM"
                                      },
                                      "name": "ENUM"
                                    },
                                    "computed": false
                                  }
                                },
                                "consequent": {
                                  "type": "BlockStatement",
                                  "start": 2655,
                                  "end": 2937,
                                  "loc": {
                                    "start": {
                                      "line": 90,
                                      "column": 64
                                    },
                                    "end": {
                                      "line": 96,
                                      "column": 9
                                    }
                                  },
                                  "body": [
                                    {
                                      "type": "ExpressionStatement",
                                      "start": 2667,
                                      "end": 2763,
                                      "loc": {
                                        "start": {
                                          "line": 91,
                                          "column": 10
                                        },
                                        "end": {
                                          "line": 91,
                                          "column": 106
                                        }
                                      },
                                      "expression": {
                                        "type": "AssignmentExpression",
                                        "start": 2667,
                                        "end": 2762,
                                        "loc": {
                                          "start": {
                                            "line": 91,
                                            "column": 10
                                          },
                                          "end": {
                                            "line": 91,
                                            "column": 105
                                          }
                                        },
                                        "operator": "=",
                                        "left": {
                                          "type": "Identifier",
                                          "start": 2667,
                                          "end": 2670,
                                          "loc": {
                                            "start": {
                                              "line": 91,
                                              "column": 10
                                            },
                                            "end": {
                                              "line": 91,
                                              "column": 13
                                            },
                                            "identifierName": "sql"
                                          },
                                          "name": "sql"
                                        },
                                        "right": {
                                          "type": "CallExpression",
                                          "start": 2673,
                                          "end": 2762,
                                          "loc": {
                                            "start": {
                                              "line": 91,
                                              "column": 16
                                            },
                                            "end": {
                                              "line": 91,
                                              "column": 105
                                            }
                                          },
                                          "callee": {
                                            "type": "MemberExpression",
                                            "start": 2673,
                                            "end": 2704,
                                            "loc": {
                                              "start": {
                                                "line": 91,
                                                "column": 16
                                              },
                                              "end": {
                                                "line": 91,
                                                "column": 47
                                              }
                                            },
                                            "object": {
                                              "type": "MemberExpression",
                                              "start": 2673,
                                              "end": 2692,
                                              "loc": {
                                                "start": {
                                                  "line": 91,
                                                  "column": 16
                                                },
                                                "end": {
                                                  "line": 91,
                                                  "column": 35
                                                }
                                              },
                                              "object": {
                                                "type": "ThisExpression",
                                                "start": 2673,
                                                "end": 2677,
                                                "loc": {
                                                  "start": {
                                                    "line": 91,
                                                    "column": 16
                                                  },
                                                  "end": {
                                                    "line": 91,
                                                    "column": 20
                                                  }
                                                }
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 2678,
                                                "end": 2692,
                                                "loc": {
                                                  "start": {
                                                    "line": 91,
                                                    "column": 21
                                                  },
                                                  "end": {
                                                    "line": 91,
                                                    "column": 35
                                                  },
                                                  "identifierName": "QueryGenerator"
                                                },
                                                "name": "QueryGenerator"
                                              },
                                              "computed": false
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 2693,
                                              "end": 2704,
                                              "loc": {
                                                "start": {
                                                  "line": 91,
                                                  "column": 36
                                                },
                                                "end": {
                                                  "line": 91,
                                                  "column": 47
                                                },
                                                "identifierName": "pgListEnums"
                                              },
                                              "name": "pgListEnums"
                                            },
                                            "computed": false
                                          },
                                          "arguments": [
                                            {
                                              "type": "Identifier",
                                              "start": 2705,
                                              "end": 2714,
                                              "loc": {
                                                "start": {
                                                  "line": 91,
                                                  "column": 48
                                                },
                                                "end": {
                                                  "line": 91,
                                                  "column": 57
                                                },
                                                "identifierName": "tableName"
                                              },
                                              "name": "tableName"
                                            },
                                            {
                                              "type": "LogicalExpression",
                                              "start": 2716,
                                              "end": 2752,
                                              "loc": {
                                                "start": {
                                                  "line": 91,
                                                  "column": 59
                                                },
                                                "end": {
                                                  "line": 91,
                                                  "column": 95
                                                }
                                              },
                                              "left": {
                                                "type": "MemberExpression",
                                                "start": 2716,
                                                "end": 2741,
                                                "loc": {
                                                  "start": {
                                                    "line": 91,
                                                    "column": 59
                                                  },
                                                  "end": {
                                                    "line": 91,
                                                    "column": 84
                                                  }
                                                },
                                                "object": {
                                                  "type": "MemberExpression",
                                                  "start": 2716,
                                                  "end": 2735,
                                                  "loc": {
                                                    "start": {
                                                      "line": 91,
                                                      "column": 59
                                                    },
                                                    "end": {
                                                      "line": 91,
                                                      "column": 78
                                                    }
                                                  },
                                                  "object": {
                                                    "type": "Identifier",
                                                    "start": 2716,
                                                    "end": 2726,
                                                    "loc": {
                                                      "start": {
                                                        "line": 91,
                                                        "column": 59
                                                      },
                                                      "end": {
                                                        "line": 91,
                                                        "column": 69
                                                      },
                                                      "identifierName": "attributes"
                                                    },
                                                    "name": "attributes"
                                                  },
                                                  "property": {
                                                    "type": "MemberExpression",
                                                    "start": 2727,
                                                    "end": 2734,
                                                    "loc": {
                                                      "start": {
                                                        "line": 91,
                                                        "column": 70
                                                      },
                                                      "end": {
                                                        "line": 91,
                                                        "column": 77
                                                      }
                                                    },
                                                    "object": {
                                                      "type": "Identifier",
                                                      "start": 2727,
                                                      "end": 2731,
                                                      "loc": {
                                                        "start": {
                                                          "line": 91,
                                                          "column": 70
                                                        },
                                                        "end": {
                                                          "line": 91,
                                                          "column": 74
                                                        },
                                                        "identifierName": "keys"
                                                      },
                                                      "name": "keys"
                                                    },
                                                    "property": {
                                                      "type": "Identifier",
                                                      "start": 2732,
                                                      "end": 2733,
                                                      "loc": {
                                                        "start": {
                                                          "line": 91,
                                                          "column": 75
                                                        },
                                                        "end": {
                                                          "line": 91,
                                                          "column": 76
                                                        },
                                                        "identifierName": "i"
                                                      },
                                                      "name": "i"
                                                    },
                                                    "computed": true
                                                  },
                                                  "computed": true
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 2736,
                                                  "end": 2741,
                                                  "loc": {
                                                    "start": {
                                                      "line": 91,
                                                      "column": 79
                                                    },
                                                    "end": {
                                                      "line": 91,
                                                      "column": 84
                                                    },
                                                    "identifierName": "field"
                                                  },
                                                  "name": "field"
                                                },
                                                "computed": false
                                              },
                                              "operator": "||",
                                              "right": {
                                                "type": "MemberExpression",
                                                "start": 2745,
                                                "end": 2752,
                                                "loc": {
                                                  "start": {
                                                    "line": 91,
                                                    "column": 88
                                                  },
                                                  "end": {
                                                    "line": 91,
                                                    "column": 95
                                                  }
                                                },
                                                "object": {
                                                  "type": "Identifier",
                                                  "start": 2745,
                                                  "end": 2749,
                                                  "loc": {
                                                    "start": {
                                                      "line": 91,
                                                      "column": 88
                                                    },
                                                    "end": {
                                                      "line": 91,
                                                      "column": 92
                                                    },
                                                    "identifierName": "keys"
                                                  },
                                                  "name": "keys"
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 2750,
                                                  "end": 2751,
                                                  "loc": {
                                                    "start": {
                                                      "line": 91,
                                                      "column": 93
                                                    },
                                                    "end": {
                                                      "line": 91,
                                                      "column": 94
                                                    },
                                                    "identifierName": "i"
                                                  },
                                                  "name": "i"
                                                },
                                                "computed": true
                                              }
                                            },
                                            {
                                              "type": "Identifier",
                                              "start": 2754,
                                              "end": 2761,
                                              "loc": {
                                                "start": {
                                                  "line": 91,
                                                  "column": 97
                                                },
                                                "end": {
                                                  "line": 91,
                                                  "column": 104
                                                },
                                                "identifierName": "options"
                                              },
                                              "name": "options"
                                            }
                                          ]
                                        }
                                      }
                                    },
                                    {
                                      "type": "ExpressionStatement",
                                      "start": 2774,
                                      "end": 2927,
                                      "loc": {
                                        "start": {
                                          "line": 92,
                                          "column": 10
                                        },
                                        "end": {
                                          "line": 95,
                                          "column": 13
                                        }
                                      },
                                      "expression": {
                                        "type": "CallExpression",
                                        "start": 2774,
                                        "end": 2926,
                                        "loc": {
                                          "start": {
                                            "line": 92,
                                            "column": 10
                                          },
                                          "end": {
                                            "line": 95,
                                            "column": 12
                                          }
                                        },
                                        "callee": {
                                          "type": "MemberExpression",
                                          "start": 2774,
                                          "end": 2787,
                                          "loc": {
                                            "start": {
                                              "line": 92,
                                              "column": 10
                                            },
                                            "end": {
                                              "line": 92,
                                              "column": 23
                                            }
                                          },
                                          "object": {
                                            "type": "Identifier",
                                            "start": 2774,
                                            "end": 2782,
                                            "loc": {
                                              "start": {
                                                "line": 92,
                                                "column": 10
                                              },
                                              "end": {
                                                "line": 92,
                                                "column": 18
                                              },
                                              "identifierName": "promises"
                                            },
                                            "name": "promises"
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 2783,
                                            "end": 2787,
                                            "loc": {
                                              "start": {
                                                "line": 92,
                                                "column": 19
                                              },
                                              "end": {
                                                "line": 92,
                                                "column": 23
                                              },
                                              "identifierName": "push"
                                            },
                                            "name": "push"
                                          },
                                          "computed": false
                                        },
                                        "arguments": [
                                          {
                                            "type": "CallExpression",
                                            "start": 2788,
                                            "end": 2925,
                                            "loc": {
                                              "start": {
                                                "line": 92,
                                                "column": 24
                                              },
                                              "end": {
                                                "line": 95,
                                                "column": 11
                                              }
                                            },
                                            "callee": {
                                              "type": "MemberExpression",
                                              "start": 2788,
                                              "end": 2808,
                                              "loc": {
                                                "start": {
                                                  "line": 92,
                                                  "column": 24
                                                },
                                                "end": {
                                                  "line": 92,
                                                  "column": 44
                                                }
                                              },
                                              "object": {
                                                "type": "MemberExpression",
                                                "start": 2788,
                                                "end": 2802,
                                                "loc": {
                                                  "start": {
                                                    "line": 92,
                                                    "column": 24
                                                  },
                                                  "end": {
                                                    "line": 92,
                                                    "column": 38
                                                  }
                                                },
                                                "object": {
                                                  "type": "ThisExpression",
                                                  "start": 2788,
                                                  "end": 2792,
                                                  "loc": {
                                                    "start": {
                                                      "line": 92,
                                                      "column": 24
                                                    },
                                                    "end": {
                                                      "line": 92,
                                                      "column": 28
                                                    }
                                                  }
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 2793,
                                                  "end": 2802,
                                                  "loc": {
                                                    "start": {
                                                      "line": 92,
                                                      "column": 29
                                                    },
                                                    "end": {
                                                      "line": 92,
                                                      "column": 38
                                                    },
                                                    "identifierName": "sequelize"
                                                  },
                                                  "name": "sequelize"
                                                },
                                                "computed": false
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 2803,
                                                "end": 2808,
                                                "loc": {
                                                  "start": {
                                                    "line": 92,
                                                    "column": 39
                                                  },
                                                  "end": {
                                                    "line": 92,
                                                    "column": 44
                                                  },
                                                  "identifierName": "query"
                                                },
                                                "name": "query"
                                              },
                                              "computed": false
                                            },
                                            "arguments": [
                                              {
                                                "type": "Identifier",
                                                "start": 2822,
                                                "end": 2825,
                                                "loc": {
                                                  "start": {
                                                    "line": 93,
                                                    "column": 12
                                                  },
                                                  "end": {
                                                    "line": 93,
                                                    "column": 15
                                                  },
                                                  "identifierName": "sql"
                                                },
                                                "name": "sql"
                                              },
                                              {
                                                "type": "CallExpression",
                                                "start": 2839,
                                                "end": 2913,
                                                "loc": {
                                                  "start": {
                                                    "line": 94,
                                                    "column": 12
                                                  },
                                                  "end": {
                                                    "line": 94,
                                                    "column": 86
                                                  }
                                                },
                                                "callee": {
                                                  "type": "MemberExpression",
                                                  "start": 2839,
                                                  "end": 2847,
                                                  "loc": {
                                                    "start": {
                                                      "line": 94,
                                                      "column": 12
                                                    },
                                                    "end": {
                                                      "line": 94,
                                                      "column": 20
                                                    }
                                                  },
                                                  "object": {
                                                    "type": "Identifier",
                                                    "start": 2839,
                                                    "end": 2840,
                                                    "loc": {
                                                      "start": {
                                                        "line": 94,
                                                        "column": 12
                                                      },
                                                      "end": {
                                                        "line": 94,
                                                        "column": 13
                                                      },
                                                      "identifierName": "_"
                                                    },
                                                    "name": "_"
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "start": 2841,
                                                    "end": 2847,
                                                    "loc": {
                                                      "start": {
                                                        "line": 94,
                                                        "column": 14
                                                      },
                                                      "end": {
                                                        "line": 94,
                                                        "column": 20
                                                      },
                                                      "identifierName": "assign"
                                                    },
                                                    "name": "assign"
                                                  },
                                                  "computed": false
                                                },
                                                "arguments": [
                                                  {
                                                    "type": "ObjectExpression",
                                                    "start": 2848,
                                                    "end": 2850,
                                                    "loc": {
                                                      "start": {
                                                        "line": 94,
                                                        "column": 21
                                                      },
                                                      "end": {
                                                        "line": 94,
                                                        "column": 23
                                                      }
                                                    },
                                                    "properties": []
                                                  },
                                                  {
                                                    "type": "Identifier",
                                                    "start": 2852,
                                                    "end": 2859,
                                                    "loc": {
                                                      "start": {
                                                        "line": 94,
                                                        "column": 25
                                                      },
                                                      "end": {
                                                        "line": 94,
                                                        "column": 32
                                                      },
                                                      "identifierName": "options"
                                                    },
                                                    "name": "options"
                                                  },
                                                  {
                                                    "type": "ObjectExpression",
                                                    "start": 2861,
                                                    "end": 2912,
                                                    "loc": {
                                                      "start": {
                                                        "line": 94,
                                                        "column": 34
                                                      },
                                                      "end": {
                                                        "line": 94,
                                                        "column": 85
                                                      }
                                                    },
                                                    "properties": [
                                                      {
                                                        "type": "ObjectProperty",
                                                        "start": 2863,
                                                        "end": 2874,
                                                        "loc": {
                                                          "start": {
                                                            "line": 94,
                                                            "column": 36
                                                          },
                                                          "end": {
                                                            "line": 94,
                                                            "column": 47
                                                          }
                                                        },
                                                        "method": false,
                                                        "shorthand": false,
                                                        "computed": false,
                                                        "key": {
                                                          "type": "Identifier",
                                                          "start": 2863,
                                                          "end": 2868,
                                                          "loc": {
                                                            "start": {
                                                              "line": 94,
                                                              "column": 36
                                                            },
                                                            "end": {
                                                              "line": 94,
                                                              "column": 41
                                                            },
                                                            "identifierName": "plain"
                                                          },
                                                          "name": "plain"
                                                        },
                                                        "value": {
                                                          "type": "BooleanLiteral",
                                                          "start": 2870,
                                                          "end": 2874,
                                                          "loc": {
                                                            "start": {
                                                              "line": 94,
                                                              "column": 43
                                                            },
                                                            "end": {
                                                              "line": 94,
                                                              "column": 47
                                                            }
                                                          },
                                                          "value": true
                                                        }
                                                      },
                                                      {
                                                        "type": "ObjectProperty",
                                                        "start": 2876,
                                                        "end": 2885,
                                                        "loc": {
                                                          "start": {
                                                            "line": 94,
                                                            "column": 49
                                                          },
                                                          "end": {
                                                            "line": 94,
                                                            "column": 58
                                                          }
                                                        },
                                                        "method": false,
                                                        "shorthand": false,
                                                        "computed": false,
                                                        "key": {
                                                          "type": "Identifier",
                                                          "start": 2876,
                                                          "end": 2879,
                                                          "loc": {
                                                            "start": {
                                                              "line": 94,
                                                              "column": 49
                                                            },
                                                            "end": {
                                                              "line": 94,
                                                              "column": 52
                                                            },
                                                            "identifierName": "raw"
                                                          },
                                                          "name": "raw"
                                                        },
                                                        "value": {
                                                          "type": "BooleanLiteral",
                                                          "start": 2881,
                                                          "end": 2885,
                                                          "loc": {
                                                            "start": {
                                                              "line": 94,
                                                              "column": 54
                                                            },
                                                            "end": {
                                                              "line": 94,
                                                              "column": 58
                                                            }
                                                          },
                                                          "value": true
                                                        }
                                                      },
                                                      {
                                                        "type": "ObjectProperty",
                                                        "start": 2887,
                                                        "end": 2910,
                                                        "loc": {
                                                          "start": {
                                                            "line": 94,
                                                            "column": 60
                                                          },
                                                          "end": {
                                                            "line": 94,
                                                            "column": 83
                                                          }
                                                        },
                                                        "method": false,
                                                        "shorthand": false,
                                                        "computed": false,
                                                        "key": {
                                                          "type": "Identifier",
                                                          "start": 2887,
                                                          "end": 2891,
                                                          "loc": {
                                                            "start": {
                                                              "line": 94,
                                                              "column": 60
                                                            },
                                                            "end": {
                                                              "line": 94,
                                                              "column": 64
                                                            },
                                                            "identifierName": "type"
                                                          },
                                                          "name": "type"
                                                        },
                                                        "value": {
                                                          "type": "MemberExpression",
                                                          "start": 2893,
                                                          "end": 2910,
                                                          "loc": {
                                                            "start": {
                                                              "line": 94,
                                                              "column": 66
                                                            },
                                                            "end": {
                                                              "line": 94,
                                                              "column": 83
                                                            }
                                                          },
                                                          "object": {
                                                            "type": "Identifier",
                                                            "start": 2893,
                                                            "end": 2903,
                                                            "loc": {
                                                              "start": {
                                                                "line": 94,
                                                                "column": 66
                                                              },
                                                              "end": {
                                                                "line": 94,
                                                                "column": 76
                                                              },
                                                              "identifierName": "QueryTypes"
                                                            },
                                                            "name": "QueryTypes"
                                                          },
                                                          "property": {
                                                            "type": "Identifier",
                                                            "start": 2904,
                                                            "end": 2910,
                                                            "loc": {
                                                              "start": {
                                                                "line": 94,
                                                                "column": 77
                                                              },
                                                              "end": {
                                                                "line": 94,
                                                                "column": 83
                                                              },
                                                              "identifierName": "SELECT"
                                                            },
                                                            "name": "SELECT"
                                                          },
                                                          "computed": false
                                                        }
                                                      }
                                                    ]
                                                  }
                                                ]
                                              }
                                            ]
                                          }
                                        ]
                                      }
                                    }
                                  ],
                                  "directives": []
                                },
                                "alternate": null
                              }
                            ],
                            "directives": []
                          }
                        },
                        {
                          "type": "ReturnStatement",
                          "start": 2953,
                          "end": 5189,
                          "loc": {
                            "start": {
                              "line": 99,
                              "column": 6
                            },
                            "end": {
                              "line": 154,
                              "column": 9
                            }
                          },
                          "argument": {
                            "type": "CallExpression",
                            "start": 2960,
                            "end": 5188,
                            "loc": {
                              "start": {
                                "line": 99,
                                "column": 13
                              },
                              "end": {
                                "line": 154,
                                "column": 8
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 2960,
                              "end": 2986,
                              "loc": {
                                "start": {
                                  "line": 99,
                                  "column": 13
                                },
                                "end": {
                                  "line": 99,
                                  "column": 39
                                }
                              },
                              "object": {
                                "type": "CallExpression",
                                "start": 2960,
                                "end": 2981,
                                "loc": {
                                  "start": {
                                    "line": 99,
                                    "column": 13
                                  },
                                  "end": {
                                    "line": 99,
                                    "column": 34
                                  }
                                },
                                "callee": {
                                  "type": "MemberExpression",
                                  "start": 2960,
                                  "end": 2971,
                                  "loc": {
                                    "start": {
                                      "line": 99,
                                      "column": 13
                                    },
                                    "end": {
                                      "line": 99,
                                      "column": 24
                                    }
                                  },
                                  "object": {
                                    "type": "Identifier",
                                    "start": 2960,
                                    "end": 2967,
                                    "loc": {
                                      "start": {
                                        "line": 99,
                                        "column": 13
                                      },
                                      "end": {
                                        "line": 99,
                                        "column": 20
                                      },
                                      "identifierName": "Promise"
                                    },
                                    "name": "Promise"
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 2968,
                                    "end": 2971,
                                    "loc": {
                                      "start": {
                                        "line": 99,
                                        "column": 21
                                      },
                                      "end": {
                                        "line": 99,
                                        "column": 24
                                      },
                                      "identifierName": "all"
                                    },
                                    "name": "all"
                                  },
                                  "computed": false
                                },
                                "arguments": [
                                  {
                                    "type": "Identifier",
                                    "start": 2972,
                                    "end": 2980,
                                    "loc": {
                                      "start": {
                                        "line": 99,
                                        "column": 25
                                      },
                                      "end": {
                                        "line": 99,
                                        "column": 33
                                      },
                                      "identifierName": "promises"
                                    },
                                    "name": "promises"
                                  }
                                ]
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 2982,
                                "end": 2986,
                                "loc": {
                                  "start": {
                                    "line": 99,
                                    "column": 35
                                  },
                                  "end": {
                                    "line": 99,
                                    "column": 39
                                  },
                                  "identifierName": "then"
                                },
                                "name": "then"
                              },
                              "computed": false
                            },
                            "arguments": [
                              {
                                "type": "ArrowFunctionExpression",
                                "start": 2987,
                                "end": 5187,
                                "loc": {
                                  "start": {
                                    "line": 99,
                                    "column": 40
                                  },
                                  "end": {
                                    "line": 154,
                                    "column": 7
                                  }
                                },
                                "id": null,
                                "generator": false,
                                "expression": false,
                                "async": false,
                                "params": [
                                  {
                                    "type": "Identifier",
                                    "start": 2987,
                                    "end": 2994,
                                    "loc": {
                                      "start": {
                                        "line": 99,
                                        "column": 40
                                      },
                                      "end": {
                                        "line": 99,
                                        "column": 47
                                      },
                                      "identifierName": "results"
                                    },
                                    "name": "results"
                                  }
                                ],
                                "body": {
                                  "type": "BlockStatement",
                                  "start": 2998,
                                  "end": 5187,
                                  "loc": {
                                    "start": {
                                      "line": 99,
                                      "column": 51
                                    },
                                    "end": {
                                      "line": 154,
                                      "column": 7
                                    }
                                  },
                                  "body": [
                                    {
                                      "type": "VariableDeclaration",
                                      "start": 3008,
                                      "end": 3028,
                                      "loc": {
                                        "start": {
                                          "line": 100,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 100,
                                          "column": 28
                                        }
                                      },
                                      "declarations": [
                                        {
                                          "type": "VariableDeclarator",
                                          "start": 3014,
                                          "end": 3027,
                                          "loc": {
                                            "start": {
                                              "line": 100,
                                              "column": 14
                                            },
                                            "end": {
                                              "line": 100,
                                              "column": 27
                                            }
                                          },
                                          "id": {
                                            "type": "Identifier",
                                            "start": 3014,
                                            "end": 3022,
                                            "loc": {
                                              "start": {
                                                "line": 100,
                                                "column": 14
                                              },
                                              "end": {
                                                "line": 100,
                                                "column": 22
                                              },
                                              "identifierName": "promises"
                                            },
                                            "name": "promises"
                                          },
                                          "init": {
                                            "type": "ArrayExpression",
                                            "start": 3025,
                                            "end": 3027,
                                            "loc": {
                                              "start": {
                                                "line": 100,
                                                "column": 25
                                              },
                                              "end": {
                                                "line": 100,
                                                "column": 27
                                              }
                                            },
                                            "elements": []
                                          }
                                        }
                                      ],
                                      "kind": "const"
                                    },
                                    {
                                      "type": "VariableDeclaration",
                                      "start": 3037,
                                      "end": 3053,
                                      "loc": {
                                        "start": {
                                          "line": 101,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 101,
                                          "column": 24
                                        }
                                      },
                                      "declarations": [
                                        {
                                          "type": "VariableDeclarator",
                                          "start": 3041,
                                          "end": 3052,
                                          "loc": {
                                            "start": {
                                              "line": 101,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 101,
                                              "column": 23
                                            }
                                          },
                                          "id": {
                                            "type": "Identifier",
                                            "start": 3041,
                                            "end": 3048,
                                            "loc": {
                                              "start": {
                                                "line": 101,
                                                "column": 12
                                              },
                                              "end": {
                                                "line": 101,
                                                "column": 19
                                              },
                                              "identifierName": "enumIdx"
                                            },
                                            "name": "enumIdx"
                                          },
                                          "init": {
                                            "type": "NumericLiteral",
                                            "start": 3051,
                                            "end": 3052,
                                            "loc": {
                                              "start": {
                                                "line": 101,
                                                "column": 22
                                              },
                                              "end": {
                                                "line": 101,
                                                "column": 23
                                              }
                                            },
                                            "extra": {
                                              "rawValue": 0,
                                              "raw": "0"
                                            },
                                            "value": 0
                                          }
                                        }
                                      ],
                                      "kind": "let"
                                    },
                                    {
                                      "type": "ForStatement",
                                      "start": 3063,
                                      "end": 4601,
                                      "loc": {
                                        "start": {
                                          "line": 103,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 136,
                                          "column": 9
                                        }
                                      },
                                      "init": {
                                        "type": "AssignmentExpression",
                                        "start": 3068,
                                        "end": 3073,
                                        "loc": {
                                          "start": {
                                            "line": 103,
                                            "column": 13
                                          },
                                          "end": {
                                            "line": 103,
                                            "column": 18
                                          }
                                        },
                                        "operator": "=",
                                        "left": {
                                          "type": "Identifier",
                                          "start": 3068,
                                          "end": 3069,
                                          "loc": {
                                            "start": {
                                              "line": 103,
                                              "column": 13
                                            },
                                            "end": {
                                              "line": 103,
                                              "column": 14
                                            },
                                            "identifierName": "i"
                                          },
                                          "name": "i"
                                        },
                                        "right": {
                                          "type": "NumericLiteral",
                                          "start": 3072,
                                          "end": 3073,
                                          "loc": {
                                            "start": {
                                              "line": 103,
                                              "column": 17
                                            },
                                            "end": {
                                              "line": 103,
                                              "column": 18
                                            }
                                          },
                                          "extra": {
                                            "rawValue": 0,
                                            "raw": "0"
                                          },
                                          "value": 0
                                        }
                                      },
                                      "test": {
                                        "type": "BinaryExpression",
                                        "start": 3075,
                                        "end": 3085,
                                        "loc": {
                                          "start": {
                                            "line": 103,
                                            "column": 20
                                          },
                                          "end": {
                                            "line": 103,
                                            "column": 30
                                          }
                                        },
                                        "left": {
                                          "type": "Identifier",
                                          "start": 3075,
                                          "end": 3076,
                                          "loc": {
                                            "start": {
                                              "line": 103,
                                              "column": 20
                                            },
                                            "end": {
                                              "line": 103,
                                              "column": 21
                                            },
                                            "identifierName": "i"
                                          },
                                          "name": "i"
                                        },
                                        "operator": "<",
                                        "right": {
                                          "type": "Identifier",
                                          "start": 3079,
                                          "end": 3085,
                                          "loc": {
                                            "start": {
                                              "line": 103,
                                              "column": 24
                                            },
                                            "end": {
                                              "line": 103,
                                              "column": 30
                                            },
                                            "identifierName": "keyLen"
                                          },
                                          "name": "keyLen"
                                        }
                                      },
                                      "update": {
                                        "type": "UpdateExpression",
                                        "start": 3087,
                                        "end": 3090,
                                        "loc": {
                                          "start": {
                                            "line": 103,
                                            "column": 32
                                          },
                                          "end": {
                                            "line": 103,
                                            "column": 35
                                          }
                                        },
                                        "operator": "++",
                                        "prefix": false,
                                        "argument": {
                                          "type": "Identifier",
                                          "start": 3087,
                                          "end": 3088,
                                          "loc": {
                                            "start": {
                                              "line": 103,
                                              "column": 32
                                            },
                                            "end": {
                                              "line": 103,
                                              "column": 33
                                            },
                                            "identifierName": "i"
                                          },
                                          "name": "i"
                                        }
                                      },
                                      "body": {
                                        "type": "BlockStatement",
                                        "start": 3092,
                                        "end": 4601,
                                        "loc": {
                                          "start": {
                                            "line": 103,
                                            "column": 37
                                          },
                                          "end": {
                                            "line": 136,
                                            "column": 9
                                          }
                                        },
                                        "body": [
                                          {
                                            "type": "IfStatement",
                                            "start": 3104,
                                            "end": 4591,
                                            "loc": {
                                              "start": {
                                                "line": 104,
                                                "column": 10
                                              },
                                              "end": {
                                                "line": 135,
                                                "column": 11
                                              }
                                            },
                                            "test": {
                                              "type": "BinaryExpression",
                                              "start": 3108,
                                              "end": 3158,
                                              "loc": {
                                                "start": {
                                                  "line": 104,
                                                  "column": 14
                                                },
                                                "end": {
                                                  "line": 104,
                                                  "column": 64
                                                }
                                              },
                                              "left": {
                                                "type": "MemberExpression",
                                                "start": 3108,
                                                "end": 3132,
                                                "loc": {
                                                  "start": {
                                                    "line": 104,
                                                    "column": 14
                                                  },
                                                  "end": {
                                                    "line": 104,
                                                    "column": 38
                                                  }
                                                },
                                                "object": {
                                                  "type": "MemberExpression",
                                                  "start": 3108,
                                                  "end": 3127,
                                                  "loc": {
                                                    "start": {
                                                      "line": 104,
                                                      "column": 14
                                                    },
                                                    "end": {
                                                      "line": 104,
                                                      "column": 33
                                                    }
                                                  },
                                                  "object": {
                                                    "type": "Identifier",
                                                    "start": 3108,
                                                    "end": 3118,
                                                    "loc": {
                                                      "start": {
                                                        "line": 104,
                                                        "column": 14
                                                      },
                                                      "end": {
                                                        "line": 104,
                                                        "column": 24
                                                      },
                                                      "identifierName": "attributes"
                                                    },
                                                    "name": "attributes"
                                                  },
                                                  "property": {
                                                    "type": "MemberExpression",
                                                    "start": 3119,
                                                    "end": 3126,
                                                    "loc": {
                                                      "start": {
                                                        "line": 104,
                                                        "column": 25
                                                      },
                                                      "end": {
                                                        "line": 104,
                                                        "column": 32
                                                      }
                                                    },
                                                    "object": {
                                                      "type": "Identifier",
                                                      "start": 3119,
                                                      "end": 3123,
                                                      "loc": {
                                                        "start": {
                                                          "line": 104,
                                                          "column": 25
                                                        },
                                                        "end": {
                                                          "line": 104,
                                                          "column": 29
                                                        },
                                                        "identifierName": "keys"
                                                      },
                                                      "name": "keys"
                                                    },
                                                    "property": {
                                                      "type": "Identifier",
                                                      "start": 3124,
                                                      "end": 3125,
                                                      "loc": {
                                                        "start": {
                                                          "line": 104,
                                                          "column": 30
                                                        },
                                                        "end": {
                                                          "line": 104,
                                                          "column": 31
                                                        },
                                                        "identifierName": "i"
                                                      },
                                                      "name": "i"
                                                    },
                                                    "computed": true
                                                  },
                                                  "computed": true
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 3128,
                                                  "end": 3132,
                                                  "loc": {
                                                    "start": {
                                                      "line": 104,
                                                      "column": 34
                                                    },
                                                    "end": {
                                                      "line": 104,
                                                      "column": 38
                                                    },
                                                    "identifierName": "type"
                                                  },
                                                  "name": "type"
                                                },
                                                "computed": false
                                              },
                                              "operator": "instanceof",
                                              "right": {
                                                "type": "MemberExpression",
                                                "start": 3144,
                                                "end": 3158,
                                                "loc": {
                                                  "start": {
                                                    "line": 104,
                                                    "column": 50
                                                  },
                                                  "end": {
                                                    "line": 104,
                                                    "column": 64
                                                  }
                                                },
                                                "object": {
                                                  "type": "Identifier",
                                                  "start": 3144,
                                                  "end": 3153,
                                                  "loc": {
                                                    "start": {
                                                      "line": 104,
                                                      "column": 50
                                                    },
                                                    "end": {
                                                      "line": 104,
                                                      "column": 59
                                                    },
                                                    "identifierName": "DataTypes"
                                                  },
                                                  "name": "DataTypes"
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 3154,
                                                  "end": 3158,
                                                  "loc": {
                                                    "start": {
                                                      "line": 104,
                                                      "column": 60
                                                    },
                                                    "end": {
                                                      "line": 104,
                                                      "column": 64
                                                    },
                                                    "identifierName": "ENUM"
                                                  },
                                                  "name": "ENUM"
                                                },
                                                "computed": false
                                              }
                                            },
                                            "consequent": {
                                              "type": "BlockStatement",
                                              "start": 3160,
                                              "end": 4591,
                                              "loc": {
                                                "start": {
                                                  "line": 104,
                                                  "column": 66
                                                },
                                                "end": {
                                                  "line": 135,
                                                  "column": 11
                                                }
                                              },
                                              "body": [
                                                {
                                                  "type": "IfStatement",
                                                  "start": 3235,
                                                  "end": 4579,
                                                  "loc": {
                                                    "start": {
                                                      "line": 106,
                                                      "column": 12
                                                    },
                                                    "end": {
                                                      "line": 134,
                                                      "column": 13
                                                    }
                                                  },
                                                  "test": {
                                                    "type": "UnaryExpression",
                                                    "start": 3239,
                                                    "end": 3256,
                                                    "loc": {
                                                      "start": {
                                                        "line": 106,
                                                        "column": 16
                                                      },
                                                      "end": {
                                                        "line": 106,
                                                        "column": 33
                                                      }
                                                    },
                                                    "operator": "!",
                                                    "prefix": true,
                                                    "argument": {
                                                      "type": "MemberExpression",
                                                      "start": 3240,
                                                      "end": 3256,
                                                      "loc": {
                                                        "start": {
                                                          "line": 106,
                                                          "column": 17
                                                        },
                                                        "end": {
                                                          "line": 106,
                                                          "column": 33
                                                        }
                                                      },
                                                      "object": {
                                                        "type": "Identifier",
                                                        "start": 3240,
                                                        "end": 3247,
                                                        "loc": {
                                                          "start": {
                                                            "line": 106,
                                                            "column": 17
                                                          },
                                                          "end": {
                                                            "line": 106,
                                                            "column": 24
                                                          },
                                                          "identifierName": "results"
                                                        },
                                                        "name": "results",
                                                        "leadingComments": null
                                                      },
                                                      "property": {
                                                        "type": "Identifier",
                                                        "start": 3248,
                                                        "end": 3255,
                                                        "loc": {
                                                          "start": {
                                                            "line": 106,
                                                            "column": 25
                                                          },
                                                          "end": {
                                                            "line": 106,
                                                            "column": 32
                                                          },
                                                          "identifierName": "enumIdx"
                                                        },
                                                        "name": "enumIdx"
                                                      },
                                                      "computed": true,
                                                      "leadingComments": null
                                                    },
                                                    "extra": {
                                                      "parenthesizedArgument": false
                                                    },
                                                    "leadingComments": null
                                                  },
                                                  "consequent": {
                                                    "type": "BlockStatement",
                                                    "start": 3258,
                                                    "end": 3542,
                                                    "loc": {
                                                      "start": {
                                                        "line": 106,
                                                        "column": 35
                                                      },
                                                      "end": {
                                                        "line": 112,
                                                        "column": 13
                                                      }
                                                    },
                                                    "body": [
                                                      {
                                                        "type": "ExpressionStatement",
                                                        "start": 3274,
                                                        "end": 3386,
                                                        "loc": {
                                                          "start": {
                                                            "line": 107,
                                                            "column": 14
                                                          },
                                                          "end": {
                                                            "line": 107,
                                                            "column": 126
                                                          }
                                                        },
                                                        "expression": {
                                                          "type": "AssignmentExpression",
                                                          "start": 3274,
                                                          "end": 3385,
                                                          "loc": {
                                                            "start": {
                                                              "line": 107,
                                                              "column": 14
                                                            },
                                                            "end": {
                                                              "line": 107,
                                                              "column": 125
                                                            }
                                                          },
                                                          "operator": "=",
                                                          "left": {
                                                            "type": "Identifier",
                                                            "start": 3274,
                                                            "end": 3277,
                                                            "loc": {
                                                              "start": {
                                                                "line": 107,
                                                                "column": 14
                                                              },
                                                              "end": {
                                                                "line": 107,
                                                                "column": 17
                                                              },
                                                              "identifierName": "sql"
                                                            },
                                                            "name": "sql"
                                                          },
                                                          "right": {
                                                            "type": "CallExpression",
                                                            "start": 3280,
                                                            "end": 3385,
                                                            "loc": {
                                                              "start": {
                                                                "line": 107,
                                                                "column": 20
                                                              },
                                                              "end": {
                                                                "line": 107,
                                                                "column": 125
                                                              }
                                                            },
                                                            "callee": {
                                                              "type": "MemberExpression",
                                                              "start": 3280,
                                                              "end": 3306,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 107,
                                                                  "column": 20
                                                                },
                                                                "end": {
                                                                  "line": 107,
                                                                  "column": 46
                                                                }
                                                              },
                                                              "object": {
                                                                "type": "MemberExpression",
                                                                "start": 3280,
                                                                "end": 3299,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 107,
                                                                    "column": 20
                                                                  },
                                                                  "end": {
                                                                    "line": 107,
                                                                    "column": 39
                                                                  }
                                                                },
                                                                "object": {
                                                                  "type": "ThisExpression",
                                                                  "start": 3280,
                                                                  "end": 3284,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 107,
                                                                      "column": 20
                                                                    },
                                                                    "end": {
                                                                      "line": 107,
                                                                      "column": 24
                                                                    }
                                                                  }
                                                                },
                                                                "property": {
                                                                  "type": "Identifier",
                                                                  "start": 3285,
                                                                  "end": 3299,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 107,
                                                                      "column": 25
                                                                    },
                                                                    "end": {
                                                                      "line": 107,
                                                                      "column": 39
                                                                    },
                                                                    "identifierName": "QueryGenerator"
                                                                  },
                                                                  "name": "QueryGenerator"
                                                                },
                                                                "computed": false
                                                              },
                                                              "property": {
                                                                "type": "Identifier",
                                                                "start": 3300,
                                                                "end": 3306,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 107,
                                                                    "column": 40
                                                                  },
                                                                  "end": {
                                                                    "line": 107,
                                                                    "column": 46
                                                                  },
                                                                  "identifierName": "pgEnum"
                                                                },
                                                                "name": "pgEnum"
                                                              },
                                                              "computed": false
                                                            },
                                                            "arguments": [
                                                              {
                                                                "type": "Identifier",
                                                                "start": 3307,
                                                                "end": 3316,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 107,
                                                                    "column": 47
                                                                  },
                                                                  "end": {
                                                                    "line": 107,
                                                                    "column": 56
                                                                  },
                                                                  "identifierName": "tableName"
                                                                },
                                                                "name": "tableName"
                                                              },
                                                              {
                                                                "type": "LogicalExpression",
                                                                "start": 3318,
                                                                "end": 3354,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 107,
                                                                    "column": 58
                                                                  },
                                                                  "end": {
                                                                    "line": 107,
                                                                    "column": 94
                                                                  }
                                                                },
                                                                "left": {
                                                                  "type": "MemberExpression",
                                                                  "start": 3318,
                                                                  "end": 3343,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 107,
                                                                      "column": 58
                                                                    },
                                                                    "end": {
                                                                      "line": 107,
                                                                      "column": 83
                                                                    }
                                                                  },
                                                                  "object": {
                                                                    "type": "MemberExpression",
                                                                    "start": 3318,
                                                                    "end": 3337,
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 107,
                                                                        "column": 58
                                                                      },
                                                                      "end": {
                                                                        "line": 107,
                                                                        "column": 77
                                                                      }
                                                                    },
                                                                    "object": {
                                                                      "type": "Identifier",
                                                                      "start": 3318,
                                                                      "end": 3328,
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 107,
                                                                          "column": 58
                                                                        },
                                                                        "end": {
                                                                          "line": 107,
                                                                          "column": 68
                                                                        },
                                                                        "identifierName": "attributes"
                                                                      },
                                                                      "name": "attributes"
                                                                    },
                                                                    "property": {
                                                                      "type": "MemberExpression",
                                                                      "start": 3329,
                                                                      "end": 3336,
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 107,
                                                                          "column": 69
                                                                        },
                                                                        "end": {
                                                                          "line": 107,
                                                                          "column": 76
                                                                        }
                                                                      },
                                                                      "object": {
                                                                        "type": "Identifier",
                                                                        "start": 3329,
                                                                        "end": 3333,
                                                                        "loc": {
                                                                          "start": {
                                                                            "line": 107,
                                                                            "column": 69
                                                                          },
                                                                          "end": {
                                                                            "line": 107,
                                                                            "column": 73
                                                                          },
                                                                          "identifierName": "keys"
                                                                        },
                                                                        "name": "keys"
                                                                      },
                                                                      "property": {
                                                                        "type": "Identifier",
                                                                        "start": 3334,
                                                                        "end": 3335,
                                                                        "loc": {
                                                                          "start": {
                                                                            "line": 107,
                                                                            "column": 74
                                                                          },
                                                                          "end": {
                                                                            "line": 107,
                                                                            "column": 75
                                                                          },
                                                                          "identifierName": "i"
                                                                        },
                                                                        "name": "i"
                                                                      },
                                                                      "computed": true
                                                                    },
                                                                    "computed": true
                                                                  },
                                                                  "property": {
                                                                    "type": "Identifier",
                                                                    "start": 3338,
                                                                    "end": 3343,
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 107,
                                                                        "column": 78
                                                                      },
                                                                      "end": {
                                                                        "line": 107,
                                                                        "column": 83
                                                                      },
                                                                      "identifierName": "field"
                                                                    },
                                                                    "name": "field"
                                                                  },
                                                                  "computed": false
                                                                },
                                                                "operator": "||",
                                                                "right": {
                                                                  "type": "MemberExpression",
                                                                  "start": 3347,
                                                                  "end": 3354,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 107,
                                                                      "column": 87
                                                                    },
                                                                    "end": {
                                                                      "line": 107,
                                                                      "column": 94
                                                                    }
                                                                  },
                                                                  "object": {
                                                                    "type": "Identifier",
                                                                    "start": 3347,
                                                                    "end": 3351,
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 107,
                                                                        "column": 87
                                                                      },
                                                                      "end": {
                                                                        "line": 107,
                                                                        "column": 91
                                                                      },
                                                                      "identifierName": "keys"
                                                                    },
                                                                    "name": "keys"
                                                                  },
                                                                  "property": {
                                                                    "type": "Identifier",
                                                                    "start": 3352,
                                                                    "end": 3353,
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 107,
                                                                        "column": 92
                                                                      },
                                                                      "end": {
                                                                        "line": 107,
                                                                        "column": 93
                                                                      },
                                                                      "identifierName": "i"
                                                                    },
                                                                    "name": "i"
                                                                  },
                                                                  "computed": true
                                                                }
                                                              },
                                                              {
                                                                "type": "MemberExpression",
                                                                "start": 3356,
                                                                "end": 3375,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 107,
                                                                    "column": 96
                                                                  },
                                                                  "end": {
                                                                    "line": 107,
                                                                    "column": 115
                                                                  }
                                                                },
                                                                "object": {
                                                                  "type": "Identifier",
                                                                  "start": 3356,
                                                                  "end": 3366,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 107,
                                                                      "column": 96
                                                                    },
                                                                    "end": {
                                                                      "line": 107,
                                                                      "column": 106
                                                                    },
                                                                    "identifierName": "attributes"
                                                                  },
                                                                  "name": "attributes"
                                                                },
                                                                "property": {
                                                                  "type": "MemberExpression",
                                                                  "start": 3367,
                                                                  "end": 3374,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 107,
                                                                      "column": 107
                                                                    },
                                                                    "end": {
                                                                      "line": 107,
                                                                      "column": 114
                                                                    }
                                                                  },
                                                                  "object": {
                                                                    "type": "Identifier",
                                                                    "start": 3367,
                                                                    "end": 3371,
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 107,
                                                                        "column": 107
                                                                      },
                                                                      "end": {
                                                                        "line": 107,
                                                                        "column": 111
                                                                      },
                                                                      "identifierName": "keys"
                                                                    },
                                                                    "name": "keys"
                                                                  },
                                                                  "property": {
                                                                    "type": "Identifier",
                                                                    "start": 3372,
                                                                    "end": 3373,
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 107,
                                                                        "column": 112
                                                                      },
                                                                      "end": {
                                                                        "line": 107,
                                                                        "column": 113
                                                                      },
                                                                      "identifierName": "i"
                                                                    },
                                                                    "name": "i"
                                                                  },
                                                                  "computed": true
                                                                },
                                                                "computed": true
                                                              },
                                                              {
                                                                "type": "Identifier",
                                                                "start": 3377,
                                                                "end": 3384,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 107,
                                                                    "column": 117
                                                                  },
                                                                  "end": {
                                                                    "line": 107,
                                                                    "column": 124
                                                                  },
                                                                  "identifierName": "options"
                                                                },
                                                                "name": "options"
                                                              }
                                                            ]
                                                          }
                                                        }
                                                      },
                                                      {
                                                        "type": "ExpressionStatement",
                                                        "start": 3401,
                                                        "end": 3528,
                                                        "loc": {
                                                          "start": {
                                                            "line": 108,
                                                            "column": 14
                                                          },
                                                          "end": {
                                                            "line": 111,
                                                            "column": 17
                                                          }
                                                        },
                                                        "expression": {
                                                          "type": "CallExpression",
                                                          "start": 3401,
                                                          "end": 3527,
                                                          "loc": {
                                                            "start": {
                                                              "line": 108,
                                                              "column": 14
                                                            },
                                                            "end": {
                                                              "line": 111,
                                                              "column": 16
                                                            }
                                                          },
                                                          "callee": {
                                                            "type": "MemberExpression",
                                                            "start": 3401,
                                                            "end": 3414,
                                                            "loc": {
                                                              "start": {
                                                                "line": 108,
                                                                "column": 14
                                                              },
                                                              "end": {
                                                                "line": 108,
                                                                "column": 27
                                                              }
                                                            },
                                                            "object": {
                                                              "type": "Identifier",
                                                              "start": 3401,
                                                              "end": 3409,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 108,
                                                                  "column": 14
                                                                },
                                                                "end": {
                                                                  "line": 108,
                                                                  "column": 22
                                                                },
                                                                "identifierName": "promises"
                                                              },
                                                              "name": "promises"
                                                            },
                                                            "property": {
                                                              "type": "Identifier",
                                                              "start": 3410,
                                                              "end": 3414,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 108,
                                                                  "column": 23
                                                                },
                                                                "end": {
                                                                  "line": 108,
                                                                  "column": 27
                                                                },
                                                                "identifierName": "push"
                                                              },
                                                              "name": "push"
                                                            },
                                                            "computed": false
                                                          },
                                                          "arguments": [
                                                            {
                                                              "type": "CallExpression",
                                                              "start": 3415,
                                                              "end": 3526,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 108,
                                                                  "column": 28
                                                                },
                                                                "end": {
                                                                  "line": 111,
                                                                  "column": 15
                                                                }
                                                              },
                                                              "callee": {
                                                                "type": "MemberExpression",
                                                                "start": 3415,
                                                                "end": 3435,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 108,
                                                                    "column": 28
                                                                  },
                                                                  "end": {
                                                                    "line": 108,
                                                                    "column": 48
                                                                  }
                                                                },
                                                                "object": {
                                                                  "type": "MemberExpression",
                                                                  "start": 3415,
                                                                  "end": 3429,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 108,
                                                                      "column": 28
                                                                    },
                                                                    "end": {
                                                                      "line": 108,
                                                                      "column": 42
                                                                    }
                                                                  },
                                                                  "object": {
                                                                    "type": "ThisExpression",
                                                                    "start": 3415,
                                                                    "end": 3419,
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 108,
                                                                        "column": 28
                                                                      },
                                                                      "end": {
                                                                        "line": 108,
                                                                        "column": 32
                                                                      }
                                                                    }
                                                                  },
                                                                  "property": {
                                                                    "type": "Identifier",
                                                                    "start": 3420,
                                                                    "end": 3429,
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 108,
                                                                        "column": 33
                                                                      },
                                                                      "end": {
                                                                        "line": 108,
                                                                        "column": 42
                                                                      },
                                                                      "identifierName": "sequelize"
                                                                    },
                                                                    "name": "sequelize"
                                                                  },
                                                                  "computed": false
                                                                },
                                                                "property": {
                                                                  "type": "Identifier",
                                                                  "start": 3430,
                                                                  "end": 3435,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 108,
                                                                      "column": 43
                                                                    },
                                                                    "end": {
                                                                      "line": 108,
                                                                      "column": 48
                                                                    },
                                                                    "identifierName": "query"
                                                                  },
                                                                  "name": "query"
                                                                },
                                                                "computed": false
                                                              },
                                                              "arguments": [
                                                                {
                                                                  "type": "Identifier",
                                                                  "start": 3453,
                                                                  "end": 3456,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 109,
                                                                      "column": 16
                                                                    },
                                                                    "end": {
                                                                      "line": 109,
                                                                      "column": 19
                                                                    },
                                                                    "identifierName": "sql"
                                                                  },
                                                                  "name": "sql"
                                                                },
                                                                {
                                                                  "type": "CallExpression",
                                                                  "start": 3474,
                                                                  "end": 3510,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 110,
                                                                      "column": 16
                                                                    },
                                                                    "end": {
                                                                      "line": 110,
                                                                      "column": 52
                                                                    }
                                                                  },
                                                                  "callee": {
                                                                    "type": "MemberExpression",
                                                                    "start": 3474,
                                                                    "end": 3482,
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 110,
                                                                        "column": 16
                                                                      },
                                                                      "end": {
                                                                        "line": 110,
                                                                        "column": 24
                                                                      }
                                                                    },
                                                                    "object": {
                                                                      "type": "Identifier",
                                                                      "start": 3474,
                                                                      "end": 3475,
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 110,
                                                                          "column": 16
                                                                        },
                                                                        "end": {
                                                                          "line": 110,
                                                                          "column": 17
                                                                        },
                                                                        "identifierName": "_"
                                                                      },
                                                                      "name": "_"
                                                                    },
                                                                    "property": {
                                                                      "type": "Identifier",
                                                                      "start": 3476,
                                                                      "end": 3482,
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 110,
                                                                          "column": 18
                                                                        },
                                                                        "end": {
                                                                          "line": 110,
                                                                          "column": 24
                                                                        },
                                                                        "identifierName": "assign"
                                                                      },
                                                                      "name": "assign"
                                                                    },
                                                                    "computed": false
                                                                  },
                                                                  "arguments": [
                                                                    {
                                                                      "type": "ObjectExpression",
                                                                      "start": 3483,
                                                                      "end": 3485,
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 110,
                                                                          "column": 25
                                                                        },
                                                                        "end": {
                                                                          "line": 110,
                                                                          "column": 27
                                                                        }
                                                                      },
                                                                      "properties": []
                                                                    },
                                                                    {
                                                                      "type": "Identifier",
                                                                      "start": 3487,
                                                                      "end": 3494,
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 110,
                                                                          "column": 29
                                                                        },
                                                                        "end": {
                                                                          "line": 110,
                                                                          "column": 36
                                                                        },
                                                                        "identifierName": "options"
                                                                      },
                                                                      "name": "options"
                                                                    },
                                                                    {
                                                                      "type": "ObjectExpression",
                                                                      "start": 3496,
                                                                      "end": 3509,
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 110,
                                                                          "column": 38
                                                                        },
                                                                        "end": {
                                                                          "line": 110,
                                                                          "column": 51
                                                                        }
                                                                      },
                                                                      "properties": [
                                                                        {
                                                                          "type": "ObjectProperty",
                                                                          "start": 3498,
                                                                          "end": 3507,
                                                                          "loc": {
                                                                            "start": {
                                                                              "line": 110,
                                                                              "column": 40
                                                                            },
                                                                            "end": {
                                                                              "line": 110,
                                                                              "column": 49
                                                                            }
                                                                          },
                                                                          "method": false,
                                                                          "shorthand": false,
                                                                          "computed": false,
                                                                          "key": {
                                                                            "type": "Identifier",
                                                                            "start": 3498,
                                                                            "end": 3501,
                                                                            "loc": {
                                                                              "start": {
                                                                                "line": 110,
                                                                                "column": 40
                                                                              },
                                                                              "end": {
                                                                                "line": 110,
                                                                                "column": 43
                                                                              },
                                                                              "identifierName": "raw"
                                                                            },
                                                                            "name": "raw"
                                                                          },
                                                                          "value": {
                                                                            "type": "BooleanLiteral",
                                                                            "start": 3503,
                                                                            "end": 3507,
                                                                            "loc": {
                                                                              "start": {
                                                                                "line": 110,
                                                                                "column": 45
                                                                              },
                                                                              "end": {
                                                                                "line": 110,
                                                                                "column": 49
                                                                              }
                                                                            },
                                                                            "value": true
                                                                          }
                                                                        }
                                                                      ]
                                                                    }
                                                                  ]
                                                                }
                                                              ]
                                                            }
                                                          ]
                                                        }
                                                      }
                                                    ],
                                                    "directives": []
                                                  },
                                                  "alternate": {
                                                    "type": "IfStatement",
                                                    "start": 3548,
                                                    "end": 4579,
                                                    "loc": {
                                                      "start": {
                                                        "line": 112,
                                                        "column": 19
                                                      },
                                                      "end": {
                                                        "line": 134,
                                                        "column": 13
                                                      }
                                                    },
                                                    "test": {
                                                      "type": "LogicalExpression",
                                                      "start": 3552,
                                                      "end": 3581,
                                                      "loc": {
                                                        "start": {
                                                          "line": 112,
                                                          "column": 23
                                                        },
                                                        "end": {
                                                          "line": 112,
                                                          "column": 52
                                                        }
                                                      },
                                                      "left": {
                                                        "type": "UnaryExpression",
                                                        "start": 3552,
                                                        "end": 3570,
                                                        "loc": {
                                                          "start": {
                                                            "line": 112,
                                                            "column": 23
                                                          },
                                                          "end": {
                                                            "line": 112,
                                                            "column": 41
                                                          }
                                                        },
                                                        "operator": "!",
                                                        "prefix": true,
                                                        "argument": {
                                                          "type": "UnaryExpression",
                                                          "start": 3553,
                                                          "end": 3570,
                                                          "loc": {
                                                            "start": {
                                                              "line": 112,
                                                              "column": 24
                                                            },
                                                            "end": {
                                                              "line": 112,
                                                              "column": 41
                                                            }
                                                          },
                                                          "operator": "!",
                                                          "prefix": true,
                                                          "argument": {
                                                            "type": "MemberExpression",
                                                            "start": 3554,
                                                            "end": 3570,
                                                            "loc": {
                                                              "start": {
                                                                "line": 112,
                                                                "column": 25
                                                              },
                                                              "end": {
                                                                "line": 112,
                                                                "column": 41
                                                              }
                                                            },
                                                            "object": {
                                                              "type": "Identifier",
                                                              "start": 3554,
                                                              "end": 3561,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 112,
                                                                  "column": 25
                                                                },
                                                                "end": {
                                                                  "line": 112,
                                                                  "column": 32
                                                                },
                                                                "identifierName": "results"
                                                              },
                                                              "name": "results"
                                                            },
                                                            "property": {
                                                              "type": "Identifier",
                                                              "start": 3562,
                                                              "end": 3569,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 112,
                                                                  "column": 33
                                                                },
                                                                "end": {
                                                                  "line": 112,
                                                                  "column": 40
                                                                },
                                                                "identifierName": "enumIdx"
                                                              },
                                                              "name": "enumIdx"
                                                            },
                                                            "computed": true
                                                          },
                                                          "extra": {
                                                            "parenthesizedArgument": false
                                                          }
                                                        },
                                                        "extra": {
                                                          "parenthesizedArgument": false
                                                        }
                                                      },
                                                      "operator": "&&",
                                                      "right": {
                                                        "type": "UnaryExpression",
                                                        "start": 3574,
                                                        "end": 3581,
                                                        "loc": {
                                                          "start": {
                                                            "line": 112,
                                                            "column": 45
                                                          },
                                                          "end": {
                                                            "line": 112,
                                                            "column": 52
                                                          }
                                                        },
                                                        "operator": "!",
                                                        "prefix": true,
                                                        "argument": {
                                                          "type": "UnaryExpression",
                                                          "start": 3575,
                                                          "end": 3581,
                                                          "loc": {
                                                            "start": {
                                                              "line": 112,
                                                              "column": 46
                                                            },
                                                            "end": {
                                                              "line": 112,
                                                              "column": 52
                                                            }
                                                          },
                                                          "operator": "!",
                                                          "prefix": true,
                                                          "argument": {
                                                            "type": "Identifier",
                                                            "start": 3576,
                                                            "end": 3581,
                                                            "loc": {
                                                              "start": {
                                                                "line": 112,
                                                                "column": 47
                                                              },
                                                              "end": {
                                                                "line": 112,
                                                                "column": 52
                                                              },
                                                              "identifierName": "model"
                                                            },
                                                            "name": "model"
                                                          },
                                                          "extra": {
                                                            "parenthesizedArgument": false
                                                          }
                                                        },
                                                        "extra": {
                                                          "parenthesizedArgument": false
                                                        }
                                                      }
                                                    },
                                                    "consequent": {
                                                      "type": "BlockStatement",
                                                      "start": 3583,
                                                      "end": 4579,
                                                      "loc": {
                                                        "start": {
                                                          "line": 112,
                                                          "column": 54
                                                        },
                                                        "end": {
                                                          "line": 134,
                                                          "column": 13
                                                        }
                                                      },
                                                      "body": [
                                                        {
                                                          "type": "VariableDeclaration",
                                                          "start": 3599,
                                                          "end": 3675,
                                                          "loc": {
                                                            "start": {
                                                              "line": 113,
                                                              "column": 14
                                                            },
                                                            "end": {
                                                              "line": 113,
                                                              "column": 90
                                                            }
                                                          },
                                                          "declarations": [
                                                            {
                                                              "type": "VariableDeclarator",
                                                              "start": 3605,
                                                              "end": 3674,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 113,
                                                                  "column": 20
                                                                },
                                                                "end": {
                                                                  "line": 113,
                                                                  "column": 89
                                                                }
                                                              },
                                                              "id": {
                                                                "type": "Identifier",
                                                                "start": 3605,
                                                                "end": 3613,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 113,
                                                                    "column": 20
                                                                  },
                                                                  "end": {
                                                                    "line": 113,
                                                                    "column": 28
                                                                  },
                                                                  "identifierName": "enumVals"
                                                                },
                                                                "name": "enumVals"
                                                              },
                                                              "init": {
                                                                "type": "CallExpression",
                                                                "start": 3616,
                                                                "end": 3674,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 113,
                                                                    "column": 31
                                                                  },
                                                                  "end": {
                                                                    "line": 113,
                                                                    "column": 89
                                                                  }
                                                                },
                                                                "callee": {
                                                                  "type": "MemberExpression",
                                                                  "start": 3616,
                                                                  "end": 3645,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 113,
                                                                      "column": 31
                                                                    },
                                                                    "end": {
                                                                      "line": 113,
                                                                      "column": 60
                                                                    }
                                                                  },
                                                                  "object": {
                                                                    "type": "MemberExpression",
                                                                    "start": 3616,
                                                                    "end": 3635,
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 113,
                                                                        "column": 31
                                                                      },
                                                                      "end": {
                                                                        "line": 113,
                                                                        "column": 50
                                                                      }
                                                                    },
                                                                    "object": {
                                                                      "type": "ThisExpression",
                                                                      "start": 3616,
                                                                      "end": 3620,
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 113,
                                                                          "column": 31
                                                                        },
                                                                        "end": {
                                                                          "line": 113,
                                                                          "column": 35
                                                                        }
                                                                      }
                                                                    },
                                                                    "property": {
                                                                      "type": "Identifier",
                                                                      "start": 3621,
                                                                      "end": 3635,
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 113,
                                                                          "column": 36
                                                                        },
                                                                        "end": {
                                                                          "line": 113,
                                                                          "column": 50
                                                                        },
                                                                        "identifierName": "QueryGenerator"
                                                                      },
                                                                      "name": "QueryGenerator"
                                                                    },
                                                                    "computed": false
                                                                  },
                                                                  "property": {
                                                                    "type": "Identifier",
                                                                    "start": 3636,
                                                                    "end": 3645,
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 113,
                                                                        "column": 51
                                                                      },
                                                                      "end": {
                                                                        "line": 113,
                                                                        "column": 60
                                                                      },
                                                                      "identifierName": "fromArray"
                                                                    },
                                                                    "name": "fromArray"
                                                                  },
                                                                  "computed": false
                                                                },
                                                                "arguments": [
                                                                  {
                                                                    "type": "MemberExpression",
                                                                    "start": 3646,
                                                                    "end": 3673,
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 113,
                                                                        "column": 61
                                                                      },
                                                                      "end": {
                                                                        "line": 113,
                                                                        "column": 88
                                                                      }
                                                                    },
                                                                    "object": {
                                                                      "type": "MemberExpression",
                                                                      "start": 3646,
                                                                      "end": 3662,
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 113,
                                                                          "column": 61
                                                                        },
                                                                        "end": {
                                                                          "line": 113,
                                                                          "column": 77
                                                                        }
                                                                      },
                                                                      "object": {
                                                                        "type": "Identifier",
                                                                        "start": 3646,
                                                                        "end": 3653,
                                                                        "loc": {
                                                                          "start": {
                                                                            "line": 113,
                                                                            "column": 61
                                                                          },
                                                                          "end": {
                                                                            "line": 113,
                                                                            "column": 68
                                                                          },
                                                                          "identifierName": "results"
                                                                        },
                                                                        "name": "results"
                                                                      },
                                                                      "property": {
                                                                        "type": "Identifier",
                                                                        "start": 3654,
                                                                        "end": 3661,
                                                                        "loc": {
                                                                          "start": {
                                                                            "line": 113,
                                                                            "column": 69
                                                                          },
                                                                          "end": {
                                                                            "line": 113,
                                                                            "column": 76
                                                                          },
                                                                          "identifierName": "enumIdx"
                                                                        },
                                                                        "name": "enumIdx"
                                                                      },
                                                                      "computed": true
                                                                    },
                                                                    "property": {
                                                                      "type": "Identifier",
                                                                      "start": 3663,
                                                                      "end": 3673,
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 113,
                                                                          "column": 78
                                                                        },
                                                                        "end": {
                                                                          "line": 113,
                                                                          "column": 88
                                                                        },
                                                                        "identifierName": "enum_value"
                                                                      },
                                                                      "name": "enum_value"
                                                                    },
                                                                    "computed": false
                                                                  }
                                                                ]
                                                              }
                                                            }
                                                          ],
                                                          "kind": "const"
                                                        },
                                                        {
                                                          "type": "VariableDeclaration",
                                                          "start": 3690,
                                                          "end": 3739,
                                                          "loc": {
                                                            "start": {
                                                              "line": 114,
                                                              "column": 14
                                                            },
                                                            "end": {
                                                              "line": 114,
                                                              "column": 63
                                                            }
                                                          },
                                                          "declarations": [
                                                            {
                                                              "type": "VariableDeclarator",
                                                              "start": 3696,
                                                              "end": 3738,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 114,
                                                                  "column": 20
                                                                },
                                                                "end": {
                                                                  "line": 114,
                                                                  "column": 62
                                                                }
                                                              },
                                                              "id": {
                                                                "type": "Identifier",
                                                                "start": 3696,
                                                                "end": 3700,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 114,
                                                                    "column": 20
                                                                  },
                                                                  "end": {
                                                                    "line": 114,
                                                                    "column": 24
                                                                  },
                                                                  "identifierName": "vals"
                                                                },
                                                                "name": "vals"
                                                              },
                                                              "init": {
                                                                "type": "MemberExpression",
                                                                "start": 3703,
                                                                "end": 3738,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 114,
                                                                    "column": 27
                                                                  },
                                                                  "end": {
                                                                    "line": 114,
                                                                    "column": 62
                                                                  }
                                                                },
                                                                "object": {
                                                                  "type": "MemberExpression",
                                                                  "start": 3703,
                                                                  "end": 3731,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 114,
                                                                      "column": 27
                                                                    },
                                                                    "end": {
                                                                      "line": 114,
                                                                      "column": 55
                                                                    }
                                                                  },
                                                                  "object": {
                                                                    "type": "MemberExpression",
                                                                    "start": 3703,
                                                                    "end": 3722,
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 114,
                                                                        "column": 27
                                                                      },
                                                                      "end": {
                                                                        "line": 114,
                                                                        "column": 46
                                                                      }
                                                                    },
                                                                    "object": {
                                                                      "type": "Identifier",
                                                                      "start": 3703,
                                                                      "end": 3708,
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 114,
                                                                          "column": 27
                                                                        },
                                                                        "end": {
                                                                          "line": 114,
                                                                          "column": 32
                                                                        },
                                                                        "identifierName": "model"
                                                                      },
                                                                      "name": "model"
                                                                    },
                                                                    "property": {
                                                                      "type": "Identifier",
                                                                      "start": 3709,
                                                                      "end": 3722,
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 114,
                                                                          "column": 33
                                                                        },
                                                                        "end": {
                                                                          "line": 114,
                                                                          "column": 46
                                                                        },
                                                                        "identifierName": "rawAttributes"
                                                                      },
                                                                      "name": "rawAttributes"
                                                                    },
                                                                    "computed": false
                                                                  },
                                                                  "property": {
                                                                    "type": "MemberExpression",
                                                                    "start": 3723,
                                                                    "end": 3730,
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 114,
                                                                        "column": 47
                                                                      },
                                                                      "end": {
                                                                        "line": 114,
                                                                        "column": 54
                                                                      }
                                                                    },
                                                                    "object": {
                                                                      "type": "Identifier",
                                                                      "start": 3723,
                                                                      "end": 3727,
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 114,
                                                                          "column": 47
                                                                        },
                                                                        "end": {
                                                                          "line": 114,
                                                                          "column": 51
                                                                        },
                                                                        "identifierName": "keys"
                                                                      },
                                                                      "name": "keys"
                                                                    },
                                                                    "property": {
                                                                      "type": "Identifier",
                                                                      "start": 3728,
                                                                      "end": 3729,
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 114,
                                                                          "column": 52
                                                                        },
                                                                        "end": {
                                                                          "line": 114,
                                                                          "column": 53
                                                                        },
                                                                        "identifierName": "i"
                                                                      },
                                                                      "name": "i"
                                                                    },
                                                                    "computed": true
                                                                  },
                                                                  "computed": true
                                                                },
                                                                "property": {
                                                                  "type": "Identifier",
                                                                  "start": 3732,
                                                                  "end": 3738,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 114,
                                                                      "column": 56
                                                                    },
                                                                    "end": {
                                                                      "line": 114,
                                                                      "column": 62
                                                                    },
                                                                    "identifierName": "values"
                                                                  },
                                                                  "name": "values"
                                                                },
                                                                "computed": false
                                                              }
                                                            }
                                                          ],
                                                          "kind": "const"
                                                        },
                                                        {
                                                          "type": "ExpressionStatement",
                                                          "start": 3755,
                                                          "end": 4540,
                                                          "loc": {
                                                            "start": {
                                                              "line": 116,
                                                              "column": 14
                                                            },
                                                            "end": {
                                                              "line": 132,
                                                              "column": 17
                                                            }
                                                          },
                                                          "expression": {
                                                            "type": "CallExpression",
                                                            "start": 3755,
                                                            "end": 4539,
                                                            "loc": {
                                                              "start": {
                                                                "line": 116,
                                                                "column": 14
                                                              },
                                                              "end": {
                                                                "line": 132,
                                                                "column": 16
                                                              }
                                                            },
                                                            "callee": {
                                                              "type": "MemberExpression",
                                                              "start": 3755,
                                                              "end": 3767,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 116,
                                                                  "column": 14
                                                                },
                                                                "end": {
                                                                  "line": 116,
                                                                  "column": 26
                                                                }
                                                              },
                                                              "object": {
                                                                "type": "Identifier",
                                                                "start": 3755,
                                                                "end": 3759,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 116,
                                                                    "column": 14
                                                                  },
                                                                  "end": {
                                                                    "line": 116,
                                                                    "column": 18
                                                                  },
                                                                  "identifierName": "vals"
                                                                },
                                                                "name": "vals"
                                                              },
                                                              "property": {
                                                                "type": "Identifier",
                                                                "start": 3760,
                                                                "end": 3767,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 116,
                                                                    "column": 19
                                                                  },
                                                                  "end": {
                                                                    "line": 116,
                                                                    "column": 26
                                                                  },
                                                                  "identifierName": "forEach"
                                                                },
                                                                "name": "forEach"
                                                              },
                                                              "computed": false
                                                            },
                                                            "arguments": [
                                                              {
                                                                "type": "ArrowFunctionExpression",
                                                                "start": 3768,
                                                                "end": 4538,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 116,
                                                                    "column": 27
                                                                  },
                                                                  "end": {
                                                                    "line": 132,
                                                                    "column": 15
                                                                  }
                                                                },
                                                                "id": null,
                                                                "generator": false,
                                                                "expression": false,
                                                                "async": false,
                                                                "params": [
                                                                  {
                                                                    "type": "Identifier",
                                                                    "start": 3769,
                                                                    "end": 3774,
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 116,
                                                                        "column": 28
                                                                      },
                                                                      "end": {
                                                                        "line": 116,
                                                                        "column": 33
                                                                      },
                                                                      "identifierName": "value"
                                                                    },
                                                                    "name": "value"
                                                                  },
                                                                  {
                                                                    "type": "Identifier",
                                                                    "start": 3776,
                                                                    "end": 3779,
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 116,
                                                                        "column": 35
                                                                      },
                                                                      "end": {
                                                                        "line": 116,
                                                                        "column": 38
                                                                      },
                                                                      "identifierName": "idx"
                                                                    },
                                                                    "name": "idx"
                                                                  }
                                                                ],
                                                                "body": {
                                                                  "type": "BlockStatement",
                                                                  "start": 3784,
                                                                  "end": 4538,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 116,
                                                                      "column": 43
                                                                    },
                                                                    "end": {
                                                                      "line": 132,
                                                                      "column": 15
                                                                    }
                                                                  },
                                                                  "body": [
                                                                    {
                                                                      "type": "VariableDeclaration",
                                                                      "start": 3884,
                                                                      "end": 3922,
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 118,
                                                                          "column": 16
                                                                        },
                                                                        "end": {
                                                                          "line": 118,
                                                                          "column": 54
                                                                        }
                                                                      },
                                                                      "declarations": [
                                                                        {
                                                                          "type": "VariableDeclarator",
                                                                          "start": 3890,
                                                                          "end": 3921,
                                                                          "loc": {
                                                                            "start": {
                                                                              "line": 118,
                                                                              "column": 22
                                                                            },
                                                                            "end": {
                                                                              "line": 118,
                                                                              "column": 53
                                                                            }
                                                                          },
                                                                          "id": {
                                                                            "type": "Identifier",
                                                                            "start": 3890,
                                                                            "end": 3902,
                                                                            "loc": {
                                                                              "start": {
                                                                                "line": 118,
                                                                                "column": 22
                                                                              },
                                                                              "end": {
                                                                                "line": 118,
                                                                                "column": 34
                                                                              },
                                                                              "identifierName": "valueOptions"
                                                                            },
                                                                            "name": "valueOptions",
                                                                            "leadingComments": null
                                                                          },
                                                                          "init": {
                                                                            "type": "CallExpression",
                                                                            "start": 3905,
                                                                            "end": 3921,
                                                                            "loc": {
                                                                              "start": {
                                                                                "line": 118,
                                                                                "column": 37
                                                                              },
                                                                              "end": {
                                                                                "line": 118,
                                                                                "column": 53
                                                                              }
                                                                            },
                                                                            "callee": {
                                                                              "type": "MemberExpression",
                                                                              "start": 3905,
                                                                              "end": 3912,
                                                                              "loc": {
                                                                                "start": {
                                                                                  "line": 118,
                                                                                  "column": 37
                                                                                },
                                                                                "end": {
                                                                                  "line": 118,
                                                                                  "column": 44
                                                                                }
                                                                              },
                                                                              "object": {
                                                                                "type": "Identifier",
                                                                                "start": 3905,
                                                                                "end": 3906,
                                                                                "loc": {
                                                                                  "start": {
                                                                                    "line": 118,
                                                                                    "column": 37
                                                                                  },
                                                                                  "end": {
                                                                                    "line": 118,
                                                                                    "column": 38
                                                                                  },
                                                                                  "identifierName": "_"
                                                                                },
                                                                                "name": "_"
                                                                              },
                                                                              "property": {
                                                                                "type": "Identifier",
                                                                                "start": 3907,
                                                                                "end": 3912,
                                                                                "loc": {
                                                                                  "start": {
                                                                                    "line": 118,
                                                                                    "column": 39
                                                                                  },
                                                                                  "end": {
                                                                                    "line": 118,
                                                                                    "column": 44
                                                                                  },
                                                                                  "identifierName": "clone"
                                                                                },
                                                                                "name": "clone"
                                                                              },
                                                                              "computed": false
                                                                            },
                                                                            "arguments": [
                                                                              {
                                                                                "type": "Identifier",
                                                                                "start": 3913,
                                                                                "end": 3920,
                                                                                "loc": {
                                                                                  "start": {
                                                                                    "line": 118,
                                                                                    "column": 45
                                                                                  },
                                                                                  "end": {
                                                                                    "line": 118,
                                                                                    "column": 52
                                                                                  },
                                                                                  "identifierName": "options"
                                                                                },
                                                                                "name": "options"
                                                                              }
                                                                            ]
                                                                          },
                                                                          "leadingComments": null
                                                                        }
                                                                      ],
                                                                      "kind": "const",
                                                                      "leadingComments": [
                                                                        {
                                                                          "type": "CommentLine",
                                                                          "value": " reset out after/before options since it's for every enum value",
                                                                          "start": 3802,
                                                                          "end": 3867,
                                                                          "loc": {
                                                                            "start": {
                                                                              "line": 117,
                                                                              "column": 16
                                                                            },
                                                                            "end": {
                                                                              "line": 117,
                                                                              "column": 81
                                                                            }
                                                                          }
                                                                        }
                                                                      ]
                                                                    },
                                                                    {
                                                                      "type": "ExpressionStatement",
                                                                      "start": 3939,
                                                                      "end": 3966,
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 119,
                                                                          "column": 16
                                                                        },
                                                                        "end": {
                                                                          "line": 119,
                                                                          "column": 43
                                                                        }
                                                                      },
                                                                      "expression": {
                                                                        "type": "AssignmentExpression",
                                                                        "start": 3939,
                                                                        "end": 3965,
                                                                        "loc": {
                                                                          "start": {
                                                                            "line": 119,
                                                                            "column": 16
                                                                          },
                                                                          "end": {
                                                                            "line": 119,
                                                                            "column": 42
                                                                          }
                                                                        },
                                                                        "operator": "=",
                                                                        "left": {
                                                                          "type": "MemberExpression",
                                                                          "start": 3939,
                                                                          "end": 3958,
                                                                          "loc": {
                                                                            "start": {
                                                                              "line": 119,
                                                                              "column": 16
                                                                            },
                                                                            "end": {
                                                                              "line": 119,
                                                                              "column": 35
                                                                            }
                                                                          },
                                                                          "object": {
                                                                            "type": "Identifier",
                                                                            "start": 3939,
                                                                            "end": 3951,
                                                                            "loc": {
                                                                              "start": {
                                                                                "line": 119,
                                                                                "column": 16
                                                                              },
                                                                              "end": {
                                                                                "line": 119,
                                                                                "column": 28
                                                                              },
                                                                              "identifierName": "valueOptions"
                                                                            },
                                                                            "name": "valueOptions"
                                                                          },
                                                                          "property": {
                                                                            "type": "Identifier",
                                                                            "start": 3952,
                                                                            "end": 3958,
                                                                            "loc": {
                                                                              "start": {
                                                                                "line": 119,
                                                                                "column": 29
                                                                              },
                                                                              "end": {
                                                                                "line": 119,
                                                                                "column": 35
                                                                              },
                                                                              "identifierName": "before"
                                                                            },
                                                                            "name": "before"
                                                                          },
                                                                          "computed": false
                                                                        },
                                                                        "right": {
                                                                          "type": "NullLiteral",
                                                                          "start": 3961,
                                                                          "end": 3965,
                                                                          "loc": {
                                                                            "start": {
                                                                              "line": 119,
                                                                              "column": 38
                                                                            },
                                                                            "end": {
                                                                              "line": 119,
                                                                              "column": 42
                                                                            }
                                                                          }
                                                                        }
                                                                      }
                                                                    },
                                                                    {
                                                                      "type": "ExpressionStatement",
                                                                      "start": 3983,
                                                                      "end": 4009,
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 120,
                                                                          "column": 16
                                                                        },
                                                                        "end": {
                                                                          "line": 120,
                                                                          "column": 42
                                                                        }
                                                                      },
                                                                      "expression": {
                                                                        "type": "AssignmentExpression",
                                                                        "start": 3983,
                                                                        "end": 4008,
                                                                        "loc": {
                                                                          "start": {
                                                                            "line": 120,
                                                                            "column": 16
                                                                          },
                                                                          "end": {
                                                                            "line": 120,
                                                                            "column": 41
                                                                          }
                                                                        },
                                                                        "operator": "=",
                                                                        "left": {
                                                                          "type": "MemberExpression",
                                                                          "start": 3983,
                                                                          "end": 4001,
                                                                          "loc": {
                                                                            "start": {
                                                                              "line": 120,
                                                                              "column": 16
                                                                            },
                                                                            "end": {
                                                                              "line": 120,
                                                                              "column": 34
                                                                            }
                                                                          },
                                                                          "object": {
                                                                            "type": "Identifier",
                                                                            "start": 3983,
                                                                            "end": 3995,
                                                                            "loc": {
                                                                              "start": {
                                                                                "line": 120,
                                                                                "column": 16
                                                                              },
                                                                              "end": {
                                                                                "line": 120,
                                                                                "column": 28
                                                                              },
                                                                              "identifierName": "valueOptions"
                                                                            },
                                                                            "name": "valueOptions"
                                                                          },
                                                                          "property": {
                                                                            "type": "Identifier",
                                                                            "start": 3996,
                                                                            "end": 4001,
                                                                            "loc": {
                                                                              "start": {
                                                                                "line": 120,
                                                                                "column": 29
                                                                              },
                                                                              "end": {
                                                                                "line": 120,
                                                                                "column": 34
                                                                              },
                                                                              "identifierName": "after"
                                                                            },
                                                                            "name": "after"
                                                                          },
                                                                          "computed": false
                                                                        },
                                                                        "right": {
                                                                          "type": "NullLiteral",
                                                                          "start": 4004,
                                                                          "end": 4008,
                                                                          "loc": {
                                                                            "start": {
                                                                              "line": 120,
                                                                              "column": 37
                                                                            },
                                                                            "end": {
                                                                              "line": 120,
                                                                              "column": 41
                                                                            }
                                                                          }
                                                                        }
                                                                      }
                                                                    },
                                                                    {
                                                                      "type": "IfStatement",
                                                                      "start": 4027,
                                                                      "end": 4522,
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 122,
                                                                          "column": 16
                                                                        },
                                                                        "end": {
                                                                          "line": 131,
                                                                          "column": 17
                                                                        }
                                                                      },
                                                                      "test": {
                                                                        "type": "BinaryExpression",
                                                                        "start": 4031,
                                                                        "end": 4061,
                                                                        "loc": {
                                                                          "start": {
                                                                            "line": 122,
                                                                            "column": 20
                                                                          },
                                                                          "end": {
                                                                            "line": 122,
                                                                            "column": 50
                                                                          }
                                                                        },
                                                                        "left": {
                                                                          "type": "CallExpression",
                                                                          "start": 4031,
                                                                          "end": 4054,
                                                                          "loc": {
                                                                            "start": {
                                                                              "line": 122,
                                                                              "column": 20
                                                                            },
                                                                            "end": {
                                                                              "line": 122,
                                                                              "column": 43
                                                                            }
                                                                          },
                                                                          "callee": {
                                                                            "type": "MemberExpression",
                                                                            "start": 4031,
                                                                            "end": 4047,
                                                                            "loc": {
                                                                              "start": {
                                                                                "line": 122,
                                                                                "column": 20
                                                                              },
                                                                              "end": {
                                                                                "line": 122,
                                                                                "column": 36
                                                                              }
                                                                            },
                                                                            "object": {
                                                                              "type": "Identifier",
                                                                              "start": 4031,
                                                                              "end": 4039,
                                                                              "loc": {
                                                                                "start": {
                                                                                  "line": 122,
                                                                                  "column": 20
                                                                                },
                                                                                "end": {
                                                                                  "line": 122,
                                                                                  "column": 28
                                                                                },
                                                                                "identifierName": "enumVals"
                                                                              },
                                                                              "name": "enumVals"
                                                                            },
                                                                            "property": {
                                                                              "type": "Identifier",
                                                                              "start": 4040,
                                                                              "end": 4047,
                                                                              "loc": {
                                                                                "start": {
                                                                                  "line": 122,
                                                                                  "column": 29
                                                                                },
                                                                                "end": {
                                                                                  "line": 122,
                                                                                  "column": 36
                                                                                },
                                                                                "identifierName": "indexOf"
                                                                              },
                                                                              "name": "indexOf"
                                                                            },
                                                                            "computed": false
                                                                          },
                                                                          "arguments": [
                                                                            {
                                                                              "type": "Identifier",
                                                                              "start": 4048,
                                                                              "end": 4053,
                                                                              "loc": {
                                                                                "start": {
                                                                                  "line": 122,
                                                                                  "column": 37
                                                                                },
                                                                                "end": {
                                                                                  "line": 122,
                                                                                  "column": 42
                                                                                },
                                                                                "identifierName": "value"
                                                                              },
                                                                              "name": "value"
                                                                            }
                                                                          ]
                                                                        },
                                                                        "operator": "===",
                                                                        "right": {
                                                                          "type": "UnaryExpression",
                                                                          "start": 4059,
                                                                          "end": 4061,
                                                                          "loc": {
                                                                            "start": {
                                                                              "line": 122,
                                                                              "column": 48
                                                                            },
                                                                            "end": {
                                                                              "line": 122,
                                                                              "column": 50
                                                                            }
                                                                          },
                                                                          "operator": "-",
                                                                          "prefix": true,
                                                                          "argument": {
                                                                            "type": "NumericLiteral",
                                                                            "start": 4060,
                                                                            "end": 4061,
                                                                            "loc": {
                                                                              "start": {
                                                                                "line": 122,
                                                                                "column": 49
                                                                              },
                                                                              "end": {
                                                                                "line": 122,
                                                                                "column": 50
                                                                              }
                                                                            },
                                                                            "extra": {
                                                                              "rawValue": 1,
                                                                              "raw": "1"
                                                                            },
                                                                            "value": 1
                                                                          },
                                                                          "extra": {
                                                                            "parenthesizedArgument": false
                                                                          }
                                                                        }
                                                                      },
                                                                      "consequent": {
                                                                        "type": "BlockStatement",
                                                                        "start": 4063,
                                                                        "end": 4522,
                                                                        "loc": {
                                                                          "start": {
                                                                            "line": 122,
                                                                            "column": 52
                                                                          },
                                                                          "end": {
                                                                            "line": 131,
                                                                            "column": 17
                                                                          }
                                                                        },
                                                                        "body": [
                                                                          {
                                                                            "type": "IfStatement",
                                                                            "start": 4083,
                                                                            "end": 4304,
                                                                            "loc": {
                                                                              "start": {
                                                                                "line": 123,
                                                                                "column": 18
                                                                              },
                                                                              "end": {
                                                                                "line": 128,
                                                                                "column": 19
                                                                              }
                                                                            },
                                                                            "test": {
                                                                              "type": "UnaryExpression",
                                                                              "start": 4087,
                                                                              "end": 4102,
                                                                              "loc": {
                                                                                "start": {
                                                                                  "line": 123,
                                                                                  "column": 22
                                                                                },
                                                                                "end": {
                                                                                  "line": 123,
                                                                                  "column": 37
                                                                                }
                                                                              },
                                                                              "operator": "!",
                                                                              "prefix": true,
                                                                              "argument": {
                                                                                "type": "UnaryExpression",
                                                                                "start": 4088,
                                                                                "end": 4102,
                                                                                "loc": {
                                                                                  "start": {
                                                                                    "line": 123,
                                                                                    "column": 23
                                                                                  },
                                                                                  "end": {
                                                                                    "line": 123,
                                                                                    "column": 37
                                                                                  }
                                                                                },
                                                                                "operator": "!",
                                                                                "prefix": true,
                                                                                "argument": {
                                                                                  "type": "MemberExpression",
                                                                                  "start": 4089,
                                                                                  "end": 4102,
                                                                                  "loc": {
                                                                                    "start": {
                                                                                      "line": 123,
                                                                                      "column": 24
                                                                                    },
                                                                                    "end": {
                                                                                      "line": 123,
                                                                                      "column": 37
                                                                                    }
                                                                                  },
                                                                                  "object": {
                                                                                    "type": "Identifier",
                                                                                    "start": 4089,
                                                                                    "end": 4093,
                                                                                    "loc": {
                                                                                      "start": {
                                                                                        "line": 123,
                                                                                        "column": 24
                                                                                      },
                                                                                      "end": {
                                                                                        "line": 123,
                                                                                        "column": 28
                                                                                      },
                                                                                      "identifierName": "vals"
                                                                                    },
                                                                                    "name": "vals"
                                                                                  },
                                                                                  "property": {
                                                                                    "type": "BinaryExpression",
                                                                                    "start": 4094,
                                                                                    "end": 4101,
                                                                                    "loc": {
                                                                                      "start": {
                                                                                        "line": 123,
                                                                                        "column": 29
                                                                                      },
                                                                                      "end": {
                                                                                        "line": 123,
                                                                                        "column": 36
                                                                                      }
                                                                                    },
                                                                                    "left": {
                                                                                      "type": "Identifier",
                                                                                      "start": 4094,
                                                                                      "end": 4097,
                                                                                      "loc": {
                                                                                        "start": {
                                                                                          "line": 123,
                                                                                          "column": 29
                                                                                        },
                                                                                        "end": {
                                                                                          "line": 123,
                                                                                          "column": 32
                                                                                        },
                                                                                        "identifierName": "idx"
                                                                                      },
                                                                                      "name": "idx"
                                                                                    },
                                                                                    "operator": "+",
                                                                                    "right": {
                                                                                      "type": "NumericLiteral",
                                                                                      "start": 4100,
                                                                                      "end": 4101,
                                                                                      "loc": {
                                                                                        "start": {
                                                                                          "line": 123,
                                                                                          "column": 35
                                                                                        },
                                                                                        "end": {
                                                                                          "line": 123,
                                                                                          "column": 36
                                                                                        }
                                                                                      },
                                                                                      "extra": {
                                                                                        "rawValue": 1,
                                                                                        "raw": "1"
                                                                                      },
                                                                                      "value": 1
                                                                                    }
                                                                                  },
                                                                                  "computed": true
                                                                                },
                                                                                "extra": {
                                                                                  "parenthesizedArgument": false
                                                                                }
                                                                              },
                                                                              "extra": {
                                                                                "parenthesizedArgument": false
                                                                              }
                                                                            },
                                                                            "consequent": {
                                                                              "type": "BlockStatement",
                                                                              "start": 4104,
                                                                              "end": 4182,
                                                                              "loc": {
                                                                                "start": {
                                                                                  "line": 123,
                                                                                  "column": 39
                                                                                },
                                                                                "end": {
                                                                                  "line": 125,
                                                                                  "column": 19
                                                                                }
                                                                              },
                                                                              "body": [
                                                                                {
                                                                                  "type": "ExpressionStatement",
                                                                                  "start": 4126,
                                                                                  "end": 4162,
                                                                                  "loc": {
                                                                                    "start": {
                                                                                      "line": 124,
                                                                                      "column": 20
                                                                                    },
                                                                                    "end": {
                                                                                      "line": 124,
                                                                                      "column": 56
                                                                                    }
                                                                                  },
                                                                                  "expression": {
                                                                                    "type": "AssignmentExpression",
                                                                                    "start": 4126,
                                                                                    "end": 4161,
                                                                                    "loc": {
                                                                                      "start": {
                                                                                        "line": 124,
                                                                                        "column": 20
                                                                                      },
                                                                                      "end": {
                                                                                        "line": 124,
                                                                                        "column": 55
                                                                                      }
                                                                                    },
                                                                                    "operator": "=",
                                                                                    "left": {
                                                                                      "type": "MemberExpression",
                                                                                      "start": 4126,
                                                                                      "end": 4145,
                                                                                      "loc": {
                                                                                        "start": {
                                                                                          "line": 124,
                                                                                          "column": 20
                                                                                        },
                                                                                        "end": {
                                                                                          "line": 124,
                                                                                          "column": 39
                                                                                        }
                                                                                      },
                                                                                      "object": {
                                                                                        "type": "Identifier",
                                                                                        "start": 4126,
                                                                                        "end": 4138,
                                                                                        "loc": {
                                                                                          "start": {
                                                                                            "line": 124,
                                                                                            "column": 20
                                                                                          },
                                                                                          "end": {
                                                                                            "line": 124,
                                                                                            "column": 32
                                                                                          },
                                                                                          "identifierName": "valueOptions"
                                                                                        },
                                                                                        "name": "valueOptions"
                                                                                      },
                                                                                      "property": {
                                                                                        "type": "Identifier",
                                                                                        "start": 4139,
                                                                                        "end": 4145,
                                                                                        "loc": {
                                                                                          "start": {
                                                                                            "line": 124,
                                                                                            "column": 33
                                                                                          },
                                                                                          "end": {
                                                                                            "line": 124,
                                                                                            "column": 39
                                                                                          },
                                                                                          "identifierName": "before"
                                                                                        },
                                                                                        "name": "before"
                                                                                      },
                                                                                      "computed": false
                                                                                    },
                                                                                    "right": {
                                                                                      "type": "MemberExpression",
                                                                                      "start": 4148,
                                                                                      "end": 4161,
                                                                                      "loc": {
                                                                                        "start": {
                                                                                          "line": 124,
                                                                                          "column": 42
                                                                                        },
                                                                                        "end": {
                                                                                          "line": 124,
                                                                                          "column": 55
                                                                                        }
                                                                                      },
                                                                                      "object": {
                                                                                        "type": "Identifier",
                                                                                        "start": 4148,
                                                                                        "end": 4152,
                                                                                        "loc": {
                                                                                          "start": {
                                                                                            "line": 124,
                                                                                            "column": 42
                                                                                          },
                                                                                          "end": {
                                                                                            "line": 124,
                                                                                            "column": 46
                                                                                          },
                                                                                          "identifierName": "vals"
                                                                                        },
                                                                                        "name": "vals"
                                                                                      },
                                                                                      "property": {
                                                                                        "type": "BinaryExpression",
                                                                                        "start": 4153,
                                                                                        "end": 4160,
                                                                                        "loc": {
                                                                                          "start": {
                                                                                            "line": 124,
                                                                                            "column": 47
                                                                                          },
                                                                                          "end": {
                                                                                            "line": 124,
                                                                                            "column": 54
                                                                                          }
                                                                                        },
                                                                                        "left": {
                                                                                          "type": "Identifier",
                                                                                          "start": 4153,
                                                                                          "end": 4156,
                                                                                          "loc": {
                                                                                            "start": {
                                                                                              "line": 124,
                                                                                              "column": 47
                                                                                            },
                                                                                            "end": {
                                                                                              "line": 124,
                                                                                              "column": 50
                                                                                            },
                                                                                            "identifierName": "idx"
                                                                                          },
                                                                                          "name": "idx"
                                                                                        },
                                                                                        "operator": "+",
                                                                                        "right": {
                                                                                          "type": "NumericLiteral",
                                                                                          "start": 4159,
                                                                                          "end": 4160,
                                                                                          "loc": {
                                                                                            "start": {
                                                                                              "line": 124,
                                                                                              "column": 53
                                                                                            },
                                                                                            "end": {
                                                                                              "line": 124,
                                                                                              "column": 54
                                                                                            }
                                                                                          },
                                                                                          "extra": {
                                                                                            "rawValue": 1,
                                                                                            "raw": "1"
                                                                                          },
                                                                                          "value": 1
                                                                                        }
                                                                                      },
                                                                                      "computed": true
                                                                                    }
                                                                                  }
                                                                                }
                                                                              ],
                                                                              "directives": []
                                                                            },
                                                                            "alternate": {
                                                                              "type": "IfStatement",
                                                                              "start": 4206,
                                                                              "end": 4304,
                                                                              "loc": {
                                                                                "start": {
                                                                                  "line": 126,
                                                                                  "column": 23
                                                                                },
                                                                                "end": {
                                                                                  "line": 128,
                                                                                  "column": 19
                                                                                }
                                                                              },
                                                                              "test": {
                                                                                "type": "UnaryExpression",
                                                                                "start": 4210,
                                                                                "end": 4225,
                                                                                "loc": {
                                                                                  "start": {
                                                                                    "line": 126,
                                                                                    "column": 27
                                                                                  },
                                                                                  "end": {
                                                                                    "line": 126,
                                                                                    "column": 42
                                                                                  }
                                                                                },
                                                                                "operator": "!",
                                                                                "prefix": true,
                                                                                "argument": {
                                                                                  "type": "UnaryExpression",
                                                                                  "start": 4211,
                                                                                  "end": 4225,
                                                                                  "loc": {
                                                                                    "start": {
                                                                                      "line": 126,
                                                                                      "column": 28
                                                                                    },
                                                                                    "end": {
                                                                                      "line": 126,
                                                                                      "column": 42
                                                                                    }
                                                                                  },
                                                                                  "operator": "!",
                                                                                  "prefix": true,
                                                                                  "argument": {
                                                                                    "type": "MemberExpression",
                                                                                    "start": 4212,
                                                                                    "end": 4225,
                                                                                    "loc": {
                                                                                      "start": {
                                                                                        "line": 126,
                                                                                        "column": 29
                                                                                      },
                                                                                      "end": {
                                                                                        "line": 126,
                                                                                        "column": 42
                                                                                      }
                                                                                    },
                                                                                    "object": {
                                                                                      "type": "Identifier",
                                                                                      "start": 4212,
                                                                                      "end": 4216,
                                                                                      "loc": {
                                                                                        "start": {
                                                                                          "line": 126,
                                                                                          "column": 29
                                                                                        },
                                                                                        "end": {
                                                                                          "line": 126,
                                                                                          "column": 33
                                                                                        },
                                                                                        "identifierName": "vals"
                                                                                      },
                                                                                      "name": "vals"
                                                                                    },
                                                                                    "property": {
                                                                                      "type": "BinaryExpression",
                                                                                      "start": 4217,
                                                                                      "end": 4224,
                                                                                      "loc": {
                                                                                        "start": {
                                                                                          "line": 126,
                                                                                          "column": 34
                                                                                        },
                                                                                        "end": {
                                                                                          "line": 126,
                                                                                          "column": 41
                                                                                        }
                                                                                      },
                                                                                      "left": {
                                                                                        "type": "Identifier",
                                                                                        "start": 4217,
                                                                                        "end": 4220,
                                                                                        "loc": {
                                                                                          "start": {
                                                                                            "line": 126,
                                                                                            "column": 34
                                                                                          },
                                                                                          "end": {
                                                                                            "line": 126,
                                                                                            "column": 37
                                                                                          },
                                                                                          "identifierName": "idx"
                                                                                        },
                                                                                        "name": "idx"
                                                                                      },
                                                                                      "operator": "-",
                                                                                      "right": {
                                                                                        "type": "NumericLiteral",
                                                                                        "start": 4223,
                                                                                        "end": 4224,
                                                                                        "loc": {
                                                                                          "start": {
                                                                                            "line": 126,
                                                                                            "column": 40
                                                                                          },
                                                                                          "end": {
                                                                                            "line": 126,
                                                                                            "column": 41
                                                                                          }
                                                                                        },
                                                                                        "extra": {
                                                                                          "rawValue": 1,
                                                                                          "raw": "1"
                                                                                        },
                                                                                        "value": 1
                                                                                      }
                                                                                    },
                                                                                    "computed": true
                                                                                  },
                                                                                  "extra": {
                                                                                    "parenthesizedArgument": false
                                                                                  }
                                                                                },
                                                                                "extra": {
                                                                                  "parenthesizedArgument": false
                                                                                }
                                                                              },
                                                                              "consequent": {
                                                                                "type": "BlockStatement",
                                                                                "start": 4227,
                                                                                "end": 4304,
                                                                                "loc": {
                                                                                  "start": {
                                                                                    "line": 126,
                                                                                    "column": 44
                                                                                  },
                                                                                  "end": {
                                                                                    "line": 128,
                                                                                    "column": 19
                                                                                  }
                                                                                },
                                                                                "body": [
                                                                                  {
                                                                                    "type": "ExpressionStatement",
                                                                                    "start": 4249,
                                                                                    "end": 4284,
                                                                                    "loc": {
                                                                                      "start": {
                                                                                        "line": 127,
                                                                                        "column": 20
                                                                                      },
                                                                                      "end": {
                                                                                        "line": 127,
                                                                                        "column": 55
                                                                                      }
                                                                                    },
                                                                                    "expression": {
                                                                                      "type": "AssignmentExpression",
                                                                                      "start": 4249,
                                                                                      "end": 4283,
                                                                                      "loc": {
                                                                                        "start": {
                                                                                          "line": 127,
                                                                                          "column": 20
                                                                                        },
                                                                                        "end": {
                                                                                          "line": 127,
                                                                                          "column": 54
                                                                                        }
                                                                                      },
                                                                                      "operator": "=",
                                                                                      "left": {
                                                                                        "type": "MemberExpression",
                                                                                        "start": 4249,
                                                                                        "end": 4267,
                                                                                        "loc": {
                                                                                          "start": {
                                                                                            "line": 127,
                                                                                            "column": 20
                                                                                          },
                                                                                          "end": {
                                                                                            "line": 127,
                                                                                            "column": 38
                                                                                          }
                                                                                        },
                                                                                        "object": {
                                                                                          "type": "Identifier",
                                                                                          "start": 4249,
                                                                                          "end": 4261,
                                                                                          "loc": {
                                                                                            "start": {
                                                                                              "line": 127,
                                                                                              "column": 20
                                                                                            },
                                                                                            "end": {
                                                                                              "line": 127,
                                                                                              "column": 32
                                                                                            },
                                                                                            "identifierName": "valueOptions"
                                                                                          },
                                                                                          "name": "valueOptions"
                                                                                        },
                                                                                        "property": {
                                                                                          "type": "Identifier",
                                                                                          "start": 4262,
                                                                                          "end": 4267,
                                                                                          "loc": {
                                                                                            "start": {
                                                                                              "line": 127,
                                                                                              "column": 33
                                                                                            },
                                                                                            "end": {
                                                                                              "line": 127,
                                                                                              "column": 38
                                                                                            },
                                                                                            "identifierName": "after"
                                                                                          },
                                                                                          "name": "after"
                                                                                        },
                                                                                        "computed": false
                                                                                      },
                                                                                      "right": {
                                                                                        "type": "MemberExpression",
                                                                                        "start": 4270,
                                                                                        "end": 4283,
                                                                                        "loc": {
                                                                                          "start": {
                                                                                            "line": 127,
                                                                                            "column": 41
                                                                                          },
                                                                                          "end": {
                                                                                            "line": 127,
                                                                                            "column": 54
                                                                                          }
                                                                                        },
                                                                                        "object": {
                                                                                          "type": "Identifier",
                                                                                          "start": 4270,
                                                                                          "end": 4274,
                                                                                          "loc": {
                                                                                            "start": {
                                                                                              "line": 127,
                                                                                              "column": 41
                                                                                            },
                                                                                            "end": {
                                                                                              "line": 127,
                                                                                              "column": 45
                                                                                            },
                                                                                            "identifierName": "vals"
                                                                                          },
                                                                                          "name": "vals"
                                                                                        },
                                                                                        "property": {
                                                                                          "type": "BinaryExpression",
                                                                                          "start": 4275,
                                                                                          "end": 4282,
                                                                                          "loc": {
                                                                                            "start": {
                                                                                              "line": 127,
                                                                                              "column": 46
                                                                                            },
                                                                                            "end": {
                                                                                              "line": 127,
                                                                                              "column": 53
                                                                                            }
                                                                                          },
                                                                                          "left": {
                                                                                            "type": "Identifier",
                                                                                            "start": 4275,
                                                                                            "end": 4278,
                                                                                            "loc": {
                                                                                              "start": {
                                                                                                "line": 127,
                                                                                                "column": 46
                                                                                              },
                                                                                              "end": {
                                                                                                "line": 127,
                                                                                                "column": 49
                                                                                              },
                                                                                              "identifierName": "idx"
                                                                                            },
                                                                                            "name": "idx"
                                                                                          },
                                                                                          "operator": "-",
                                                                                          "right": {
                                                                                            "type": "NumericLiteral",
                                                                                            "start": 4281,
                                                                                            "end": 4282,
                                                                                            "loc": {
                                                                                              "start": {
                                                                                                "line": 127,
                                                                                                "column": 52
                                                                                              },
                                                                                              "end": {
                                                                                                "line": 127,
                                                                                                "column": 53
                                                                                              }
                                                                                            },
                                                                                            "extra": {
                                                                                              "rawValue": 1,
                                                                                              "raw": "1"
                                                                                            },
                                                                                            "value": 1
                                                                                          }
                                                                                        },
                                                                                        "computed": true
                                                                                      }
                                                                                    }
                                                                                  }
                                                                                ],
                                                                                "directives": []
                                                                              },
                                                                              "alternate": null
                                                                            }
                                                                          },
                                                                          {
                                                                            "type": "ExpressionStatement",
                                                                            "start": 4323,
                                                                            "end": 4363,
                                                                            "loc": {
                                                                              "start": {
                                                                                "line": 129,
                                                                                "column": 18
                                                                              },
                                                                              "end": {
                                                                                "line": 129,
                                                                                "column": 58
                                                                              }
                                                                            },
                                                                            "expression": {
                                                                              "type": "AssignmentExpression",
                                                                              "start": 4323,
                                                                              "end": 4362,
                                                                              "loc": {
                                                                                "start": {
                                                                                  "line": 129,
                                                                                  "column": 18
                                                                                },
                                                                                "end": {
                                                                                  "line": 129,
                                                                                  "column": 57
                                                                                }
                                                                              },
                                                                              "operator": "=",
                                                                              "left": {
                                                                                "type": "MemberExpression",
                                                                                "start": 4323,
                                                                                "end": 4354,
                                                                                "loc": {
                                                                                  "start": {
                                                                                    "line": 129,
                                                                                    "column": 18
                                                                                  },
                                                                                  "end": {
                                                                                    "line": 129,
                                                                                    "column": 49
                                                                                  }
                                                                                },
                                                                                "object": {
                                                                                  "type": "Identifier",
                                                                                  "start": 4323,
                                                                                  "end": 4335,
                                                                                  "loc": {
                                                                                    "start": {
                                                                                      "line": 129,
                                                                                      "column": 18
                                                                                    },
                                                                                    "end": {
                                                                                      "line": 129,
                                                                                      "column": 30
                                                                                    },
                                                                                    "identifierName": "valueOptions"
                                                                                  },
                                                                                  "name": "valueOptions"
                                                                                },
                                                                                "property": {
                                                                                  "type": "Identifier",
                                                                                  "start": 4336,
                                                                                  "end": 4354,
                                                                                  "loc": {
                                                                                    "start": {
                                                                                      "line": 129,
                                                                                      "column": 31
                                                                                    },
                                                                                    "end": {
                                                                                      "line": 129,
                                                                                      "column": 49
                                                                                    },
                                                                                    "identifierName": "supportsSearchPath"
                                                                                  },
                                                                                  "name": "supportsSearchPath"
                                                                                },
                                                                                "computed": false
                                                                              },
                                                                              "right": {
                                                                                "type": "BooleanLiteral",
                                                                                "start": 4357,
                                                                                "end": 4362,
                                                                                "loc": {
                                                                                  "start": {
                                                                                    "line": 129,
                                                                                    "column": 52
                                                                                  },
                                                                                  "end": {
                                                                                    "line": 129,
                                                                                    "column": 57
                                                                                  }
                                                                                },
                                                                                "value": false
                                                                              }
                                                                            }
                                                                          },
                                                                          {
                                                                            "type": "ExpressionStatement",
                                                                            "start": 4382,
                                                                            "end": 4504,
                                                                            "loc": {
                                                                              "start": {
                                                                                "line": 130,
                                                                                "column": 18
                                                                              },
                                                                              "end": {
                                                                                "line": 130,
                                                                                "column": 140
                                                                              }
                                                                            },
                                                                            "expression": {
                                                                              "type": "CallExpression",
                                                                              "start": 4382,
                                                                              "end": 4503,
                                                                              "loc": {
                                                                                "start": {
                                                                                  "line": 130,
                                                                                  "column": 18
                                                                                },
                                                                                "end": {
                                                                                  "line": 130,
                                                                                  "column": 139
                                                                                }
                                                                              },
                                                                              "callee": {
                                                                                "type": "MemberExpression",
                                                                                "start": 4382,
                                                                                "end": 4395,
                                                                                "loc": {
                                                                                  "start": {
                                                                                    "line": 130,
                                                                                    "column": 18
                                                                                  },
                                                                                  "end": {
                                                                                    "line": 130,
                                                                                    "column": 31
                                                                                  }
                                                                                },
                                                                                "object": {
                                                                                  "type": "Identifier",
                                                                                  "start": 4382,
                                                                                  "end": 4390,
                                                                                  "loc": {
                                                                                    "start": {
                                                                                      "line": 130,
                                                                                      "column": 18
                                                                                    },
                                                                                    "end": {
                                                                                      "line": 130,
                                                                                      "column": 26
                                                                                    },
                                                                                    "identifierName": "promises"
                                                                                  },
                                                                                  "name": "promises"
                                                                                },
                                                                                "property": {
                                                                                  "type": "Identifier",
                                                                                  "start": 4391,
                                                                                  "end": 4395,
                                                                                  "loc": {
                                                                                    "start": {
                                                                                      "line": 130,
                                                                                      "column": 27
                                                                                    },
                                                                                    "end": {
                                                                                      "line": 130,
                                                                                      "column": 31
                                                                                    },
                                                                                    "identifierName": "push"
                                                                                  },
                                                                                  "name": "push"
                                                                                },
                                                                                "computed": false
                                                                              },
                                                                              "arguments": [
                                                                                {
                                                                                  "type": "CallExpression",
                                                                                  "start": 4396,
                                                                                  "end": 4502,
                                                                                  "loc": {
                                                                                    "start": {
                                                                                      "line": 130,
                                                                                      "column": 32
                                                                                    },
                                                                                    "end": {
                                                                                      "line": 130,
                                                                                      "column": 138
                                                                                    }
                                                                                  },
                                                                                  "callee": {
                                                                                    "type": "MemberExpression",
                                                                                    "start": 4396,
                                                                                    "end": 4416,
                                                                                    "loc": {
                                                                                      "start": {
                                                                                        "line": 130,
                                                                                        "column": 32
                                                                                      },
                                                                                      "end": {
                                                                                        "line": 130,
                                                                                        "column": 52
                                                                                      }
                                                                                    },
                                                                                    "object": {
                                                                                      "type": "MemberExpression",
                                                                                      "start": 4396,
                                                                                      "end": 4410,
                                                                                      "loc": {
                                                                                        "start": {
                                                                                          "line": 130,
                                                                                          "column": 32
                                                                                        },
                                                                                        "end": {
                                                                                          "line": 130,
                                                                                          "column": 46
                                                                                        }
                                                                                      },
                                                                                      "object": {
                                                                                        "type": "ThisExpression",
                                                                                        "start": 4396,
                                                                                        "end": 4400,
                                                                                        "loc": {
                                                                                          "start": {
                                                                                            "line": 130,
                                                                                            "column": 32
                                                                                          },
                                                                                          "end": {
                                                                                            "line": 130,
                                                                                            "column": 36
                                                                                          }
                                                                                        }
                                                                                      },
                                                                                      "property": {
                                                                                        "type": "Identifier",
                                                                                        "start": 4401,
                                                                                        "end": 4410,
                                                                                        "loc": {
                                                                                          "start": {
                                                                                            "line": 130,
                                                                                            "column": 37
                                                                                          },
                                                                                          "end": {
                                                                                            "line": 130,
                                                                                            "column": 46
                                                                                          },
                                                                                          "identifierName": "sequelize"
                                                                                        },
                                                                                        "name": "sequelize"
                                                                                      },
                                                                                      "computed": false
                                                                                    },
                                                                                    "property": {
                                                                                      "type": "Identifier",
                                                                                      "start": 4411,
                                                                                      "end": 4416,
                                                                                      "loc": {
                                                                                        "start": {
                                                                                          "line": 130,
                                                                                          "column": 47
                                                                                        },
                                                                                        "end": {
                                                                                          "line": 130,
                                                                                          "column": 52
                                                                                        },
                                                                                        "identifierName": "query"
                                                                                      },
                                                                                      "name": "query"
                                                                                    },
                                                                                    "computed": false
                                                                                  },
                                                                                  "arguments": [
                                                                                    {
                                                                                      "type": "CallExpression",
                                                                                      "start": 4417,
                                                                                      "end": 4487,
                                                                                      "loc": {
                                                                                        "start": {
                                                                                          "line": 130,
                                                                                          "column": 53
                                                                                        },
                                                                                        "end": {
                                                                                          "line": 130,
                                                                                          "column": 123
                                                                                        }
                                                                                      },
                                                                                      "callee": {
                                                                                        "type": "MemberExpression",
                                                                                        "start": 4417,
                                                                                        "end": 4446,
                                                                                        "loc": {
                                                                                          "start": {
                                                                                            "line": 130,
                                                                                            "column": 53
                                                                                          },
                                                                                          "end": {
                                                                                            "line": 130,
                                                                                            "column": 82
                                                                                          }
                                                                                        },
                                                                                        "object": {
                                                                                          "type": "MemberExpression",
                                                                                          "start": 4417,
                                                                                          "end": 4436,
                                                                                          "loc": {
                                                                                            "start": {
                                                                                              "line": 130,
                                                                                              "column": 53
                                                                                            },
                                                                                            "end": {
                                                                                              "line": 130,
                                                                                              "column": 72
                                                                                            }
                                                                                          },
                                                                                          "object": {
                                                                                            "type": "ThisExpression",
                                                                                            "start": 4417,
                                                                                            "end": 4421,
                                                                                            "loc": {
                                                                                              "start": {
                                                                                                "line": 130,
                                                                                                "column": 53
                                                                                              },
                                                                                              "end": {
                                                                                                "line": 130,
                                                                                                "column": 57
                                                                                              }
                                                                                            }
                                                                                          },
                                                                                          "property": {
                                                                                            "type": "Identifier",
                                                                                            "start": 4422,
                                                                                            "end": 4436,
                                                                                            "loc": {
                                                                                              "start": {
                                                                                                "line": 130,
                                                                                                "column": 58
                                                                                              },
                                                                                              "end": {
                                                                                                "line": 130,
                                                                                                "column": 72
                                                                                              },
                                                                                              "identifierName": "QueryGenerator"
                                                                                            },
                                                                                            "name": "QueryGenerator"
                                                                                          },
                                                                                          "computed": false
                                                                                        },
                                                                                        "property": {
                                                                                          "type": "Identifier",
                                                                                          "start": 4437,
                                                                                          "end": 4446,
                                                                                          "loc": {
                                                                                            "start": {
                                                                                              "line": 130,
                                                                                              "column": 73
                                                                                            },
                                                                                            "end": {
                                                                                              "line": 130,
                                                                                              "column": 82
                                                                                            },
                                                                                            "identifierName": "pgEnumAdd"
                                                                                          },
                                                                                          "name": "pgEnumAdd"
                                                                                        },
                                                                                        "computed": false
                                                                                      },
                                                                                      "arguments": [
                                                                                        {
                                                                                          "type": "Identifier",
                                                                                          "start": 4447,
                                                                                          "end": 4456,
                                                                                          "loc": {
                                                                                            "start": {
                                                                                              "line": 130,
                                                                                              "column": 83
                                                                                            },
                                                                                            "end": {
                                                                                              "line": 130,
                                                                                              "column": 92
                                                                                            },
                                                                                            "identifierName": "tableName"
                                                                                          },
                                                                                          "name": "tableName"
                                                                                        },
                                                                                        {
                                                                                          "type": "MemberExpression",
                                                                                          "start": 4458,
                                                                                          "end": 4465,
                                                                                          "loc": {
                                                                                            "start": {
                                                                                              "line": 130,
                                                                                              "column": 94
                                                                                            },
                                                                                            "end": {
                                                                                              "line": 130,
                                                                                              "column": 101
                                                                                            }
                                                                                          },
                                                                                          "object": {
                                                                                            "type": "Identifier",
                                                                                            "start": 4458,
                                                                                            "end": 4462,
                                                                                            "loc": {
                                                                                              "start": {
                                                                                                "line": 130,
                                                                                                "column": 94
                                                                                              },
                                                                                              "end": {
                                                                                                "line": 130,
                                                                                                "column": 98
                                                                                              },
                                                                                              "identifierName": "keys"
                                                                                            },
                                                                                            "name": "keys"
                                                                                          },
                                                                                          "property": {
                                                                                            "type": "Identifier",
                                                                                            "start": 4463,
                                                                                            "end": 4464,
                                                                                            "loc": {
                                                                                              "start": {
                                                                                                "line": 130,
                                                                                                "column": 99
                                                                                              },
                                                                                              "end": {
                                                                                                "line": 130,
                                                                                                "column": 100
                                                                                              },
                                                                                              "identifierName": "i"
                                                                                            },
                                                                                            "name": "i"
                                                                                          },
                                                                                          "computed": true
                                                                                        },
                                                                                        {
                                                                                          "type": "Identifier",
                                                                                          "start": 4467,
                                                                                          "end": 4472,
                                                                                          "loc": {
                                                                                            "start": {
                                                                                              "line": 130,
                                                                                              "column": 103
                                                                                            },
                                                                                            "end": {
                                                                                              "line": 130,
                                                                                              "column": 108
                                                                                            },
                                                                                            "identifierName": "value"
                                                                                          },
                                                                                          "name": "value"
                                                                                        },
                                                                                        {
                                                                                          "type": "Identifier",
                                                                                          "start": 4474,
                                                                                          "end": 4486,
                                                                                          "loc": {
                                                                                            "start": {
                                                                                              "line": 130,
                                                                                              "column": 110
                                                                                            },
                                                                                            "end": {
                                                                                              "line": 130,
                                                                                              "column": 122
                                                                                            },
                                                                                            "identifierName": "valueOptions"
                                                                                          },
                                                                                          "name": "valueOptions"
                                                                                        }
                                                                                      ]
                                                                                    },
                                                                                    {
                                                                                      "type": "Identifier",
                                                                                      "start": 4489,
                                                                                      "end": 4501,
                                                                                      "loc": {
                                                                                        "start": {
                                                                                          "line": 130,
                                                                                          "column": 125
                                                                                        },
                                                                                        "end": {
                                                                                          "line": 130,
                                                                                          "column": 137
                                                                                        },
                                                                                        "identifierName": "valueOptions"
                                                                                      },
                                                                                      "name": "valueOptions"
                                                                                    }
                                                                                  ]
                                                                                }
                                                                              ]
                                                                            }
                                                                          }
                                                                        ],
                                                                        "directives": []
                                                                      },
                                                                      "alternate": null
                                                                    }
                                                                  ],
                                                                  "directives": []
                                                                }
                                                              }
                                                            ]
                                                          }
                                                        },
                                                        {
                                                          "type": "ExpressionStatement",
                                                          "start": 4555,
                                                          "end": 4565,
                                                          "loc": {
                                                            "start": {
                                                              "line": 133,
                                                              "column": 14
                                                            },
                                                            "end": {
                                                              "line": 133,
                                                              "column": 24
                                                            }
                                                          },
                                                          "expression": {
                                                            "type": "UpdateExpression",
                                                            "start": 4555,
                                                            "end": 4564,
                                                            "loc": {
                                                              "start": {
                                                                "line": 133,
                                                                "column": 14
                                                              },
                                                              "end": {
                                                                "line": 133,
                                                                "column": 23
                                                              }
                                                            },
                                                            "operator": "++",
                                                            "prefix": false,
                                                            "argument": {
                                                              "type": "Identifier",
                                                              "start": 4555,
                                                              "end": 4562,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 133,
                                                                  "column": 14
                                                                },
                                                                "end": {
                                                                  "line": 133,
                                                                  "column": 21
                                                                },
                                                                "identifierName": "enumIdx"
                                                              },
                                                              "name": "enumIdx"
                                                            }
                                                          }
                                                        }
                                                      ],
                                                      "directives": []
                                                    },
                                                    "alternate": null
                                                  },
                                                  "leadingComments": [
                                                    {
                                                      "type": "CommentLine",
                                                      "value": " If the enum type doesn't exist then create it",
                                                      "start": 3174,
                                                      "end": 3222,
                                                      "loc": {
                                                        "start": {
                                                          "line": 105,
                                                          "column": 12
                                                        },
                                                        "end": {
                                                          "line": 105,
                                                          "column": 60
                                                        }
                                                      }
                                                    }
                                                  ]
                                                }
                                              ],
                                              "directives": []
                                            },
                                            "alternate": null
                                          }
                                        ],
                                        "directives": []
                                      }
                                    },
                                    {
                                      "type": "IfStatement",
                                      "start": 4611,
                                      "end": 4862,
                                      "loc": {
                                        "start": {
                                          "line": 138,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 144,
                                          "column": 9
                                        }
                                      },
                                      "test": {
                                        "type": "LogicalExpression",
                                        "start": 4615,
                                        "end": 4692,
                                        "loc": {
                                          "start": {
                                            "line": 138,
                                            "column": 12
                                          },
                                          "end": {
                                            "line": 139,
                                            "column": 56
                                          }
                                        },
                                        "left": {
                                          "type": "UnaryExpression",
                                          "start": 4615,
                                          "end": 4632,
                                          "loc": {
                                            "start": {
                                              "line": 138,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 138,
                                              "column": 29
                                            }
                                          },
                                          "operator": "!",
                                          "prefix": true,
                                          "argument": {
                                            "type": "MemberExpression",
                                            "start": 4616,
                                            "end": 4632,
                                            "loc": {
                                              "start": {
                                                "line": 138,
                                                "column": 13
                                              },
                                              "end": {
                                                "line": 138,
                                                "column": 29
                                              }
                                            },
                                            "object": {
                                              "type": "Identifier",
                                              "start": 4616,
                                              "end": 4625,
                                              "loc": {
                                                "start": {
                                                  "line": 138,
                                                  "column": 13
                                                },
                                                "end": {
                                                  "line": 138,
                                                  "column": 22
                                                },
                                                "identifierName": "tableName"
                                              },
                                              "name": "tableName"
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 4626,
                                              "end": 4632,
                                              "loc": {
                                                "start": {
                                                  "line": 138,
                                                  "column": 23
                                                },
                                                "end": {
                                                  "line": 138,
                                                  "column": 29
                                                },
                                                "identifierName": "schema"
                                              },
                                              "name": "schema"
                                            },
                                            "computed": false
                                          },
                                          "extra": {
                                            "parenthesizedArgument": false
                                          }
                                        },
                                        "operator": "&&",
                                        "right": {
                                          "type": "LogicalExpression",
                                          "start": 4647,
                                          "end": 4691,
                                          "loc": {
                                            "start": {
                                              "line": 139,
                                              "column": 11
                                            },
                                            "end": {
                                              "line": 139,
                                              "column": 55
                                            }
                                          },
                                          "left": {
                                            "type": "MemberExpression",
                                            "start": 4647,
                                            "end": 4661,
                                            "loc": {
                                              "start": {
                                                "line": 139,
                                                "column": 11
                                              },
                                              "end": {
                                                "line": 139,
                                                "column": 25
                                              }
                                            },
                                            "object": {
                                              "type": "Identifier",
                                              "start": 4647,
                                              "end": 4654,
                                              "loc": {
                                                "start": {
                                                  "line": 139,
                                                  "column": 11
                                                },
                                                "end": {
                                                  "line": 139,
                                                  "column": 18
                                                },
                                                "identifierName": "options"
                                              },
                                              "name": "options"
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 4655,
                                              "end": 4661,
                                              "loc": {
                                                "start": {
                                                  "line": 139,
                                                  "column": 19
                                                },
                                                "end": {
                                                  "line": 139,
                                                  "column": 25
                                                },
                                                "identifierName": "schema"
                                              },
                                              "name": "schema"
                                            },
                                            "computed": false
                                          },
                                          "operator": "||",
                                          "right": {
                                            "type": "LogicalExpression",
                                            "start": 4666,
                                            "end": 4690,
                                            "loc": {
                                              "start": {
                                                "line": 139,
                                                "column": 30
                                              },
                                              "end": {
                                                "line": 139,
                                                "column": 54
                                              }
                                            },
                                            "left": {
                                              "type": "UnaryExpression",
                                              "start": 4666,
                                              "end": 4673,
                                              "loc": {
                                                "start": {
                                                  "line": 139,
                                                  "column": 30
                                                },
                                                "end": {
                                                  "line": 139,
                                                  "column": 37
                                                }
                                              },
                                              "operator": "!",
                                              "prefix": true,
                                              "argument": {
                                                "type": "UnaryExpression",
                                                "start": 4667,
                                                "end": 4673,
                                                "loc": {
                                                  "start": {
                                                    "line": 139,
                                                    "column": 31
                                                  },
                                                  "end": {
                                                    "line": 139,
                                                    "column": 37
                                                  }
                                                },
                                                "operator": "!",
                                                "prefix": true,
                                                "argument": {
                                                  "type": "Identifier",
                                                  "start": 4668,
                                                  "end": 4673,
                                                  "loc": {
                                                    "start": {
                                                      "line": 139,
                                                      "column": 32
                                                    },
                                                    "end": {
                                                      "line": 139,
                                                      "column": 37
                                                    },
                                                    "identifierName": "model"
                                                  },
                                                  "name": "model"
                                                },
                                                "extra": {
                                                  "parenthesizedArgument": false
                                                }
                                              },
                                              "extra": {
                                                "parenthesizedArgument": false
                                              }
                                            },
                                            "operator": "&&",
                                            "right": {
                                              "type": "MemberExpression",
                                              "start": 4677,
                                              "end": 4690,
                                              "loc": {
                                                "start": {
                                                  "line": 139,
                                                  "column": 41
                                                },
                                                "end": {
                                                  "line": 139,
                                                  "column": 54
                                                }
                                              },
                                              "object": {
                                                "type": "Identifier",
                                                "start": 4677,
                                                "end": 4682,
                                                "loc": {
                                                  "start": {
                                                    "line": 139,
                                                    "column": 41
                                                  },
                                                  "end": {
                                                    "line": 139,
                                                    "column": 46
                                                  },
                                                  "identifierName": "model"
                                                },
                                                "name": "model"
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 4683,
                                                "end": 4690,
                                                "loc": {
                                                  "start": {
                                                    "line": 139,
                                                    "column": 47
                                                  },
                                                  "end": {
                                                    "line": 139,
                                                    "column": 54
                                                  },
                                                  "identifierName": "_schema"
                                                },
                                                "name": "_schema"
                                              },
                                              "computed": false
                                            },
                                            "extra": {
                                              "parenthesized": true,
                                              "parenStart": 4665
                                            }
                                          },
                                          "extra": {
                                            "parenthesized": true,
                                            "parenStart": 4646
                                          }
                                        }
                                      },
                                      "consequent": {
                                        "type": "BlockStatement",
                                        "start": 4694,
                                        "end": 4862,
                                        "loc": {
                                          "start": {
                                            "line": 139,
                                            "column": 58
                                          },
                                          "end": {
                                            "line": 144,
                                            "column": 9
                                          }
                                        },
                                        "body": [
                                          {
                                            "type": "ExpressionStatement",
                                            "start": 4706,
                                            "end": 4852,
                                            "loc": {
                                              "start": {
                                                "line": 140,
                                                "column": 10
                                              },
                                              "end": {
                                                "line": 143,
                                                "column": 13
                                              }
                                            },
                                            "expression": {
                                              "type": "AssignmentExpression",
                                              "start": 4706,
                                              "end": 4851,
                                              "loc": {
                                                "start": {
                                                  "line": 140,
                                                  "column": 10
                                                },
                                                "end": {
                                                  "line": 143,
                                                  "column": 12
                                                }
                                              },
                                              "operator": "=",
                                              "left": {
                                                "type": "Identifier",
                                                "start": 4706,
                                                "end": 4715,
                                                "loc": {
                                                  "start": {
                                                    "line": 140,
                                                    "column": 10
                                                  },
                                                  "end": {
                                                    "line": 140,
                                                    "column": 19
                                                  },
                                                  "identifierName": "tableName"
                                                },
                                                "name": "tableName"
                                              },
                                              "right": {
                                                "type": "CallExpression",
                                                "start": 4718,
                                                "end": 4851,
                                                "loc": {
                                                  "start": {
                                                    "line": 140,
                                                    "column": 22
                                                  },
                                                  "end": {
                                                    "line": 143,
                                                    "column": 12
                                                  }
                                                },
                                                "callee": {
                                                  "type": "MemberExpression",
                                                  "start": 4718,
                                                  "end": 4747,
                                                  "loc": {
                                                    "start": {
                                                      "line": 140,
                                                      "column": 22
                                                    },
                                                    "end": {
                                                      "line": 140,
                                                      "column": 51
                                                    }
                                                  },
                                                  "object": {
                                                    "type": "MemberExpression",
                                                    "start": 4718,
                                                    "end": 4737,
                                                    "loc": {
                                                      "start": {
                                                        "line": 140,
                                                        "column": 22
                                                      },
                                                      "end": {
                                                        "line": 140,
                                                        "column": 41
                                                      }
                                                    },
                                                    "object": {
                                                      "type": "ThisExpression",
                                                      "start": 4718,
                                                      "end": 4722,
                                                      "loc": {
                                                        "start": {
                                                          "line": 140,
                                                          "column": 22
                                                        },
                                                        "end": {
                                                          "line": 140,
                                                          "column": 26
                                                        }
                                                      }
                                                    },
                                                    "property": {
                                                      "type": "Identifier",
                                                      "start": 4723,
                                                      "end": 4737,
                                                      "loc": {
                                                        "start": {
                                                          "line": 140,
                                                          "column": 27
                                                        },
                                                        "end": {
                                                          "line": 140,
                                                          "column": 41
                                                        },
                                                        "identifierName": "QueryGenerator"
                                                      },
                                                      "name": "QueryGenerator"
                                                    },
                                                    "computed": false
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "start": 4738,
                                                    "end": 4747,
                                                    "loc": {
                                                      "start": {
                                                        "line": 140,
                                                        "column": 42
                                                      },
                                                      "end": {
                                                        "line": 140,
                                                        "column": 51
                                                      },
                                                      "identifierName": "addSchema"
                                                    },
                                                    "name": "addSchema"
                                                  },
                                                  "computed": false
                                                },
                                                "arguments": [
                                                  {
                                                    "type": "ObjectExpression",
                                                    "start": 4748,
                                                    "end": 4850,
                                                    "loc": {
                                                      "start": {
                                                        "line": 140,
                                                        "column": 52
                                                      },
                                                      "end": {
                                                        "line": 143,
                                                        "column": 11
                                                      }
                                                    },
                                                    "properties": [
                                                      {
                                                        "type": "ObjectProperty",
                                                        "start": 4762,
                                                        "end": 4771,
                                                        "loc": {
                                                          "start": {
                                                            "line": 141,
                                                            "column": 12
                                                          },
                                                          "end": {
                                                            "line": 141,
                                                            "column": 21
                                                          }
                                                        },
                                                        "method": false,
                                                        "shorthand": true,
                                                        "computed": false,
                                                        "key": {
                                                          "type": "Identifier",
                                                          "start": 4762,
                                                          "end": 4771,
                                                          "loc": {
                                                            "start": {
                                                              "line": 141,
                                                              "column": 12
                                                            },
                                                            "end": {
                                                              "line": 141,
                                                              "column": 21
                                                            },
                                                            "identifierName": "tableName"
                                                          },
                                                          "name": "tableName"
                                                        },
                                                        "value": {
                                                          "type": "Identifier",
                                                          "start": 4762,
                                                          "end": 4771,
                                                          "loc": {
                                                            "start": {
                                                              "line": 141,
                                                              "column": 12
                                                            },
                                                            "end": {
                                                              "line": 141,
                                                              "column": 21
                                                            },
                                                            "identifierName": "tableName"
                                                          },
                                                          "name": "tableName"
                                                        },
                                                        "extra": {
                                                          "shorthand": true
                                                        }
                                                      },
                                                      {
                                                        "type": "ObjectProperty",
                                                        "start": 4785,
                                                        "end": 4838,
                                                        "loc": {
                                                          "start": {
                                                            "line": 142,
                                                            "column": 12
                                                          },
                                                          "end": {
                                                            "line": 142,
                                                            "column": 65
                                                          }
                                                        },
                                                        "method": false,
                                                        "shorthand": false,
                                                        "computed": false,
                                                        "key": {
                                                          "type": "Identifier",
                                                          "start": 4785,
                                                          "end": 4792,
                                                          "loc": {
                                                            "start": {
                                                              "line": 142,
                                                              "column": 12
                                                            },
                                                            "end": {
                                                              "line": 142,
                                                              "column": 19
                                                            },
                                                            "identifierName": "_schema"
                                                          },
                                                          "name": "_schema"
                                                        },
                                                        "value": {
                                                          "type": "LogicalExpression",
                                                          "start": 4794,
                                                          "end": 4838,
                                                          "loc": {
                                                            "start": {
                                                              "line": 142,
                                                              "column": 21
                                                            },
                                                            "end": {
                                                              "line": 142,
                                                              "column": 65
                                                            }
                                                          },
                                                          "left": {
                                                            "type": "LogicalExpression",
                                                            "start": 4795,
                                                            "end": 4819,
                                                            "loc": {
                                                              "start": {
                                                                "line": 142,
                                                                "column": 22
                                                              },
                                                              "end": {
                                                                "line": 142,
                                                                "column": 46
                                                              }
                                                            },
                                                            "left": {
                                                              "type": "UnaryExpression",
                                                              "start": 4795,
                                                              "end": 4802,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 142,
                                                                  "column": 22
                                                                },
                                                                "end": {
                                                                  "line": 142,
                                                                  "column": 29
                                                                }
                                                              },
                                                              "operator": "!",
                                                              "prefix": true,
                                                              "argument": {
                                                                "type": "UnaryExpression",
                                                                "start": 4796,
                                                                "end": 4802,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 142,
                                                                    "column": 23
                                                                  },
                                                                  "end": {
                                                                    "line": 142,
                                                                    "column": 29
                                                                  }
                                                                },
                                                                "operator": "!",
                                                                "prefix": true,
                                                                "argument": {
                                                                  "type": "Identifier",
                                                                  "start": 4797,
                                                                  "end": 4802,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 142,
                                                                      "column": 24
                                                                    },
                                                                    "end": {
                                                                      "line": 142,
                                                                      "column": 29
                                                                    },
                                                                    "identifierName": "model"
                                                                  },
                                                                  "name": "model"
                                                                },
                                                                "extra": {
                                                                  "parenthesizedArgument": false
                                                                }
                                                              },
                                                              "extra": {
                                                                "parenthesizedArgument": false
                                                              }
                                                            },
                                                            "operator": "&&",
                                                            "right": {
                                                              "type": "MemberExpression",
                                                              "start": 4806,
                                                              "end": 4819,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 142,
                                                                  "column": 33
                                                                },
                                                                "end": {
                                                                  "line": 142,
                                                                  "column": 46
                                                                }
                                                              },
                                                              "object": {
                                                                "type": "Identifier",
                                                                "start": 4806,
                                                                "end": 4811,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 142,
                                                                    "column": 33
                                                                  },
                                                                  "end": {
                                                                    "line": 142,
                                                                    "column": 38
                                                                  },
                                                                  "identifierName": "model"
                                                                },
                                                                "name": "model"
                                                              },
                                                              "property": {
                                                                "type": "Identifier",
                                                                "start": 4812,
                                                                "end": 4819,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 142,
                                                                    "column": 39
                                                                  },
                                                                  "end": {
                                                                    "line": 142,
                                                                    "column": 46
                                                                  },
                                                                  "identifierName": "_schema"
                                                                },
                                                                "name": "_schema"
                                                              },
                                                              "computed": false
                                                            },
                                                            "extra": {
                                                              "parenthesized": true,
                                                              "parenStart": 4794
                                                            }
                                                          },
                                                          "operator": "||",
                                                          "right": {
                                                            "type": "MemberExpression",
                                                            "start": 4824,
                                                            "end": 4838,
                                                            "loc": {
                                                              "start": {
                                                                "line": 142,
                                                                "column": 51
                                                              },
                                                              "end": {
                                                                "line": 142,
                                                                "column": 65
                                                              }
                                                            },
                                                            "object": {
                                                              "type": "Identifier",
                                                              "start": 4824,
                                                              "end": 4831,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 142,
                                                                  "column": 51
                                                                },
                                                                "end": {
                                                                  "line": 142,
                                                                  "column": 58
                                                                },
                                                                "identifierName": "options"
                                                              },
                                                              "name": "options"
                                                            },
                                                            "property": {
                                                              "type": "Identifier",
                                                              "start": 4832,
                                                              "end": 4838,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 142,
                                                                  "column": 59
                                                                },
                                                                "end": {
                                                                  "line": 142,
                                                                  "column": 65
                                                                },
                                                                "identifierName": "schema"
                                                              },
                                                              "name": "schema"
                                                            },
                                                            "computed": false
                                                          }
                                                        }
                                                      }
                                                    ]
                                                  }
                                                ]
                                              }
                                            }
                                          }
                                        ],
                                        "directives": []
                                      },
                                      "alternate": null
                                    },
                                    {
                                      "type": "ExpressionStatement",
                                      "start": 4872,
                                      "end": 4979,
                                      "loc": {
                                        "start": {
                                          "line": 146,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 148,
                                          "column": 11
                                        }
                                      },
                                      "expression": {
                                        "type": "AssignmentExpression",
                                        "start": 4872,
                                        "end": 4978,
                                        "loc": {
                                          "start": {
                                            "line": 146,
                                            "column": 8
                                          },
                                          "end": {
                                            "line": 148,
                                            "column": 10
                                          }
                                        },
                                        "operator": "=",
                                        "left": {
                                          "type": "Identifier",
                                          "start": 4872,
                                          "end": 4882,
                                          "loc": {
                                            "start": {
                                              "line": 146,
                                              "column": 8
                                            },
                                            "end": {
                                              "line": 146,
                                              "column": 18
                                            },
                                            "identifierName": "attributes"
                                          },
                                          "name": "attributes"
                                        },
                                        "right": {
                                          "type": "CallExpression",
                                          "start": 4885,
                                          "end": 4978,
                                          "loc": {
                                            "start": {
                                              "line": 146,
                                              "column": 21
                                            },
                                            "end": {
                                              "line": 148,
                                              "column": 10
                                            }
                                          },
                                          "callee": {
                                            "type": "MemberExpression",
                                            "start": 4885,
                                            "end": 4920,
                                            "loc": {
                                              "start": {
                                                "line": 146,
                                                "column": 21
                                              },
                                              "end": {
                                                "line": 146,
                                                "column": 56
                                              }
                                            },
                                            "object": {
                                              "type": "MemberExpression",
                                              "start": 4885,
                                              "end": 4904,
                                              "loc": {
                                                "start": {
                                                  "line": 146,
                                                  "column": 21
                                                },
                                                "end": {
                                                  "line": 146,
                                                  "column": 40
                                                }
                                              },
                                              "object": {
                                                "type": "ThisExpression",
                                                "start": 4885,
                                                "end": 4889,
                                                "loc": {
                                                  "start": {
                                                    "line": 146,
                                                    "column": 21
                                                  },
                                                  "end": {
                                                    "line": 146,
                                                    "column": 25
                                                  }
                                                }
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 4890,
                                                "end": 4904,
                                                "loc": {
                                                  "start": {
                                                    "line": 146,
                                                    "column": 26
                                                  },
                                                  "end": {
                                                    "line": 146,
                                                    "column": 40
                                                  },
                                                  "identifierName": "QueryGenerator"
                                                },
                                                "name": "QueryGenerator"
                                              },
                                              "computed": false
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 4905,
                                              "end": 4920,
                                              "loc": {
                                                "start": {
                                                  "line": 146,
                                                  "column": 41
                                                },
                                                "end": {
                                                  "line": 146,
                                                  "column": 56
                                                },
                                                "identifierName": "attributesToSQL"
                                              },
                                              "name": "attributesToSQL"
                                            },
                                            "computed": false
                                          },
                                          "arguments": [
                                            {
                                              "type": "Identifier",
                                              "start": 4921,
                                              "end": 4931,
                                              "loc": {
                                                "start": {
                                                  "line": 146,
                                                  "column": 57
                                                },
                                                "end": {
                                                  "line": 146,
                                                  "column": 67
                                                },
                                                "identifierName": "attributes"
                                              },
                                              "name": "attributes"
                                            },
                                            {
                                              "type": "ObjectExpression",
                                              "start": 4933,
                                              "end": 4977,
                                              "loc": {
                                                "start": {
                                                  "line": 146,
                                                  "column": 69
                                                },
                                                "end": {
                                                  "line": 148,
                                                  "column": 9
                                                }
                                              },
                                              "properties": [
                                                {
                                                  "type": "ObjectProperty",
                                                  "start": 4945,
                                                  "end": 4967,
                                                  "loc": {
                                                    "start": {
                                                      "line": 147,
                                                      "column": 10
                                                    },
                                                    "end": {
                                                      "line": 147,
                                                      "column": 32
                                                    }
                                                  },
                                                  "method": false,
                                                  "shorthand": false,
                                                  "computed": false,
                                                  "key": {
                                                    "type": "Identifier",
                                                    "start": 4945,
                                                    "end": 4952,
                                                    "loc": {
                                                      "start": {
                                                        "line": 147,
                                                        "column": 10
                                                      },
                                                      "end": {
                                                        "line": 147,
                                                        "column": 17
                                                      },
                                                      "identifierName": "context"
                                                    },
                                                    "name": "context"
                                                  },
                                                  "value": {
                                                    "type": "StringLiteral",
                                                    "start": 4954,
                                                    "end": 4967,
                                                    "loc": {
                                                      "start": {
                                                        "line": 147,
                                                        "column": 19
                                                      },
                                                      "end": {
                                                        "line": 147,
                                                        "column": 32
                                                      }
                                                    },
                                                    "extra": {
                                                      "rawValue": "createTable",
                                                      "raw": "'createTable'"
                                                    },
                                                    "value": "createTable"
                                                  }
                                                }
                                              ]
                                            }
                                          ]
                                        }
                                      }
                                    },
                                    {
                                      "type": "ExpressionStatement",
                                      "start": 4988,
                                      "end": 5063,
                                      "loc": {
                                        "start": {
                                          "line": 149,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 149,
                                          "column": 83
                                        }
                                      },
                                      "expression": {
                                        "type": "AssignmentExpression",
                                        "start": 4988,
                                        "end": 5062,
                                        "loc": {
                                          "start": {
                                            "line": 149,
                                            "column": 8
                                          },
                                          "end": {
                                            "line": 149,
                                            "column": 82
                                          }
                                        },
                                        "operator": "=",
                                        "left": {
                                          "type": "Identifier",
                                          "start": 4988,
                                          "end": 4991,
                                          "loc": {
                                            "start": {
                                              "line": 149,
                                              "column": 8
                                            },
                                            "end": {
                                              "line": 149,
                                              "column": 11
                                            },
                                            "identifierName": "sql"
                                          },
                                          "name": "sql"
                                        },
                                        "right": {
                                          "type": "CallExpression",
                                          "start": 4994,
                                          "end": 5062,
                                          "loc": {
                                            "start": {
                                              "line": 149,
                                              "column": 14
                                            },
                                            "end": {
                                              "line": 149,
                                              "column": 82
                                            }
                                          },
                                          "callee": {
                                            "type": "MemberExpression",
                                            "start": 4994,
                                            "end": 5030,
                                            "loc": {
                                              "start": {
                                                "line": 149,
                                                "column": 14
                                              },
                                              "end": {
                                                "line": 149,
                                                "column": 50
                                              }
                                            },
                                            "object": {
                                              "type": "MemberExpression",
                                              "start": 4994,
                                              "end": 5013,
                                              "loc": {
                                                "start": {
                                                  "line": 149,
                                                  "column": 14
                                                },
                                                "end": {
                                                  "line": 149,
                                                  "column": 33
                                                }
                                              },
                                              "object": {
                                                "type": "ThisExpression",
                                                "start": 4994,
                                                "end": 4998,
                                                "loc": {
                                                  "start": {
                                                    "line": 149,
                                                    "column": 14
                                                  },
                                                  "end": {
                                                    "line": 149,
                                                    "column": 18
                                                  }
                                                }
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 4999,
                                                "end": 5013,
                                                "loc": {
                                                  "start": {
                                                    "line": 149,
                                                    "column": 19
                                                  },
                                                  "end": {
                                                    "line": 149,
                                                    "column": 33
                                                  },
                                                  "identifierName": "QueryGenerator"
                                                },
                                                "name": "QueryGenerator"
                                              },
                                              "computed": false
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 5014,
                                              "end": 5030,
                                              "loc": {
                                                "start": {
                                                  "line": 149,
                                                  "column": 34
                                                },
                                                "end": {
                                                  "line": 149,
                                                  "column": 50
                                                },
                                                "identifierName": "createTableQuery"
                                              },
                                              "name": "createTableQuery"
                                            },
                                            "computed": false
                                          },
                                          "arguments": [
                                            {
                                              "type": "Identifier",
                                              "start": 5031,
                                              "end": 5040,
                                              "loc": {
                                                "start": {
                                                  "line": 149,
                                                  "column": 51
                                                },
                                                "end": {
                                                  "line": 149,
                                                  "column": 60
                                                },
                                                "identifierName": "tableName"
                                              },
                                              "name": "tableName"
                                            },
                                            {
                                              "type": "Identifier",
                                              "start": 5042,
                                              "end": 5052,
                                              "loc": {
                                                "start": {
                                                  "line": 149,
                                                  "column": 62
                                                },
                                                "end": {
                                                  "line": 149,
                                                  "column": 72
                                                },
                                                "identifierName": "attributes"
                                              },
                                              "name": "attributes"
                                            },
                                            {
                                              "type": "Identifier",
                                              "start": 5054,
                                              "end": 5061,
                                              "loc": {
                                                "start": {
                                                  "line": 149,
                                                  "column": 74
                                                },
                                                "end": {
                                                  "line": 149,
                                                  "column": 81
                                                },
                                                "identifierName": "options"
                                              },
                                              "name": "options"
                                            }
                                          ]
                                        }
                                      }
                                    },
                                    {
                                      "type": "ReturnStatement",
                                      "start": 5073,
                                      "end": 5179,
                                      "loc": {
                                        "start": {
                                          "line": 151,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 153,
                                          "column": 11
                                        }
                                      },
                                      "argument": {
                                        "type": "CallExpression",
                                        "start": 5080,
                                        "end": 5178,
                                        "loc": {
                                          "start": {
                                            "line": 151,
                                            "column": 15
                                          },
                                          "end": {
                                            "line": 153,
                                            "column": 10
                                          }
                                        },
                                        "callee": {
                                          "type": "MemberExpression",
                                          "start": 5080,
                                          "end": 5106,
                                          "loc": {
                                            "start": {
                                              "line": 151,
                                              "column": 15
                                            },
                                            "end": {
                                              "line": 151,
                                              "column": 41
                                            }
                                          },
                                          "object": {
                                            "type": "CallExpression",
                                            "start": 5080,
                                            "end": 5101,
                                            "loc": {
                                              "start": {
                                                "line": 151,
                                                "column": 15
                                              },
                                              "end": {
                                                "line": 151,
                                                "column": 36
                                              }
                                            },
                                            "callee": {
                                              "type": "MemberExpression",
                                              "start": 5080,
                                              "end": 5091,
                                              "loc": {
                                                "start": {
                                                  "line": 151,
                                                  "column": 15
                                                },
                                                "end": {
                                                  "line": 151,
                                                  "column": 26
                                                }
                                              },
                                              "object": {
                                                "type": "Identifier",
                                                "start": 5080,
                                                "end": 5087,
                                                "loc": {
                                                  "start": {
                                                    "line": 151,
                                                    "column": 15
                                                  },
                                                  "end": {
                                                    "line": 151,
                                                    "column": 22
                                                  },
                                                  "identifierName": "Promise"
                                                },
                                                "name": "Promise"
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 5088,
                                                "end": 5091,
                                                "loc": {
                                                  "start": {
                                                    "line": 151,
                                                    "column": 23
                                                  },
                                                  "end": {
                                                    "line": 151,
                                                    "column": 26
                                                  },
                                                  "identifierName": "all"
                                                },
                                                "name": "all"
                                              },
                                              "computed": false
                                            },
                                            "arguments": [
                                              {
                                                "type": "Identifier",
                                                "start": 5092,
                                                "end": 5100,
                                                "loc": {
                                                  "start": {
                                                    "line": 151,
                                                    "column": 27
                                                  },
                                                  "end": {
                                                    "line": 151,
                                                    "column": 35
                                                  },
                                                  "identifierName": "promises"
                                                },
                                                "name": "promises"
                                              }
                                            ]
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 5102,
                                            "end": 5106,
                                            "loc": {
                                              "start": {
                                                "line": 151,
                                                "column": 37
                                              },
                                              "end": {
                                                "line": 151,
                                                "column": 41
                                              },
                                              "identifierName": "then"
                                            },
                                            "name": "then"
                                          },
                                          "computed": false
                                        },
                                        "arguments": [
                                          {
                                            "type": "ArrowFunctionExpression",
                                            "start": 5107,
                                            "end": 5177,
                                            "loc": {
                                              "start": {
                                                "line": 151,
                                                "column": 42
                                              },
                                              "end": {
                                                "line": 153,
                                                "column": 9
                                              }
                                            },
                                            "id": null,
                                            "generator": false,
                                            "expression": false,
                                            "async": false,
                                            "params": [],
                                            "body": {
                                              "type": "BlockStatement",
                                              "start": 5113,
                                              "end": 5177,
                                              "loc": {
                                                "start": {
                                                  "line": 151,
                                                  "column": 48
                                                },
                                                "end": {
                                                  "line": 153,
                                                  "column": 9
                                                }
                                              },
                                              "body": [
                                                {
                                                  "type": "ReturnStatement",
                                                  "start": 5125,
                                                  "end": 5167,
                                                  "loc": {
                                                    "start": {
                                                      "line": 152,
                                                      "column": 10
                                                    },
                                                    "end": {
                                                      "line": 152,
                                                      "column": 52
                                                    }
                                                  },
                                                  "argument": {
                                                    "type": "CallExpression",
                                                    "start": 5132,
                                                    "end": 5166,
                                                    "loc": {
                                                      "start": {
                                                        "line": 152,
                                                        "column": 17
                                                      },
                                                      "end": {
                                                        "line": 152,
                                                        "column": 51
                                                      }
                                                    },
                                                    "callee": {
                                                      "type": "MemberExpression",
                                                      "start": 5132,
                                                      "end": 5152,
                                                      "loc": {
                                                        "start": {
                                                          "line": 152,
                                                          "column": 17
                                                        },
                                                        "end": {
                                                          "line": 152,
                                                          "column": 37
                                                        }
                                                      },
                                                      "object": {
                                                        "type": "MemberExpression",
                                                        "start": 5132,
                                                        "end": 5146,
                                                        "loc": {
                                                          "start": {
                                                            "line": 152,
                                                            "column": 17
                                                          },
                                                          "end": {
                                                            "line": 152,
                                                            "column": 31
                                                          }
                                                        },
                                                        "object": {
                                                          "type": "ThisExpression",
                                                          "start": 5132,
                                                          "end": 5136,
                                                          "loc": {
                                                            "start": {
                                                              "line": 152,
                                                              "column": 17
                                                            },
                                                            "end": {
                                                              "line": 152,
                                                              "column": 21
                                                            }
                                                          }
                                                        },
                                                        "property": {
                                                          "type": "Identifier",
                                                          "start": 5137,
                                                          "end": 5146,
                                                          "loc": {
                                                            "start": {
                                                              "line": 152,
                                                              "column": 22
                                                            },
                                                            "end": {
                                                              "line": 152,
                                                              "column": 31
                                                            },
                                                            "identifierName": "sequelize"
                                                          },
                                                          "name": "sequelize"
                                                        },
                                                        "computed": false
                                                      },
                                                      "property": {
                                                        "type": "Identifier",
                                                        "start": 5147,
                                                        "end": 5152,
                                                        "loc": {
                                                          "start": {
                                                            "line": 152,
                                                            "column": 32
                                                          },
                                                          "end": {
                                                            "line": 152,
                                                            "column": 37
                                                          },
                                                          "identifierName": "query"
                                                        },
                                                        "name": "query"
                                                      },
                                                      "computed": false
                                                    },
                                                    "arguments": [
                                                      {
                                                        "type": "Identifier",
                                                        "start": 5153,
                                                        "end": 5156,
                                                        "loc": {
                                                          "start": {
                                                            "line": 152,
                                                            "column": 38
                                                          },
                                                          "end": {
                                                            "line": 152,
                                                            "column": 41
                                                          },
                                                          "identifierName": "sql"
                                                        },
                                                        "name": "sql"
                                                      },
                                                      {
                                                        "type": "Identifier",
                                                        "start": 5158,
                                                        "end": 5165,
                                                        "loc": {
                                                          "start": {
                                                            "line": 152,
                                                            "column": 43
                                                          },
                                                          "end": {
                                                            "line": 152,
                                                            "column": 50
                                                          },
                                                          "identifierName": "options"
                                                        },
                                                        "name": "options"
                                                      }
                                                    ]
                                                  }
                                                }
                                              ],
                                              "directives": []
                                            }
                                          }
                                        ]
                                      }
                                    }
                                  ],
                                  "directives": []
                                }
                              }
                            ]
                          }
                        }
                      ],
                      "directives": []
                    },
                    "alternate": {
                      "type": "BlockStatement",
                      "start": 5201,
                      "end": 5697,
                      "loc": {
                        "start": {
                          "line": 155,
                          "column": 11
                        },
                        "end": {
                          "line": 170,
                          "column": 5
                        }
                      },
                      "body": [
                        {
                          "type": "IfStatement",
                          "start": 5209,
                          "end": 5448,
                          "loc": {
                            "start": {
                              "line": 156,
                              "column": 6
                            },
                            "end": {
                              "line": 162,
                              "column": 7
                            }
                          },
                          "test": {
                            "type": "LogicalExpression",
                            "start": 5213,
                            "end": 5288,
                            "loc": {
                              "start": {
                                "line": 156,
                                "column": 10
                              },
                              "end": {
                                "line": 157,
                                "column": 54
                              }
                            },
                            "left": {
                              "type": "UnaryExpression",
                              "start": 5213,
                              "end": 5230,
                              "loc": {
                                "start": {
                                  "line": 156,
                                  "column": 10
                                },
                                "end": {
                                  "line": 156,
                                  "column": 27
                                }
                              },
                              "operator": "!",
                              "prefix": true,
                              "argument": {
                                "type": "MemberExpression",
                                "start": 5214,
                                "end": 5230,
                                "loc": {
                                  "start": {
                                    "line": 156,
                                    "column": 11
                                  },
                                  "end": {
                                    "line": 156,
                                    "column": 27
                                  }
                                },
                                "object": {
                                  "type": "Identifier",
                                  "start": 5214,
                                  "end": 5223,
                                  "loc": {
                                    "start": {
                                      "line": 156,
                                      "column": 11
                                    },
                                    "end": {
                                      "line": 156,
                                      "column": 20
                                    },
                                    "identifierName": "tableName"
                                  },
                                  "name": "tableName"
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 5224,
                                  "end": 5230,
                                  "loc": {
                                    "start": {
                                      "line": 156,
                                      "column": 21
                                    },
                                    "end": {
                                      "line": 156,
                                      "column": 27
                                    },
                                    "identifierName": "schema"
                                  },
                                  "name": "schema"
                                },
                                "computed": false
                              },
                              "extra": {
                                "parenthesizedArgument": false
                              }
                            },
                            "operator": "&&",
                            "right": {
                              "type": "LogicalExpression",
                              "start": 5243,
                              "end": 5287,
                              "loc": {
                                "start": {
                                  "line": 157,
                                  "column": 9
                                },
                                "end": {
                                  "line": 157,
                                  "column": 53
                                }
                              },
                              "left": {
                                "type": "MemberExpression",
                                "start": 5243,
                                "end": 5257,
                                "loc": {
                                  "start": {
                                    "line": 157,
                                    "column": 9
                                  },
                                  "end": {
                                    "line": 157,
                                    "column": 23
                                  }
                                },
                                "object": {
                                  "type": "Identifier",
                                  "start": 5243,
                                  "end": 5250,
                                  "loc": {
                                    "start": {
                                      "line": 157,
                                      "column": 9
                                    },
                                    "end": {
                                      "line": 157,
                                      "column": 16
                                    },
                                    "identifierName": "options"
                                  },
                                  "name": "options"
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 5251,
                                  "end": 5257,
                                  "loc": {
                                    "start": {
                                      "line": 157,
                                      "column": 17
                                    },
                                    "end": {
                                      "line": 157,
                                      "column": 23
                                    },
                                    "identifierName": "schema"
                                  },
                                  "name": "schema"
                                },
                                "computed": false
                              },
                              "operator": "||",
                              "right": {
                                "type": "LogicalExpression",
                                "start": 5262,
                                "end": 5286,
                                "loc": {
                                  "start": {
                                    "line": 157,
                                    "column": 28
                                  },
                                  "end": {
                                    "line": 157,
                                    "column": 52
                                  }
                                },
                                "left": {
                                  "type": "UnaryExpression",
                                  "start": 5262,
                                  "end": 5269,
                                  "loc": {
                                    "start": {
                                      "line": 157,
                                      "column": 28
                                    },
                                    "end": {
                                      "line": 157,
                                      "column": 35
                                    }
                                  },
                                  "operator": "!",
                                  "prefix": true,
                                  "argument": {
                                    "type": "UnaryExpression",
                                    "start": 5263,
                                    "end": 5269,
                                    "loc": {
                                      "start": {
                                        "line": 157,
                                        "column": 29
                                      },
                                      "end": {
                                        "line": 157,
                                        "column": 35
                                      }
                                    },
                                    "operator": "!",
                                    "prefix": true,
                                    "argument": {
                                      "type": "Identifier",
                                      "start": 5264,
                                      "end": 5269,
                                      "loc": {
                                        "start": {
                                          "line": 157,
                                          "column": 30
                                        },
                                        "end": {
                                          "line": 157,
                                          "column": 35
                                        },
                                        "identifierName": "model"
                                      },
                                      "name": "model"
                                    },
                                    "extra": {
                                      "parenthesizedArgument": false
                                    }
                                  },
                                  "extra": {
                                    "parenthesizedArgument": false
                                  }
                                },
                                "operator": "&&",
                                "right": {
                                  "type": "MemberExpression",
                                  "start": 5273,
                                  "end": 5286,
                                  "loc": {
                                    "start": {
                                      "line": 157,
                                      "column": 39
                                    },
                                    "end": {
                                      "line": 157,
                                      "column": 52
                                    }
                                  },
                                  "object": {
                                    "type": "Identifier",
                                    "start": 5273,
                                    "end": 5278,
                                    "loc": {
                                      "start": {
                                        "line": 157,
                                        "column": 39
                                      },
                                      "end": {
                                        "line": 157,
                                        "column": 44
                                      },
                                      "identifierName": "model"
                                    },
                                    "name": "model"
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 5279,
                                    "end": 5286,
                                    "loc": {
                                      "start": {
                                        "line": 157,
                                        "column": 45
                                      },
                                      "end": {
                                        "line": 157,
                                        "column": 52
                                      },
                                      "identifierName": "_schema"
                                    },
                                    "name": "_schema"
                                  },
                                  "computed": false
                                },
                                "extra": {
                                  "parenthesized": true,
                                  "parenStart": 5261
                                }
                              },
                              "extra": {
                                "parenthesized": true,
                                "parenStart": 5242
                              }
                            }
                          },
                          "consequent": {
                            "type": "BlockStatement",
                            "start": 5290,
                            "end": 5448,
                            "loc": {
                              "start": {
                                "line": 157,
                                "column": 56
                              },
                              "end": {
                                "line": 162,
                                "column": 7
                              }
                            },
                            "body": [
                              {
                                "type": "ExpressionStatement",
                                "start": 5300,
                                "end": 5440,
                                "loc": {
                                  "start": {
                                    "line": 158,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 161,
                                    "column": 11
                                  }
                                },
                                "expression": {
                                  "type": "AssignmentExpression",
                                  "start": 5300,
                                  "end": 5439,
                                  "loc": {
                                    "start": {
                                      "line": 158,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 161,
                                      "column": 10
                                    }
                                  },
                                  "operator": "=",
                                  "left": {
                                    "type": "Identifier",
                                    "start": 5300,
                                    "end": 5309,
                                    "loc": {
                                      "start": {
                                        "line": 158,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 158,
                                        "column": 17
                                      },
                                      "identifierName": "tableName"
                                    },
                                    "name": "tableName"
                                  },
                                  "right": {
                                    "type": "CallExpression",
                                    "start": 5312,
                                    "end": 5439,
                                    "loc": {
                                      "start": {
                                        "line": 158,
                                        "column": 20
                                      },
                                      "end": {
                                        "line": 161,
                                        "column": 10
                                      }
                                    },
                                    "callee": {
                                      "type": "MemberExpression",
                                      "start": 5312,
                                      "end": 5341,
                                      "loc": {
                                        "start": {
                                          "line": 158,
                                          "column": 20
                                        },
                                        "end": {
                                          "line": 158,
                                          "column": 49
                                        }
                                      },
                                      "object": {
                                        "type": "MemberExpression",
                                        "start": 5312,
                                        "end": 5331,
                                        "loc": {
                                          "start": {
                                            "line": 158,
                                            "column": 20
                                          },
                                          "end": {
                                            "line": 158,
                                            "column": 39
                                          }
                                        },
                                        "object": {
                                          "type": "ThisExpression",
                                          "start": 5312,
                                          "end": 5316,
                                          "loc": {
                                            "start": {
                                              "line": 158,
                                              "column": 20
                                            },
                                            "end": {
                                              "line": 158,
                                              "column": 24
                                            }
                                          }
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 5317,
                                          "end": 5331,
                                          "loc": {
                                            "start": {
                                              "line": 158,
                                              "column": 25
                                            },
                                            "end": {
                                              "line": 158,
                                              "column": 39
                                            },
                                            "identifierName": "QueryGenerator"
                                          },
                                          "name": "QueryGenerator"
                                        },
                                        "computed": false
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 5332,
                                        "end": 5341,
                                        "loc": {
                                          "start": {
                                            "line": 158,
                                            "column": 40
                                          },
                                          "end": {
                                            "line": 158,
                                            "column": 49
                                          },
                                          "identifierName": "addSchema"
                                        },
                                        "name": "addSchema"
                                      },
                                      "computed": false
                                    },
                                    "arguments": [
                                      {
                                        "type": "ObjectExpression",
                                        "start": 5342,
                                        "end": 5438,
                                        "loc": {
                                          "start": {
                                            "line": 158,
                                            "column": 50
                                          },
                                          "end": {
                                            "line": 161,
                                            "column": 9
                                          }
                                        },
                                        "properties": [
                                          {
                                            "type": "ObjectProperty",
                                            "start": 5354,
                                            "end": 5363,
                                            "loc": {
                                              "start": {
                                                "line": 159,
                                                "column": 10
                                              },
                                              "end": {
                                                "line": 159,
                                                "column": 19
                                              }
                                            },
                                            "method": false,
                                            "shorthand": true,
                                            "computed": false,
                                            "key": {
                                              "type": "Identifier",
                                              "start": 5354,
                                              "end": 5363,
                                              "loc": {
                                                "start": {
                                                  "line": 159,
                                                  "column": 10
                                                },
                                                "end": {
                                                  "line": 159,
                                                  "column": 19
                                                },
                                                "identifierName": "tableName"
                                              },
                                              "name": "tableName"
                                            },
                                            "value": {
                                              "type": "Identifier",
                                              "start": 5354,
                                              "end": 5363,
                                              "loc": {
                                                "start": {
                                                  "line": 159,
                                                  "column": 10
                                                },
                                                "end": {
                                                  "line": 159,
                                                  "column": 19
                                                },
                                                "identifierName": "tableName"
                                              },
                                              "name": "tableName"
                                            },
                                            "extra": {
                                              "shorthand": true
                                            }
                                          },
                                          {
                                            "type": "ObjectProperty",
                                            "start": 5375,
                                            "end": 5428,
                                            "loc": {
                                              "start": {
                                                "line": 160,
                                                "column": 10
                                              },
                                              "end": {
                                                "line": 160,
                                                "column": 63
                                              }
                                            },
                                            "method": false,
                                            "shorthand": false,
                                            "computed": false,
                                            "key": {
                                              "type": "Identifier",
                                              "start": 5375,
                                              "end": 5382,
                                              "loc": {
                                                "start": {
                                                  "line": 160,
                                                  "column": 10
                                                },
                                                "end": {
                                                  "line": 160,
                                                  "column": 17
                                                },
                                                "identifierName": "_schema"
                                              },
                                              "name": "_schema"
                                            },
                                            "value": {
                                              "type": "LogicalExpression",
                                              "start": 5384,
                                              "end": 5428,
                                              "loc": {
                                                "start": {
                                                  "line": 160,
                                                  "column": 19
                                                },
                                                "end": {
                                                  "line": 160,
                                                  "column": 63
                                                }
                                              },
                                              "left": {
                                                "type": "LogicalExpression",
                                                "start": 5385,
                                                "end": 5409,
                                                "loc": {
                                                  "start": {
                                                    "line": 160,
                                                    "column": 20
                                                  },
                                                  "end": {
                                                    "line": 160,
                                                    "column": 44
                                                  }
                                                },
                                                "left": {
                                                  "type": "UnaryExpression",
                                                  "start": 5385,
                                                  "end": 5392,
                                                  "loc": {
                                                    "start": {
                                                      "line": 160,
                                                      "column": 20
                                                    },
                                                    "end": {
                                                      "line": 160,
                                                      "column": 27
                                                    }
                                                  },
                                                  "operator": "!",
                                                  "prefix": true,
                                                  "argument": {
                                                    "type": "UnaryExpression",
                                                    "start": 5386,
                                                    "end": 5392,
                                                    "loc": {
                                                      "start": {
                                                        "line": 160,
                                                        "column": 21
                                                      },
                                                      "end": {
                                                        "line": 160,
                                                        "column": 27
                                                      }
                                                    },
                                                    "operator": "!",
                                                    "prefix": true,
                                                    "argument": {
                                                      "type": "Identifier",
                                                      "start": 5387,
                                                      "end": 5392,
                                                      "loc": {
                                                        "start": {
                                                          "line": 160,
                                                          "column": 22
                                                        },
                                                        "end": {
                                                          "line": 160,
                                                          "column": 27
                                                        },
                                                        "identifierName": "model"
                                                      },
                                                      "name": "model"
                                                    },
                                                    "extra": {
                                                      "parenthesizedArgument": false
                                                    }
                                                  },
                                                  "extra": {
                                                    "parenthesizedArgument": false
                                                  }
                                                },
                                                "operator": "&&",
                                                "right": {
                                                  "type": "MemberExpression",
                                                  "start": 5396,
                                                  "end": 5409,
                                                  "loc": {
                                                    "start": {
                                                      "line": 160,
                                                      "column": 31
                                                    },
                                                    "end": {
                                                      "line": 160,
                                                      "column": 44
                                                    }
                                                  },
                                                  "object": {
                                                    "type": "Identifier",
                                                    "start": 5396,
                                                    "end": 5401,
                                                    "loc": {
                                                      "start": {
                                                        "line": 160,
                                                        "column": 31
                                                      },
                                                      "end": {
                                                        "line": 160,
                                                        "column": 36
                                                      },
                                                      "identifierName": "model"
                                                    },
                                                    "name": "model"
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "start": 5402,
                                                    "end": 5409,
                                                    "loc": {
                                                      "start": {
                                                        "line": 160,
                                                        "column": 37
                                                      },
                                                      "end": {
                                                        "line": 160,
                                                        "column": 44
                                                      },
                                                      "identifierName": "_schema"
                                                    },
                                                    "name": "_schema"
                                                  },
                                                  "computed": false
                                                },
                                                "extra": {
                                                  "parenthesized": true,
                                                  "parenStart": 5384
                                                }
                                              },
                                              "operator": "||",
                                              "right": {
                                                "type": "MemberExpression",
                                                "start": 5414,
                                                "end": 5428,
                                                "loc": {
                                                  "start": {
                                                    "line": 160,
                                                    "column": 49
                                                  },
                                                  "end": {
                                                    "line": 160,
                                                    "column": 63
                                                  }
                                                },
                                                "object": {
                                                  "type": "Identifier",
                                                  "start": 5414,
                                                  "end": 5421,
                                                  "loc": {
                                                    "start": {
                                                      "line": 160,
                                                      "column": 49
                                                    },
                                                    "end": {
                                                      "line": 160,
                                                      "column": 56
                                                    },
                                                    "identifierName": "options"
                                                  },
                                                  "name": "options"
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 5422,
                                                  "end": 5428,
                                                  "loc": {
                                                    "start": {
                                                      "line": 160,
                                                      "column": 57
                                                    },
                                                    "end": {
                                                      "line": 160,
                                                      "column": 63
                                                    },
                                                    "identifierName": "schema"
                                                  },
                                                  "name": "schema"
                                                },
                                                "computed": false
                                              }
                                            }
                                          }
                                        ]
                                      }
                                    ]
                                  }
                                }
                              }
                            ],
                            "directives": []
                          },
                          "alternate": null
                        },
                        {
                          "type": "ExpressionStatement",
                          "start": 5456,
                          "end": 5559,
                          "loc": {
                            "start": {
                              "line": 164,
                              "column": 6
                            },
                            "end": {
                              "line": 166,
                              "column": 9
                            }
                          },
                          "expression": {
                            "type": "AssignmentExpression",
                            "start": 5456,
                            "end": 5558,
                            "loc": {
                              "start": {
                                "line": 164,
                                "column": 6
                              },
                              "end": {
                                "line": 166,
                                "column": 8
                              }
                            },
                            "operator": "=",
                            "left": {
                              "type": "Identifier",
                              "start": 5456,
                              "end": 5466,
                              "loc": {
                                "start": {
                                  "line": 164,
                                  "column": 6
                                },
                                "end": {
                                  "line": 164,
                                  "column": 16
                                },
                                "identifierName": "attributes"
                              },
                              "name": "attributes"
                            },
                            "right": {
                              "type": "CallExpression",
                              "start": 5469,
                              "end": 5558,
                              "loc": {
                                "start": {
                                  "line": 164,
                                  "column": 19
                                },
                                "end": {
                                  "line": 166,
                                  "column": 8
                                }
                              },
                              "callee": {
                                "type": "MemberExpression",
                                "start": 5469,
                                "end": 5504,
                                "loc": {
                                  "start": {
                                    "line": 164,
                                    "column": 19
                                  },
                                  "end": {
                                    "line": 164,
                                    "column": 54
                                  }
                                },
                                "object": {
                                  "type": "MemberExpression",
                                  "start": 5469,
                                  "end": 5488,
                                  "loc": {
                                    "start": {
                                      "line": 164,
                                      "column": 19
                                    },
                                    "end": {
                                      "line": 164,
                                      "column": 38
                                    }
                                  },
                                  "object": {
                                    "type": "ThisExpression",
                                    "start": 5469,
                                    "end": 5473,
                                    "loc": {
                                      "start": {
                                        "line": 164,
                                        "column": 19
                                      },
                                      "end": {
                                        "line": 164,
                                        "column": 23
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 5474,
                                    "end": 5488,
                                    "loc": {
                                      "start": {
                                        "line": 164,
                                        "column": 24
                                      },
                                      "end": {
                                        "line": 164,
                                        "column": 38
                                      },
                                      "identifierName": "QueryGenerator"
                                    },
                                    "name": "QueryGenerator"
                                  },
                                  "computed": false
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 5489,
                                  "end": 5504,
                                  "loc": {
                                    "start": {
                                      "line": 164,
                                      "column": 39
                                    },
                                    "end": {
                                      "line": 164,
                                      "column": 54
                                    },
                                    "identifierName": "attributesToSQL"
                                  },
                                  "name": "attributesToSQL"
                                },
                                "computed": false
                              },
                              "arguments": [
                                {
                                  "type": "Identifier",
                                  "start": 5505,
                                  "end": 5515,
                                  "loc": {
                                    "start": {
                                      "line": 164,
                                      "column": 55
                                    },
                                    "end": {
                                      "line": 164,
                                      "column": 65
                                    },
                                    "identifierName": "attributes"
                                  },
                                  "name": "attributes"
                                },
                                {
                                  "type": "ObjectExpression",
                                  "start": 5517,
                                  "end": 5557,
                                  "loc": {
                                    "start": {
                                      "line": 164,
                                      "column": 67
                                    },
                                    "end": {
                                      "line": 166,
                                      "column": 7
                                    }
                                  },
                                  "properties": [
                                    {
                                      "type": "ObjectProperty",
                                      "start": 5527,
                                      "end": 5549,
                                      "loc": {
                                        "start": {
                                          "line": 165,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 165,
                                          "column": 30
                                        }
                                      },
                                      "method": false,
                                      "shorthand": false,
                                      "computed": false,
                                      "key": {
                                        "type": "Identifier",
                                        "start": 5527,
                                        "end": 5534,
                                        "loc": {
                                          "start": {
                                            "line": 165,
                                            "column": 8
                                          },
                                          "end": {
                                            "line": 165,
                                            "column": 15
                                          },
                                          "identifierName": "context"
                                        },
                                        "name": "context"
                                      },
                                      "value": {
                                        "type": "StringLiteral",
                                        "start": 5536,
                                        "end": 5549,
                                        "loc": {
                                          "start": {
                                            "line": 165,
                                            "column": 17
                                          },
                                          "end": {
                                            "line": 165,
                                            "column": 30
                                          }
                                        },
                                        "extra": {
                                          "rawValue": "createTable",
                                          "raw": "'createTable'"
                                        },
                                        "value": "createTable"
                                      }
                                    }
                                  ]
                                }
                              ]
                            }
                          }
                        },
                        {
                          "type": "ExpressionStatement",
                          "start": 5566,
                          "end": 5641,
                          "loc": {
                            "start": {
                              "line": 167,
                              "column": 6
                            },
                            "end": {
                              "line": 167,
                              "column": 81
                            }
                          },
                          "expression": {
                            "type": "AssignmentExpression",
                            "start": 5566,
                            "end": 5640,
                            "loc": {
                              "start": {
                                "line": 167,
                                "column": 6
                              },
                              "end": {
                                "line": 167,
                                "column": 80
                              }
                            },
                            "operator": "=",
                            "left": {
                              "type": "Identifier",
                              "start": 5566,
                              "end": 5569,
                              "loc": {
                                "start": {
                                  "line": 167,
                                  "column": 6
                                },
                                "end": {
                                  "line": 167,
                                  "column": 9
                                },
                                "identifierName": "sql"
                              },
                              "name": "sql"
                            },
                            "right": {
                              "type": "CallExpression",
                              "start": 5572,
                              "end": 5640,
                              "loc": {
                                "start": {
                                  "line": 167,
                                  "column": 12
                                },
                                "end": {
                                  "line": 167,
                                  "column": 80
                                }
                              },
                              "callee": {
                                "type": "MemberExpression",
                                "start": 5572,
                                "end": 5608,
                                "loc": {
                                  "start": {
                                    "line": 167,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 167,
                                    "column": 48
                                  }
                                },
                                "object": {
                                  "type": "MemberExpression",
                                  "start": 5572,
                                  "end": 5591,
                                  "loc": {
                                    "start": {
                                      "line": 167,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 167,
                                      "column": 31
                                    }
                                  },
                                  "object": {
                                    "type": "ThisExpression",
                                    "start": 5572,
                                    "end": 5576,
                                    "loc": {
                                      "start": {
                                        "line": 167,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 167,
                                        "column": 16
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 5577,
                                    "end": 5591,
                                    "loc": {
                                      "start": {
                                        "line": 167,
                                        "column": 17
                                      },
                                      "end": {
                                        "line": 167,
                                        "column": 31
                                      },
                                      "identifierName": "QueryGenerator"
                                    },
                                    "name": "QueryGenerator"
                                  },
                                  "computed": false
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 5592,
                                  "end": 5608,
                                  "loc": {
                                    "start": {
                                      "line": 167,
                                      "column": 32
                                    },
                                    "end": {
                                      "line": 167,
                                      "column": 48
                                    },
                                    "identifierName": "createTableQuery"
                                  },
                                  "name": "createTableQuery"
                                },
                                "computed": false
                              },
                              "arguments": [
                                {
                                  "type": "Identifier",
                                  "start": 5609,
                                  "end": 5618,
                                  "loc": {
                                    "start": {
                                      "line": 167,
                                      "column": 49
                                    },
                                    "end": {
                                      "line": 167,
                                      "column": 58
                                    },
                                    "identifierName": "tableName"
                                  },
                                  "name": "tableName"
                                },
                                {
                                  "type": "Identifier",
                                  "start": 5620,
                                  "end": 5630,
                                  "loc": {
                                    "start": {
                                      "line": 167,
                                      "column": 60
                                    },
                                    "end": {
                                      "line": 167,
                                      "column": 70
                                    },
                                    "identifierName": "attributes"
                                  },
                                  "name": "attributes"
                                },
                                {
                                  "type": "Identifier",
                                  "start": 5632,
                                  "end": 5639,
                                  "loc": {
                                    "start": {
                                      "line": 167,
                                      "column": 72
                                    },
                                    "end": {
                                      "line": 167,
                                      "column": 79
                                    },
                                    "identifierName": "options"
                                  },
                                  "name": "options"
                                }
                              ]
                            }
                          }
                        },
                        {
                          "type": "ReturnStatement",
                          "start": 5649,
                          "end": 5691,
                          "loc": {
                            "start": {
                              "line": 169,
                              "column": 6
                            },
                            "end": {
                              "line": 169,
                              "column": 48
                            }
                          },
                          "argument": {
                            "type": "CallExpression",
                            "start": 5656,
                            "end": 5690,
                            "loc": {
                              "start": {
                                "line": 169,
                                "column": 13
                              },
                              "end": {
                                "line": 169,
                                "column": 47
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 5656,
                              "end": 5676,
                              "loc": {
                                "start": {
                                  "line": 169,
                                  "column": 13
                                },
                                "end": {
                                  "line": 169,
                                  "column": 33
                                }
                              },
                              "object": {
                                "type": "MemberExpression",
                                "start": 5656,
                                "end": 5670,
                                "loc": {
                                  "start": {
                                    "line": 169,
                                    "column": 13
                                  },
                                  "end": {
                                    "line": 169,
                                    "column": 27
                                  }
                                },
                                "object": {
                                  "type": "ThisExpression",
                                  "start": 5656,
                                  "end": 5660,
                                  "loc": {
                                    "start": {
                                      "line": 169,
                                      "column": 13
                                    },
                                    "end": {
                                      "line": 169,
                                      "column": 17
                                    }
                                  }
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 5661,
                                  "end": 5670,
                                  "loc": {
                                    "start": {
                                      "line": 169,
                                      "column": 18
                                    },
                                    "end": {
                                      "line": 169,
                                      "column": 27
                                    },
                                    "identifierName": "sequelize"
                                  },
                                  "name": "sequelize"
                                },
                                "computed": false
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 5671,
                                "end": 5676,
                                "loc": {
                                  "start": {
                                    "line": 169,
                                    "column": 28
                                  },
                                  "end": {
                                    "line": 169,
                                    "column": 33
                                  },
                                  "identifierName": "query"
                                },
                                "name": "query"
                              },
                              "computed": false
                            },
                            "arguments": [
                              {
                                "type": "Identifier",
                                "start": 5677,
                                "end": 5680,
                                "loc": {
                                  "start": {
                                    "line": 169,
                                    "column": 34
                                  },
                                  "end": {
                                    "line": 169,
                                    "column": 37
                                  },
                                  "identifierName": "sql"
                                },
                                "name": "sql"
                              },
                              {
                                "type": "Identifier",
                                "start": 5682,
                                "end": 5689,
                                "loc": {
                                  "start": {
                                    "line": 169,
                                    "column": 39
                                  },
                                  "end": {
                                    "line": 169,
                                    "column": 46
                                  },
                                  "identifierName": "options"
                                },
                                "name": "options"
                              }
                            ]
                          }
                        }
                      ],
                      "directives": []
                    },
                    "leadingComments": [
                      {
                        "type": "CommentLine",
                        "value": " Postgres requires a special SQL command for enums",
                        "start": 2416,
                        "end": 2468,
                        "loc": {
                          "start": {
                            "line": 85,
                            "column": 4
                          },
                          "end": {
                            "line": 85,
                            "column": 56
                          }
                        }
                      }
                    ]
                  }
                ],
                "directives": []
              }
            },
            {
              "type": "ClassMethod",
              "start": 5705,
              "end": 7098,
              "loc": {
                "start": {
                  "line": 173,
                  "column": 2
                },
                "end": {
                  "line": 206,
                  "column": 3
                }
              },
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 5705,
                "end": 5714,
                "loc": {
                  "start": {
                    "line": 173,
                    "column": 2
                  },
                  "end": {
                    "line": 173,
                    "column": 11
                  },
                  "identifierName": "dropTable"
                },
                "name": "dropTable"
              },
              "static": false,
              "kind": "method",
              "id": null,
              "generator": false,
              "expression": false,
              "async": false,
              "params": [
                {
                  "type": "Identifier",
                  "start": 5715,
                  "end": 5724,
                  "loc": {
                    "start": {
                      "line": 173,
                      "column": 12
                    },
                    "end": {
                      "line": 173,
                      "column": 21
                    },
                    "identifierName": "tableName"
                  },
                  "name": "tableName"
                },
                {
                  "type": "Identifier",
                  "start": 5726,
                  "end": 5733,
                  "loc": {
                    "start": {
                      "line": 173,
                      "column": 23
                    },
                    "end": {
                      "line": 173,
                      "column": 30
                    },
                    "identifierName": "options"
                  },
                  "name": "options"
                }
              ],
              "body": {
                "type": "BlockStatement",
                "start": 5735,
                "end": 7098,
                "loc": {
                  "start": {
                    "line": 173,
                    "column": 32
                  },
                  "end": {
                    "line": 206,
                    "column": 3
                  }
                },
                "body": [
                  {
                    "type": "ExpressionStatement",
                    "start": 5823,
                    "end": 5856,
                    "loc": {
                      "start": {
                        "line": 175,
                        "column": 4
                      },
                      "end": {
                        "line": 175,
                        "column": 37
                      }
                    },
                    "expression": {
                      "type": "AssignmentExpression",
                      "start": 5823,
                      "end": 5855,
                      "loc": {
                        "start": {
                          "line": 175,
                          "column": 4
                        },
                        "end": {
                          "line": 175,
                          "column": 36
                        }
                      },
                      "operator": "=",
                      "left": {
                        "type": "Identifier",
                        "start": 5823,
                        "end": 5830,
                        "loc": {
                          "start": {
                            "line": 175,
                            "column": 4
                          },
                          "end": {
                            "line": 175,
                            "column": 11
                          },
                          "identifierName": "options"
                        },
                        "name": "options",
                        "leadingComments": null
                      },
                      "right": {
                        "type": "LogicalExpression",
                        "start": 5833,
                        "end": 5855,
                        "loc": {
                          "start": {
                            "line": 175,
                            "column": 14
                          },
                          "end": {
                            "line": 175,
                            "column": 36
                          }
                        },
                        "left": {
                          "type": "CallExpression",
                          "start": 5833,
                          "end": 5849,
                          "loc": {
                            "start": {
                              "line": 175,
                              "column": 14
                            },
                            "end": {
                              "line": 175,
                              "column": 30
                            }
                          },
                          "callee": {
                            "type": "MemberExpression",
                            "start": 5833,
                            "end": 5840,
                            "loc": {
                              "start": {
                                "line": 175,
                                "column": 14
                              },
                              "end": {
                                "line": 175,
                                "column": 21
                              }
                            },
                            "object": {
                              "type": "Identifier",
                              "start": 5833,
                              "end": 5834,
                              "loc": {
                                "start": {
                                  "line": 175,
                                  "column": 14
                                },
                                "end": {
                                  "line": 175,
                                  "column": 15
                                },
                                "identifierName": "_"
                              },
                              "name": "_"
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 5835,
                              "end": 5840,
                              "loc": {
                                "start": {
                                  "line": 175,
                                  "column": 16
                                },
                                "end": {
                                  "line": 175,
                                  "column": 21
                                },
                                "identifierName": "clone"
                              },
                              "name": "clone"
                            },
                            "computed": false
                          },
                          "arguments": [
                            {
                              "type": "Identifier",
                              "start": 5841,
                              "end": 5848,
                              "loc": {
                                "start": {
                                  "line": 175,
                                  "column": 22
                                },
                                "end": {
                                  "line": 175,
                                  "column": 29
                                },
                                "identifierName": "options"
                              },
                              "name": "options"
                            }
                          ]
                        },
                        "operator": "||",
                        "right": {
                          "type": "ObjectExpression",
                          "start": 5853,
                          "end": 5855,
                          "loc": {
                            "start": {
                              "line": 175,
                              "column": 34
                            },
                            "end": {
                              "line": 175,
                              "column": 36
                            }
                          },
                          "properties": []
                        }
                      },
                      "leadingComments": null
                    },
                    "leadingComments": [
                      {
                        "type": "CommentLine",
                        "value": " if we're forcing we should be cascading unless explicitly stated otherwise",
                        "start": 5741,
                        "end": 5818,
                        "loc": {
                          "start": {
                            "line": 174,
                            "column": 4
                          },
                          "end": {
                            "line": 174,
                            "column": 81
                          }
                        }
                      }
                    ]
                  },
                  {
                    "type": "ExpressionStatement",
                    "start": 5861,
                    "end": 5921,
                    "loc": {
                      "start": {
                        "line": 176,
                        "column": 4
                      },
                      "end": {
                        "line": 176,
                        "column": 64
                      }
                    },
                    "expression": {
                      "type": "AssignmentExpression",
                      "start": 5861,
                      "end": 5920,
                      "loc": {
                        "start": {
                          "line": 176,
                          "column": 4
                        },
                        "end": {
                          "line": 176,
                          "column": 63
                        }
                      },
                      "operator": "=",
                      "left": {
                        "type": "MemberExpression",
                        "start": 5861,
                        "end": 5876,
                        "loc": {
                          "start": {
                            "line": 176,
                            "column": 4
                          },
                          "end": {
                            "line": 176,
                            "column": 19
                          }
                        },
                        "object": {
                          "type": "Identifier",
                          "start": 5861,
                          "end": 5868,
                          "loc": {
                            "start": {
                              "line": 176,
                              "column": 4
                            },
                            "end": {
                              "line": 176,
                              "column": 11
                            },
                            "identifierName": "options"
                          },
                          "name": "options"
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 5869,
                          "end": 5876,
                          "loc": {
                            "start": {
                              "line": 176,
                              "column": 12
                            },
                            "end": {
                              "line": 176,
                              "column": 19
                            },
                            "identifierName": "cascade"
                          },
                          "name": "cascade"
                        },
                        "computed": false
                      },
                      "right": {
                        "type": "LogicalExpression",
                        "start": 5879,
                        "end": 5920,
                        "loc": {
                          "start": {
                            "line": 176,
                            "column": 22
                          },
                          "end": {
                            "line": 176,
                            "column": 63
                          }
                        },
                        "left": {
                          "type": "LogicalExpression",
                          "start": 5879,
                          "end": 5911,
                          "loc": {
                            "start": {
                              "line": 176,
                              "column": 22
                            },
                            "end": {
                              "line": 176,
                              "column": 54
                            }
                          },
                          "left": {
                            "type": "MemberExpression",
                            "start": 5879,
                            "end": 5894,
                            "loc": {
                              "start": {
                                "line": 176,
                                "column": 22
                              },
                              "end": {
                                "line": 176,
                                "column": 37
                              }
                            },
                            "object": {
                              "type": "Identifier",
                              "start": 5879,
                              "end": 5886,
                              "loc": {
                                "start": {
                                  "line": 176,
                                  "column": 22
                                },
                                "end": {
                                  "line": 176,
                                  "column": 29
                                },
                                "identifierName": "options"
                              },
                              "name": "options"
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 5887,
                              "end": 5894,
                              "loc": {
                                "start": {
                                  "line": 176,
                                  "column": 30
                                },
                                "end": {
                                  "line": 176,
                                  "column": 37
                                },
                                "identifierName": "cascade"
                              },
                              "name": "cascade"
                            },
                            "computed": false
                          },
                          "operator": "||",
                          "right": {
                            "type": "MemberExpression",
                            "start": 5898,
                            "end": 5911,
                            "loc": {
                              "start": {
                                "line": 176,
                                "column": 41
                              },
                              "end": {
                                "line": 176,
                                "column": 54
                              }
                            },
                            "object": {
                              "type": "Identifier",
                              "start": 5898,
                              "end": 5905,
                              "loc": {
                                "start": {
                                  "line": 176,
                                  "column": 41
                                },
                                "end": {
                                  "line": 176,
                                  "column": 48
                                },
                                "identifierName": "options"
                              },
                              "name": "options"
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 5906,
                              "end": 5911,
                              "loc": {
                                "start": {
                                  "line": 176,
                                  "column": 49
                                },
                                "end": {
                                  "line": 176,
                                  "column": 54
                                },
                                "identifierName": "force"
                              },
                              "name": "force"
                            },
                            "computed": false
                          }
                        },
                        "operator": "||",
                        "right": {
                          "type": "BooleanLiteral",
                          "start": 5915,
                          "end": 5920,
                          "loc": {
                            "start": {
                              "line": 176,
                              "column": 58
                            },
                            "end": {
                              "line": 176,
                              "column": 63
                            }
                          },
                          "value": false
                        }
                      }
                    }
                  },
                  {
                    "type": "VariableDeclaration",
                    "start": 5927,
                    "end": 5992,
                    "loc": {
                      "start": {
                        "line": 178,
                        "column": 4
                      },
                      "end": {
                        "line": 178,
                        "column": 69
                      }
                    },
                    "declarations": [
                      {
                        "type": "VariableDeclarator",
                        "start": 5931,
                        "end": 5991,
                        "loc": {
                          "start": {
                            "line": 178,
                            "column": 8
                          },
                          "end": {
                            "line": 178,
                            "column": 68
                          }
                        },
                        "id": {
                          "type": "Identifier",
                          "start": 5931,
                          "end": 5934,
                          "loc": {
                            "start": {
                              "line": 178,
                              "column": 8
                            },
                            "end": {
                              "line": 178,
                              "column": 11
                            },
                            "identifierName": "sql"
                          },
                          "name": "sql"
                        },
                        "init": {
                          "type": "CallExpression",
                          "start": 5937,
                          "end": 5991,
                          "loc": {
                            "start": {
                              "line": 178,
                              "column": 14
                            },
                            "end": {
                              "line": 178,
                              "column": 68
                            }
                          },
                          "callee": {
                            "type": "MemberExpression",
                            "start": 5937,
                            "end": 5971,
                            "loc": {
                              "start": {
                                "line": 178,
                                "column": 14
                              },
                              "end": {
                                "line": 178,
                                "column": 48
                              }
                            },
                            "object": {
                              "type": "MemberExpression",
                              "start": 5937,
                              "end": 5956,
                              "loc": {
                                "start": {
                                  "line": 178,
                                  "column": 14
                                },
                                "end": {
                                  "line": 178,
                                  "column": 33
                                }
                              },
                              "object": {
                                "type": "ThisExpression",
                                "start": 5937,
                                "end": 5941,
                                "loc": {
                                  "start": {
                                    "line": 178,
                                    "column": 14
                                  },
                                  "end": {
                                    "line": 178,
                                    "column": 18
                                  }
                                }
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 5942,
                                "end": 5956,
                                "loc": {
                                  "start": {
                                    "line": 178,
                                    "column": 19
                                  },
                                  "end": {
                                    "line": 178,
                                    "column": 33
                                  },
                                  "identifierName": "QueryGenerator"
                                },
                                "name": "QueryGenerator"
                              },
                              "computed": false
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 5957,
                              "end": 5971,
                              "loc": {
                                "start": {
                                  "line": 178,
                                  "column": 34
                                },
                                "end": {
                                  "line": 178,
                                  "column": 48
                                },
                                "identifierName": "dropTableQuery"
                              },
                              "name": "dropTableQuery"
                            },
                            "computed": false
                          },
                          "arguments": [
                            {
                              "type": "Identifier",
                              "start": 5972,
                              "end": 5981,
                              "loc": {
                                "start": {
                                  "line": 178,
                                  "column": 49
                                },
                                "end": {
                                  "line": 178,
                                  "column": 58
                                },
                                "identifierName": "tableName"
                              },
                              "name": "tableName"
                            },
                            {
                              "type": "Identifier",
                              "start": 5983,
                              "end": 5990,
                              "loc": {
                                "start": {
                                  "line": 178,
                                  "column": 60
                                },
                                "end": {
                                  "line": 178,
                                  "column": 67
                                },
                                "identifierName": "options"
                              },
                              "name": "options"
                            }
                          ]
                        }
                      }
                    ],
                    "kind": "let"
                  },
                  {
                    "type": "ReturnStatement",
                    "start": 5998,
                    "end": 7094,
                    "loc": {
                      "start": {
                        "line": 180,
                        "column": 4
                      },
                      "end": {
                        "line": 205,
                        "column": 7
                      }
                    },
                    "argument": {
                      "type": "CallExpression",
                      "start": 6005,
                      "end": 7093,
                      "loc": {
                        "start": {
                          "line": 180,
                          "column": 11
                        },
                        "end": {
                          "line": 205,
                          "column": 6
                        }
                      },
                      "callee": {
                        "type": "MemberExpression",
                        "start": 6005,
                        "end": 6044,
                        "loc": {
                          "start": {
                            "line": 180,
                            "column": 11
                          },
                          "end": {
                            "line": 180,
                            "column": 50
                          }
                        },
                        "object": {
                          "type": "CallExpression",
                          "start": 6005,
                          "end": 6039,
                          "loc": {
                            "start": {
                              "line": 180,
                              "column": 11
                            },
                            "end": {
                              "line": 180,
                              "column": 45
                            }
                          },
                          "callee": {
                            "type": "MemberExpression",
                            "start": 6005,
                            "end": 6025,
                            "loc": {
                              "start": {
                                "line": 180,
                                "column": 11
                              },
                              "end": {
                                "line": 180,
                                "column": 31
                              }
                            },
                            "object": {
                              "type": "MemberExpression",
                              "start": 6005,
                              "end": 6019,
                              "loc": {
                                "start": {
                                  "line": 180,
                                  "column": 11
                                },
                                "end": {
                                  "line": 180,
                                  "column": 25
                                }
                              },
                              "object": {
                                "type": "ThisExpression",
                                "start": 6005,
                                "end": 6009,
                                "loc": {
                                  "start": {
                                    "line": 180,
                                    "column": 11
                                  },
                                  "end": {
                                    "line": 180,
                                    "column": 15
                                  }
                                }
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 6010,
                                "end": 6019,
                                "loc": {
                                  "start": {
                                    "line": 180,
                                    "column": 16
                                  },
                                  "end": {
                                    "line": 180,
                                    "column": 25
                                  },
                                  "identifierName": "sequelize"
                                },
                                "name": "sequelize"
                              },
                              "computed": false
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 6020,
                              "end": 6025,
                              "loc": {
                                "start": {
                                  "line": 180,
                                  "column": 26
                                },
                                "end": {
                                  "line": 180,
                                  "column": 31
                                },
                                "identifierName": "query"
                              },
                              "name": "query"
                            },
                            "computed": false
                          },
                          "arguments": [
                            {
                              "type": "Identifier",
                              "start": 6026,
                              "end": 6029,
                              "loc": {
                                "start": {
                                  "line": 180,
                                  "column": 32
                                },
                                "end": {
                                  "line": 180,
                                  "column": 35
                                },
                                "identifierName": "sql"
                              },
                              "name": "sql"
                            },
                            {
                              "type": "Identifier",
                              "start": 6031,
                              "end": 6038,
                              "loc": {
                                "start": {
                                  "line": 180,
                                  "column": 37
                                },
                                "end": {
                                  "line": 180,
                                  "column": 44
                                },
                                "identifierName": "options"
                              },
                              "name": "options"
                            }
                          ]
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 6040,
                          "end": 6044,
                          "loc": {
                            "start": {
                              "line": 180,
                              "column": 46
                            },
                            "end": {
                              "line": 180,
                              "column": 50
                            },
                            "identifierName": "then"
                          },
                          "name": "then"
                        },
                        "computed": false
                      },
                      "arguments": [
                        {
                          "type": "ArrowFunctionExpression",
                          "start": 6045,
                          "end": 7092,
                          "loc": {
                            "start": {
                              "line": 180,
                              "column": 51
                            },
                            "end": {
                              "line": 205,
                              "column": 5
                            }
                          },
                          "id": null,
                          "generator": false,
                          "expression": false,
                          "async": false,
                          "params": [],
                          "body": {
                            "type": "BlockStatement",
                            "start": 6051,
                            "end": 7092,
                            "loc": {
                              "start": {
                                "line": 180,
                                "column": 57
                              },
                              "end": {
                                "line": 205,
                                "column": 5
                              }
                            },
                            "body": [
                              {
                                "type": "VariableDeclaration",
                                "start": 6059,
                                "end": 6079,
                                "loc": {
                                  "start": {
                                    "line": 181,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 181,
                                    "column": 26
                                  }
                                },
                                "declarations": [
                                  {
                                    "type": "VariableDeclarator",
                                    "start": 6065,
                                    "end": 6078,
                                    "loc": {
                                      "start": {
                                        "line": 181,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 181,
                                        "column": 25
                                      }
                                    },
                                    "id": {
                                      "type": "Identifier",
                                      "start": 6065,
                                      "end": 6073,
                                      "loc": {
                                        "start": {
                                          "line": 181,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 181,
                                          "column": 20
                                        },
                                        "identifierName": "promises"
                                      },
                                      "name": "promises"
                                    },
                                    "init": {
                                      "type": "ArrayExpression",
                                      "start": 6076,
                                      "end": 6078,
                                      "loc": {
                                        "start": {
                                          "line": 181,
                                          "column": 23
                                        },
                                        "end": {
                                          "line": 181,
                                          "column": 25
                                        }
                                      },
                                      "elements": []
                                    }
                                  }
                                ],
                                "kind": "const",
                                "trailingComments": [
                                  {
                                    "type": "CommentLine",
                                    "value": " Since postgres has a special case for enums, we should drop the related",
                                    "start": 6087,
                                    "end": 6161,
                                    "loc": {
                                      "start": {
                                        "line": 183,
                                        "column": 6
                                      },
                                      "end": {
                                        "line": 183,
                                        "column": 80
                                      }
                                    }
                                  },
                                  {
                                    "type": "CommentLine",
                                    "value": " enum type within the table and attribute",
                                    "start": 6168,
                                    "end": 6211,
                                    "loc": {
                                      "start": {
                                        "line": 184,
                                        "column": 6
                                      },
                                      "end": {
                                        "line": 184,
                                        "column": 49
                                      }
                                    }
                                  }
                                ]
                              },
                              {
                                "type": "IfStatement",
                                "start": 6218,
                                "end": 7042,
                                "loc": {
                                  "start": {
                                    "line": 185,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 202,
                                    "column": 7
                                  }
                                },
                                "test": {
                                  "type": "BinaryExpression",
                                  "start": 6222,
                                  "end": 6267,
                                  "loc": {
                                    "start": {
                                      "line": 185,
                                      "column": 10
                                    },
                                    "end": {
                                      "line": 185,
                                      "column": 55
                                    }
                                  },
                                  "left": {
                                    "type": "MemberExpression",
                                    "start": 6222,
                                    "end": 6252,
                                    "loc": {
                                      "start": {
                                        "line": 185,
                                        "column": 10
                                      },
                                      "end": {
                                        "line": 185,
                                        "column": 40
                                      }
                                    },
                                    "object": {
                                      "type": "MemberExpression",
                                      "start": 6222,
                                      "end": 6244,
                                      "loc": {
                                        "start": {
                                          "line": 185,
                                          "column": 10
                                        },
                                        "end": {
                                          "line": 185,
                                          "column": 32
                                        }
                                      },
                                      "object": {
                                        "type": "MemberExpression",
                                        "start": 6222,
                                        "end": 6236,
                                        "loc": {
                                          "start": {
                                            "line": 185,
                                            "column": 10
                                          },
                                          "end": {
                                            "line": 185,
                                            "column": 24
                                          }
                                        },
                                        "object": {
                                          "type": "ThisExpression",
                                          "start": 6222,
                                          "end": 6226,
                                          "loc": {
                                            "start": {
                                              "line": 185,
                                              "column": 10
                                            },
                                            "end": {
                                              "line": 185,
                                              "column": 14
                                            }
                                          },
                                          "leadingComments": null
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 6227,
                                          "end": 6236,
                                          "loc": {
                                            "start": {
                                              "line": 185,
                                              "column": 15
                                            },
                                            "end": {
                                              "line": 185,
                                              "column": 24
                                            },
                                            "identifierName": "sequelize"
                                          },
                                          "name": "sequelize"
                                        },
                                        "computed": false,
                                        "leadingComments": null
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 6237,
                                        "end": 6244,
                                        "loc": {
                                          "start": {
                                            "line": 185,
                                            "column": 25
                                          },
                                          "end": {
                                            "line": 185,
                                            "column": 32
                                          },
                                          "identifierName": "options"
                                        },
                                        "name": "options"
                                      },
                                      "computed": false,
                                      "leadingComments": null
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 6245,
                                      "end": 6252,
                                      "loc": {
                                        "start": {
                                          "line": 185,
                                          "column": 33
                                        },
                                        "end": {
                                          "line": 185,
                                          "column": 40
                                        },
                                        "identifierName": "dialect"
                                      },
                                      "name": "dialect"
                                    },
                                    "computed": false,
                                    "leadingComments": null
                                  },
                                  "operator": "===",
                                  "right": {
                                    "type": "StringLiteral",
                                    "start": 6257,
                                    "end": 6267,
                                    "loc": {
                                      "start": {
                                        "line": 185,
                                        "column": 45
                                      },
                                      "end": {
                                        "line": 185,
                                        "column": 55
                                      }
                                    },
                                    "extra": {
                                      "rawValue": "postgres",
                                      "raw": "'postgres'"
                                    },
                                    "value": "postgres"
                                  },
                                  "leadingComments": null
                                },
                                "consequent": {
                                  "type": "BlockStatement",
                                  "start": 6269,
                                  "end": 7042,
                                  "loc": {
                                    "start": {
                                      "line": 185,
                                      "column": 57
                                    },
                                    "end": {
                                      "line": 202,
                                      "column": 7
                                    }
                                  },
                                  "body": [
                                    {
                                      "type": "VariableDeclaration",
                                      "start": 6279,
                                      "end": 6377,
                                      "loc": {
                                        "start": {
                                          "line": 186,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 186,
                                          "column": 106
                                        }
                                      },
                                      "declarations": [
                                        {
                                          "type": "VariableDeclarator",
                                          "start": 6285,
                                          "end": 6376,
                                          "loc": {
                                            "start": {
                                              "line": 186,
                                              "column": 14
                                            },
                                            "end": {
                                              "line": 186,
                                              "column": 105
                                            }
                                          },
                                          "id": {
                                            "type": "Identifier",
                                            "start": 6285,
                                            "end": 6298,
                                            "loc": {
                                              "start": {
                                                "line": 186,
                                                "column": 14
                                              },
                                              "end": {
                                                "line": 186,
                                                "column": 27
                                              },
                                              "identifierName": "instanceTable"
                                            },
                                            "name": "instanceTable"
                                          },
                                          "init": {
                                            "type": "CallExpression",
                                            "start": 6301,
                                            "end": 6376,
                                            "loc": {
                                              "start": {
                                                "line": 186,
                                                "column": 30
                                              },
                                              "end": {
                                                "line": 186,
                                                "column": 105
                                              }
                                            },
                                            "callee": {
                                              "type": "MemberExpression",
                                              "start": 6301,
                                              "end": 6337,
                                              "loc": {
                                                "start": {
                                                  "line": 186,
                                                  "column": 30
                                                },
                                                "end": {
                                                  "line": 186,
                                                  "column": 66
                                                }
                                              },
                                              "object": {
                                                "type": "MemberExpression",
                                                "start": 6301,
                                                "end": 6328,
                                                "loc": {
                                                  "start": {
                                                    "line": 186,
                                                    "column": 30
                                                  },
                                                  "end": {
                                                    "line": 186,
                                                    "column": 57
                                                  }
                                                },
                                                "object": {
                                                  "type": "MemberExpression",
                                                  "start": 6301,
                                                  "end": 6315,
                                                  "loc": {
                                                    "start": {
                                                      "line": 186,
                                                      "column": 30
                                                    },
                                                    "end": {
                                                      "line": 186,
                                                      "column": 44
                                                    }
                                                  },
                                                  "object": {
                                                    "type": "ThisExpression",
                                                    "start": 6301,
                                                    "end": 6305,
                                                    "loc": {
                                                      "start": {
                                                        "line": 186,
                                                        "column": 30
                                                      },
                                                      "end": {
                                                        "line": 186,
                                                        "column": 34
                                                      }
                                                    }
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "start": 6306,
                                                    "end": 6315,
                                                    "loc": {
                                                      "start": {
                                                        "line": 186,
                                                        "column": 35
                                                      },
                                                      "end": {
                                                        "line": 186,
                                                        "column": 44
                                                      },
                                                      "identifierName": "sequelize"
                                                    },
                                                    "name": "sequelize"
                                                  },
                                                  "computed": false
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 6316,
                                                  "end": 6328,
                                                  "loc": {
                                                    "start": {
                                                      "line": 186,
                                                      "column": 45
                                                    },
                                                    "end": {
                                                      "line": 186,
                                                      "column": 57
                                                    },
                                                    "identifierName": "modelManager"
                                                  },
                                                  "name": "modelManager"
                                                },
                                                "computed": false
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 6329,
                                                "end": 6337,
                                                "loc": {
                                                  "start": {
                                                    "line": 186,
                                                    "column": 58
                                                  },
                                                  "end": {
                                                    "line": 186,
                                                    "column": 66
                                                  },
                                                  "identifierName": "getModel"
                                                },
                                                "name": "getModel"
                                              },
                                              "computed": false
                                            },
                                            "arguments": [
                                              {
                                                "type": "Identifier",
                                                "start": 6338,
                                                "end": 6347,
                                                "loc": {
                                                  "start": {
                                                    "line": 186,
                                                    "column": 67
                                                  },
                                                  "end": {
                                                    "line": 186,
                                                    "column": 76
                                                  },
                                                  "identifierName": "tableName"
                                                },
                                                "name": "tableName"
                                              },
                                              {
                                                "type": "ObjectExpression",
                                                "start": 6349,
                                                "end": 6375,
                                                "loc": {
                                                  "start": {
                                                    "line": 186,
                                                    "column": 78
                                                  },
                                                  "end": {
                                                    "line": 186,
                                                    "column": 104
                                                  }
                                                },
                                                "properties": [
                                                  {
                                                    "type": "ObjectProperty",
                                                    "start": 6351,
                                                    "end": 6373,
                                                    "loc": {
                                                      "start": {
                                                        "line": 186,
                                                        "column": 80
                                                      },
                                                      "end": {
                                                        "line": 186,
                                                        "column": 102
                                                      }
                                                    },
                                                    "method": false,
                                                    "shorthand": false,
                                                    "computed": false,
                                                    "key": {
                                                      "type": "Identifier",
                                                      "start": 6351,
                                                      "end": 6360,
                                                      "loc": {
                                                        "start": {
                                                          "line": 186,
                                                          "column": 80
                                                        },
                                                        "end": {
                                                          "line": 186,
                                                          "column": 89
                                                        },
                                                        "identifierName": "attribute"
                                                      },
                                                      "name": "attribute"
                                                    },
                                                    "value": {
                                                      "type": "StringLiteral",
                                                      "start": 6362,
                                                      "end": 6373,
                                                      "loc": {
                                                        "start": {
                                                          "line": 186,
                                                          "column": 91
                                                        },
                                                        "end": {
                                                          "line": 186,
                                                          "column": 102
                                                        }
                                                      },
                                                      "extra": {
                                                        "rawValue": "tableName",
                                                        "raw": "'tableName'"
                                                      },
                                                      "value": "tableName"
                                                    }
                                                  }
                                                ]
                                              }
                                            ]
                                          }
                                        }
                                      ],
                                      "kind": "const"
                                    },
                                    {
                                      "type": "IfStatement",
                                      "start": 6387,
                                      "end": 7034,
                                      "loc": {
                                        "start": {
                                          "line": 188,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 201,
                                          "column": 9
                                        }
                                      },
                                      "test": {
                                        "type": "UnaryExpression",
                                        "start": 6391,
                                        "end": 6406,
                                        "loc": {
                                          "start": {
                                            "line": 188,
                                            "column": 12
                                          },
                                          "end": {
                                            "line": 188,
                                            "column": 27
                                          }
                                        },
                                        "operator": "!",
                                        "prefix": true,
                                        "argument": {
                                          "type": "UnaryExpression",
                                          "start": 6392,
                                          "end": 6406,
                                          "loc": {
                                            "start": {
                                              "line": 188,
                                              "column": 13
                                            },
                                            "end": {
                                              "line": 188,
                                              "column": 27
                                            }
                                          },
                                          "operator": "!",
                                          "prefix": true,
                                          "argument": {
                                            "type": "Identifier",
                                            "start": 6393,
                                            "end": 6406,
                                            "loc": {
                                              "start": {
                                                "line": 188,
                                                "column": 14
                                              },
                                              "end": {
                                                "line": 188,
                                                "column": 27
                                              },
                                              "identifierName": "instanceTable"
                                            },
                                            "name": "instanceTable"
                                          },
                                          "extra": {
                                            "parenthesizedArgument": false
                                          }
                                        },
                                        "extra": {
                                          "parenthesizedArgument": false
                                        }
                                      },
                                      "consequent": {
                                        "type": "BlockStatement",
                                        "start": 6408,
                                        "end": 7034,
                                        "loc": {
                                          "start": {
                                            "line": 188,
                                            "column": 29
                                          },
                                          "end": {
                                            "line": 201,
                                            "column": 9
                                          }
                                        },
                                        "body": [
                                          {
                                            "type": "VariableDeclaration",
                                            "start": 6420,
                                            "end": 6542,
                                            "loc": {
                                              "start": {
                                                "line": 189,
                                                "column": 10
                                              },
                                              "end": {
                                                "line": 189,
                                                "column": 132
                                              }
                                            },
                                            "declarations": [
                                              {
                                                "type": "VariableDeclarator",
                                                "start": 6426,
                                                "end": 6541,
                                                "loc": {
                                                  "start": {
                                                    "line": 189,
                                                    "column": 16
                                                  },
                                                  "end": {
                                                    "line": 189,
                                                    "column": 131
                                                  }
                                                },
                                                "id": {
                                                  "type": "Identifier",
                                                  "start": 6426,
                                                  "end": 6438,
                                                  "loc": {
                                                    "start": {
                                                      "line": 189,
                                                      "column": 16
                                                    },
                                                    "end": {
                                                      "line": 189,
                                                      "column": 28
                                                    },
                                                    "identifierName": "getTableName"
                                                  },
                                                  "name": "getTableName"
                                                },
                                                "init": {
                                                  "type": "BinaryExpression",
                                                  "start": 6441,
                                                  "end": 6541,
                                                  "loc": {
                                                    "start": {
                                                      "line": 189,
                                                      "column": 31
                                                    },
                                                    "end": {
                                                      "line": 189,
                                                      "column": 131
                                                    }
                                                  },
                                                  "left": {
                                                    "type": "ConditionalExpression",
                                                    "start": 6442,
                                                    "end": 6528,
                                                    "loc": {
                                                      "start": {
                                                        "line": 189,
                                                        "column": 32
                                                      },
                                                      "end": {
                                                        "line": 189,
                                                        "column": 118
                                                      }
                                                    },
                                                    "test": {
                                                      "type": "LogicalExpression",
                                                      "start": 6442,
                                                      "end": 6500,
                                                      "loc": {
                                                        "start": {
                                                          "line": 189,
                                                          "column": 32
                                                        },
                                                        "end": {
                                                          "line": 189,
                                                          "column": 90
                                                        }
                                                      },
                                                      "left": {
                                                        "type": "LogicalExpression",
                                                        "start": 6442,
                                                        "end": 6469,
                                                        "loc": {
                                                          "start": {
                                                            "line": 189,
                                                            "column": 32
                                                          },
                                                          "end": {
                                                            "line": 189,
                                                            "column": 59
                                                          }
                                                        },
                                                        "left": {
                                                          "type": "UnaryExpression",
                                                          "start": 6442,
                                                          "end": 6450,
                                                          "loc": {
                                                            "start": {
                                                              "line": 189,
                                                              "column": 32
                                                            },
                                                            "end": {
                                                              "line": 189,
                                                              "column": 40
                                                            }
                                                          },
                                                          "operator": "!",
                                                          "prefix": true,
                                                          "argument": {
                                                            "type": "Identifier",
                                                            "start": 6443,
                                                            "end": 6450,
                                                            "loc": {
                                                              "start": {
                                                                "line": 189,
                                                                "column": 33
                                                              },
                                                              "end": {
                                                                "line": 189,
                                                                "column": 40
                                                              },
                                                              "identifierName": "options"
                                                            },
                                                            "name": "options"
                                                          },
                                                          "extra": {
                                                            "parenthesizedArgument": false
                                                          }
                                                        },
                                                        "operator": "||",
                                                        "right": {
                                                          "type": "UnaryExpression",
                                                          "start": 6454,
                                                          "end": 6469,
                                                          "loc": {
                                                            "start": {
                                                              "line": 189,
                                                              "column": 44
                                                            },
                                                            "end": {
                                                              "line": 189,
                                                              "column": 59
                                                            }
                                                          },
                                                          "operator": "!",
                                                          "prefix": true,
                                                          "argument": {
                                                            "type": "MemberExpression",
                                                            "start": 6455,
                                                            "end": 6469,
                                                            "loc": {
                                                              "start": {
                                                                "line": 189,
                                                                "column": 45
                                                              },
                                                              "end": {
                                                                "line": 189,
                                                                "column": 59
                                                              }
                                                            },
                                                            "object": {
                                                              "type": "Identifier",
                                                              "start": 6455,
                                                              "end": 6462,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 189,
                                                                  "column": 45
                                                                },
                                                                "end": {
                                                                  "line": 189,
                                                                  "column": 52
                                                                },
                                                                "identifierName": "options"
                                                              },
                                                              "name": "options"
                                                            },
                                                            "property": {
                                                              "type": "Identifier",
                                                              "start": 6463,
                                                              "end": 6469,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 189,
                                                                  "column": 53
                                                                },
                                                                "end": {
                                                                  "line": 189,
                                                                  "column": 59
                                                                },
                                                                "identifierName": "schema"
                                                              },
                                                              "name": "schema"
                                                            },
                                                            "computed": false
                                                          },
                                                          "extra": {
                                                            "parenthesizedArgument": false
                                                          }
                                                        }
                                                      },
                                                      "operator": "||",
                                                      "right": {
                                                        "type": "BinaryExpression",
                                                        "start": 6473,
                                                        "end": 6500,
                                                        "loc": {
                                                          "start": {
                                                            "line": 189,
                                                            "column": 63
                                                          },
                                                          "end": {
                                                            "line": 189,
                                                            "column": 90
                                                          }
                                                        },
                                                        "left": {
                                                          "type": "MemberExpression",
                                                          "start": 6473,
                                                          "end": 6487,
                                                          "loc": {
                                                            "start": {
                                                              "line": 189,
                                                              "column": 63
                                                            },
                                                            "end": {
                                                              "line": 189,
                                                              "column": 77
                                                            }
                                                          },
                                                          "object": {
                                                            "type": "Identifier",
                                                            "start": 6473,
                                                            "end": 6480,
                                                            "loc": {
                                                              "start": {
                                                                "line": 189,
                                                                "column": 63
                                                              },
                                                              "end": {
                                                                "line": 189,
                                                                "column": 70
                                                              },
                                                              "identifierName": "options"
                                                            },
                                                            "name": "options"
                                                          },
                                                          "property": {
                                                            "type": "Identifier",
                                                            "start": 6481,
                                                            "end": 6487,
                                                            "loc": {
                                                              "start": {
                                                                "line": 189,
                                                                "column": 71
                                                              },
                                                              "end": {
                                                                "line": 189,
                                                                "column": 77
                                                              },
                                                              "identifierName": "schema"
                                                            },
                                                            "name": "schema"
                                                          },
                                                          "computed": false
                                                        },
                                                        "operator": "===",
                                                        "right": {
                                                          "type": "StringLiteral",
                                                          "start": 6492,
                                                          "end": 6500,
                                                          "loc": {
                                                            "start": {
                                                              "line": 189,
                                                              "column": 82
                                                            },
                                                            "end": {
                                                              "line": 189,
                                                              "column": 90
                                                            }
                                                          },
                                                          "extra": {
                                                            "rawValue": "public",
                                                            "raw": "'public'"
                                                          },
                                                          "value": "public"
                                                        }
                                                      }
                                                    },
                                                    "consequent": {
                                                      "type": "StringLiteral",
                                                      "start": 6503,
                                                      "end": 6505,
                                                      "loc": {
                                                        "start": {
                                                          "line": 189,
                                                          "column": 93
                                                        },
                                                        "end": {
                                                          "line": 189,
                                                          "column": 95
                                                        }
                                                      },
                                                      "extra": {
                                                        "rawValue": "",
                                                        "raw": "''"
                                                      },
                                                      "value": ""
                                                    },
                                                    "alternate": {
                                                      "type": "BinaryExpression",
                                                      "start": 6508,
                                                      "end": 6528,
                                                      "loc": {
                                                        "start": {
                                                          "line": 189,
                                                          "column": 98
                                                        },
                                                        "end": {
                                                          "line": 189,
                                                          "column": 118
                                                        }
                                                      },
                                                      "left": {
                                                        "type": "MemberExpression",
                                                        "start": 6508,
                                                        "end": 6522,
                                                        "loc": {
                                                          "start": {
                                                            "line": 189,
                                                            "column": 98
                                                          },
                                                          "end": {
                                                            "line": 189,
                                                            "column": 112
                                                          }
                                                        },
                                                        "object": {
                                                          "type": "Identifier",
                                                          "start": 6508,
                                                          "end": 6515,
                                                          "loc": {
                                                            "start": {
                                                              "line": 189,
                                                              "column": 98
                                                            },
                                                            "end": {
                                                              "line": 189,
                                                              "column": 105
                                                            },
                                                            "identifierName": "options"
                                                          },
                                                          "name": "options"
                                                        },
                                                        "property": {
                                                          "type": "Identifier",
                                                          "start": 6516,
                                                          "end": 6522,
                                                          "loc": {
                                                            "start": {
                                                              "line": 189,
                                                              "column": 106
                                                            },
                                                            "end": {
                                                              "line": 189,
                                                              "column": 112
                                                            },
                                                            "identifierName": "schema"
                                                          },
                                                          "name": "schema"
                                                        },
                                                        "computed": false
                                                      },
                                                      "operator": "+",
                                                      "right": {
                                                        "type": "StringLiteral",
                                                        "start": 6525,
                                                        "end": 6528,
                                                        "loc": {
                                                          "start": {
                                                            "line": 189,
                                                            "column": 115
                                                          },
                                                          "end": {
                                                            "line": 189,
                                                            "column": 118
                                                          }
                                                        },
                                                        "extra": {
                                                          "rawValue": "_",
                                                          "raw": "'_'"
                                                        },
                                                        "value": "_"
                                                      }
                                                    },
                                                    "extra": {
                                                      "parenthesized": true,
                                                      "parenStart": 6441
                                                    }
                                                  },
                                                  "operator": "+",
                                                  "right": {
                                                    "type": "Identifier",
                                                    "start": 6532,
                                                    "end": 6541,
                                                    "loc": {
                                                      "start": {
                                                        "line": 189,
                                                        "column": 122
                                                      },
                                                      "end": {
                                                        "line": 189,
                                                        "column": 131
                                                      },
                                                      "identifierName": "tableName"
                                                    },
                                                    "name": "tableName"
                                                  }
                                                }
                                              }
                                            ],
                                            "kind": "const"
                                          },
                                          {
                                            "type": "VariableDeclaration",
                                            "start": 6554,
                                            "end": 6608,
                                            "loc": {
                                              "start": {
                                                "line": 191,
                                                "column": 10
                                              },
                                              "end": {
                                                "line": 191,
                                                "column": 64
                                              }
                                            },
                                            "declarations": [
                                              {
                                                "type": "VariableDeclarator",
                                                "start": 6560,
                                                "end": 6607,
                                                "loc": {
                                                  "start": {
                                                    "line": 191,
                                                    "column": 16
                                                  },
                                                  "end": {
                                                    "line": 191,
                                                    "column": 63
                                                  }
                                                },
                                                "id": {
                                                  "type": "Identifier",
                                                  "start": 6560,
                                                  "end": 6564,
                                                  "loc": {
                                                    "start": {
                                                      "line": 191,
                                                      "column": 16
                                                    },
                                                    "end": {
                                                      "line": 191,
                                                      "column": 20
                                                    },
                                                    "identifierName": "keys"
                                                  },
                                                  "name": "keys"
                                                },
                                                "init": {
                                                  "type": "CallExpression",
                                                  "start": 6567,
                                                  "end": 6607,
                                                  "loc": {
                                                    "start": {
                                                      "line": 191,
                                                      "column": 23
                                                    },
                                                    "end": {
                                                      "line": 191,
                                                      "column": 63
                                                    }
                                                  },
                                                  "callee": {
                                                    "type": "MemberExpression",
                                                    "start": 6567,
                                                    "end": 6578,
                                                    "loc": {
                                                      "start": {
                                                        "line": 191,
                                                        "column": 23
                                                      },
                                                      "end": {
                                                        "line": 191,
                                                        "column": 34
                                                      }
                                                    },
                                                    "object": {
                                                      "type": "Identifier",
                                                      "start": 6567,
                                                      "end": 6573,
                                                      "loc": {
                                                        "start": {
                                                          "line": 191,
                                                          "column": 23
                                                        },
                                                        "end": {
                                                          "line": 191,
                                                          "column": 29
                                                        },
                                                        "identifierName": "Object"
                                                      },
                                                      "name": "Object"
                                                    },
                                                    "property": {
                                                      "type": "Identifier",
                                                      "start": 6574,
                                                      "end": 6578,
                                                      "loc": {
                                                        "start": {
                                                          "line": 191,
                                                          "column": 30
                                                        },
                                                        "end": {
                                                          "line": 191,
                                                          "column": 34
                                                        },
                                                        "identifierName": "keys"
                                                      },
                                                      "name": "keys"
                                                    },
                                                    "computed": false
                                                  },
                                                  "arguments": [
                                                    {
                                                      "type": "MemberExpression",
                                                      "start": 6579,
                                                      "end": 6606,
                                                      "loc": {
                                                        "start": {
                                                          "line": 191,
                                                          "column": 35
                                                        },
                                                        "end": {
                                                          "line": 191,
                                                          "column": 62
                                                        }
                                                      },
                                                      "object": {
                                                        "type": "Identifier",
                                                        "start": 6579,
                                                        "end": 6592,
                                                        "loc": {
                                                          "start": {
                                                            "line": 191,
                                                            "column": 35
                                                          },
                                                          "end": {
                                                            "line": 191,
                                                            "column": 48
                                                          },
                                                          "identifierName": "instanceTable"
                                                        },
                                                        "name": "instanceTable"
                                                      },
                                                      "property": {
                                                        "type": "Identifier",
                                                        "start": 6593,
                                                        "end": 6606,
                                                        "loc": {
                                                          "start": {
                                                            "line": 191,
                                                            "column": 49
                                                          },
                                                          "end": {
                                                            "line": 191,
                                                            "column": 62
                                                          },
                                                          "identifierName": "rawAttributes"
                                                        },
                                                        "name": "rawAttributes"
                                                      },
                                                      "computed": false
                                                    }
                                                  ]
                                                }
                                              }
                                            ],
                                            "kind": "const"
                                          },
                                          {
                                            "type": "VariableDeclaration",
                                            "start": 6619,
                                            "end": 6646,
                                            "loc": {
                                              "start": {
                                                "line": 192,
                                                "column": 10
                                              },
                                              "end": {
                                                "line": 192,
                                                "column": 37
                                              }
                                            },
                                            "declarations": [
                                              {
                                                "type": "VariableDeclarator",
                                                "start": 6625,
                                                "end": 6645,
                                                "loc": {
                                                  "start": {
                                                    "line": 192,
                                                    "column": 16
                                                  },
                                                  "end": {
                                                    "line": 192,
                                                    "column": 36
                                                  }
                                                },
                                                "id": {
                                                  "type": "Identifier",
                                                  "start": 6625,
                                                  "end": 6631,
                                                  "loc": {
                                                    "start": {
                                                      "line": 192,
                                                      "column": 16
                                                    },
                                                    "end": {
                                                      "line": 192,
                                                      "column": 22
                                                    },
                                                    "identifierName": "keyLen"
                                                  },
                                                  "name": "keyLen"
                                                },
                                                "init": {
                                                  "type": "MemberExpression",
                                                  "start": 6634,
                                                  "end": 6645,
                                                  "loc": {
                                                    "start": {
                                                      "line": 192,
                                                      "column": 25
                                                    },
                                                    "end": {
                                                      "line": 192,
                                                      "column": 36
                                                    }
                                                  },
                                                  "object": {
                                                    "type": "Identifier",
                                                    "start": 6634,
                                                    "end": 6638,
                                                    "loc": {
                                                      "start": {
                                                        "line": 192,
                                                        "column": 25
                                                      },
                                                      "end": {
                                                        "line": 192,
                                                        "column": 29
                                                      },
                                                      "identifierName": "keys"
                                                    },
                                                    "name": "keys"
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "start": 6639,
                                                    "end": 6645,
                                                    "loc": {
                                                      "start": {
                                                        "line": 192,
                                                        "column": 30
                                                      },
                                                      "end": {
                                                        "line": 192,
                                                        "column": 36
                                                      },
                                                      "identifierName": "length"
                                                    },
                                                    "name": "length"
                                                  },
                                                  "computed": false
                                                }
                                              }
                                            ],
                                            "kind": "const"
                                          },
                                          {
                                            "type": "ForStatement",
                                            "start": 6658,
                                            "end": 7024,
                                            "loc": {
                                              "start": {
                                                "line": 194,
                                                "column": 10
                                              },
                                              "end": {
                                                "line": 200,
                                                "column": 11
                                              }
                                            },
                                            "init": {
                                              "type": "VariableDeclaration",
                                              "start": 6663,
                                              "end": 6672,
                                              "loc": {
                                                "start": {
                                                  "line": 194,
                                                  "column": 15
                                                },
                                                "end": {
                                                  "line": 194,
                                                  "column": 24
                                                }
                                              },
                                              "declarations": [
                                                {
                                                  "type": "VariableDeclarator",
                                                  "start": 6667,
                                                  "end": 6672,
                                                  "loc": {
                                                    "start": {
                                                      "line": 194,
                                                      "column": 19
                                                    },
                                                    "end": {
                                                      "line": 194,
                                                      "column": 24
                                                    }
                                                  },
                                                  "id": {
                                                    "type": "Identifier",
                                                    "start": 6667,
                                                    "end": 6668,
                                                    "loc": {
                                                      "start": {
                                                        "line": 194,
                                                        "column": 19
                                                      },
                                                      "end": {
                                                        "line": 194,
                                                        "column": 20
                                                      },
                                                      "identifierName": "i"
                                                    },
                                                    "name": "i"
                                                  },
                                                  "init": {
                                                    "type": "NumericLiteral",
                                                    "start": 6671,
                                                    "end": 6672,
                                                    "loc": {
                                                      "start": {
                                                        "line": 194,
                                                        "column": 23
                                                      },
                                                      "end": {
                                                        "line": 194,
                                                        "column": 24
                                                      }
                                                    },
                                                    "extra": {
                                                      "rawValue": 0,
                                                      "raw": "0"
                                                    },
                                                    "value": 0
                                                  }
                                                }
                                              ],
                                              "kind": "let"
                                            },
                                            "test": {
                                              "type": "BinaryExpression",
                                              "start": 6674,
                                              "end": 6684,
                                              "loc": {
                                                "start": {
                                                  "line": 194,
                                                  "column": 26
                                                },
                                                "end": {
                                                  "line": 194,
                                                  "column": 36
                                                }
                                              },
                                              "left": {
                                                "type": "Identifier",
                                                "start": 6674,
                                                "end": 6675,
                                                "loc": {
                                                  "start": {
                                                    "line": 194,
                                                    "column": 26
                                                  },
                                                  "end": {
                                                    "line": 194,
                                                    "column": 27
                                                  },
                                                  "identifierName": "i"
                                                },
                                                "name": "i"
                                              },
                                              "operator": "<",
                                              "right": {
                                                "type": "Identifier",
                                                "start": 6678,
                                                "end": 6684,
                                                "loc": {
                                                  "start": {
                                                    "line": 194,
                                                    "column": 30
                                                  },
                                                  "end": {
                                                    "line": 194,
                                                    "column": 36
                                                  },
                                                  "identifierName": "keyLen"
                                                },
                                                "name": "keyLen"
                                              }
                                            },
                                            "update": {
                                              "type": "UpdateExpression",
                                              "start": 6686,
                                              "end": 6689,
                                              "loc": {
                                                "start": {
                                                  "line": 194,
                                                  "column": 38
                                                },
                                                "end": {
                                                  "line": 194,
                                                  "column": 41
                                                }
                                              },
                                              "operator": "++",
                                              "prefix": false,
                                              "argument": {
                                                "type": "Identifier",
                                                "start": 6686,
                                                "end": 6687,
                                                "loc": {
                                                  "start": {
                                                    "line": 194,
                                                    "column": 38
                                                  },
                                                  "end": {
                                                    "line": 194,
                                                    "column": 39
                                                  },
                                                  "identifierName": "i"
                                                },
                                                "name": "i"
                                              }
                                            },
                                            "body": {
                                              "type": "BlockStatement",
                                              "start": 6691,
                                              "end": 7024,
                                              "loc": {
                                                "start": {
                                                  "line": 194,
                                                  "column": 43
                                                },
                                                "end": {
                                                  "line": 200,
                                                  "column": 11
                                                }
                                              },
                                              "body": [
                                                {
                                                  "type": "IfStatement",
                                                  "start": 6705,
                                                  "end": 7012,
                                                  "loc": {
                                                    "start": {
                                                      "line": 195,
                                                      "column": 12
                                                    },
                                                    "end": {
                                                      "line": 199,
                                                      "column": 13
                                                    }
                                                  },
                                                  "test": {
                                                    "type": "BinaryExpression",
                                                    "start": 6709,
                                                    "end": 6776,
                                                    "loc": {
                                                      "start": {
                                                        "line": 195,
                                                        "column": 16
                                                      },
                                                      "end": {
                                                        "line": 195,
                                                        "column": 83
                                                      }
                                                    },
                                                    "left": {
                                                      "type": "MemberExpression",
                                                      "start": 6709,
                                                      "end": 6750,
                                                      "loc": {
                                                        "start": {
                                                          "line": 195,
                                                          "column": 16
                                                        },
                                                        "end": {
                                                          "line": 195,
                                                          "column": 57
                                                        }
                                                      },
                                                      "object": {
                                                        "type": "MemberExpression",
                                                        "start": 6709,
                                                        "end": 6745,
                                                        "loc": {
                                                          "start": {
                                                            "line": 195,
                                                            "column": 16
                                                          },
                                                          "end": {
                                                            "line": 195,
                                                            "column": 52
                                                          }
                                                        },
                                                        "object": {
                                                          "type": "MemberExpression",
                                                          "start": 6709,
                                                          "end": 6736,
                                                          "loc": {
                                                            "start": {
                                                              "line": 195,
                                                              "column": 16
                                                            },
                                                            "end": {
                                                              "line": 195,
                                                              "column": 43
                                                            }
                                                          },
                                                          "object": {
                                                            "type": "Identifier",
                                                            "start": 6709,
                                                            "end": 6722,
                                                            "loc": {
                                                              "start": {
                                                                "line": 195,
                                                                "column": 16
                                                              },
                                                              "end": {
                                                                "line": 195,
                                                                "column": 29
                                                              },
                                                              "identifierName": "instanceTable"
                                                            },
                                                            "name": "instanceTable"
                                                          },
                                                          "property": {
                                                            "type": "Identifier",
                                                            "start": 6723,
                                                            "end": 6736,
                                                            "loc": {
                                                              "start": {
                                                                "line": 195,
                                                                "column": 30
                                                              },
                                                              "end": {
                                                                "line": 195,
                                                                "column": 43
                                                              },
                                                              "identifierName": "rawAttributes"
                                                            },
                                                            "name": "rawAttributes"
                                                          },
                                                          "computed": false
                                                        },
                                                        "property": {
                                                          "type": "MemberExpression",
                                                          "start": 6737,
                                                          "end": 6744,
                                                          "loc": {
                                                            "start": {
                                                              "line": 195,
                                                              "column": 44
                                                            },
                                                            "end": {
                                                              "line": 195,
                                                              "column": 51
                                                            }
                                                          },
                                                          "object": {
                                                            "type": "Identifier",
                                                            "start": 6737,
                                                            "end": 6741,
                                                            "loc": {
                                                              "start": {
                                                                "line": 195,
                                                                "column": 44
                                                              },
                                                              "end": {
                                                                "line": 195,
                                                                "column": 48
                                                              },
                                                              "identifierName": "keys"
                                                            },
                                                            "name": "keys"
                                                          },
                                                          "property": {
                                                            "type": "Identifier",
                                                            "start": 6742,
                                                            "end": 6743,
                                                            "loc": {
                                                              "start": {
                                                                "line": 195,
                                                                "column": 49
                                                              },
                                                              "end": {
                                                                "line": 195,
                                                                "column": 50
                                                              },
                                                              "identifierName": "i"
                                                            },
                                                            "name": "i"
                                                          },
                                                          "computed": true
                                                        },
                                                        "computed": true
                                                      },
                                                      "property": {
                                                        "type": "Identifier",
                                                        "start": 6746,
                                                        "end": 6750,
                                                        "loc": {
                                                          "start": {
                                                            "line": 195,
                                                            "column": 53
                                                          },
                                                          "end": {
                                                            "line": 195,
                                                            "column": 57
                                                          },
                                                          "identifierName": "type"
                                                        },
                                                        "name": "type"
                                                      },
                                                      "computed": false
                                                    },
                                                    "operator": "instanceof",
                                                    "right": {
                                                      "type": "MemberExpression",
                                                      "start": 6762,
                                                      "end": 6776,
                                                      "loc": {
                                                        "start": {
                                                          "line": 195,
                                                          "column": 69
                                                        },
                                                        "end": {
                                                          "line": 195,
                                                          "column": 83
                                                        }
                                                      },
                                                      "object": {
                                                        "type": "Identifier",
                                                        "start": 6762,
                                                        "end": 6771,
                                                        "loc": {
                                                          "start": {
                                                            "line": 195,
                                                            "column": 69
                                                          },
                                                          "end": {
                                                            "line": 195,
                                                            "column": 78
                                                          },
                                                          "identifierName": "DataTypes"
                                                        },
                                                        "name": "DataTypes"
                                                      },
                                                      "property": {
                                                        "type": "Identifier",
                                                        "start": 6772,
                                                        "end": 6776,
                                                        "loc": {
                                                          "start": {
                                                            "line": 195,
                                                            "column": 79
                                                          },
                                                          "end": {
                                                            "line": 195,
                                                            "column": 83
                                                          },
                                                          "identifierName": "ENUM"
                                                        },
                                                        "name": "ENUM"
                                                      },
                                                      "computed": false
                                                    }
                                                  },
                                                  "consequent": {
                                                    "type": "BlockStatement",
                                                    "start": 6778,
                                                    "end": 7012,
                                                    "loc": {
                                                      "start": {
                                                        "line": 195,
                                                        "column": 85
                                                      },
                                                      "end": {
                                                        "line": 199,
                                                        "column": 13
                                                      }
                                                    },
                                                    "body": [
                                                      {
                                                        "type": "ExpressionStatement",
                                                        "start": 6794,
                                                        "end": 6854,
                                                        "loc": {
                                                          "start": {
                                                            "line": 196,
                                                            "column": 14
                                                          },
                                                          "end": {
                                                            "line": 196,
                                                            "column": 74
                                                          }
                                                        },
                                                        "expression": {
                                                          "type": "AssignmentExpression",
                                                          "start": 6794,
                                                          "end": 6853,
                                                          "loc": {
                                                            "start": {
                                                              "line": 196,
                                                              "column": 14
                                                            },
                                                            "end": {
                                                              "line": 196,
                                                              "column": 73
                                                            }
                                                          },
                                                          "operator": "=",
                                                          "left": {
                                                            "type": "Identifier",
                                                            "start": 6794,
                                                            "end": 6797,
                                                            "loc": {
                                                              "start": {
                                                                "line": 196,
                                                                "column": 14
                                                              },
                                                              "end": {
                                                                "line": 196,
                                                                "column": 17
                                                              },
                                                              "identifierName": "sql"
                                                            },
                                                            "name": "sql"
                                                          },
                                                          "right": {
                                                            "type": "CallExpression",
                                                            "start": 6800,
                                                            "end": 6853,
                                                            "loc": {
                                                              "start": {
                                                                "line": 196,
                                                                "column": 20
                                                              },
                                                              "end": {
                                                                "line": 196,
                                                                "column": 73
                                                              }
                                                            },
                                                            "callee": {
                                                              "type": "MemberExpression",
                                                              "start": 6800,
                                                              "end": 6830,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 196,
                                                                  "column": 20
                                                                },
                                                                "end": {
                                                                  "line": 196,
                                                                  "column": 50
                                                                }
                                                              },
                                                              "object": {
                                                                "type": "MemberExpression",
                                                                "start": 6800,
                                                                "end": 6819,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 196,
                                                                    "column": 20
                                                                  },
                                                                  "end": {
                                                                    "line": 196,
                                                                    "column": 39
                                                                  }
                                                                },
                                                                "object": {
                                                                  "type": "ThisExpression",
                                                                  "start": 6800,
                                                                  "end": 6804,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 196,
                                                                      "column": 20
                                                                    },
                                                                    "end": {
                                                                      "line": 196,
                                                                      "column": 24
                                                                    }
                                                                  }
                                                                },
                                                                "property": {
                                                                  "type": "Identifier",
                                                                  "start": 6805,
                                                                  "end": 6819,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 196,
                                                                      "column": 25
                                                                    },
                                                                    "end": {
                                                                      "line": 196,
                                                                      "column": 39
                                                                    },
                                                                    "identifierName": "QueryGenerator"
                                                                  },
                                                                  "name": "QueryGenerator"
                                                                },
                                                                "computed": false
                                                              },
                                                              "property": {
                                                                "type": "Identifier",
                                                                "start": 6820,
                                                                "end": 6830,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 196,
                                                                    "column": 40
                                                                  },
                                                                  "end": {
                                                                    "line": 196,
                                                                    "column": 50
                                                                  },
                                                                  "identifierName": "pgEnumDrop"
                                                                },
                                                                "name": "pgEnumDrop"
                                                              },
                                                              "computed": false
                                                            },
                                                            "arguments": [
                                                              {
                                                                "type": "Identifier",
                                                                "start": 6831,
                                                                "end": 6843,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 196,
                                                                    "column": 51
                                                                  },
                                                                  "end": {
                                                                    "line": 196,
                                                                    "column": 63
                                                                  },
                                                                  "identifierName": "getTableName"
                                                                },
                                                                "name": "getTableName"
                                                              },
                                                              {
                                                                "type": "MemberExpression",
                                                                "start": 6845,
                                                                "end": 6852,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 196,
                                                                    "column": 65
                                                                  },
                                                                  "end": {
                                                                    "line": 196,
                                                                    "column": 72
                                                                  }
                                                                },
                                                                "object": {
                                                                  "type": "Identifier",
                                                                  "start": 6845,
                                                                  "end": 6849,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 196,
                                                                      "column": 65
                                                                    },
                                                                    "end": {
                                                                      "line": 196,
                                                                      "column": 69
                                                                    },
                                                                    "identifierName": "keys"
                                                                  },
                                                                  "name": "keys"
                                                                },
                                                                "property": {
                                                                  "type": "Identifier",
                                                                  "start": 6850,
                                                                  "end": 6851,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 196,
                                                                      "column": 70
                                                                    },
                                                                    "end": {
                                                                      "line": 196,
                                                                      "column": 71
                                                                    },
                                                                    "identifierName": "i"
                                                                  },
                                                                  "name": "i"
                                                                },
                                                                "computed": true
                                                              }
                                                            ]
                                                          }
                                                        }
                                                      },
                                                      {
                                                        "type": "ExpressionStatement",
                                                        "start": 6869,
                                                        "end": 6904,
                                                        "loc": {
                                                          "start": {
                                                            "line": 197,
                                                            "column": 14
                                                          },
                                                          "end": {
                                                            "line": 197,
                                                            "column": 49
                                                          }
                                                        },
                                                        "expression": {
                                                          "type": "AssignmentExpression",
                                                          "start": 6869,
                                                          "end": 6903,
                                                          "loc": {
                                                            "start": {
                                                              "line": 197,
                                                              "column": 14
                                                            },
                                                            "end": {
                                                              "line": 197,
                                                              "column": 48
                                                            }
                                                          },
                                                          "operator": "=",
                                                          "left": {
                                                            "type": "MemberExpression",
                                                            "start": 6869,
                                                            "end": 6895,
                                                            "loc": {
                                                              "start": {
                                                                "line": 197,
                                                                "column": 14
                                                              },
                                                              "end": {
                                                                "line": 197,
                                                                "column": 40
                                                              }
                                                            },
                                                            "object": {
                                                              "type": "Identifier",
                                                              "start": 6869,
                                                              "end": 6876,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 197,
                                                                  "column": 14
                                                                },
                                                                "end": {
                                                                  "line": 197,
                                                                  "column": 21
                                                                },
                                                                "identifierName": "options"
                                                              },
                                                              "name": "options"
                                                            },
                                                            "property": {
                                                              "type": "Identifier",
                                                              "start": 6877,
                                                              "end": 6895,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 197,
                                                                  "column": 22
                                                                },
                                                                "end": {
                                                                  "line": 197,
                                                                  "column": 40
                                                                },
                                                                "identifierName": "supportsSearchPath"
                                                              },
                                                              "name": "supportsSearchPath"
                                                            },
                                                            "computed": false
                                                          },
                                                          "right": {
                                                            "type": "BooleanLiteral",
                                                            "start": 6898,
                                                            "end": 6903,
                                                            "loc": {
                                                              "start": {
                                                                "line": 197,
                                                                "column": 43
                                                              },
                                                              "end": {
                                                                "line": 197,
                                                                "column": 48
                                                              }
                                                            },
                                                            "value": false
                                                          }
                                                        }
                                                      },
                                                      {
                                                        "type": "ExpressionStatement",
                                                        "start": 6919,
                                                        "end": 6998,
                                                        "loc": {
                                                          "start": {
                                                            "line": 198,
                                                            "column": 14
                                                          },
                                                          "end": {
                                                            "line": 198,
                                                            "column": 93
                                                          }
                                                        },
                                                        "expression": {
                                                          "type": "CallExpression",
                                                          "start": 6919,
                                                          "end": 6997,
                                                          "loc": {
                                                            "start": {
                                                              "line": 198,
                                                              "column": 14
                                                            },
                                                            "end": {
                                                              "line": 198,
                                                              "column": 92
                                                            }
                                                          },
                                                          "callee": {
                                                            "type": "MemberExpression",
                                                            "start": 6919,
                                                            "end": 6932,
                                                            "loc": {
                                                              "start": {
                                                                "line": 198,
                                                                "column": 14
                                                              },
                                                              "end": {
                                                                "line": 198,
                                                                "column": 27
                                                              }
                                                            },
                                                            "object": {
                                                              "type": "Identifier",
                                                              "start": 6919,
                                                              "end": 6927,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 198,
                                                                  "column": 14
                                                                },
                                                                "end": {
                                                                  "line": 198,
                                                                  "column": 22
                                                                },
                                                                "identifierName": "promises"
                                                              },
                                                              "name": "promises"
                                                            },
                                                            "property": {
                                                              "type": "Identifier",
                                                              "start": 6928,
                                                              "end": 6932,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 198,
                                                                  "column": 23
                                                                },
                                                                "end": {
                                                                  "line": 198,
                                                                  "column": 27
                                                                },
                                                                "identifierName": "push"
                                                              },
                                                              "name": "push"
                                                            },
                                                            "computed": false
                                                          },
                                                          "arguments": [
                                                            {
                                                              "type": "CallExpression",
                                                              "start": 6933,
                                                              "end": 6996,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 198,
                                                                  "column": 28
                                                                },
                                                                "end": {
                                                                  "line": 198,
                                                                  "column": 91
                                                                }
                                                              },
                                                              "callee": {
                                                                "type": "MemberExpression",
                                                                "start": 6933,
                                                                "end": 6953,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 198,
                                                                    "column": 28
                                                                  },
                                                                  "end": {
                                                                    "line": 198,
                                                                    "column": 48
                                                                  }
                                                                },
                                                                "object": {
                                                                  "type": "MemberExpression",
                                                                  "start": 6933,
                                                                  "end": 6947,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 198,
                                                                      "column": 28
                                                                    },
                                                                    "end": {
                                                                      "line": 198,
                                                                      "column": 42
                                                                    }
                                                                  },
                                                                  "object": {
                                                                    "type": "ThisExpression",
                                                                    "start": 6933,
                                                                    "end": 6937,
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 198,
                                                                        "column": 28
                                                                      },
                                                                      "end": {
                                                                        "line": 198,
                                                                        "column": 32
                                                                      }
                                                                    }
                                                                  },
                                                                  "property": {
                                                                    "type": "Identifier",
                                                                    "start": 6938,
                                                                    "end": 6947,
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 198,
                                                                        "column": 33
                                                                      },
                                                                      "end": {
                                                                        "line": 198,
                                                                        "column": 42
                                                                      },
                                                                      "identifierName": "sequelize"
                                                                    },
                                                                    "name": "sequelize"
                                                                  },
                                                                  "computed": false
                                                                },
                                                                "property": {
                                                                  "type": "Identifier",
                                                                  "start": 6948,
                                                                  "end": 6953,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 198,
                                                                      "column": 43
                                                                    },
                                                                    "end": {
                                                                      "line": 198,
                                                                      "column": 48
                                                                    },
                                                                    "identifierName": "query"
                                                                  },
                                                                  "name": "query"
                                                                },
                                                                "computed": false
                                                              },
                                                              "arguments": [
                                                                {
                                                                  "type": "Identifier",
                                                                  "start": 6954,
                                                                  "end": 6957,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 198,
                                                                      "column": 49
                                                                    },
                                                                    "end": {
                                                                      "line": 198,
                                                                      "column": 52
                                                                    },
                                                                    "identifierName": "sql"
                                                                  },
                                                                  "name": "sql"
                                                                },
                                                                {
                                                                  "type": "CallExpression",
                                                                  "start": 6959,
                                                                  "end": 6995,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 198,
                                                                      "column": 54
                                                                    },
                                                                    "end": {
                                                                      "line": 198,
                                                                      "column": 90
                                                                    }
                                                                  },
                                                                  "callee": {
                                                                    "type": "MemberExpression",
                                                                    "start": 6959,
                                                                    "end": 6967,
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 198,
                                                                        "column": 54
                                                                      },
                                                                      "end": {
                                                                        "line": 198,
                                                                        "column": 62
                                                                      }
                                                                    },
                                                                    "object": {
                                                                      "type": "Identifier",
                                                                      "start": 6959,
                                                                      "end": 6960,
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 198,
                                                                          "column": 54
                                                                        },
                                                                        "end": {
                                                                          "line": 198,
                                                                          "column": 55
                                                                        },
                                                                        "identifierName": "_"
                                                                      },
                                                                      "name": "_"
                                                                    },
                                                                    "property": {
                                                                      "type": "Identifier",
                                                                      "start": 6961,
                                                                      "end": 6967,
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 198,
                                                                          "column": 56
                                                                        },
                                                                        "end": {
                                                                          "line": 198,
                                                                          "column": 62
                                                                        },
                                                                        "identifierName": "assign"
                                                                      },
                                                                      "name": "assign"
                                                                    },
                                                                    "computed": false
                                                                  },
                                                                  "arguments": [
                                                                    {
                                                                      "type": "ObjectExpression",
                                                                      "start": 6968,
                                                                      "end": 6970,
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 198,
                                                                          "column": 63
                                                                        },
                                                                        "end": {
                                                                          "line": 198,
                                                                          "column": 65
                                                                        }
                                                                      },
                                                                      "properties": []
                                                                    },
                                                                    {
                                                                      "type": "Identifier",
                                                                      "start": 6972,
                                                                      "end": 6979,
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 198,
                                                                          "column": 67
                                                                        },
                                                                        "end": {
                                                                          "line": 198,
                                                                          "column": 74
                                                                        },
                                                                        "identifierName": "options"
                                                                      },
                                                                      "name": "options"
                                                                    },
                                                                    {
                                                                      "type": "ObjectExpression",
                                                                      "start": 6981,
                                                                      "end": 6994,
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 198,
                                                                          "column": 76
                                                                        },
                                                                        "end": {
                                                                          "line": 198,
                                                                          "column": 89
                                                                        }
                                                                      },
                                                                      "properties": [
                                                                        {
                                                                          "type": "ObjectProperty",
                                                                          "start": 6983,
                                                                          "end": 6992,
                                                                          "loc": {
                                                                            "start": {
                                                                              "line": 198,
                                                                              "column": 78
                                                                            },
                                                                            "end": {
                                                                              "line": 198,
                                                                              "column": 87
                                                                            }
                                                                          },
                                                                          "method": false,
                                                                          "shorthand": false,
                                                                          "computed": false,
                                                                          "key": {
                                                                            "type": "Identifier",
                                                                            "start": 6983,
                                                                            "end": 6986,
                                                                            "loc": {
                                                                              "start": {
                                                                                "line": 198,
                                                                                "column": 78
                                                                              },
                                                                              "end": {
                                                                                "line": 198,
                                                                                "column": 81
                                                                              },
                                                                              "identifierName": "raw"
                                                                            },
                                                                            "name": "raw"
                                                                          },
                                                                          "value": {
                                                                            "type": "BooleanLiteral",
                                                                            "start": 6988,
                                                                            "end": 6992,
                                                                            "loc": {
                                                                              "start": {
                                                                                "line": 198,
                                                                                "column": 83
                                                                              },
                                                                              "end": {
                                                                                "line": 198,
                                                                                "column": 87
                                                                              }
                                                                            },
                                                                            "value": true
                                                                          }
                                                                        }
                                                                      ]
                                                                    }
                                                                  ]
                                                                }
                                                              ]
                                                            }
                                                          ]
                                                        }
                                                      }
                                                    ],
                                                    "directives": []
                                                  },
                                                  "alternate": null
                                                }
                                              ],
                                              "directives": []
                                            }
                                          }
                                        ],
                                        "directives": []
                                      },
                                      "alternate": null
                                    }
                                  ],
                                  "directives": []
                                },
                                "alternate": null,
                                "leadingComments": [
                                  {
                                    "type": "CommentLine",
                                    "value": " Since postgres has a special case for enums, we should drop the related",
                                    "start": 6087,
                                    "end": 6161,
                                    "loc": {
                                      "start": {
                                        "line": 183,
                                        "column": 6
                                      },
                                      "end": {
                                        "line": 183,
                                        "column": 80
                                      }
                                    }
                                  },
                                  {
                                    "type": "CommentLine",
                                    "value": " enum type within the table and attribute",
                                    "start": 6168,
                                    "end": 6211,
                                    "loc": {
                                      "start": {
                                        "line": 184,
                                        "column": 6
                                      },
                                      "end": {
                                        "line": 184,
                                        "column": 49
                                      }
                                    }
                                  }
                                ]
                              },
                              {
                                "type": "ReturnStatement",
                                "start": 7050,
                                "end": 7086,
                                "loc": {
                                  "start": {
                                    "line": 204,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 204,
                                    "column": 42
                                  }
                                },
                                "argument": {
                                  "type": "CallExpression",
                                  "start": 7057,
                                  "end": 7085,
                                  "loc": {
                                    "start": {
                                      "line": 204,
                                      "column": 13
                                    },
                                    "end": {
                                      "line": 204,
                                      "column": 41
                                    }
                                  },
                                  "callee": {
                                    "type": "MemberExpression",
                                    "start": 7057,
                                    "end": 7082,
                                    "loc": {
                                      "start": {
                                        "line": 204,
                                        "column": 13
                                      },
                                      "end": {
                                        "line": 204,
                                        "column": 38
                                      }
                                    },
                                    "object": {
                                      "type": "CallExpression",
                                      "start": 7057,
                                      "end": 7078,
                                      "loc": {
                                        "start": {
                                          "line": 204,
                                          "column": 13
                                        },
                                        "end": {
                                          "line": 204,
                                          "column": 34
                                        }
                                      },
                                      "callee": {
                                        "type": "MemberExpression",
                                        "start": 7057,
                                        "end": 7068,
                                        "loc": {
                                          "start": {
                                            "line": 204,
                                            "column": 13
                                          },
                                          "end": {
                                            "line": 204,
                                            "column": 24
                                          }
                                        },
                                        "object": {
                                          "type": "Identifier",
                                          "start": 7057,
                                          "end": 7064,
                                          "loc": {
                                            "start": {
                                              "line": 204,
                                              "column": 13
                                            },
                                            "end": {
                                              "line": 204,
                                              "column": 20
                                            },
                                            "identifierName": "Promise"
                                          },
                                          "name": "Promise"
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 7065,
                                          "end": 7068,
                                          "loc": {
                                            "start": {
                                              "line": 204,
                                              "column": 21
                                            },
                                            "end": {
                                              "line": 204,
                                              "column": 24
                                            },
                                            "identifierName": "all"
                                          },
                                          "name": "all"
                                        },
                                        "computed": false
                                      },
                                      "arguments": [
                                        {
                                          "type": "Identifier",
                                          "start": 7069,
                                          "end": 7077,
                                          "loc": {
                                            "start": {
                                              "line": 204,
                                              "column": 25
                                            },
                                            "end": {
                                              "line": 204,
                                              "column": 33
                                            },
                                            "identifierName": "promises"
                                          },
                                          "name": "promises"
                                        }
                                      ]
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 7079,
                                      "end": 7082,
                                      "loc": {
                                        "start": {
                                          "line": 204,
                                          "column": 35
                                        },
                                        "end": {
                                          "line": 204,
                                          "column": 38
                                        },
                                        "identifierName": "get"
                                      },
                                      "name": "get"
                                    },
                                    "computed": false
                                  },
                                  "arguments": [
                                    {
                                      "type": "NumericLiteral",
                                      "start": 7083,
                                      "end": 7084,
                                      "loc": {
                                        "start": {
                                          "line": 204,
                                          "column": 39
                                        },
                                        "end": {
                                          "line": 204,
                                          "column": 40
                                        }
                                      },
                                      "extra": {
                                        "rawValue": 0,
                                        "raw": "0"
                                      },
                                      "value": 0
                                    }
                                  ]
                                }
                              }
                            ],
                            "directives": []
                          }
                        }
                      ]
                    }
                  }
                ],
                "directives": []
              }
            },
            {
              "type": "ClassMethod",
              "start": 7102,
              "end": 8871,
              "loc": {
                "start": {
                  "line": 208,
                  "column": 2
                },
                "end": {
                  "line": 253,
                  "column": 3
                }
              },
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 7102,
                "end": 7115,
                "loc": {
                  "start": {
                    "line": 208,
                    "column": 2
                  },
                  "end": {
                    "line": 208,
                    "column": 15
                  },
                  "identifierName": "dropAllTables"
                },
                "name": "dropAllTables"
              },
              "static": false,
              "kind": "method",
              "id": null,
              "generator": false,
              "expression": false,
              "async": false,
              "params": [
                {
                  "type": "Identifier",
                  "start": 7116,
                  "end": 7123,
                  "loc": {
                    "start": {
                      "line": 208,
                      "column": 16
                    },
                    "end": {
                      "line": 208,
                      "column": 23
                    },
                    "identifierName": "options"
                  },
                  "name": "options"
                }
              ],
              "body": {
                "type": "BlockStatement",
                "start": 7125,
                "end": 8871,
                "loc": {
                  "start": {
                    "line": 208,
                    "column": 25
                  },
                  "end": {
                    "line": 253,
                    "column": 3
                  }
                },
                "body": [
                  {
                    "type": "ExpressionStatement",
                    "start": 7132,
                    "end": 7156,
                    "loc": {
                      "start": {
                        "line": 210,
                        "column": 4
                      },
                      "end": {
                        "line": 210,
                        "column": 28
                      }
                    },
                    "expression": {
                      "type": "AssignmentExpression",
                      "start": 7132,
                      "end": 7155,
                      "loc": {
                        "start": {
                          "line": 210,
                          "column": 4
                        },
                        "end": {
                          "line": 210,
                          "column": 27
                        }
                      },
                      "operator": "=",
                      "left": {
                        "type": "Identifier",
                        "start": 7132,
                        "end": 7139,
                        "loc": {
                          "start": {
                            "line": 210,
                            "column": 4
                          },
                          "end": {
                            "line": 210,
                            "column": 11
                          },
                          "identifierName": "options"
                        },
                        "name": "options"
                      },
                      "right": {
                        "type": "LogicalExpression",
                        "start": 7142,
                        "end": 7155,
                        "loc": {
                          "start": {
                            "line": 210,
                            "column": 14
                          },
                          "end": {
                            "line": 210,
                            "column": 27
                          }
                        },
                        "left": {
                          "type": "Identifier",
                          "start": 7142,
                          "end": 7149,
                          "loc": {
                            "start": {
                              "line": 210,
                              "column": 14
                            },
                            "end": {
                              "line": 210,
                              "column": 21
                            },
                            "identifierName": "options"
                          },
                          "name": "options"
                        },
                        "operator": "||",
                        "right": {
                          "type": "ObjectExpression",
                          "start": 7153,
                          "end": 7155,
                          "loc": {
                            "start": {
                              "line": 210,
                              "column": 25
                            },
                            "end": {
                              "line": 210,
                              "column": 27
                            }
                          },
                          "properties": []
                        }
                      }
                    }
                  },
                  {
                    "type": "VariableDeclaration",
                    "start": 7161,
                    "end": 7193,
                    "loc": {
                      "start": {
                        "line": 211,
                        "column": 4
                      },
                      "end": {
                        "line": 211,
                        "column": 36
                      }
                    },
                    "declarations": [
                      {
                        "type": "VariableDeclarator",
                        "start": 7167,
                        "end": 7192,
                        "loc": {
                          "start": {
                            "line": 211,
                            "column": 10
                          },
                          "end": {
                            "line": 211,
                            "column": 35
                          }
                        },
                        "id": {
                          "type": "Identifier",
                          "start": 7167,
                          "end": 7171,
                          "loc": {
                            "start": {
                              "line": 211,
                              "column": 10
                            },
                            "end": {
                              "line": 211,
                              "column": 14
                            },
                            "identifierName": "skip"
                          },
                          "name": "skip"
                        },
                        "init": {
                          "type": "LogicalExpression",
                          "start": 7174,
                          "end": 7192,
                          "loc": {
                            "start": {
                              "line": 211,
                              "column": 17
                            },
                            "end": {
                              "line": 211,
                              "column": 35
                            }
                          },
                          "left": {
                            "type": "MemberExpression",
                            "start": 7174,
                            "end": 7186,
                            "loc": {
                              "start": {
                                "line": 211,
                                "column": 17
                              },
                              "end": {
                                "line": 211,
                                "column": 29
                              }
                            },
                            "object": {
                              "type": "Identifier",
                              "start": 7174,
                              "end": 7181,
                              "loc": {
                                "start": {
                                  "line": 211,
                                  "column": 17
                                },
                                "end": {
                                  "line": 211,
                                  "column": 24
                                },
                                "identifierName": "options"
                              },
                              "name": "options"
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 7182,
                              "end": 7186,
                              "loc": {
                                "start": {
                                  "line": 211,
                                  "column": 25
                                },
                                "end": {
                                  "line": 211,
                                  "column": 29
                                },
                                "identifierName": "skip"
                              },
                              "name": "skip"
                            },
                            "computed": false
                          },
                          "operator": "||",
                          "right": {
                            "type": "ArrayExpression",
                            "start": 7190,
                            "end": 7192,
                            "loc": {
                              "start": {
                                "line": 211,
                                "column": 33
                              },
                              "end": {
                                "line": 211,
                                "column": 35
                              }
                            },
                            "elements": []
                          }
                        }
                      }
                    ],
                    "kind": "const"
                  },
                  {
                    "type": "VariableDeclaration",
                    "start": 7199,
                    "end": 7518,
                    "loc": {
                      "start": {
                        "line": 213,
                        "column": 4
                      },
                      "end": {
                        "line": 218,
                        "column": 7
                      }
                    },
                    "declarations": [
                      {
                        "type": "VariableDeclarator",
                        "start": 7205,
                        "end": 7517,
                        "loc": {
                          "start": {
                            "line": 213,
                            "column": 10
                          },
                          "end": {
                            "line": 218,
                            "column": 6
                          }
                        },
                        "id": {
                          "type": "Identifier",
                          "start": 7205,
                          "end": 7218,
                          "loc": {
                            "start": {
                              "line": 213,
                              "column": 10
                            },
                            "end": {
                              "line": 213,
                              "column": 23
                            },
                            "identifierName": "dropAllTables"
                          },
                          "name": "dropAllTables"
                        },
                        "init": {
                          "type": "ArrowFunctionExpression",
                          "start": 7221,
                          "end": 7517,
                          "loc": {
                            "start": {
                              "line": 213,
                              "column": 26
                            },
                            "end": {
                              "line": 218,
                              "column": 6
                            }
                          },
                          "id": null,
                          "generator": false,
                          "expression": true,
                          "async": false,
                          "params": [
                            {
                              "type": "Identifier",
                              "start": 7221,
                              "end": 7231,
                              "loc": {
                                "start": {
                                  "line": 213,
                                  "column": 26
                                },
                                "end": {
                                  "line": 213,
                                  "column": 36
                                },
                                "identifierName": "tableNames"
                              },
                              "name": "tableNames"
                            }
                          ],
                          "body": {
                            "type": "CallExpression",
                            "start": 7235,
                            "end": 7517,
                            "loc": {
                              "start": {
                                "line": 213,
                                "column": 40
                              },
                              "end": {
                                "line": 218,
                                "column": 6
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 7235,
                              "end": 7247,
                              "loc": {
                                "start": {
                                  "line": 213,
                                  "column": 40
                                },
                                "end": {
                                  "line": 213,
                                  "column": 52
                                }
                              },
                              "object": {
                                "type": "Identifier",
                                "start": 7235,
                                "end": 7242,
                                "loc": {
                                  "start": {
                                    "line": 213,
                                    "column": 40
                                  },
                                  "end": {
                                    "line": 213,
                                    "column": 47
                                  },
                                  "identifierName": "Promise"
                                },
                                "name": "Promise"
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 7243,
                                "end": 7247,
                                "loc": {
                                  "start": {
                                    "line": 213,
                                    "column": 48
                                  },
                                  "end": {
                                    "line": 213,
                                    "column": 52
                                  },
                                  "identifierName": "each"
                                },
                                "name": "each"
                              },
                              "computed": false
                            },
                            "arguments": [
                              {
                                "type": "Identifier",
                                "start": 7248,
                                "end": 7258,
                                "loc": {
                                  "start": {
                                    "line": 213,
                                    "column": 53
                                  },
                                  "end": {
                                    "line": 213,
                                    "column": 63
                                  },
                                  "identifierName": "tableNames"
                                },
                                "name": "tableNames"
                              },
                              {
                                "type": "ArrowFunctionExpression",
                                "start": 7260,
                                "end": 7516,
                                "loc": {
                                  "start": {
                                    "line": 213,
                                    "column": 65
                                  },
                                  "end": {
                                    "line": 218,
                                    "column": 5
                                  }
                                },
                                "id": null,
                                "generator": false,
                                "expression": false,
                                "async": false,
                                "params": [
                                  {
                                    "type": "Identifier",
                                    "start": 7260,
                                    "end": 7269,
                                    "loc": {
                                      "start": {
                                        "line": 213,
                                        "column": 65
                                      },
                                      "end": {
                                        "line": 213,
                                        "column": 74
                                      },
                                      "identifierName": "tableName"
                                    },
                                    "name": "tableName"
                                  }
                                ],
                                "body": {
                                  "type": "BlockStatement",
                                  "start": 7273,
                                  "end": 7516,
                                  "loc": {
                                    "start": {
                                      "line": 213,
                                      "column": 78
                                    },
                                    "end": {
                                      "line": 218,
                                      "column": 5
                                    }
                                  },
                                  "body": [
                                    {
                                      "type": "IfStatement",
                                      "start": 7357,
                                      "end": 7510,
                                      "loc": {
                                        "start": {
                                          "line": 215,
                                          "column": 6
                                        },
                                        "end": {
                                          "line": 217,
                                          "column": 7
                                        }
                                      },
                                      "test": {
                                        "type": "BinaryExpression",
                                        "start": 7361,
                                        "end": 7414,
                                        "loc": {
                                          "start": {
                                            "line": 215,
                                            "column": 10
                                          },
                                          "end": {
                                            "line": 215,
                                            "column": 63
                                          }
                                        },
                                        "left": {
                                          "type": "CallExpression",
                                          "start": 7361,
                                          "end": 7407,
                                          "loc": {
                                            "start": {
                                              "line": 215,
                                              "column": 10
                                            },
                                            "end": {
                                              "line": 215,
                                              "column": 56
                                            }
                                          },
                                          "callee": {
                                            "type": "MemberExpression",
                                            "start": 7361,
                                            "end": 7373,
                                            "loc": {
                                              "start": {
                                                "line": 215,
                                                "column": 10
                                              },
                                              "end": {
                                                "line": 215,
                                                "column": 22
                                              }
                                            },
                                            "object": {
                                              "type": "Identifier",
                                              "start": 7361,
                                              "end": 7365,
                                              "loc": {
                                                "start": {
                                                  "line": 215,
                                                  "column": 10
                                                },
                                                "end": {
                                                  "line": 215,
                                                  "column": 14
                                                },
                                                "identifierName": "skip"
                                              },
                                              "name": "skip",
                                              "leadingComments": null
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 7366,
                                              "end": 7373,
                                              "loc": {
                                                "start": {
                                                  "line": 215,
                                                  "column": 15
                                                },
                                                "end": {
                                                  "line": 215,
                                                  "column": 22
                                                },
                                                "identifierName": "indexOf"
                                              },
                                              "name": "indexOf"
                                            },
                                            "computed": false,
                                            "leadingComments": null
                                          },
                                          "arguments": [
                                            {
                                              "type": "LogicalExpression",
                                              "start": 7374,
                                              "end": 7406,
                                              "loc": {
                                                "start": {
                                                  "line": 215,
                                                  "column": 23
                                                },
                                                "end": {
                                                  "line": 215,
                                                  "column": 55
                                                }
                                              },
                                              "left": {
                                                "type": "MemberExpression",
                                                "start": 7374,
                                                "end": 7393,
                                                "loc": {
                                                  "start": {
                                                    "line": 215,
                                                    "column": 23
                                                  },
                                                  "end": {
                                                    "line": 215,
                                                    "column": 42
                                                  }
                                                },
                                                "object": {
                                                  "type": "Identifier",
                                                  "start": 7374,
                                                  "end": 7383,
                                                  "loc": {
                                                    "start": {
                                                      "line": 215,
                                                      "column": 23
                                                    },
                                                    "end": {
                                                      "line": 215,
                                                      "column": 32
                                                    },
                                                    "identifierName": "tableName"
                                                  },
                                                  "name": "tableName"
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 7384,
                                                  "end": 7393,
                                                  "loc": {
                                                    "start": {
                                                      "line": 215,
                                                      "column": 33
                                                    },
                                                    "end": {
                                                      "line": 215,
                                                      "column": 42
                                                    },
                                                    "identifierName": "tableName"
                                                  },
                                                  "name": "tableName"
                                                },
                                                "computed": false
                                              },
                                              "operator": "||",
                                              "right": {
                                                "type": "Identifier",
                                                "start": 7397,
                                                "end": 7406,
                                                "loc": {
                                                  "start": {
                                                    "line": 215,
                                                    "column": 46
                                                  },
                                                  "end": {
                                                    "line": 215,
                                                    "column": 55
                                                  },
                                                  "identifierName": "tableName"
                                                },
                                                "name": "tableName"
                                              }
                                            }
                                          ],
                                          "leadingComments": null
                                        },
                                        "operator": "===",
                                        "right": {
                                          "type": "UnaryExpression",
                                          "start": 7412,
                                          "end": 7414,
                                          "loc": {
                                            "start": {
                                              "line": 215,
                                              "column": 61
                                            },
                                            "end": {
                                              "line": 215,
                                              "column": 63
                                            }
                                          },
                                          "operator": "-",
                                          "prefix": true,
                                          "argument": {
                                            "type": "NumericLiteral",
                                            "start": 7413,
                                            "end": 7414,
                                            "loc": {
                                              "start": {
                                                "line": 215,
                                                "column": 62
                                              },
                                              "end": {
                                                "line": 215,
                                                "column": 63
                                              }
                                            },
                                            "extra": {
                                              "rawValue": 1,
                                              "raw": "1"
                                            },
                                            "value": 1
                                          },
                                          "extra": {
                                            "parenthesizedArgument": false
                                          }
                                        },
                                        "leadingComments": null
                                      },
                                      "consequent": {
                                        "type": "BlockStatement",
                                        "start": 7416,
                                        "end": 7510,
                                        "loc": {
                                          "start": {
                                            "line": 215,
                                            "column": 65
                                          },
                                          "end": {
                                            "line": 217,
                                            "column": 7
                                          }
                                        },
                                        "body": [
                                          {
                                            "type": "ReturnStatement",
                                            "start": 7426,
                                            "end": 7502,
                                            "loc": {
                                              "start": {
                                                "line": 216,
                                                "column": 8
                                              },
                                              "end": {
                                                "line": 216,
                                                "column": 84
                                              }
                                            },
                                            "argument": {
                                              "type": "CallExpression",
                                              "start": 7433,
                                              "end": 7501,
                                              "loc": {
                                                "start": {
                                                  "line": 216,
                                                  "column": 15
                                                },
                                                "end": {
                                                  "line": 216,
                                                  "column": 83
                                                }
                                              },
                                              "callee": {
                                                "type": "MemberExpression",
                                                "start": 7433,
                                                "end": 7447,
                                                "loc": {
                                                  "start": {
                                                    "line": 216,
                                                    "column": 15
                                                  },
                                                  "end": {
                                                    "line": 216,
                                                    "column": 29
                                                  }
                                                },
                                                "object": {
                                                  "type": "ThisExpression",
                                                  "start": 7433,
                                                  "end": 7437,
                                                  "loc": {
                                                    "start": {
                                                      "line": 216,
                                                      "column": 15
                                                    },
                                                    "end": {
                                                      "line": 216,
                                                      "column": 19
                                                    }
                                                  }
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 7438,
                                                  "end": 7447,
                                                  "loc": {
                                                    "start": {
                                                      "line": 216,
                                                      "column": 20
                                                    },
                                                    "end": {
                                                      "line": 216,
                                                      "column": 29
                                                    },
                                                    "identifierName": "dropTable"
                                                  },
                                                  "name": "dropTable"
                                                },
                                                "computed": false
                                              },
                                              "arguments": [
                                                {
                                                  "type": "Identifier",
                                                  "start": 7448,
                                                  "end": 7457,
                                                  "loc": {
                                                    "start": {
                                                      "line": 216,
                                                      "column": 30
                                                    },
                                                    "end": {
                                                      "line": 216,
                                                      "column": 39
                                                    },
                                                    "identifierName": "tableName"
                                                  },
                                                  "name": "tableName"
                                                },
                                                {
                                                  "type": "CallExpression",
                                                  "start": 7459,
                                                  "end": 7499,
                                                  "loc": {
                                                    "start": {
                                                      "line": 216,
                                                      "column": 41
                                                    },
                                                    "end": {
                                                      "line": 216,
                                                      "column": 81
                                                    }
                                                  },
                                                  "callee": {
                                                    "type": "MemberExpression",
                                                    "start": 7459,
                                                    "end": 7467,
                                                    "loc": {
                                                      "start": {
                                                        "line": 216,
                                                        "column": 41
                                                      },
                                                      "end": {
                                                        "line": 216,
                                                        "column": 49
                                                      }
                                                    },
                                                    "object": {
                                                      "type": "Identifier",
                                                      "start": 7459,
                                                      "end": 7460,
                                                      "loc": {
                                                        "start": {
                                                          "line": 216,
                                                          "column": 41
                                                        },
                                                        "end": {
                                                          "line": 216,
                                                          "column": 42
                                                        },
                                                        "identifierName": "_"
                                                      },
                                                      "name": "_"
                                                    },
                                                    "property": {
                                                      "type": "Identifier",
                                                      "start": 7461,
                                                      "end": 7467,
                                                      "loc": {
                                                        "start": {
                                                          "line": 216,
                                                          "column": 43
                                                        },
                                                        "end": {
                                                          "line": 216,
                                                          "column": 49
                                                        },
                                                        "identifierName": "assign"
                                                      },
                                                      "name": "assign"
                                                    },
                                                    "computed": false
                                                  },
                                                  "arguments": [
                                                    {
                                                      "type": "ObjectExpression",
                                                      "start": 7468,
                                                      "end": 7470,
                                                      "loc": {
                                                        "start": {
                                                          "line": 216,
                                                          "column": 50
                                                        },
                                                        "end": {
                                                          "line": 216,
                                                          "column": 52
                                                        }
                                                      },
                                                      "properties": []
                                                    },
                                                    {
                                                      "type": "Identifier",
                                                      "start": 7472,
                                                      "end": 7479,
                                                      "loc": {
                                                        "start": {
                                                          "line": 216,
                                                          "column": 54
                                                        },
                                                        "end": {
                                                          "line": 216,
                                                          "column": 61
                                                        },
                                                        "identifierName": "options"
                                                      },
                                                      "name": "options"
                                                    },
                                                    {
                                                      "type": "ObjectExpression",
                                                      "start": 7481,
                                                      "end": 7498,
                                                      "loc": {
                                                        "start": {
                                                          "line": 216,
                                                          "column": 63
                                                        },
                                                        "end": {
                                                          "line": 216,
                                                          "column": 80
                                                        }
                                                      },
                                                      "properties": [
                                                        {
                                                          "type": "ObjectProperty",
                                                          "start": 7483,
                                                          "end": 7496,
                                                          "loc": {
                                                            "start": {
                                                              "line": 216,
                                                              "column": 65
                                                            },
                                                            "end": {
                                                              "line": 216,
                                                              "column": 78
                                                            }
                                                          },
                                                          "method": false,
                                                          "shorthand": false,
                                                          "computed": false,
                                                          "key": {
                                                            "type": "Identifier",
                                                            "start": 7483,
                                                            "end": 7490,
                                                            "loc": {
                                                              "start": {
                                                                "line": 216,
                                                                "column": 65
                                                              },
                                                              "end": {
                                                                "line": 216,
                                                                "column": 72
                                                              },
                                                              "identifierName": "cascade"
                                                            },
                                                            "name": "cascade"
                                                          },
                                                          "value": {
                                                            "type": "BooleanLiteral",
                                                            "start": 7492,
                                                            "end": 7496,
                                                            "loc": {
                                                              "start": {
                                                                "line": 216,
                                                                "column": 74
                                                              },
                                                              "end": {
                                                                "line": 216,
                                                                "column": 78
                                                              }
                                                            },
                                                            "value": true
                                                          }
                                                        }
                                                      ]
                                                    }
                                                  ]
                                                }
                                              ]
                                            }
                                          }
                                        ],
                                        "directives": []
                                      },
                                      "alternate": null,
                                      "leadingComments": [
                                        {
                                          "type": "CommentLine",
                                          "value": " if tableName is not in the Array of tables names then dont drop it",
                                          "start": 7281,
                                          "end": 7350,
                                          "loc": {
                                            "start": {
                                              "line": 214,
                                              "column": 6
                                            },
                                            "end": {
                                              "line": 214,
                                              "column": 75
                                            }
                                          }
                                        }
                                      ]
                                    }
                                  ],
                                  "directives": []
                                }
                              }
                            ]
                          }
                        }
                      }
                    ],
                    "kind": "const"
                  },
                  {
                    "type": "ReturnStatement",
                    "start": 7524,
                    "end": 8867,
                    "loc": {
                      "start": {
                        "line": 220,
                        "column": 4
                      },
                      "end": {
                        "line": 252,
                        "column": 7
                      }
                    },
                    "argument": {
                      "type": "CallExpression",
                      "start": 7531,
                      "end": 8866,
                      "loc": {
                        "start": {
                          "line": 220,
                          "column": 11
                        },
                        "end": {
                          "line": 252,
                          "column": 6
                        }
                      },
                      "callee": {
                        "type": "MemberExpression",
                        "start": 7531,
                        "end": 7563,
                        "loc": {
                          "start": {
                            "line": 220,
                            "column": 11
                          },
                          "end": {
                            "line": 220,
                            "column": 43
                          }
                        },
                        "object": {
                          "type": "CallExpression",
                          "start": 7531,
                          "end": 7558,
                          "loc": {
                            "start": {
                              "line": 220,
                              "column": 11
                            },
                            "end": {
                              "line": 220,
                              "column": 38
                            }
                          },
                          "callee": {
                            "type": "MemberExpression",
                            "start": 7531,
                            "end": 7549,
                            "loc": {
                              "start": {
                                "line": 220,
                                "column": 11
                              },
                              "end": {
                                "line": 220,
                                "column": 29
                              }
                            },
                            "object": {
                              "type": "ThisExpression",
                              "start": 7531,
                              "end": 7535,
                              "loc": {
                                "start": {
                                  "line": 220,
                                  "column": 11
                                },
                                "end": {
                                  "line": 220,
                                  "column": 15
                                }
                              }
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 7536,
                              "end": 7549,
                              "loc": {
                                "start": {
                                  "line": 220,
                                  "column": 16
                                },
                                "end": {
                                  "line": 220,
                                  "column": 29
                                },
                                "identifierName": "showAllTables"
                              },
                              "name": "showAllTables"
                            },
                            "computed": false
                          },
                          "arguments": [
                            {
                              "type": "Identifier",
                              "start": 7550,
                              "end": 7557,
                              "loc": {
                                "start": {
                                  "line": 220,
                                  "column": 30
                                },
                                "end": {
                                  "line": 220,
                                  "column": 37
                                },
                                "identifierName": "options"
                              },
                              "name": "options"
                            }
                          ]
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 7559,
                          "end": 7563,
                          "loc": {
                            "start": {
                              "line": 220,
                              "column": 39
                            },
                            "end": {
                              "line": 220,
                              "column": 43
                            },
                            "identifierName": "then"
                          },
                          "name": "then"
                        },
                        "computed": false
                      },
                      "arguments": [
                        {
                          "type": "ArrowFunctionExpression",
                          "start": 7564,
                          "end": 8865,
                          "loc": {
                            "start": {
                              "line": 220,
                              "column": 44
                            },
                            "end": {
                              "line": 252,
                              "column": 5
                            }
                          },
                          "id": null,
                          "generator": false,
                          "expression": false,
                          "async": false,
                          "params": [
                            {
                              "type": "Identifier",
                              "start": 7564,
                              "end": 7574,
                              "loc": {
                                "start": {
                                  "line": 220,
                                  "column": 44
                                },
                                "end": {
                                  "line": 220,
                                  "column": 54
                                },
                                "identifierName": "tableNames"
                              },
                              "name": "tableNames"
                            }
                          ],
                          "body": {
                            "type": "BlockStatement",
                            "start": 7578,
                            "end": 8865,
                            "loc": {
                              "start": {
                                "line": 220,
                                "column": 58
                              },
                              "end": {
                                "line": 252,
                                "column": 5
                              }
                            },
                            "body": [
                              {
                                "type": "IfStatement",
                                "start": 7586,
                                "end": 8859,
                                "loc": {
                                  "start": {
                                    "line": 221,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 251,
                                    "column": 7
                                  }
                                },
                                "test": {
                                  "type": "BinaryExpression",
                                  "start": 7590,
                                  "end": 7633,
                                  "loc": {
                                    "start": {
                                      "line": 221,
                                      "column": 10
                                    },
                                    "end": {
                                      "line": 221,
                                      "column": 53
                                    }
                                  },
                                  "left": {
                                    "type": "MemberExpression",
                                    "start": 7590,
                                    "end": 7620,
                                    "loc": {
                                      "start": {
                                        "line": 221,
                                        "column": 10
                                      },
                                      "end": {
                                        "line": 221,
                                        "column": 40
                                      }
                                    },
                                    "object": {
                                      "type": "MemberExpression",
                                      "start": 7590,
                                      "end": 7612,
                                      "loc": {
                                        "start": {
                                          "line": 221,
                                          "column": 10
                                        },
                                        "end": {
                                          "line": 221,
                                          "column": 32
                                        }
                                      },
                                      "object": {
                                        "type": "MemberExpression",
                                        "start": 7590,
                                        "end": 7604,
                                        "loc": {
                                          "start": {
                                            "line": 221,
                                            "column": 10
                                          },
                                          "end": {
                                            "line": 221,
                                            "column": 24
                                          }
                                        },
                                        "object": {
                                          "type": "ThisExpression",
                                          "start": 7590,
                                          "end": 7594,
                                          "loc": {
                                            "start": {
                                              "line": 221,
                                              "column": 10
                                            },
                                            "end": {
                                              "line": 221,
                                              "column": 14
                                            }
                                          }
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 7595,
                                          "end": 7604,
                                          "loc": {
                                            "start": {
                                              "line": 221,
                                              "column": 15
                                            },
                                            "end": {
                                              "line": 221,
                                              "column": 24
                                            },
                                            "identifierName": "sequelize"
                                          },
                                          "name": "sequelize"
                                        },
                                        "computed": false
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 7605,
                                        "end": 7612,
                                        "loc": {
                                          "start": {
                                            "line": 221,
                                            "column": 25
                                          },
                                          "end": {
                                            "line": 221,
                                            "column": 32
                                          },
                                          "identifierName": "options"
                                        },
                                        "name": "options"
                                      },
                                      "computed": false
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 7613,
                                      "end": 7620,
                                      "loc": {
                                        "start": {
                                          "line": 221,
                                          "column": 33
                                        },
                                        "end": {
                                          "line": 221,
                                          "column": 40
                                        },
                                        "identifierName": "dialect"
                                      },
                                      "name": "dialect"
                                    },
                                    "computed": false
                                  },
                                  "operator": "===",
                                  "right": {
                                    "type": "StringLiteral",
                                    "start": 7625,
                                    "end": 7633,
                                    "loc": {
                                      "start": {
                                        "line": 221,
                                        "column": 45
                                      },
                                      "end": {
                                        "line": 221,
                                        "column": 53
                                      }
                                    },
                                    "extra": {
                                      "rawValue": "sqlite",
                                      "raw": "'sqlite'"
                                    },
                                    "value": "sqlite"
                                  }
                                },
                                "consequent": {
                                  "type": "BlockStatement",
                                  "start": 7635,
                                  "end": 8143,
                                  "loc": {
                                    "start": {
                                      "line": 221,
                                      "column": 55
                                    },
                                    "end": {
                                      "line": 233,
                                      "column": 7
                                    }
                                  },
                                  "body": [
                                    {
                                      "type": "ReturnStatement",
                                      "start": 7645,
                                      "end": 8135,
                                      "loc": {
                                        "start": {
                                          "line": 222,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 232,
                                          "column": 11
                                        }
                                      },
                                      "argument": {
                                        "type": "CallExpression",
                                        "start": 7652,
                                        "end": 8134,
                                        "loc": {
                                          "start": {
                                            "line": 222,
                                            "column": 15
                                          },
                                          "end": {
                                            "line": 232,
                                            "column": 10
                                          }
                                        },
                                        "callee": {
                                          "type": "MemberExpression",
                                          "start": 7652,
                                          "end": 7710,
                                          "loc": {
                                            "start": {
                                              "line": 222,
                                              "column": 15
                                            },
                                            "end": {
                                              "line": 222,
                                              "column": 73
                                            }
                                          },
                                          "object": {
                                            "type": "CallExpression",
                                            "start": 7652,
                                            "end": 7705,
                                            "loc": {
                                              "start": {
                                                "line": 222,
                                                "column": 15
                                              },
                                              "end": {
                                                "line": 222,
                                                "column": 68
                                              }
                                            },
                                            "callee": {
                                              "type": "MemberExpression",
                                              "start": 7652,
                                              "end": 7672,
                                              "loc": {
                                                "start": {
                                                  "line": 222,
                                                  "column": 15
                                                },
                                                "end": {
                                                  "line": 222,
                                                  "column": 35
                                                }
                                              },
                                              "object": {
                                                "type": "MemberExpression",
                                                "start": 7652,
                                                "end": 7666,
                                                "loc": {
                                                  "start": {
                                                    "line": 222,
                                                    "column": 15
                                                  },
                                                  "end": {
                                                    "line": 222,
                                                    "column": 29
                                                  }
                                                },
                                                "object": {
                                                  "type": "ThisExpression",
                                                  "start": 7652,
                                                  "end": 7656,
                                                  "loc": {
                                                    "start": {
                                                      "line": 222,
                                                      "column": 15
                                                    },
                                                    "end": {
                                                      "line": 222,
                                                      "column": 19
                                                    }
                                                  }
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 7657,
                                                  "end": 7666,
                                                  "loc": {
                                                    "start": {
                                                      "line": 222,
                                                      "column": 20
                                                    },
                                                    "end": {
                                                      "line": 222,
                                                      "column": 29
                                                    },
                                                    "identifierName": "sequelize"
                                                  },
                                                  "name": "sequelize"
                                                },
                                                "computed": false
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 7667,
                                                "end": 7672,
                                                "loc": {
                                                  "start": {
                                                    "line": 222,
                                                    "column": 30
                                                  },
                                                  "end": {
                                                    "line": 222,
                                                    "column": 35
                                                  },
                                                  "identifierName": "query"
                                                },
                                                "name": "query"
                                              },
                                              "computed": false
                                            },
                                            "arguments": [
                                              {
                                                "type": "StringLiteral",
                                                "start": 7673,
                                                "end": 7695,
                                                "loc": {
                                                  "start": {
                                                    "line": 222,
                                                    "column": 36
                                                  },
                                                  "end": {
                                                    "line": 222,
                                                    "column": 58
                                                  }
                                                },
                                                "extra": {
                                                  "rawValue": "PRAGMA foreign_keys;",
                                                  "raw": "'PRAGMA foreign_keys;'"
                                                },
                                                "value": "PRAGMA foreign_keys;"
                                              },
                                              {
                                                "type": "Identifier",
                                                "start": 7697,
                                                "end": 7704,
                                                "loc": {
                                                  "start": {
                                                    "line": 222,
                                                    "column": 60
                                                  },
                                                  "end": {
                                                    "line": 222,
                                                    "column": 67
                                                  },
                                                  "identifierName": "options"
                                                },
                                                "name": "options"
                                              }
                                            ]
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 7706,
                                            "end": 7710,
                                            "loc": {
                                              "start": {
                                                "line": 222,
                                                "column": 69
                                              },
                                              "end": {
                                                "line": 222,
                                                "column": 73
                                              },
                                              "identifierName": "then"
                                            },
                                            "name": "then"
                                          },
                                          "computed": false
                                        },
                                        "arguments": [
                                          {
                                            "type": "ArrowFunctionExpression",
                                            "start": 7711,
                                            "end": 8133,
                                            "loc": {
                                              "start": {
                                                "line": 222,
                                                "column": 74
                                              },
                                              "end": {
                                                "line": 232,
                                                "column": 9
                                              }
                                            },
                                            "id": null,
                                            "generator": false,
                                            "expression": false,
                                            "async": false,
                                            "params": [
                                              {
                                                "type": "Identifier",
                                                "start": 7711,
                                                "end": 7717,
                                                "loc": {
                                                  "start": {
                                                    "line": 222,
                                                    "column": 74
                                                  },
                                                  "end": {
                                                    "line": 222,
                                                    "column": 80
                                                  },
                                                  "identifierName": "result"
                                                },
                                                "name": "result"
                                              }
                                            ],
                                            "body": {
                                              "type": "BlockStatement",
                                              "start": 7721,
                                              "end": 8133,
                                              "loc": {
                                                "start": {
                                                  "line": 222,
                                                  "column": 84
                                                },
                                                "end": {
                                                  "line": 232,
                                                  "column": 9
                                                }
                                              },
                                              "body": [
                                                {
                                                  "type": "VariableDeclaration",
                                                  "start": 7733,
                                                  "end": 7789,
                                                  "loc": {
                                                    "start": {
                                                      "line": 223,
                                                      "column": 10
                                                    },
                                                    "end": {
                                                      "line": 223,
                                                      "column": 66
                                                    }
                                                  },
                                                  "declarations": [
                                                    {
                                                      "type": "VariableDeclarator",
                                                      "start": 7739,
                                                      "end": 7788,
                                                      "loc": {
                                                        "start": {
                                                          "line": 223,
                                                          "column": 16
                                                        },
                                                        "end": {
                                                          "line": 223,
                                                          "column": 65
                                                        }
                                                      },
                                                      "id": {
                                                        "type": "Identifier",
                                                        "start": 7739,
                                                        "end": 7760,
                                                        "loc": {
                                                          "start": {
                                                            "line": 223,
                                                            "column": 16
                                                          },
                                                          "end": {
                                                            "line": 223,
                                                            "column": 37
                                                          },
                                                          "identifierName": "foreignKeysAreEnabled"
                                                        },
                                                        "name": "foreignKeysAreEnabled"
                                                      },
                                                      "init": {
                                                        "type": "BinaryExpression",
                                                        "start": 7763,
                                                        "end": 7788,
                                                        "loc": {
                                                          "start": {
                                                            "line": 223,
                                                            "column": 40
                                                          },
                                                          "end": {
                                                            "line": 223,
                                                            "column": 65
                                                          }
                                                        },
                                                        "left": {
                                                          "type": "MemberExpression",
                                                          "start": 7763,
                                                          "end": 7782,
                                                          "loc": {
                                                            "start": {
                                                              "line": 223,
                                                              "column": 40
                                                            },
                                                            "end": {
                                                              "line": 223,
                                                              "column": 59
                                                            }
                                                          },
                                                          "object": {
                                                            "type": "Identifier",
                                                            "start": 7763,
                                                            "end": 7769,
                                                            "loc": {
                                                              "start": {
                                                                "line": 223,
                                                                "column": 40
                                                              },
                                                              "end": {
                                                                "line": 223,
                                                                "column": 46
                                                              },
                                                              "identifierName": "result"
                                                            },
                                                            "name": "result"
                                                          },
                                                          "property": {
                                                            "type": "Identifier",
                                                            "start": 7770,
                                                            "end": 7782,
                                                            "loc": {
                                                              "start": {
                                                                "line": 223,
                                                                "column": 47
                                                              },
                                                              "end": {
                                                                "line": 223,
                                                                "column": 59
                                                              },
                                                              "identifierName": "foreign_keys"
                                                            },
                                                            "name": "foreign_keys"
                                                          },
                                                          "computed": false
                                                        },
                                                        "operator": "===",
                                                        "right": {
                                                          "type": "NumericLiteral",
                                                          "start": 7787,
                                                          "end": 7788,
                                                          "loc": {
                                                            "start": {
                                                              "line": 223,
                                                              "column": 64
                                                            },
                                                            "end": {
                                                              "line": 223,
                                                              "column": 65
                                                            }
                                                          },
                                                          "extra": {
                                                            "rawValue": 1,
                                                            "raw": "1"
                                                          },
                                                          "value": 1
                                                        }
                                                      }
                                                    }
                                                  ],
                                                  "kind": "const"
                                                },
                                                {
                                                  "type": "IfStatement",
                                                  "start": 7801,
                                                  "end": 8123,
                                                  "loc": {
                                                    "start": {
                                                      "line": 225,
                                                      "column": 10
                                                    },
                                                    "end": {
                                                      "line": 231,
                                                      "column": 11
                                                    }
                                                  },
                                                  "test": {
                                                    "type": "Identifier",
                                                    "start": 7805,
                                                    "end": 7826,
                                                    "loc": {
                                                      "start": {
                                                        "line": 225,
                                                        "column": 14
                                                      },
                                                      "end": {
                                                        "line": 225,
                                                        "column": 35
                                                      },
                                                      "identifierName": "foreignKeysAreEnabled"
                                                    },
                                                    "name": "foreignKeysAreEnabled"
                                                  },
                                                  "consequent": {
                                                    "type": "BlockStatement",
                                                    "start": 7828,
                                                    "end": 8058,
                                                    "loc": {
                                                      "start": {
                                                        "line": 225,
                                                        "column": 37
                                                      },
                                                      "end": {
                                                        "line": 229,
                                                        "column": 11
                                                      }
                                                    },
                                                    "body": [
                                                      {
                                                        "type": "ReturnStatement",
                                                        "start": 7842,
                                                        "end": 8046,
                                                        "loc": {
                                                          "start": {
                                                            "line": 226,
                                                            "column": 12
                                                          },
                                                          "end": {
                                                            "line": 228,
                                                            "column": 85
                                                          }
                                                        },
                                                        "argument": {
                                                          "type": "CallExpression",
                                                          "start": 7849,
                                                          "end": 8045,
                                                          "loc": {
                                                            "start": {
                                                              "line": 226,
                                                              "column": 19
                                                            },
                                                            "end": {
                                                              "line": 228,
                                                              "column": 84
                                                            }
                                                          },
                                                          "callee": {
                                                            "type": "MemberExpression",
                                                            "start": 7849,
                                                            "end": 7980,
                                                            "loc": {
                                                              "start": {
                                                                "line": 226,
                                                                "column": 19
                                                              },
                                                              "end": {
                                                                "line": 228,
                                                                "column": 19
                                                              }
                                                            },
                                                            "object": {
                                                              "type": "CallExpression",
                                                              "start": 7849,
                                                              "end": 7960,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 226,
                                                                  "column": 19
                                                                },
                                                                "end": {
                                                                  "line": 227,
                                                                  "column": 52
                                                                }
                                                              },
                                                              "callee": {
                                                                "type": "MemberExpression",
                                                                "start": 7849,
                                                                "end": 7927,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 226,
                                                                    "column": 19
                                                                  },
                                                                  "end": {
                                                                    "line": 227,
                                                                    "column": 19
                                                                  }
                                                                },
                                                                "object": {
                                                                  "type": "CallExpression",
                                                                  "start": 7849,
                                                                  "end": 7907,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 226,
                                                                      "column": 19
                                                                    },
                                                                    "end": {
                                                                      "line": 226,
                                                                      "column": 77
                                                                    }
                                                                  },
                                                                  "callee": {
                                                                    "type": "MemberExpression",
                                                                    "start": 7849,
                                                                    "end": 7869,
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 226,
                                                                        "column": 19
                                                                      },
                                                                      "end": {
                                                                        "line": 226,
                                                                        "column": 39
                                                                      }
                                                                    },
                                                                    "object": {
                                                                      "type": "MemberExpression",
                                                                      "start": 7849,
                                                                      "end": 7863,
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 226,
                                                                          "column": 19
                                                                        },
                                                                        "end": {
                                                                          "line": 226,
                                                                          "column": 33
                                                                        }
                                                                      },
                                                                      "object": {
                                                                        "type": "ThisExpression",
                                                                        "start": 7849,
                                                                        "end": 7853,
                                                                        "loc": {
                                                                          "start": {
                                                                            "line": 226,
                                                                            "column": 19
                                                                          },
                                                                          "end": {
                                                                            "line": 226,
                                                                            "column": 23
                                                                          }
                                                                        }
                                                                      },
                                                                      "property": {
                                                                        "type": "Identifier",
                                                                        "start": 7854,
                                                                        "end": 7863,
                                                                        "loc": {
                                                                          "start": {
                                                                            "line": 226,
                                                                            "column": 24
                                                                          },
                                                                          "end": {
                                                                            "line": 226,
                                                                            "column": 33
                                                                          },
                                                                          "identifierName": "sequelize"
                                                                        },
                                                                        "name": "sequelize"
                                                                      },
                                                                      "computed": false
                                                                    },
                                                                    "property": {
                                                                      "type": "Identifier",
                                                                      "start": 7864,
                                                                      "end": 7869,
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 226,
                                                                          "column": 34
                                                                        },
                                                                        "end": {
                                                                          "line": 226,
                                                                          "column": 39
                                                                        },
                                                                        "identifierName": "query"
                                                                      },
                                                                      "name": "query"
                                                                    },
                                                                    "computed": false
                                                                  },
                                                                  "arguments": [
                                                                    {
                                                                      "type": "StringLiteral",
                                                                      "start": 7870,
                                                                      "end": 7897,
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 226,
                                                                          "column": 40
                                                                        },
                                                                        "end": {
                                                                          "line": 226,
                                                                          "column": 67
                                                                        }
                                                                      },
                                                                      "extra": {
                                                                        "rawValue": "PRAGMA foreign_keys = OFF",
                                                                        "raw": "'PRAGMA foreign_keys = OFF'"
                                                                      },
                                                                      "value": "PRAGMA foreign_keys = OFF"
                                                                    },
                                                                    {
                                                                      "type": "Identifier",
                                                                      "start": 7899,
                                                                      "end": 7906,
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 226,
                                                                          "column": 69
                                                                        },
                                                                        "end": {
                                                                          "line": 226,
                                                                          "column": 76
                                                                        },
                                                                        "identifierName": "options"
                                                                      },
                                                                      "name": "options"
                                                                    }
                                                                  ]
                                                                },
                                                                "property": {
                                                                  "type": "Identifier",
                                                                  "start": 7923,
                                                                  "end": 7927,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 227,
                                                                      "column": 15
                                                                    },
                                                                    "end": {
                                                                      "line": 227,
                                                                      "column": 19
                                                                    },
                                                                    "identifierName": "then"
                                                                  },
                                                                  "name": "then"
                                                                },
                                                                "computed": false
                                                              },
                                                              "arguments": [
                                                                {
                                                                  "type": "ArrowFunctionExpression",
                                                                  "start": 7928,
                                                                  "end": 7959,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 227,
                                                                      "column": 20
                                                                    },
                                                                    "end": {
                                                                      "line": 227,
                                                                      "column": 51
                                                                    }
                                                                  },
                                                                  "id": null,
                                                                  "generator": false,
                                                                  "expression": true,
                                                                  "async": false,
                                                                  "params": [],
                                                                  "body": {
                                                                    "type": "CallExpression",
                                                                    "start": 7934,
                                                                    "end": 7959,
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 227,
                                                                        "column": 26
                                                                      },
                                                                      "end": {
                                                                        "line": 227,
                                                                        "column": 51
                                                                      }
                                                                    },
                                                                    "callee": {
                                                                      "type": "Identifier",
                                                                      "start": 7934,
                                                                      "end": 7947,
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 227,
                                                                          "column": 26
                                                                        },
                                                                        "end": {
                                                                          "line": 227,
                                                                          "column": 39
                                                                        },
                                                                        "identifierName": "dropAllTables"
                                                                      },
                                                                      "name": "dropAllTables"
                                                                    },
                                                                    "arguments": [
                                                                      {
                                                                        "type": "Identifier",
                                                                        "start": 7948,
                                                                        "end": 7958,
                                                                        "loc": {
                                                                          "start": {
                                                                            "line": 227,
                                                                            "column": 40
                                                                          },
                                                                          "end": {
                                                                            "line": 227,
                                                                            "column": 50
                                                                          },
                                                                          "identifierName": "tableNames"
                                                                        },
                                                                        "name": "tableNames"
                                                                      }
                                                                    ]
                                                                  }
                                                                }
                                                              ]
                                                            },
                                                            "property": {
                                                              "type": "Identifier",
                                                              "start": 7976,
                                                              "end": 7980,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 228,
                                                                  "column": 15
                                                                },
                                                                "end": {
                                                                  "line": 228,
                                                                  "column": 19
                                                                },
                                                                "identifierName": "then"
                                                              },
                                                              "name": "then"
                                                            },
                                                            "computed": false
                                                          },
                                                          "arguments": [
                                                            {
                                                              "type": "ArrowFunctionExpression",
                                                              "start": 7981,
                                                              "end": 8044,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 228,
                                                                  "column": 20
                                                                },
                                                                "end": {
                                                                  "line": 228,
                                                                  "column": 83
                                                                }
                                                              },
                                                              "id": null,
                                                              "generator": false,
                                                              "expression": true,
                                                              "async": false,
                                                              "params": [],
                                                              "body": {
                                                                "type": "CallExpression",
                                                                "start": 7987,
                                                                "end": 8044,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 228,
                                                                    "column": 26
                                                                  },
                                                                  "end": {
                                                                    "line": 228,
                                                                    "column": 83
                                                                  }
                                                                },
                                                                "callee": {
                                                                  "type": "MemberExpression",
                                                                  "start": 7987,
                                                                  "end": 8007,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 228,
                                                                      "column": 26
                                                                    },
                                                                    "end": {
                                                                      "line": 228,
                                                                      "column": 46
                                                                    }
                                                                  },
                                                                  "object": {
                                                                    "type": "MemberExpression",
                                                                    "start": 7987,
                                                                    "end": 8001,
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 228,
                                                                        "column": 26
                                                                      },
                                                                      "end": {
                                                                        "line": 228,
                                                                        "column": 40
                                                                      }
                                                                    },
                                                                    "object": {
                                                                      "type": "ThisExpression",
                                                                      "start": 7987,
                                                                      "end": 7991,
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 228,
                                                                          "column": 26
                                                                        },
                                                                        "end": {
                                                                          "line": 228,
                                                                          "column": 30
                                                                        }
                                                                      }
                                                                    },
                                                                    "property": {
                                                                      "type": "Identifier",
                                                                      "start": 7992,
                                                                      "end": 8001,
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 228,
                                                                          "column": 31
                                                                        },
                                                                        "end": {
                                                                          "line": 228,
                                                                          "column": 40
                                                                        },
                                                                        "identifierName": "sequelize"
                                                                      },
                                                                      "name": "sequelize"
                                                                    },
                                                                    "computed": false
                                                                  },
                                                                  "property": {
                                                                    "type": "Identifier",
                                                                    "start": 8002,
                                                                    "end": 8007,
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 228,
                                                                        "column": 41
                                                                      },
                                                                      "end": {
                                                                        "line": 228,
                                                                        "column": 46
                                                                      },
                                                                      "identifierName": "query"
                                                                    },
                                                                    "name": "query"
                                                                  },
                                                                  "computed": false
                                                                },
                                                                "arguments": [
                                                                  {
                                                                    "type": "StringLiteral",
                                                                    "start": 8008,
                                                                    "end": 8034,
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 228,
                                                                        "column": 47
                                                                      },
                                                                      "end": {
                                                                        "line": 228,
                                                                        "column": 73
                                                                      }
                                                                    },
                                                                    "extra": {
                                                                      "rawValue": "PRAGMA foreign_keys = ON",
                                                                      "raw": "'PRAGMA foreign_keys = ON'"
                                                                    },
                                                                    "value": "PRAGMA foreign_keys = ON"
                                                                  },
                                                                  {
                                                                    "type": "Identifier",
                                                                    "start": 8036,
                                                                    "end": 8043,
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 228,
                                                                        "column": 75
                                                                      },
                                                                      "end": {
                                                                        "line": 228,
                                                                        "column": 82
                                                                      },
                                                                      "identifierName": "options"
                                                                    },
                                                                    "name": "options"
                                                                  }
                                                                ]
                                                              }
                                                            }
                                                          ]
                                                        }
                                                      }
                                                    ],
                                                    "directives": []
                                                  },
                                                  "alternate": {
                                                    "type": "BlockStatement",
                                                    "start": 8064,
                                                    "end": 8123,
                                                    "loc": {
                                                      "start": {
                                                        "line": 229,
                                                        "column": 17
                                                      },
                                                      "end": {
                                                        "line": 231,
                                                        "column": 11
                                                      }
                                                    },
                                                    "body": [
                                                      {
                                                        "type": "ReturnStatement",
                                                        "start": 8078,
                                                        "end": 8111,
                                                        "loc": {
                                                          "start": {
                                                            "line": 230,
                                                            "column": 12
                                                          },
                                                          "end": {
                                                            "line": 230,
                                                            "column": 45
                                                          }
                                                        },
                                                        "argument": {
                                                          "type": "CallExpression",
                                                          "start": 8085,
                                                          "end": 8110,
                                                          "loc": {
                                                            "start": {
                                                              "line": 230,
                                                              "column": 19
                                                            },
                                                            "end": {
                                                              "line": 230,
                                                              "column": 44
                                                            }
                                                          },
                                                          "callee": {
                                                            "type": "Identifier",
                                                            "start": 8085,
                                                            "end": 8098,
                                                            "loc": {
                                                              "start": {
                                                                "line": 230,
                                                                "column": 19
                                                              },
                                                              "end": {
                                                                "line": 230,
                                                                "column": 32
                                                              },
                                                              "identifierName": "dropAllTables"
                                                            },
                                                            "name": "dropAllTables"
                                                          },
                                                          "arguments": [
                                                            {
                                                              "type": "Identifier",
                                                              "start": 8099,
                                                              "end": 8109,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 230,
                                                                  "column": 33
                                                                },
                                                                "end": {
                                                                  "line": 230,
                                                                  "column": 43
                                                                },
                                                                "identifierName": "tableNames"
                                                              },
                                                              "name": "tableNames"
                                                            }
                                                          ]
                                                        }
                                                      }
                                                    ],
                                                    "directives": []
                                                  }
                                                }
                                              ],
                                              "directives": []
                                            }
                                          }
                                        ]
                                      }
                                    }
                                  ],
                                  "directives": []
                                },
                                "alternate": {
                                  "type": "BlockStatement",
                                  "start": 8149,
                                  "end": 8859,
                                  "loc": {
                                    "start": {
                                      "line": 233,
                                      "column": 13
                                    },
                                    "end": {
                                      "line": 251,
                                      "column": 7
                                    }
                                  },
                                  "body": [
                                    {
                                      "type": "ReturnStatement",
                                      "start": 8159,
                                      "end": 8851,
                                      "loc": {
                                        "start": {
                                          "line": 234,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 250,
                                          "column": 11
                                        }
                                      },
                                      "argument": {
                                        "type": "CallExpression",
                                        "start": 8166,
                                        "end": 8850,
                                        "loc": {
                                          "start": {
                                            "line": 234,
                                            "column": 15
                                          },
                                          "end": {
                                            "line": 250,
                                            "column": 10
                                          }
                                        },
                                        "callee": {
                                          "type": "MemberExpression",
                                          "start": 8166,
                                          "end": 8220,
                                          "loc": {
                                            "start": {
                                              "line": 234,
                                              "column": 15
                                            },
                                            "end": {
                                              "line": 234,
                                              "column": 69
                                            }
                                          },
                                          "object": {
                                            "type": "CallExpression",
                                            "start": 8166,
                                            "end": 8215,
                                            "loc": {
                                              "start": {
                                                "line": 234,
                                                "column": 15
                                              },
                                              "end": {
                                                "line": 234,
                                                "column": 64
                                              }
                                            },
                                            "callee": {
                                              "type": "MemberExpression",
                                              "start": 8166,
                                              "end": 8194,
                                              "loc": {
                                                "start": {
                                                  "line": 234,
                                                  "column": 15
                                                },
                                                "end": {
                                                  "line": 234,
                                                  "column": 43
                                                }
                                              },
                                              "object": {
                                                "type": "ThisExpression",
                                                "start": 8166,
                                                "end": 8170,
                                                "loc": {
                                                  "start": {
                                                    "line": 234,
                                                    "column": 15
                                                  },
                                                  "end": {
                                                    "line": 234,
                                                    "column": 19
                                                  }
                                                }
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 8171,
                                                "end": 8194,
                                                "loc": {
                                                  "start": {
                                                    "line": 234,
                                                    "column": 20
                                                  },
                                                  "end": {
                                                    "line": 234,
                                                    "column": 43
                                                  },
                                                  "identifierName": "getForeignKeysForTables"
                                                },
                                                "name": "getForeignKeysForTables"
                                              },
                                              "computed": false
                                            },
                                            "arguments": [
                                              {
                                                "type": "Identifier",
                                                "start": 8195,
                                                "end": 8205,
                                                "loc": {
                                                  "start": {
                                                    "line": 234,
                                                    "column": 44
                                                  },
                                                  "end": {
                                                    "line": 234,
                                                    "column": 54
                                                  },
                                                  "identifierName": "tableNames"
                                                },
                                                "name": "tableNames"
                                              },
                                              {
                                                "type": "Identifier",
                                                "start": 8207,
                                                "end": 8214,
                                                "loc": {
                                                  "start": {
                                                    "line": 234,
                                                    "column": 56
                                                  },
                                                  "end": {
                                                    "line": 234,
                                                    "column": 63
                                                  },
                                                  "identifierName": "options"
                                                },
                                                "name": "options"
                                              }
                                            ]
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 8216,
                                            "end": 8220,
                                            "loc": {
                                              "start": {
                                                "line": 234,
                                                "column": 65
                                              },
                                              "end": {
                                                "line": 234,
                                                "column": 69
                                              },
                                              "identifierName": "then"
                                            },
                                            "name": "then"
                                          },
                                          "computed": false
                                        },
                                        "arguments": [
                                          {
                                            "type": "ArrowFunctionExpression",
                                            "start": 8221,
                                            "end": 8849,
                                            "loc": {
                                              "start": {
                                                "line": 234,
                                                "column": 70
                                              },
                                              "end": {
                                                "line": 250,
                                                "column": 9
                                              }
                                            },
                                            "id": null,
                                            "generator": false,
                                            "expression": false,
                                            "async": false,
                                            "params": [
                                              {
                                                "type": "Identifier",
                                                "start": 8221,
                                                "end": 8232,
                                                "loc": {
                                                  "start": {
                                                    "line": 234,
                                                    "column": 70
                                                  },
                                                  "end": {
                                                    "line": 234,
                                                    "column": 81
                                                  },
                                                  "identifierName": "foreignKeys"
                                                },
                                                "name": "foreignKeys"
                                              }
                                            ],
                                            "body": {
                                              "type": "BlockStatement",
                                              "start": 8236,
                                              "end": 8849,
                                              "loc": {
                                                "start": {
                                                  "line": 234,
                                                  "column": 85
                                                },
                                                "end": {
                                                  "line": 250,
                                                  "column": 9
                                                }
                                              },
                                              "body": [
                                                {
                                                  "type": "VariableDeclaration",
                                                  "start": 8248,
                                                  "end": 8268,
                                                  "loc": {
                                                    "start": {
                                                      "line": 235,
                                                      "column": 10
                                                    },
                                                    "end": {
                                                      "line": 235,
                                                      "column": 30
                                                    }
                                                  },
                                                  "declarations": [
                                                    {
                                                      "type": "VariableDeclarator",
                                                      "start": 8254,
                                                      "end": 8267,
                                                      "loc": {
                                                        "start": {
                                                          "line": 235,
                                                          "column": 16
                                                        },
                                                        "end": {
                                                          "line": 235,
                                                          "column": 29
                                                        }
                                                      },
                                                      "id": {
                                                        "type": "Identifier",
                                                        "start": 8254,
                                                        "end": 8262,
                                                        "loc": {
                                                          "start": {
                                                            "line": 235,
                                                            "column": 16
                                                          },
                                                          "end": {
                                                            "line": 235,
                                                            "column": 24
                                                          },
                                                          "identifierName": "promises"
                                                        },
                                                        "name": "promises"
                                                      },
                                                      "init": {
                                                        "type": "ArrayExpression",
                                                        "start": 8265,
                                                        "end": 8267,
                                                        "loc": {
                                                          "start": {
                                                            "line": 235,
                                                            "column": 27
                                                          },
                                                          "end": {
                                                            "line": 235,
                                                            "column": 29
                                                          }
                                                        },
                                                        "elements": []
                                                      }
                                                    }
                                                  ],
                                                  "kind": "const"
                                                },
                                                {
                                                  "type": "ExpressionStatement",
                                                  "start": 8280,
                                                  "end": 8760,
                                                  "loc": {
                                                    "start": {
                                                      "line": 237,
                                                      "column": 10
                                                    },
                                                    "end": {
                                                      "line": 247,
                                                      "column": 13
                                                    }
                                                  },
                                                  "expression": {
                                                    "type": "CallExpression",
                                                    "start": 8280,
                                                    "end": 8759,
                                                    "loc": {
                                                      "start": {
                                                        "line": 237,
                                                        "column": 10
                                                      },
                                                      "end": {
                                                        "line": 247,
                                                        "column": 12
                                                      }
                                                    },
                                                    "callee": {
                                                      "type": "MemberExpression",
                                                      "start": 8280,
                                                      "end": 8298,
                                                      "loc": {
                                                        "start": {
                                                          "line": 237,
                                                          "column": 10
                                                        },
                                                        "end": {
                                                          "line": 237,
                                                          "column": 28
                                                        }
                                                      },
                                                      "object": {
                                                        "type": "Identifier",
                                                        "start": 8280,
                                                        "end": 8290,
                                                        "loc": {
                                                          "start": {
                                                            "line": 237,
                                                            "column": 10
                                                          },
                                                          "end": {
                                                            "line": 237,
                                                            "column": 20
                                                          },
                                                          "identifierName": "tableNames"
                                                        },
                                                        "name": "tableNames"
                                                      },
                                                      "property": {
                                                        "type": "Identifier",
                                                        "start": 8291,
                                                        "end": 8298,
                                                        "loc": {
                                                          "start": {
                                                            "line": 237,
                                                            "column": 21
                                                          },
                                                          "end": {
                                                            "line": 237,
                                                            "column": 28
                                                          },
                                                          "identifierName": "forEach"
                                                        },
                                                        "name": "forEach"
                                                      },
                                                      "computed": false
                                                    },
                                                    "arguments": [
                                                      {
                                                        "type": "ArrowFunctionExpression",
                                                        "start": 8299,
                                                        "end": 8758,
                                                        "loc": {
                                                          "start": {
                                                            "line": 237,
                                                            "column": 29
                                                          },
                                                          "end": {
                                                            "line": 247,
                                                            "column": 11
                                                          }
                                                        },
                                                        "id": null,
                                                        "generator": false,
                                                        "expression": false,
                                                        "async": false,
                                                        "params": [
                                                          {
                                                            "type": "Identifier",
                                                            "start": 8299,
                                                            "end": 8308,
                                                            "loc": {
                                                              "start": {
                                                                "line": 237,
                                                                "column": 29
                                                              },
                                                              "end": {
                                                                "line": 237,
                                                                "column": 38
                                                              },
                                                              "identifierName": "tableName"
                                                            },
                                                            "name": "tableName"
                                                          }
                                                        ],
                                                        "body": {
                                                          "type": "BlockStatement",
                                                          "start": 8312,
                                                          "end": 8758,
                                                          "loc": {
                                                            "start": {
                                                              "line": 237,
                                                              "column": 42
                                                            },
                                                            "end": {
                                                              "line": 247,
                                                              "column": 11
                                                            }
                                                          },
                                                          "body": [
                                                            {
                                                              "type": "VariableDeclaration",
                                                              "start": 8326,
                                                              "end": 8362,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 238,
                                                                  "column": 12
                                                                },
                                                                "end": {
                                                                  "line": 238,
                                                                  "column": 48
                                                                }
                                                              },
                                                              "declarations": [
                                                                {
                                                                  "type": "VariableDeclarator",
                                                                  "start": 8330,
                                                                  "end": 8361,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 238,
                                                                      "column": 16
                                                                    },
                                                                    "end": {
                                                                      "line": 238,
                                                                      "column": 47
                                                                    }
                                                                  },
                                                                  "id": {
                                                                    "type": "Identifier",
                                                                    "start": 8330,
                                                                    "end": 8349,
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 238,
                                                                        "column": 16
                                                                      },
                                                                      "end": {
                                                                        "line": 238,
                                                                        "column": 35
                                                                      },
                                                                      "identifierName": "normalizedTableName"
                                                                    },
                                                                    "name": "normalizedTableName"
                                                                  },
                                                                  "init": {
                                                                    "type": "Identifier",
                                                                    "start": 8352,
                                                                    "end": 8361,
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 238,
                                                                        "column": 38
                                                                      },
                                                                      "end": {
                                                                        "line": 238,
                                                                        "column": 47
                                                                      },
                                                                      "identifierName": "tableName"
                                                                    },
                                                                    "name": "tableName"
                                                                  }
                                                                }
                                                              ],
                                                              "kind": "let"
                                                            },
                                                            {
                                                              "type": "IfStatement",
                                                              "start": 8375,
                                                              "end": 8505,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 239,
                                                                  "column": 12
                                                                },
                                                                "end": {
                                                                  "line": 241,
                                                                  "column": 13
                                                                }
                                                              },
                                                              "test": {
                                                                "type": "CallExpression",
                                                                "start": 8379,
                                                                "end": 8406,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 239,
                                                                    "column": 16
                                                                  },
                                                                  "end": {
                                                                    "line": 239,
                                                                    "column": 43
                                                                  }
                                                                },
                                                                "callee": {
                                                                  "type": "MemberExpression",
                                                                  "start": 8379,
                                                                  "end": 8395,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 239,
                                                                      "column": 16
                                                                    },
                                                                    "end": {
                                                                      "line": 239,
                                                                      "column": 32
                                                                    }
                                                                  },
                                                                  "object": {
                                                                    "type": "MemberExpression",
                                                                    "start": 8379,
                                                                    "end": 8386,
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 239,
                                                                        "column": 16
                                                                      },
                                                                      "end": {
                                                                        "line": 239,
                                                                        "column": 23
                                                                      }
                                                                    },
                                                                    "object": {
                                                                      "type": "Identifier",
                                                                      "start": 8379,
                                                                      "end": 8384,
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 239,
                                                                          "column": 16
                                                                        },
                                                                        "end": {
                                                                          "line": 239,
                                                                          "column": 21
                                                                        },
                                                                        "identifierName": "Utils"
                                                                      },
                                                                      "name": "Utils"
                                                                    },
                                                                    "property": {
                                                                      "type": "Identifier",
                                                                      "start": 8385,
                                                                      "end": 8386,
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 239,
                                                                          "column": 22
                                                                        },
                                                                        "end": {
                                                                          "line": 239,
                                                                          "column": 23
                                                                        },
                                                                        "identifierName": "_"
                                                                      },
                                                                      "name": "_"
                                                                    },
                                                                    "computed": false
                                                                  },
                                                                  "property": {
                                                                    "type": "Identifier",
                                                                    "start": 8387,
                                                                    "end": 8395,
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 239,
                                                                        "column": 24
                                                                      },
                                                                      "end": {
                                                                        "line": 239,
                                                                        "column": 32
                                                                      },
                                                                      "identifierName": "isObject"
                                                                    },
                                                                    "name": "isObject"
                                                                  },
                                                                  "computed": false
                                                                },
                                                                "arguments": [
                                                                  {
                                                                    "type": "Identifier",
                                                                    "start": 8396,
                                                                    "end": 8405,
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 239,
                                                                        "column": 33
                                                                      },
                                                                      "end": {
                                                                        "line": 239,
                                                                        "column": 42
                                                                      },
                                                                      "identifierName": "tableName"
                                                                    },
                                                                    "name": "tableName"
                                                                  }
                                                                ]
                                                              },
                                                              "consequent": {
                                                                "type": "BlockStatement",
                                                                "start": 8408,
                                                                "end": 8505,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 239,
                                                                    "column": 45
                                                                  },
                                                                  "end": {
                                                                    "line": 241,
                                                                    "column": 13
                                                                  }
                                                                },
                                                                "body": [
                                                                  {
                                                                    "type": "ExpressionStatement",
                                                                    "start": 8424,
                                                                    "end": 8491,
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 240,
                                                                        "column": 14
                                                                      },
                                                                      "end": {
                                                                        "line": 240,
                                                                        "column": 81
                                                                      }
                                                                    },
                                                                    "expression": {
                                                                      "type": "AssignmentExpression",
                                                                      "start": 8424,
                                                                      "end": 8490,
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 240,
                                                                          "column": 14
                                                                        },
                                                                        "end": {
                                                                          "line": 240,
                                                                          "column": 80
                                                                        }
                                                                      },
                                                                      "operator": "=",
                                                                      "left": {
                                                                        "type": "Identifier",
                                                                        "start": 8424,
                                                                        "end": 8443,
                                                                        "loc": {
                                                                          "start": {
                                                                            "line": 240,
                                                                            "column": 14
                                                                          },
                                                                          "end": {
                                                                            "line": 240,
                                                                            "column": 33
                                                                          },
                                                                          "identifierName": "normalizedTableName"
                                                                        },
                                                                        "name": "normalizedTableName"
                                                                      },
                                                                      "right": {
                                                                        "type": "BinaryExpression",
                                                                        "start": 8446,
                                                                        "end": 8490,
                                                                        "loc": {
                                                                          "start": {
                                                                            "line": 240,
                                                                            "column": 36
                                                                          },
                                                                          "end": {
                                                                            "line": 240,
                                                                            "column": 80
                                                                          }
                                                                        },
                                                                        "left": {
                                                                          "type": "BinaryExpression",
                                                                          "start": 8446,
                                                                          "end": 8468,
                                                                          "loc": {
                                                                            "start": {
                                                                              "line": 240,
                                                                              "column": 36
                                                                            },
                                                                            "end": {
                                                                              "line": 240,
                                                                              "column": 58
                                                                            }
                                                                          },
                                                                          "left": {
                                                                            "type": "MemberExpression",
                                                                            "start": 8446,
                                                                            "end": 8462,
                                                                            "loc": {
                                                                              "start": {
                                                                                "line": 240,
                                                                                "column": 36
                                                                              },
                                                                              "end": {
                                                                                "line": 240,
                                                                                "column": 52
                                                                              }
                                                                            },
                                                                            "object": {
                                                                              "type": "Identifier",
                                                                              "start": 8446,
                                                                              "end": 8455,
                                                                              "loc": {
                                                                                "start": {
                                                                                  "line": 240,
                                                                                  "column": 36
                                                                                },
                                                                                "end": {
                                                                                  "line": 240,
                                                                                  "column": 45
                                                                                },
                                                                                "identifierName": "tableName"
                                                                              },
                                                                              "name": "tableName"
                                                                            },
                                                                            "property": {
                                                                              "type": "Identifier",
                                                                              "start": 8456,
                                                                              "end": 8462,
                                                                              "loc": {
                                                                                "start": {
                                                                                  "line": 240,
                                                                                  "column": 46
                                                                                },
                                                                                "end": {
                                                                                  "line": 240,
                                                                                  "column": 52
                                                                                },
                                                                                "identifierName": "schema"
                                                                              },
                                                                              "name": "schema"
                                                                            },
                                                                            "computed": false
                                                                          },
                                                                          "operator": "+",
                                                                          "right": {
                                                                            "type": "StringLiteral",
                                                                            "start": 8465,
                                                                            "end": 8468,
                                                                            "loc": {
                                                                              "start": {
                                                                                "line": 240,
                                                                                "column": 55
                                                                              },
                                                                              "end": {
                                                                                "line": 240,
                                                                                "column": 58
                                                                              }
                                                                            },
                                                                            "extra": {
                                                                              "rawValue": ".",
                                                                              "raw": "'.'"
                                                                            },
                                                                            "value": "."
                                                                          }
                                                                        },
                                                                        "operator": "+",
                                                                        "right": {
                                                                          "type": "MemberExpression",
                                                                          "start": 8471,
                                                                          "end": 8490,
                                                                          "loc": {
                                                                            "start": {
                                                                              "line": 240,
                                                                              "column": 61
                                                                            },
                                                                            "end": {
                                                                              "line": 240,
                                                                              "column": 80
                                                                            }
                                                                          },
                                                                          "object": {
                                                                            "type": "Identifier",
                                                                            "start": 8471,
                                                                            "end": 8480,
                                                                            "loc": {
                                                                              "start": {
                                                                                "line": 240,
                                                                                "column": 61
                                                                              },
                                                                              "end": {
                                                                                "line": 240,
                                                                                "column": 70
                                                                              },
                                                                              "identifierName": "tableName"
                                                                            },
                                                                            "name": "tableName"
                                                                          },
                                                                          "property": {
                                                                            "type": "Identifier",
                                                                            "start": 8481,
                                                                            "end": 8490,
                                                                            "loc": {
                                                                              "start": {
                                                                                "line": 240,
                                                                                "column": 71
                                                                              },
                                                                              "end": {
                                                                                "line": 240,
                                                                                "column": 80
                                                                              },
                                                                              "identifierName": "tableName"
                                                                            },
                                                                            "name": "tableName"
                                                                          },
                                                                          "computed": false
                                                                        }
                                                                      }
                                                                    }
                                                                  }
                                                                ],
                                                                "directives": []
                                                              },
                                                              "alternate": null
                                                            },
                                                            {
                                                              "type": "ExpressionStatement",
                                                              "start": 8519,
                                                              "end": 8746,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 243,
                                                                  "column": 12
                                                                },
                                                                "end": {
                                                                  "line": 246,
                                                                  "column": 15
                                                                }
                                                              },
                                                              "expression": {
                                                                "type": "CallExpression",
                                                                "start": 8519,
                                                                "end": 8745,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 243,
                                                                    "column": 12
                                                                  },
                                                                  "end": {
                                                                    "line": 246,
                                                                    "column": 14
                                                                  }
                                                                },
                                                                "callee": {
                                                                  "type": "MemberExpression",
                                                                  "start": 8519,
                                                                  "end": 8559,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 243,
                                                                      "column": 12
                                                                    },
                                                                    "end": {
                                                                      "line": 243,
                                                                      "column": 52
                                                                    }
                                                                  },
                                                                  "object": {
                                                                    "type": "MemberExpression",
                                                                    "start": 8519,
                                                                    "end": 8551,
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 243,
                                                                        "column": 12
                                                                      },
                                                                      "end": {
                                                                        "line": 243,
                                                                        "column": 44
                                                                      }
                                                                    },
                                                                    "object": {
                                                                      "type": "Identifier",
                                                                      "start": 8519,
                                                                      "end": 8530,
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 243,
                                                                          "column": 12
                                                                        },
                                                                        "end": {
                                                                          "line": 243,
                                                                          "column": 23
                                                                        },
                                                                        "identifierName": "foreignKeys"
                                                                      },
                                                                      "name": "foreignKeys"
                                                                    },
                                                                    "property": {
                                                                      "type": "Identifier",
                                                                      "start": 8531,
                                                                      "end": 8550,
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 243,
                                                                          "column": 24
                                                                        },
                                                                        "end": {
                                                                          "line": 243,
                                                                          "column": 43
                                                                        },
                                                                        "identifierName": "normalizedTableName"
                                                                      },
                                                                      "name": "normalizedTableName"
                                                                    },
                                                                    "computed": true
                                                                  },
                                                                  "property": {
                                                                    "type": "Identifier",
                                                                    "start": 8552,
                                                                    "end": 8559,
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 243,
                                                                        "column": 45
                                                                      },
                                                                      "end": {
                                                                        "line": 243,
                                                                        "column": 52
                                                                      },
                                                                      "identifierName": "forEach"
                                                                    },
                                                                    "name": "forEach"
                                                                  },
                                                                  "computed": false
                                                                },
                                                                "arguments": [
                                                                  {
                                                                    "type": "ArrowFunctionExpression",
                                                                    "start": 8560,
                                                                    "end": 8744,
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 243,
                                                                        "column": 53
                                                                      },
                                                                      "end": {
                                                                        "line": 246,
                                                                        "column": 13
                                                                      }
                                                                    },
                                                                    "id": null,
                                                                    "generator": false,
                                                                    "expression": false,
                                                                    "async": false,
                                                                    "params": [
                                                                      {
                                                                        "type": "Identifier",
                                                                        "start": 8560,
                                                                        "end": 8570,
                                                                        "loc": {
                                                                          "start": {
                                                                            "line": 243,
                                                                            "column": 53
                                                                          },
                                                                          "end": {
                                                                            "line": 243,
                                                                            "column": 63
                                                                          },
                                                                          "identifierName": "foreignKey"
                                                                        },
                                                                        "name": "foreignKey"
                                                                      }
                                                                    ],
                                                                    "body": {
                                                                      "type": "BlockStatement",
                                                                      "start": 8574,
                                                                      "end": 8744,
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 243,
                                                                          "column": 67
                                                                        },
                                                                        "end": {
                                                                          "line": 246,
                                                                          "column": 13
                                                                        }
                                                                      },
                                                                      "body": [
                                                                        {
                                                                          "type": "VariableDeclaration",
                                                                          "start": 8590,
                                                                          "end": 8665,
                                                                          "loc": {
                                                                            "start": {
                                                                              "line": 244,
                                                                              "column": 14
                                                                            },
                                                                            "end": {
                                                                              "line": 244,
                                                                              "column": 89
                                                                            }
                                                                          },
                                                                          "declarations": [
                                                                            {
                                                                              "type": "VariableDeclarator",
                                                                              "start": 8596,
                                                                              "end": 8664,
                                                                              "loc": {
                                                                                "start": {
                                                                                  "line": 244,
                                                                                  "column": 20
                                                                                },
                                                                                "end": {
                                                                                  "line": 244,
                                                                                  "column": 88
                                                                                }
                                                                              },
                                                                              "id": {
                                                                                "type": "Identifier",
                                                                                "start": 8596,
                                                                                "end": 8599,
                                                                                "loc": {
                                                                                  "start": {
                                                                                    "line": 244,
                                                                                    "column": 20
                                                                                  },
                                                                                  "end": {
                                                                                    "line": 244,
                                                                                    "column": 23
                                                                                  },
                                                                                  "identifierName": "sql"
                                                                                },
                                                                                "name": "sql"
                                                                              },
                                                                              "init": {
                                                                                "type": "CallExpression",
                                                                                "start": 8602,
                                                                                "end": 8664,
                                                                                "loc": {
                                                                                  "start": {
                                                                                    "line": 244,
                                                                                    "column": 26
                                                                                  },
                                                                                  "end": {
                                                                                    "line": 244,
                                                                                    "column": 88
                                                                                  }
                                                                                },
                                                                                "callee": {
                                                                                  "type": "MemberExpression",
                                                                                  "start": 8602,
                                                                                  "end": 8641,
                                                                                  "loc": {
                                                                                    "start": {
                                                                                      "line": 244,
                                                                                      "column": 26
                                                                                    },
                                                                                    "end": {
                                                                                      "line": 244,
                                                                                      "column": 65
                                                                                    }
                                                                                  },
                                                                                  "object": {
                                                                                    "type": "MemberExpression",
                                                                                    "start": 8602,
                                                                                    "end": 8621,
                                                                                    "loc": {
                                                                                      "start": {
                                                                                        "line": 244,
                                                                                        "column": 26
                                                                                      },
                                                                                      "end": {
                                                                                        "line": 244,
                                                                                        "column": 45
                                                                                      }
                                                                                    },
                                                                                    "object": {
                                                                                      "type": "ThisExpression",
                                                                                      "start": 8602,
                                                                                      "end": 8606,
                                                                                      "loc": {
                                                                                        "start": {
                                                                                          "line": 244,
                                                                                          "column": 26
                                                                                        },
                                                                                        "end": {
                                                                                          "line": 244,
                                                                                          "column": 30
                                                                                        }
                                                                                      }
                                                                                    },
                                                                                    "property": {
                                                                                      "type": "Identifier",
                                                                                      "start": 8607,
                                                                                      "end": 8621,
                                                                                      "loc": {
                                                                                        "start": {
                                                                                          "line": 244,
                                                                                          "column": 31
                                                                                        },
                                                                                        "end": {
                                                                                          "line": 244,
                                                                                          "column": 45
                                                                                        },
                                                                                        "identifierName": "QueryGenerator"
                                                                                      },
                                                                                      "name": "QueryGenerator"
                                                                                    },
                                                                                    "computed": false
                                                                                  },
                                                                                  "property": {
                                                                                    "type": "Identifier",
                                                                                    "start": 8622,
                                                                                    "end": 8641,
                                                                                    "loc": {
                                                                                      "start": {
                                                                                        "line": 244,
                                                                                        "column": 46
                                                                                      },
                                                                                      "end": {
                                                                                        "line": 244,
                                                                                        "column": 65
                                                                                      },
                                                                                      "identifierName": "dropForeignKeyQuery"
                                                                                    },
                                                                                    "name": "dropForeignKeyQuery"
                                                                                  },
                                                                                  "computed": false
                                                                                },
                                                                                "arguments": [
                                                                                  {
                                                                                    "type": "Identifier",
                                                                                    "start": 8642,
                                                                                    "end": 8651,
                                                                                    "loc": {
                                                                                      "start": {
                                                                                        "line": 244,
                                                                                        "column": 66
                                                                                      },
                                                                                      "end": {
                                                                                        "line": 244,
                                                                                        "column": 75
                                                                                      },
                                                                                      "identifierName": "tableName"
                                                                                    },
                                                                                    "name": "tableName"
                                                                                  },
                                                                                  {
                                                                                    "type": "Identifier",
                                                                                    "start": 8653,
                                                                                    "end": 8663,
                                                                                    "loc": {
                                                                                      "start": {
                                                                                        "line": 244,
                                                                                        "column": 77
                                                                                      },
                                                                                      "end": {
                                                                                        "line": 244,
                                                                                        "column": 87
                                                                                      },
                                                                                      "identifierName": "foreignKey"
                                                                                    },
                                                                                    "name": "foreignKey"
                                                                                  }
                                                                                ]
                                                                              }
                                                                            }
                                                                          ],
                                                                          "kind": "const"
                                                                        },
                                                                        {
                                                                          "type": "ExpressionStatement",
                                                                          "start": 8680,
                                                                          "end": 8730,
                                                                          "loc": {
                                                                            "start": {
                                                                              "line": 245,
                                                                              "column": 14
                                                                            },
                                                                            "end": {
                                                                              "line": 245,
                                                                              "column": 64
                                                                            }
                                                                          },
                                                                          "expression": {
                                                                            "type": "CallExpression",
                                                                            "start": 8680,
                                                                            "end": 8729,
                                                                            "loc": {
                                                                              "start": {
                                                                                "line": 245,
                                                                                "column": 14
                                                                              },
                                                                              "end": {
                                                                                "line": 245,
                                                                                "column": 63
                                                                              }
                                                                            },
                                                                            "callee": {
                                                                              "type": "MemberExpression",
                                                                              "start": 8680,
                                                                              "end": 8693,
                                                                              "loc": {
                                                                                "start": {
                                                                                  "line": 245,
                                                                                  "column": 14
                                                                                },
                                                                                "end": {
                                                                                  "line": 245,
                                                                                  "column": 27
                                                                                }
                                                                              },
                                                                              "object": {
                                                                                "type": "Identifier",
                                                                                "start": 8680,
                                                                                "end": 8688,
                                                                                "loc": {
                                                                                  "start": {
                                                                                    "line": 245,
                                                                                    "column": 14
                                                                                  },
                                                                                  "end": {
                                                                                    "line": 245,
                                                                                    "column": 22
                                                                                  },
                                                                                  "identifierName": "promises"
                                                                                },
                                                                                "name": "promises"
                                                                              },
                                                                              "property": {
                                                                                "type": "Identifier",
                                                                                "start": 8689,
                                                                                "end": 8693,
                                                                                "loc": {
                                                                                  "start": {
                                                                                    "line": 245,
                                                                                    "column": 23
                                                                                  },
                                                                                  "end": {
                                                                                    "line": 245,
                                                                                    "column": 27
                                                                                  },
                                                                                  "identifierName": "push"
                                                                                },
                                                                                "name": "push"
                                                                              },
                                                                              "computed": false
                                                                            },
                                                                            "arguments": [
                                                                              {
                                                                                "type": "CallExpression",
                                                                                "start": 8694,
                                                                                "end": 8728,
                                                                                "loc": {
                                                                                  "start": {
                                                                                    "line": 245,
                                                                                    "column": 28
                                                                                  },
                                                                                  "end": {
                                                                                    "line": 245,
                                                                                    "column": 62
                                                                                  }
                                                                                },
                                                                                "callee": {
                                                                                  "type": "MemberExpression",
                                                                                  "start": 8694,
                                                                                  "end": 8714,
                                                                                  "loc": {
                                                                                    "start": {
                                                                                      "line": 245,
                                                                                      "column": 28
                                                                                    },
                                                                                    "end": {
                                                                                      "line": 245,
                                                                                      "column": 48
                                                                                    }
                                                                                  },
                                                                                  "object": {
                                                                                    "type": "MemberExpression",
                                                                                    "start": 8694,
                                                                                    "end": 8708,
                                                                                    "loc": {
                                                                                      "start": {
                                                                                        "line": 245,
                                                                                        "column": 28
                                                                                      },
                                                                                      "end": {
                                                                                        "line": 245,
                                                                                        "column": 42
                                                                                      }
                                                                                    },
                                                                                    "object": {
                                                                                      "type": "ThisExpression",
                                                                                      "start": 8694,
                                                                                      "end": 8698,
                                                                                      "loc": {
                                                                                        "start": {
                                                                                          "line": 245,
                                                                                          "column": 28
                                                                                        },
                                                                                        "end": {
                                                                                          "line": 245,
                                                                                          "column": 32
                                                                                        }
                                                                                      }
                                                                                    },
                                                                                    "property": {
                                                                                      "type": "Identifier",
                                                                                      "start": 8699,
                                                                                      "end": 8708,
                                                                                      "loc": {
                                                                                        "start": {
                                                                                          "line": 245,
                                                                                          "column": 33
                                                                                        },
                                                                                        "end": {
                                                                                          "line": 245,
                                                                                          "column": 42
                                                                                        },
                                                                                        "identifierName": "sequelize"
                                                                                      },
                                                                                      "name": "sequelize"
                                                                                    },
                                                                                    "computed": false
                                                                                  },
                                                                                  "property": {
                                                                                    "type": "Identifier",
                                                                                    "start": 8709,
                                                                                    "end": 8714,
                                                                                    "loc": {
                                                                                      "start": {
                                                                                        "line": 245,
                                                                                        "column": 43
                                                                                      },
                                                                                      "end": {
                                                                                        "line": 245,
                                                                                        "column": 48
                                                                                      },
                                                                                      "identifierName": "query"
                                                                                    },
                                                                                    "name": "query"
                                                                                  },
                                                                                  "computed": false
                                                                                },
                                                                                "arguments": [
                                                                                  {
                                                                                    "type": "Identifier",
                                                                                    "start": 8715,
                                                                                    "end": 8718,
                                                                                    "loc": {
                                                                                      "start": {
                                                                                        "line": 245,
                                                                                        "column": 49
                                                                                      },
                                                                                      "end": {
                                                                                        "line": 245,
                                                                                        "column": 52
                                                                                      },
                                                                                      "identifierName": "sql"
                                                                                    },
                                                                                    "name": "sql"
                                                                                  },
                                                                                  {
                                                                                    "type": "Identifier",
                                                                                    "start": 8720,
                                                                                    "end": 8727,
                                                                                    "loc": {
                                                                                      "start": {
                                                                                        "line": 245,
                                                                                        "column": 54
                                                                                      },
                                                                                      "end": {
                                                                                        "line": 245,
                                                                                        "column": 61
                                                                                      },
                                                                                      "identifierName": "options"
                                                                                    },
                                                                                    "name": "options"
                                                                                  }
                                                                                ]
                                                                              }
                                                                            ]
                                                                          }
                                                                        }
                                                                      ],
                                                                      "directives": []
                                                                    }
                                                                  }
                                                                ]
                                                              }
                                                            }
                                                          ],
                                                          "directives": []
                                                        }
                                                      }
                                                    ]
                                                  }
                                                },
                                                {
                                                  "type": "ReturnStatement",
                                                  "start": 8772,
                                                  "end": 8839,
                                                  "loc": {
                                                    "start": {
                                                      "line": 249,
                                                      "column": 10
                                                    },
                                                    "end": {
                                                      "line": 249,
                                                      "column": 77
                                                    }
                                                  },
                                                  "argument": {
                                                    "type": "CallExpression",
                                                    "start": 8779,
                                                    "end": 8838,
                                                    "loc": {
                                                      "start": {
                                                        "line": 249,
                                                        "column": 17
                                                      },
                                                      "end": {
                                                        "line": 249,
                                                        "column": 76
                                                      }
                                                    },
                                                    "callee": {
                                                      "type": "MemberExpression",
                                                      "start": 8779,
                                                      "end": 8805,
                                                      "loc": {
                                                        "start": {
                                                          "line": 249,
                                                          "column": 17
                                                        },
                                                        "end": {
                                                          "line": 249,
                                                          "column": 43
                                                        }
                                                      },
                                                      "object": {
                                                        "type": "CallExpression",
                                                        "start": 8779,
                                                        "end": 8800,
                                                        "loc": {
                                                          "start": {
                                                            "line": 249,
                                                            "column": 17
                                                          },
                                                          "end": {
                                                            "line": 249,
                                                            "column": 38
                                                          }
                                                        },
                                                        "callee": {
                                                          "type": "MemberExpression",
                                                          "start": 8779,
                                                          "end": 8790,
                                                          "loc": {
                                                            "start": {
                                                              "line": 249,
                                                              "column": 17
                                                            },
                                                            "end": {
                                                              "line": 249,
                                                              "column": 28
                                                            }
                                                          },
                                                          "object": {
                                                            "type": "Identifier",
                                                            "start": 8779,
                                                            "end": 8786,
                                                            "loc": {
                                                              "start": {
                                                                "line": 249,
                                                                "column": 17
                                                              },
                                                              "end": {
                                                                "line": 249,
                                                                "column": 24
                                                              },
                                                              "identifierName": "Promise"
                                                            },
                                                            "name": "Promise"
                                                          },
                                                          "property": {
                                                            "type": "Identifier",
                                                            "start": 8787,
                                                            "end": 8790,
                                                            "loc": {
                                                              "start": {
                                                                "line": 249,
                                                                "column": 25
                                                              },
                                                              "end": {
                                                                "line": 249,
                                                                "column": 28
                                                              },
                                                              "identifierName": "all"
                                                            },
                                                            "name": "all"
                                                          },
                                                          "computed": false
                                                        },
                                                        "arguments": [
                                                          {
                                                            "type": "Identifier",
                                                            "start": 8791,
                                                            "end": 8799,
                                                            "loc": {
                                                              "start": {
                                                                "line": 249,
                                                                "column": 29
                                                              },
                                                              "end": {
                                                                "line": 249,
                                                                "column": 37
                                                              },
                                                              "identifierName": "promises"
                                                            },
                                                            "name": "promises"
                                                          }
                                                        ]
                                                      },
                                                      "property": {
                                                        "type": "Identifier",
                                                        "start": 8801,
                                                        "end": 8805,
                                                        "loc": {
                                                          "start": {
                                                            "line": 249,
                                                            "column": 39
                                                          },
                                                          "end": {
                                                            "line": 249,
                                                            "column": 43
                                                          },
                                                          "identifierName": "then"
                                                        },
                                                        "name": "then"
                                                      },
                                                      "computed": false
                                                    },
                                                    "arguments": [
                                                      {
                                                        "type": "ArrowFunctionExpression",
                                                        "start": 8806,
                                                        "end": 8837,
                                                        "loc": {
                                                          "start": {
                                                            "line": 249,
                                                            "column": 44
                                                          },
                                                          "end": {
                                                            "line": 249,
                                                            "column": 75
                                                          }
                                                        },
                                                        "id": null,
                                                        "generator": false,
                                                        "expression": true,
                                                        "async": false,
                                                        "params": [],
                                                        "body": {
                                                          "type": "CallExpression",
                                                          "start": 8812,
                                                          "end": 8837,
                                                          "loc": {
                                                            "start": {
                                                              "line": 249,
                                                              "column": 50
                                                            },
                                                            "end": {
                                                              "line": 249,
                                                              "column": 75
                                                            }
                                                          },
                                                          "callee": {
                                                            "type": "Identifier",
                                                            "start": 8812,
                                                            "end": 8825,
                                                            "loc": {
                                                              "start": {
                                                                "line": 249,
                                                                "column": 50
                                                              },
                                                              "end": {
                                                                "line": 249,
                                                                "column": 63
                                                              },
                                                              "identifierName": "dropAllTables"
                                                            },
                                                            "name": "dropAllTables"
                                                          },
                                                          "arguments": [
                                                            {
                                                              "type": "Identifier",
                                                              "start": 8826,
                                                              "end": 8836,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 249,
                                                                  "column": 64
                                                                },
                                                                "end": {
                                                                  "line": 249,
                                                                  "column": 74
                                                                },
                                                                "identifierName": "tableNames"
                                                              },
                                                              "name": "tableNames"
                                                            }
                                                          ]
                                                        }
                                                      }
                                                    ]
                                                  }
                                                }
                                              ],
                                              "directives": []
                                            }
                                          }
                                        ]
                                      }
                                    }
                                  ],
                                  "directives": []
                                }
                              }
                            ],
                            "directives": []
                          }
                        }
                      ]
                    }
                  }
                ],
                "directives": []
              }
            },
            {
              "type": "ClassMethod",
              "start": 8875,
              "end": 9261,
              "loc": {
                "start": {
                  "line": 255,
                  "column": 2
                },
                "end": {
                  "line": 266,
                  "column": 3
                }
              },
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 8875,
                "end": 8887,
                "loc": {
                  "start": {
                    "line": 255,
                    "column": 2
                  },
                  "end": {
                    "line": 255,
                    "column": 14
                  },
                  "identifierName": "dropAllEnums"
                },
                "name": "dropAllEnums"
              },
              "static": false,
              "kind": "method",
              "id": null,
              "generator": false,
              "expression": false,
              "async": false,
              "params": [
                {
                  "type": "Identifier",
                  "start": 8888,
                  "end": 8895,
                  "loc": {
                    "start": {
                      "line": 255,
                      "column": 15
                    },
                    "end": {
                      "line": 255,
                      "column": 22
                    },
                    "identifierName": "options"
                  },
                  "name": "options"
                }
              ],
              "body": {
                "type": "BlockStatement",
                "start": 8897,
                "end": 9261,
                "loc": {
                  "start": {
                    "line": 255,
                    "column": 24
                  },
                  "end": {
                    "line": 266,
                    "column": 3
                  }
                },
                "body": [
                  {
                    "type": "IfStatement",
                    "start": 8903,
                    "end": 8990,
                    "loc": {
                      "start": {
                        "line": 256,
                        "column": 4
                      },
                      "end": {
                        "line": 258,
                        "column": 5
                      }
                    },
                    "test": {
                      "type": "BinaryExpression",
                      "start": 8907,
                      "end": 8949,
                      "loc": {
                        "start": {
                          "line": 256,
                          "column": 8
                        },
                        "end": {
                          "line": 256,
                          "column": 50
                        }
                      },
                      "left": {
                        "type": "CallExpression",
                        "start": 8907,
                        "end": 8934,
                        "loc": {
                          "start": {
                            "line": 256,
                            "column": 8
                          },
                          "end": {
                            "line": 256,
                            "column": 35
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 8907,
                          "end": 8932,
                          "loc": {
                            "start": {
                              "line": 256,
                              "column": 8
                            },
                            "end": {
                              "line": 256,
                              "column": 33
                            }
                          },
                          "object": {
                            "type": "MemberExpression",
                            "start": 8907,
                            "end": 8921,
                            "loc": {
                              "start": {
                                "line": 256,
                                "column": 8
                              },
                              "end": {
                                "line": 256,
                                "column": 22
                              }
                            },
                            "object": {
                              "type": "ThisExpression",
                              "start": 8907,
                              "end": 8911,
                              "loc": {
                                "start": {
                                  "line": 256,
                                  "column": 8
                                },
                                "end": {
                                  "line": 256,
                                  "column": 12
                                }
                              }
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 8912,
                              "end": 8921,
                              "loc": {
                                "start": {
                                  "line": 256,
                                  "column": 13
                                },
                                "end": {
                                  "line": 256,
                                  "column": 22
                                },
                                "identifierName": "sequelize"
                              },
                              "name": "sequelize"
                            },
                            "computed": false
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 8922,
                            "end": 8932,
                            "loc": {
                              "start": {
                                "line": 256,
                                "column": 23
                              },
                              "end": {
                                "line": 256,
                                "column": 33
                              },
                              "identifierName": "getDialect"
                            },
                            "name": "getDialect"
                          },
                          "computed": false
                        },
                        "arguments": []
                      },
                      "operator": "!==",
                      "right": {
                        "type": "StringLiteral",
                        "start": 8939,
                        "end": 8949,
                        "loc": {
                          "start": {
                            "line": 256,
                            "column": 40
                          },
                          "end": {
                            "line": 256,
                            "column": 50
                          }
                        },
                        "extra": {
                          "rawValue": "postgres",
                          "raw": "'postgres'"
                        },
                        "value": "postgres"
                      }
                    },
                    "consequent": {
                      "type": "BlockStatement",
                      "start": 8951,
                      "end": 8990,
                      "loc": {
                        "start": {
                          "line": 256,
                          "column": 52
                        },
                        "end": {
                          "line": 258,
                          "column": 5
                        }
                      },
                      "body": [
                        {
                          "type": "ReturnStatement",
                          "start": 8959,
                          "end": 8984,
                          "loc": {
                            "start": {
                              "line": 257,
                              "column": 6
                            },
                            "end": {
                              "line": 257,
                              "column": 31
                            }
                          },
                          "argument": {
                            "type": "CallExpression",
                            "start": 8966,
                            "end": 8983,
                            "loc": {
                              "start": {
                                "line": 257,
                                "column": 13
                              },
                              "end": {
                                "line": 257,
                                "column": 30
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 8966,
                              "end": 8981,
                              "loc": {
                                "start": {
                                  "line": 257,
                                  "column": 13
                                },
                                "end": {
                                  "line": 257,
                                  "column": 28
                                }
                              },
                              "object": {
                                "type": "Identifier",
                                "start": 8966,
                                "end": 8973,
                                "loc": {
                                  "start": {
                                    "line": 257,
                                    "column": 13
                                  },
                                  "end": {
                                    "line": 257,
                                    "column": 20
                                  },
                                  "identifierName": "Promise"
                                },
                                "name": "Promise"
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 8974,
                                "end": 8981,
                                "loc": {
                                  "start": {
                                    "line": 257,
                                    "column": 21
                                  },
                                  "end": {
                                    "line": 257,
                                    "column": 28
                                  },
                                  "identifierName": "resolve"
                                },
                                "name": "resolve"
                              },
                              "computed": false
                            },
                            "arguments": []
                          }
                        }
                      ],
                      "directives": []
                    },
                    "alternate": null
                  },
                  {
                    "type": "ExpressionStatement",
                    "start": 8996,
                    "end": 9020,
                    "loc": {
                      "start": {
                        "line": 260,
                        "column": 4
                      },
                      "end": {
                        "line": 260,
                        "column": 28
                      }
                    },
                    "expression": {
                      "type": "AssignmentExpression",
                      "start": 8996,
                      "end": 9019,
                      "loc": {
                        "start": {
                          "line": 260,
                          "column": 4
                        },
                        "end": {
                          "line": 260,
                          "column": 27
                        }
                      },
                      "operator": "=",
                      "left": {
                        "type": "Identifier",
                        "start": 8996,
                        "end": 9003,
                        "loc": {
                          "start": {
                            "line": 260,
                            "column": 4
                          },
                          "end": {
                            "line": 260,
                            "column": 11
                          },
                          "identifierName": "options"
                        },
                        "name": "options"
                      },
                      "right": {
                        "type": "LogicalExpression",
                        "start": 9006,
                        "end": 9019,
                        "loc": {
                          "start": {
                            "line": 260,
                            "column": 14
                          },
                          "end": {
                            "line": 260,
                            "column": 27
                          }
                        },
                        "left": {
                          "type": "Identifier",
                          "start": 9006,
                          "end": 9013,
                          "loc": {
                            "start": {
                              "line": 260,
                              "column": 14
                            },
                            "end": {
                              "line": 260,
                              "column": 21
                            },
                            "identifierName": "options"
                          },
                          "name": "options"
                        },
                        "operator": "||",
                        "right": {
                          "type": "ObjectExpression",
                          "start": 9017,
                          "end": 9019,
                          "loc": {
                            "start": {
                              "line": 260,
                              "column": 25
                            },
                            "end": {
                              "line": 260,
                              "column": 27
                            }
                          },
                          "properties": []
                        }
                      }
                    }
                  },
                  {
                    "type": "ReturnStatement",
                    "start": 9026,
                    "end": 9257,
                    "loc": {
                      "start": {
                        "line": 262,
                        "column": 4
                      },
                      "end": {
                        "line": 265,
                        "column": 7
                      }
                    },
                    "argument": {
                      "type": "CallExpression",
                      "start": 9033,
                      "end": 9256,
                      "loc": {
                        "start": {
                          "line": 262,
                          "column": 11
                        },
                        "end": {
                          "line": 265,
                          "column": 6
                        }
                      },
                      "callee": {
                        "type": "MemberExpression",
                        "start": 9033,
                        "end": 9068,
                        "loc": {
                          "start": {
                            "line": 262,
                            "column": 11
                          },
                          "end": {
                            "line": 262,
                            "column": 46
                          }
                        },
                        "object": {
                          "type": "CallExpression",
                          "start": 9033,
                          "end": 9064,
                          "loc": {
                            "start": {
                              "line": 262,
                              "column": 11
                            },
                            "end": {
                              "line": 262,
                              "column": 42
                            }
                          },
                          "callee": {
                            "type": "MemberExpression",
                            "start": 9033,
                            "end": 9049,
                            "loc": {
                              "start": {
                                "line": 262,
                                "column": 11
                              },
                              "end": {
                                "line": 262,
                                "column": 27
                              }
                            },
                            "object": {
                              "type": "ThisExpression",
                              "start": 9033,
                              "end": 9037,
                              "loc": {
                                "start": {
                                  "line": 262,
                                  "column": 11
                                },
                                "end": {
                                  "line": 262,
                                  "column": 15
                                }
                              }
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 9038,
                              "end": 9049,
                              "loc": {
                                "start": {
                                  "line": 262,
                                  "column": 16
                                },
                                "end": {
                                  "line": 262,
                                  "column": 27
                                },
                                "identifierName": "pgListEnums"
                              },
                              "name": "pgListEnums"
                            },
                            "computed": false
                          },
                          "arguments": [
                            {
                              "type": "NullLiteral",
                              "start": 9050,
                              "end": 9054,
                              "loc": {
                                "start": {
                                  "line": 262,
                                  "column": 28
                                },
                                "end": {
                                  "line": 262,
                                  "column": 32
                                }
                              }
                            },
                            {
                              "type": "Identifier",
                              "start": 9056,
                              "end": 9063,
                              "loc": {
                                "start": {
                                  "line": 262,
                                  "column": 34
                                },
                                "end": {
                                  "line": 262,
                                  "column": 41
                                },
                                "identifierName": "options"
                              },
                              "name": "options"
                            }
                          ]
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 9065,
                          "end": 9068,
                          "loc": {
                            "start": {
                              "line": 262,
                              "column": 43
                            },
                            "end": {
                              "line": 262,
                              "column": 46
                            },
                            "identifierName": "map"
                          },
                          "name": "map"
                        },
                        "computed": false
                      },
                      "arguments": [
                        {
                          "type": "ArrowFunctionExpression",
                          "start": 9069,
                          "end": 9255,
                          "loc": {
                            "start": {
                              "line": 262,
                              "column": 47
                            },
                            "end": {
                              "line": 265,
                              "column": 5
                            }
                          },
                          "id": null,
                          "generator": false,
                          "expression": true,
                          "async": false,
                          "params": [
                            {
                              "type": "Identifier",
                              "start": 9069,
                              "end": 9075,
                              "loc": {
                                "start": {
                                  "line": 262,
                                  "column": 47
                                },
                                "end": {
                                  "line": 262,
                                  "column": 53
                                },
                                "identifierName": "result"
                              },
                              "name": "result"
                            }
                          ],
                          "body": {
                            "type": "CallExpression",
                            "start": 9079,
                            "end": 9255,
                            "loc": {
                              "start": {
                                "line": 262,
                                "column": 57
                              },
                              "end": {
                                "line": 265,
                                "column": 5
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 9079,
                              "end": 9099,
                              "loc": {
                                "start": {
                                  "line": 262,
                                  "column": 57
                                },
                                "end": {
                                  "line": 262,
                                  "column": 77
                                }
                              },
                              "object": {
                                "type": "MemberExpression",
                                "start": 9079,
                                "end": 9093,
                                "loc": {
                                  "start": {
                                    "line": 262,
                                    "column": 57
                                  },
                                  "end": {
                                    "line": 262,
                                    "column": 71
                                  }
                                },
                                "object": {
                                  "type": "ThisExpression",
                                  "start": 9079,
                                  "end": 9083,
                                  "loc": {
                                    "start": {
                                      "line": 262,
                                      "column": 57
                                    },
                                    "end": {
                                      "line": 262,
                                      "column": 61
                                    }
                                  }
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 9084,
                                  "end": 9093,
                                  "loc": {
                                    "start": {
                                      "line": 262,
                                      "column": 62
                                    },
                                    "end": {
                                      "line": 262,
                                      "column": 71
                                    },
                                    "identifierName": "sequelize"
                                  },
                                  "name": "sequelize"
                                },
                                "computed": false
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 9094,
                                "end": 9099,
                                "loc": {
                                  "start": {
                                    "line": 262,
                                    "column": 72
                                  },
                                  "end": {
                                    "line": 262,
                                    "column": 77
                                  },
                                  "identifierName": "query"
                                },
                                "name": "query"
                              },
                              "computed": false
                            },
                            "arguments": [
                              {
                                "type": "CallExpression",
                                "start": 9107,
                                "end": 9205,
                                "loc": {
                                  "start": {
                                    "line": 263,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 263,
                                    "column": 104
                                  }
                                },
                                "callee": {
                                  "type": "MemberExpression",
                                  "start": 9107,
                                  "end": 9137,
                                  "loc": {
                                    "start": {
                                      "line": 263,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 263,
                                      "column": 36
                                    }
                                  },
                                  "object": {
                                    "type": "MemberExpression",
                                    "start": 9107,
                                    "end": 9126,
                                    "loc": {
                                      "start": {
                                        "line": 263,
                                        "column": 6
                                      },
                                      "end": {
                                        "line": 263,
                                        "column": 25
                                      }
                                    },
                                    "object": {
                                      "type": "ThisExpression",
                                      "start": 9107,
                                      "end": 9111,
                                      "loc": {
                                        "start": {
                                          "line": 263,
                                          "column": 6
                                        },
                                        "end": {
                                          "line": 263,
                                          "column": 10
                                        }
                                      }
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 9112,
                                      "end": 9126,
                                      "loc": {
                                        "start": {
                                          "line": 263,
                                          "column": 11
                                        },
                                        "end": {
                                          "line": 263,
                                          "column": 25
                                        },
                                        "identifierName": "QueryGenerator"
                                      },
                                      "name": "QueryGenerator"
                                    },
                                    "computed": false
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 9127,
                                    "end": 9137,
                                    "loc": {
                                      "start": {
                                        "line": 263,
                                        "column": 26
                                      },
                                      "end": {
                                        "line": 263,
                                        "column": 36
                                      },
                                      "identifierName": "pgEnumDrop"
                                    },
                                    "name": "pgEnumDrop"
                                  },
                                  "computed": false
                                },
                                "arguments": [
                                  {
                                    "type": "NullLiteral",
                                    "start": 9138,
                                    "end": 9142,
                                    "loc": {
                                      "start": {
                                        "line": 263,
                                        "column": 37
                                      },
                                      "end": {
                                        "line": 263,
                                        "column": 41
                                      }
                                    }
                                  },
                                  {
                                    "type": "NullLiteral",
                                    "start": 9144,
                                    "end": 9148,
                                    "loc": {
                                      "start": {
                                        "line": 263,
                                        "column": 43
                                      },
                                      "end": {
                                        "line": 263,
                                        "column": 47
                                      }
                                    }
                                  },
                                  {
                                    "type": "CallExpression",
                                    "start": 9150,
                                    "end": 9204,
                                    "loc": {
                                      "start": {
                                        "line": 263,
                                        "column": 49
                                      },
                                      "end": {
                                        "line": 263,
                                        "column": 103
                                      }
                                    },
                                    "callee": {
                                      "type": "MemberExpression",
                                      "start": 9150,
                                      "end": 9186,
                                      "loc": {
                                        "start": {
                                          "line": 263,
                                          "column": 49
                                        },
                                        "end": {
                                          "line": 263,
                                          "column": 85
                                        }
                                      },
                                      "object": {
                                        "type": "MemberExpression",
                                        "start": 9150,
                                        "end": 9169,
                                        "loc": {
                                          "start": {
                                            "line": 263,
                                            "column": 49
                                          },
                                          "end": {
                                            "line": 263,
                                            "column": 68
                                          }
                                        },
                                        "object": {
                                          "type": "ThisExpression",
                                          "start": 9150,
                                          "end": 9154,
                                          "loc": {
                                            "start": {
                                              "line": 263,
                                              "column": 49
                                            },
                                            "end": {
                                              "line": 263,
                                              "column": 53
                                            }
                                          }
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 9155,
                                          "end": 9169,
                                          "loc": {
                                            "start": {
                                              "line": 263,
                                              "column": 54
                                            },
                                            "end": {
                                              "line": 263,
                                              "column": 68
                                            },
                                            "identifierName": "QueryGenerator"
                                          },
                                          "name": "QueryGenerator"
                                        },
                                        "computed": false
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 9170,
                                        "end": 9186,
                                        "loc": {
                                          "start": {
                                            "line": 263,
                                            "column": 69
                                          },
                                          "end": {
                                            "line": 263,
                                            "column": 85
                                          },
                                          "identifierName": "pgEscapeAndQuote"
                                        },
                                        "name": "pgEscapeAndQuote"
                                      },
                                      "computed": false
                                    },
                                    "arguments": [
                                      {
                                        "type": "MemberExpression",
                                        "start": 9187,
                                        "end": 9203,
                                        "loc": {
                                          "start": {
                                            "line": 263,
                                            "column": 86
                                          },
                                          "end": {
                                            "line": 263,
                                            "column": 102
                                          }
                                        },
                                        "object": {
                                          "type": "Identifier",
                                          "start": 9187,
                                          "end": 9193,
                                          "loc": {
                                            "start": {
                                              "line": 263,
                                              "column": 86
                                            },
                                            "end": {
                                              "line": 263,
                                              "column": 92
                                            },
                                            "identifierName": "result"
                                          },
                                          "name": "result"
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 9194,
                                          "end": 9203,
                                          "loc": {
                                            "start": {
                                              "line": 263,
                                              "column": 93
                                            },
                                            "end": {
                                              "line": 263,
                                              "column": 102
                                            },
                                            "identifierName": "enum_name"
                                          },
                                          "name": "enum_name"
                                        },
                                        "computed": false
                                      }
                                    ]
                                  }
                                ]
                              },
                              {
                                "type": "CallExpression",
                                "start": 9213,
                                "end": 9249,
                                "loc": {
                                  "start": {
                                    "line": 264,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 264,
                                    "column": 42
                                  }
                                },
                                "callee": {
                                  "type": "MemberExpression",
                                  "start": 9213,
                                  "end": 9221,
                                  "loc": {
                                    "start": {
                                      "line": 264,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 264,
                                      "column": 14
                                    }
                                  },
                                  "object": {
                                    "type": "Identifier",
                                    "start": 9213,
                                    "end": 9214,
                                    "loc": {
                                      "start": {
                                        "line": 264,
                                        "column": 6
                                      },
                                      "end": {
                                        "line": 264,
                                        "column": 7
                                      },
                                      "identifierName": "_"
                                    },
                                    "name": "_"
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 9215,
                                    "end": 9221,
                                    "loc": {
                                      "start": {
                                        "line": 264,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 264,
                                        "column": 14
                                      },
                                      "identifierName": "assign"
                                    },
                                    "name": "assign"
                                  },
                                  "computed": false
                                },
                                "arguments": [
                                  {
                                    "type": "ObjectExpression",
                                    "start": 9222,
                                    "end": 9224,
                                    "loc": {
                                      "start": {
                                        "line": 264,
                                        "column": 15
                                      },
                                      "end": {
                                        "line": 264,
                                        "column": 17
                                      }
                                    },
                                    "properties": []
                                  },
                                  {
                                    "type": "Identifier",
                                    "start": 9226,
                                    "end": 9233,
                                    "loc": {
                                      "start": {
                                        "line": 264,
                                        "column": 19
                                      },
                                      "end": {
                                        "line": 264,
                                        "column": 26
                                      },
                                      "identifierName": "options"
                                    },
                                    "name": "options"
                                  },
                                  {
                                    "type": "ObjectExpression",
                                    "start": 9235,
                                    "end": 9248,
                                    "loc": {
                                      "start": {
                                        "line": 264,
                                        "column": 28
                                      },
                                      "end": {
                                        "line": 264,
                                        "column": 41
                                      }
                                    },
                                    "properties": [
                                      {
                                        "type": "ObjectProperty",
                                        "start": 9237,
                                        "end": 9246,
                                        "loc": {
                                          "start": {
                                            "line": 264,
                                            "column": 30
                                          },
                                          "end": {
                                            "line": 264,
                                            "column": 39
                                          }
                                        },
                                        "method": false,
                                        "shorthand": false,
                                        "computed": false,
                                        "key": {
                                          "type": "Identifier",
                                          "start": 9237,
                                          "end": 9240,
                                          "loc": {
                                            "start": {
                                              "line": 264,
                                              "column": 30
                                            },
                                            "end": {
                                              "line": 264,
                                              "column": 33
                                            },
                                            "identifierName": "raw"
                                          },
                                          "name": "raw"
                                        },
                                        "value": {
                                          "type": "BooleanLiteral",
                                          "start": 9242,
                                          "end": 9246,
                                          "loc": {
                                            "start": {
                                              "line": 264,
                                              "column": 35
                                            },
                                            "end": {
                                              "line": 264,
                                              "column": 39
                                            }
                                          },
                                          "value": true
                                        }
                                      }
                                    ]
                                  }
                                ]
                              }
                            ]
                          }
                        }
                      ]
                    }
                  }
                ],
                "directives": []
              }
            },
            {
              "type": "ClassMethod",
              "start": 9265,
              "end": 9506,
              "loc": {
                "start": {
                  "line": 268,
                  "column": 2
                },
                "end": {
                  "line": 272,
                  "column": 3
                }
              },
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 9265,
                "end": 9276,
                "loc": {
                  "start": {
                    "line": 268,
                    "column": 2
                  },
                  "end": {
                    "line": 268,
                    "column": 13
                  },
                  "identifierName": "pgListEnums"
                },
                "name": "pgListEnums"
              },
              "static": false,
              "kind": "method",
              "id": null,
              "generator": false,
              "expression": false,
              "async": false,
              "params": [
                {
                  "type": "Identifier",
                  "start": 9277,
                  "end": 9286,
                  "loc": {
                    "start": {
                      "line": 268,
                      "column": 14
                    },
                    "end": {
                      "line": 268,
                      "column": 23
                    },
                    "identifierName": "tableName"
                  },
                  "name": "tableName"
                },
                {
                  "type": "Identifier",
                  "start": 9288,
                  "end": 9295,
                  "loc": {
                    "start": {
                      "line": 268,
                      "column": 25
                    },
                    "end": {
                      "line": 268,
                      "column": 32
                    },
                    "identifierName": "options"
                  },
                  "name": "options"
                }
              ],
              "body": {
                "type": "BlockStatement",
                "start": 9297,
                "end": 9506,
                "loc": {
                  "start": {
                    "line": 268,
                    "column": 34
                  },
                  "end": {
                    "line": 272,
                    "column": 3
                  }
                },
                "body": [
                  {
                    "type": "ExpressionStatement",
                    "start": 9303,
                    "end": 9327,
                    "loc": {
                      "start": {
                        "line": 269,
                        "column": 4
                      },
                      "end": {
                        "line": 269,
                        "column": 28
                      }
                    },
                    "expression": {
                      "type": "AssignmentExpression",
                      "start": 9303,
                      "end": 9326,
                      "loc": {
                        "start": {
                          "line": 269,
                          "column": 4
                        },
                        "end": {
                          "line": 269,
                          "column": 27
                        }
                      },
                      "operator": "=",
                      "left": {
                        "type": "Identifier",
                        "start": 9303,
                        "end": 9310,
                        "loc": {
                          "start": {
                            "line": 269,
                            "column": 4
                          },
                          "end": {
                            "line": 269,
                            "column": 11
                          },
                          "identifierName": "options"
                        },
                        "name": "options"
                      },
                      "right": {
                        "type": "LogicalExpression",
                        "start": 9313,
                        "end": 9326,
                        "loc": {
                          "start": {
                            "line": 269,
                            "column": 14
                          },
                          "end": {
                            "line": 269,
                            "column": 27
                          }
                        },
                        "left": {
                          "type": "Identifier",
                          "start": 9313,
                          "end": 9320,
                          "loc": {
                            "start": {
                              "line": 269,
                              "column": 14
                            },
                            "end": {
                              "line": 269,
                              "column": 21
                            },
                            "identifierName": "options"
                          },
                          "name": "options"
                        },
                        "operator": "||",
                        "right": {
                          "type": "ObjectExpression",
                          "start": 9324,
                          "end": 9326,
                          "loc": {
                            "start": {
                              "line": 269,
                              "column": 25
                            },
                            "end": {
                              "line": 269,
                              "column": 27
                            }
                          },
                          "properties": []
                        }
                      }
                    }
                  },
                  {
                    "type": "VariableDeclaration",
                    "start": 9332,
                    "end": 9387,
                    "loc": {
                      "start": {
                        "line": 270,
                        "column": 4
                      },
                      "end": {
                        "line": 270,
                        "column": 59
                      }
                    },
                    "declarations": [
                      {
                        "type": "VariableDeclarator",
                        "start": 9338,
                        "end": 9386,
                        "loc": {
                          "start": {
                            "line": 270,
                            "column": 10
                          },
                          "end": {
                            "line": 270,
                            "column": 58
                          }
                        },
                        "id": {
                          "type": "Identifier",
                          "start": 9338,
                          "end": 9341,
                          "loc": {
                            "start": {
                              "line": 270,
                              "column": 10
                            },
                            "end": {
                              "line": 270,
                              "column": 13
                            },
                            "identifierName": "sql"
                          },
                          "name": "sql"
                        },
                        "init": {
                          "type": "CallExpression",
                          "start": 9344,
                          "end": 9386,
                          "loc": {
                            "start": {
                              "line": 270,
                              "column": 16
                            },
                            "end": {
                              "line": 270,
                              "column": 58
                            }
                          },
                          "callee": {
                            "type": "MemberExpression",
                            "start": 9344,
                            "end": 9375,
                            "loc": {
                              "start": {
                                "line": 270,
                                "column": 16
                              },
                              "end": {
                                "line": 270,
                                "column": 47
                              }
                            },
                            "object": {
                              "type": "MemberExpression",
                              "start": 9344,
                              "end": 9363,
                              "loc": {
                                "start": {
                                  "line": 270,
                                  "column": 16
                                },
                                "end": {
                                  "line": 270,
                                  "column": 35
                                }
                              },
                              "object": {
                                "type": "ThisExpression",
                                "start": 9344,
                                "end": 9348,
                                "loc": {
                                  "start": {
                                    "line": 270,
                                    "column": 16
                                  },
                                  "end": {
                                    "line": 270,
                                    "column": 20
                                  }
                                }
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 9349,
                                "end": 9363,
                                "loc": {
                                  "start": {
                                    "line": 270,
                                    "column": 21
                                  },
                                  "end": {
                                    "line": 270,
                                    "column": 35
                                  },
                                  "identifierName": "QueryGenerator"
                                },
                                "name": "QueryGenerator"
                              },
                              "computed": false
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 9364,
                              "end": 9375,
                              "loc": {
                                "start": {
                                  "line": 270,
                                  "column": 36
                                },
                                "end": {
                                  "line": 270,
                                  "column": 47
                                },
                                "identifierName": "pgListEnums"
                              },
                              "name": "pgListEnums"
                            },
                            "computed": false
                          },
                          "arguments": [
                            {
                              "type": "Identifier",
                              "start": 9376,
                              "end": 9385,
                              "loc": {
                                "start": {
                                  "line": 270,
                                  "column": 48
                                },
                                "end": {
                                  "line": 270,
                                  "column": 57
                                },
                                "identifierName": "tableName"
                              },
                              "name": "tableName"
                            }
                          ]
                        }
                      }
                    ],
                    "kind": "const"
                  },
                  {
                    "type": "ReturnStatement",
                    "start": 9392,
                    "end": 9502,
                    "loc": {
                      "start": {
                        "line": 271,
                        "column": 4
                      },
                      "end": {
                        "line": 271,
                        "column": 114
                      }
                    },
                    "argument": {
                      "type": "CallExpression",
                      "start": 9399,
                      "end": 9501,
                      "loc": {
                        "start": {
                          "line": 271,
                          "column": 11
                        },
                        "end": {
                          "line": 271,
                          "column": 113
                        }
                      },
                      "callee": {
                        "type": "MemberExpression",
                        "start": 9399,
                        "end": 9419,
                        "loc": {
                          "start": {
                            "line": 271,
                            "column": 11
                          },
                          "end": {
                            "line": 271,
                            "column": 31
                          }
                        },
                        "object": {
                          "type": "MemberExpression",
                          "start": 9399,
                          "end": 9413,
                          "loc": {
                            "start": {
                              "line": 271,
                              "column": 11
                            },
                            "end": {
                              "line": 271,
                              "column": 25
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 9399,
                            "end": 9403,
                            "loc": {
                              "start": {
                                "line": 271,
                                "column": 11
                              },
                              "end": {
                                "line": 271,
                                "column": 15
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 9404,
                            "end": 9413,
                            "loc": {
                              "start": {
                                "line": 271,
                                "column": 16
                              },
                              "end": {
                                "line": 271,
                                "column": 25
                              },
                              "identifierName": "sequelize"
                            },
                            "name": "sequelize"
                          },
                          "computed": false
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 9414,
                          "end": 9419,
                          "loc": {
                            "start": {
                              "line": 271,
                              "column": 26
                            },
                            "end": {
                              "line": 271,
                              "column": 31
                            },
                            "identifierName": "query"
                          },
                          "name": "query"
                        },
                        "computed": false
                      },
                      "arguments": [
                        {
                          "type": "Identifier",
                          "start": 9420,
                          "end": 9423,
                          "loc": {
                            "start": {
                              "line": 271,
                              "column": 32
                            },
                            "end": {
                              "line": 271,
                              "column": 35
                            },
                            "identifierName": "sql"
                          },
                          "name": "sql"
                        },
                        {
                          "type": "CallExpression",
                          "start": 9425,
                          "end": 9500,
                          "loc": {
                            "start": {
                              "line": 271,
                              "column": 37
                            },
                            "end": {
                              "line": 271,
                              "column": 112
                            }
                          },
                          "callee": {
                            "type": "MemberExpression",
                            "start": 9425,
                            "end": 9433,
                            "loc": {
                              "start": {
                                "line": 271,
                                "column": 37
                              },
                              "end": {
                                "line": 271,
                                "column": 45
                              }
                            },
                            "object": {
                              "type": "Identifier",
                              "start": 9425,
                              "end": 9426,
                              "loc": {
                                "start": {
                                  "line": 271,
                                  "column": 37
                                },
                                "end": {
                                  "line": 271,
                                  "column": 38
                                },
                                "identifierName": "_"
                              },
                              "name": "_"
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 9427,
                              "end": 9433,
                              "loc": {
                                "start": {
                                  "line": 271,
                                  "column": 39
                                },
                                "end": {
                                  "line": 271,
                                  "column": 45
                                },
                                "identifierName": "assign"
                              },
                              "name": "assign"
                            },
                            "computed": false
                          },
                          "arguments": [
                            {
                              "type": "ObjectExpression",
                              "start": 9434,
                              "end": 9436,
                              "loc": {
                                "start": {
                                  "line": 271,
                                  "column": 46
                                },
                                "end": {
                                  "line": 271,
                                  "column": 48
                                }
                              },
                              "properties": []
                            },
                            {
                              "type": "Identifier",
                              "start": 9438,
                              "end": 9445,
                              "loc": {
                                "start": {
                                  "line": 271,
                                  "column": 50
                                },
                                "end": {
                                  "line": 271,
                                  "column": 57
                                },
                                "identifierName": "options"
                              },
                              "name": "options"
                            },
                            {
                              "type": "ObjectExpression",
                              "start": 9447,
                              "end": 9499,
                              "loc": {
                                "start": {
                                  "line": 271,
                                  "column": 59
                                },
                                "end": {
                                  "line": 271,
                                  "column": 111
                                }
                              },
                              "properties": [
                                {
                                  "type": "ObjectProperty",
                                  "start": 9449,
                                  "end": 9461,
                                  "loc": {
                                    "start": {
                                      "line": 271,
                                      "column": 61
                                    },
                                    "end": {
                                      "line": 271,
                                      "column": 73
                                    }
                                  },
                                  "method": false,
                                  "shorthand": false,
                                  "computed": false,
                                  "key": {
                                    "type": "Identifier",
                                    "start": 9449,
                                    "end": 9454,
                                    "loc": {
                                      "start": {
                                        "line": 271,
                                        "column": 61
                                      },
                                      "end": {
                                        "line": 271,
                                        "column": 66
                                      },
                                      "identifierName": "plain"
                                    },
                                    "name": "plain"
                                  },
                                  "value": {
                                    "type": "BooleanLiteral",
                                    "start": 9456,
                                    "end": 9461,
                                    "loc": {
                                      "start": {
                                        "line": 271,
                                        "column": 68
                                      },
                                      "end": {
                                        "line": 271,
                                        "column": 73
                                      }
                                    },
                                    "value": false
                                  }
                                },
                                {
                                  "type": "ObjectProperty",
                                  "start": 9463,
                                  "end": 9472,
                                  "loc": {
                                    "start": {
                                      "line": 271,
                                      "column": 75
                                    },
                                    "end": {
                                      "line": 271,
                                      "column": 84
                                    }
                                  },
                                  "method": false,
                                  "shorthand": false,
                                  "computed": false,
                                  "key": {
                                    "type": "Identifier",
                                    "start": 9463,
                                    "end": 9466,
                                    "loc": {
                                      "start": {
                                        "line": 271,
                                        "column": 75
                                      },
                                      "end": {
                                        "line": 271,
                                        "column": 78
                                      },
                                      "identifierName": "raw"
                                    },
                                    "name": "raw"
                                  },
                                  "value": {
                                    "type": "BooleanLiteral",
                                    "start": 9468,
                                    "end": 9472,
                                    "loc": {
                                      "start": {
                                        "line": 271,
                                        "column": 80
                                      },
                                      "end": {
                                        "line": 271,
                                        "column": 84
                                      }
                                    },
                                    "value": true
                                  }
                                },
                                {
                                  "type": "ObjectProperty",
                                  "start": 9474,
                                  "end": 9497,
                                  "loc": {
                                    "start": {
                                      "line": 271,
                                      "column": 86
                                    },
                                    "end": {
                                      "line": 271,
                                      "column": 109
                                    }
                                  },
                                  "method": false,
                                  "shorthand": false,
                                  "computed": false,
                                  "key": {
                                    "type": "Identifier",
                                    "start": 9474,
                                    "end": 9478,
                                    "loc": {
                                      "start": {
                                        "line": 271,
                                        "column": 86
                                      },
                                      "end": {
                                        "line": 271,
                                        "column": 90
                                      },
                                      "identifierName": "type"
                                    },
                                    "name": "type"
                                  },
                                  "value": {
                                    "type": "MemberExpression",
                                    "start": 9480,
                                    "end": 9497,
                                    "loc": {
                                      "start": {
                                        "line": 271,
                                        "column": 92
                                      },
                                      "end": {
                                        "line": 271,
                                        "column": 109
                                      }
                                    },
                                    "object": {
                                      "type": "Identifier",
                                      "start": 9480,
                                      "end": 9490,
                                      "loc": {
                                        "start": {
                                          "line": 271,
                                          "column": 92
                                        },
                                        "end": {
                                          "line": 271,
                                          "column": 102
                                        },
                                        "identifierName": "QueryTypes"
                                      },
                                      "name": "QueryTypes"
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 9491,
                                      "end": 9497,
                                      "loc": {
                                        "start": {
                                          "line": 271,
                                          "column": 103
                                        },
                                        "end": {
                                          "line": 271,
                                          "column": 109
                                        },
                                        "identifierName": "SELECT"
                                      },
                                      "name": "SELECT"
                                    },
                                    "computed": false
                                  }
                                }
                              ]
                            }
                          ]
                        }
                      ]
                    }
                  }
                ],
                "directives": []
              }
            },
            {
              "type": "ClassMethod",
              "start": 9510,
              "end": 9696,
              "loc": {
                "start": {
                  "line": 274,
                  "column": 2
                },
                "end": {
                  "line": 278,
                  "column": 3
                }
              },
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 9510,
                "end": 9521,
                "loc": {
                  "start": {
                    "line": 274,
                    "column": 2
                  },
                  "end": {
                    "line": 274,
                    "column": 13
                  },
                  "identifierName": "renameTable"
                },
                "name": "renameTable"
              },
              "static": false,
              "kind": "method",
              "id": null,
              "generator": false,
              "expression": false,
              "async": false,
              "params": [
                {
                  "type": "Identifier",
                  "start": 9522,
                  "end": 9528,
                  "loc": {
                    "start": {
                      "line": 274,
                      "column": 14
                    },
                    "end": {
                      "line": 274,
                      "column": 20
                    },
                    "identifierName": "before"
                  },
                  "name": "before"
                },
                {
                  "type": "Identifier",
                  "start": 9530,
                  "end": 9535,
                  "loc": {
                    "start": {
                      "line": 274,
                      "column": 22
                    },
                    "end": {
                      "line": 274,
                      "column": 27
                    },
                    "identifierName": "after"
                  },
                  "name": "after"
                },
                {
                  "type": "Identifier",
                  "start": 9537,
                  "end": 9544,
                  "loc": {
                    "start": {
                      "line": 274,
                      "column": 29
                    },
                    "end": {
                      "line": 274,
                      "column": 36
                    },
                    "identifierName": "options"
                  },
                  "name": "options"
                }
              ],
              "body": {
                "type": "BlockStatement",
                "start": 9546,
                "end": 9696,
                "loc": {
                  "start": {
                    "line": 274,
                    "column": 38
                  },
                  "end": {
                    "line": 278,
                    "column": 3
                  }
                },
                "body": [
                  {
                    "type": "ExpressionStatement",
                    "start": 9552,
                    "end": 9576,
                    "loc": {
                      "start": {
                        "line": 275,
                        "column": 4
                      },
                      "end": {
                        "line": 275,
                        "column": 28
                      }
                    },
                    "expression": {
                      "type": "AssignmentExpression",
                      "start": 9552,
                      "end": 9575,
                      "loc": {
                        "start": {
                          "line": 275,
                          "column": 4
                        },
                        "end": {
                          "line": 275,
                          "column": 27
                        }
                      },
                      "operator": "=",
                      "left": {
                        "type": "Identifier",
                        "start": 9552,
                        "end": 9559,
                        "loc": {
                          "start": {
                            "line": 275,
                            "column": 4
                          },
                          "end": {
                            "line": 275,
                            "column": 11
                          },
                          "identifierName": "options"
                        },
                        "name": "options"
                      },
                      "right": {
                        "type": "LogicalExpression",
                        "start": 9562,
                        "end": 9575,
                        "loc": {
                          "start": {
                            "line": 275,
                            "column": 14
                          },
                          "end": {
                            "line": 275,
                            "column": 27
                          }
                        },
                        "left": {
                          "type": "Identifier",
                          "start": 9562,
                          "end": 9569,
                          "loc": {
                            "start": {
                              "line": 275,
                              "column": 14
                            },
                            "end": {
                              "line": 275,
                              "column": 21
                            },
                            "identifierName": "options"
                          },
                          "name": "options"
                        },
                        "operator": "||",
                        "right": {
                          "type": "ObjectExpression",
                          "start": 9573,
                          "end": 9575,
                          "loc": {
                            "start": {
                              "line": 275,
                              "column": 25
                            },
                            "end": {
                              "line": 275,
                              "column": 27
                            }
                          },
                          "properties": []
                        }
                      }
                    }
                  },
                  {
                    "type": "VariableDeclaration",
                    "start": 9581,
                    "end": 9645,
                    "loc": {
                      "start": {
                        "line": 276,
                        "column": 4
                      },
                      "end": {
                        "line": 276,
                        "column": 68
                      }
                    },
                    "declarations": [
                      {
                        "type": "VariableDeclarator",
                        "start": 9587,
                        "end": 9644,
                        "loc": {
                          "start": {
                            "line": 276,
                            "column": 10
                          },
                          "end": {
                            "line": 276,
                            "column": 67
                          }
                        },
                        "id": {
                          "type": "Identifier",
                          "start": 9587,
                          "end": 9590,
                          "loc": {
                            "start": {
                              "line": 276,
                              "column": 10
                            },
                            "end": {
                              "line": 276,
                              "column": 13
                            },
                            "identifierName": "sql"
                          },
                          "name": "sql"
                        },
                        "init": {
                          "type": "CallExpression",
                          "start": 9593,
                          "end": 9644,
                          "loc": {
                            "start": {
                              "line": 276,
                              "column": 16
                            },
                            "end": {
                              "line": 276,
                              "column": 67
                            }
                          },
                          "callee": {
                            "type": "MemberExpression",
                            "start": 9593,
                            "end": 9629,
                            "loc": {
                              "start": {
                                "line": 276,
                                "column": 16
                              },
                              "end": {
                                "line": 276,
                                "column": 52
                              }
                            },
                            "object": {
                              "type": "MemberExpression",
                              "start": 9593,
                              "end": 9612,
                              "loc": {
                                "start": {
                                  "line": 276,
                                  "column": 16
                                },
                                "end": {
                                  "line": 276,
                                  "column": 35
                                }
                              },
                              "object": {
                                "type": "ThisExpression",
                                "start": 9593,
                                "end": 9597,
                                "loc": {
                                  "start": {
                                    "line": 276,
                                    "column": 16
                                  },
                                  "end": {
                                    "line": 276,
                                    "column": 20
                                  }
                                }
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 9598,
                                "end": 9612,
                                "loc": {
                                  "start": {
                                    "line": 276,
                                    "column": 21
                                  },
                                  "end": {
                                    "line": 276,
                                    "column": 35
                                  },
                                  "identifierName": "QueryGenerator"
                                },
                                "name": "QueryGenerator"
                              },
                              "computed": false
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 9613,
                              "end": 9629,
                              "loc": {
                                "start": {
                                  "line": 276,
                                  "column": 36
                                },
                                "end": {
                                  "line": 276,
                                  "column": 52
                                },
                                "identifierName": "renameTableQuery"
                              },
                              "name": "renameTableQuery"
                            },
                            "computed": false
                          },
                          "arguments": [
                            {
                              "type": "Identifier",
                              "start": 9630,
                              "end": 9636,
                              "loc": {
                                "start": {
                                  "line": 276,
                                  "column": 53
                                },
                                "end": {
                                  "line": 276,
                                  "column": 59
                                },
                                "identifierName": "before"
                              },
                              "name": "before"
                            },
                            {
                              "type": "Identifier",
                              "start": 9638,
                              "end": 9643,
                              "loc": {
                                "start": {
                                  "line": 276,
                                  "column": 61
                                },
                                "end": {
                                  "line": 276,
                                  "column": 66
                                },
                                "identifierName": "after"
                              },
                              "name": "after"
                            }
                          ]
                        }
                      }
                    ],
                    "kind": "const"
                  },
                  {
                    "type": "ReturnStatement",
                    "start": 9650,
                    "end": 9692,
                    "loc": {
                      "start": {
                        "line": 277,
                        "column": 4
                      },
                      "end": {
                        "line": 277,
                        "column": 46
                      }
                    },
                    "argument": {
                      "type": "CallExpression",
                      "start": 9657,
                      "end": 9691,
                      "loc": {
                        "start": {
                          "line": 277,
                          "column": 11
                        },
                        "end": {
                          "line": 277,
                          "column": 45
                        }
                      },
                      "callee": {
                        "type": "MemberExpression",
                        "start": 9657,
                        "end": 9677,
                        "loc": {
                          "start": {
                            "line": 277,
                            "column": 11
                          },
                          "end": {
                            "line": 277,
                            "column": 31
                          }
                        },
                        "object": {
                          "type": "MemberExpression",
                          "start": 9657,
                          "end": 9671,
                          "loc": {
                            "start": {
                              "line": 277,
                              "column": 11
                            },
                            "end": {
                              "line": 277,
                              "column": 25
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 9657,
                            "end": 9661,
                            "loc": {
                              "start": {
                                "line": 277,
                                "column": 11
                              },
                              "end": {
                                "line": 277,
                                "column": 15
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 9662,
                            "end": 9671,
                            "loc": {
                              "start": {
                                "line": 277,
                                "column": 16
                              },
                              "end": {
                                "line": 277,
                                "column": 25
                              },
                              "identifierName": "sequelize"
                            },
                            "name": "sequelize"
                          },
                          "computed": false
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 9672,
                          "end": 9677,
                          "loc": {
                            "start": {
                              "line": 277,
                              "column": 26
                            },
                            "end": {
                              "line": 277,
                              "column": 31
                            },
                            "identifierName": "query"
                          },
                          "name": "query"
                        },
                        "computed": false
                      },
                      "arguments": [
                        {
                          "type": "Identifier",
                          "start": 9678,
                          "end": 9681,
                          "loc": {
                            "start": {
                              "line": 277,
                              "column": 32
                            },
                            "end": {
                              "line": 277,
                              "column": 35
                            },
                            "identifierName": "sql"
                          },
                          "name": "sql"
                        },
                        {
                          "type": "Identifier",
                          "start": 9683,
                          "end": 9690,
                          "loc": {
                            "start": {
                              "line": 277,
                              "column": 37
                            },
                            "end": {
                              "line": 277,
                              "column": 44
                            },
                            "identifierName": "options"
                          },
                          "name": "options"
                        }
                      ]
                    }
                  }
                ],
                "directives": []
              }
            },
            {
              "type": "ClassMethod",
              "start": 9700,
              "end": 9996,
              "loc": {
                "start": {
                  "line": 280,
                  "column": 2
                },
                "end": {
                  "line": 288,
                  "column": 3
                }
              },
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 9700,
                "end": 9713,
                "loc": {
                  "start": {
                    "line": 280,
                    "column": 2
                  },
                  "end": {
                    "line": 280,
                    "column": 15
                  },
                  "identifierName": "showAllTables"
                },
                "name": "showAllTables"
              },
              "static": false,
              "kind": "method",
              "id": null,
              "generator": false,
              "expression": false,
              "async": false,
              "params": [
                {
                  "type": "Identifier",
                  "start": 9714,
                  "end": 9721,
                  "loc": {
                    "start": {
                      "line": 280,
                      "column": 16
                    },
                    "end": {
                      "line": 280,
                      "column": 23
                    },
                    "identifierName": "options"
                  },
                  "name": "options"
                }
              ],
              "body": {
                "type": "BlockStatement",
                "start": 9723,
                "end": 9996,
                "loc": {
                  "start": {
                    "line": 280,
                    "column": 25
                  },
                  "end": {
                    "line": 288,
                    "column": 3
                  }
                },
                "body": [
                  {
                    "type": "ExpressionStatement",
                    "start": 9729,
                    "end": 9821,
                    "loc": {
                      "start": {
                        "line": 281,
                        "column": 4
                      },
                      "end": {
                        "line": 284,
                        "column": 7
                      }
                    },
                    "expression": {
                      "type": "AssignmentExpression",
                      "start": 9729,
                      "end": 9820,
                      "loc": {
                        "start": {
                          "line": 281,
                          "column": 4
                        },
                        "end": {
                          "line": 284,
                          "column": 6
                        }
                      },
                      "operator": "=",
                      "left": {
                        "type": "Identifier",
                        "start": 9729,
                        "end": 9736,
                        "loc": {
                          "start": {
                            "line": 281,
                            "column": 4
                          },
                          "end": {
                            "line": 281,
                            "column": 11
                          },
                          "identifierName": "options"
                        },
                        "name": "options"
                      },
                      "right": {
                        "type": "CallExpression",
                        "start": 9739,
                        "end": 9820,
                        "loc": {
                          "start": {
                            "line": 281,
                            "column": 14
                          },
                          "end": {
                            "line": 284,
                            "column": 6
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 9739,
                          "end": 9747,
                          "loc": {
                            "start": {
                              "line": 281,
                              "column": 14
                            },
                            "end": {
                              "line": 281,
                              "column": 22
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 9739,
                            "end": 9740,
                            "loc": {
                              "start": {
                                "line": 281,
                                "column": 14
                              },
                              "end": {
                                "line": 281,
                                "column": 15
                              },
                              "identifierName": "_"
                            },
                            "name": "_"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 9741,
                            "end": 9747,
                            "loc": {
                              "start": {
                                "line": 281,
                                "column": 16
                              },
                              "end": {
                                "line": 281,
                                "column": 22
                              },
                              "identifierName": "assign"
                            },
                            "name": "assign"
                          },
                          "computed": false
                        },
                        "arguments": [
                          {
                            "type": "ObjectExpression",
                            "start": 9748,
                            "end": 9750,
                            "loc": {
                              "start": {
                                "line": 281,
                                "column": 23
                              },
                              "end": {
                                "line": 281,
                                "column": 25
                              }
                            },
                            "properties": []
                          },
                          {
                            "type": "Identifier",
                            "start": 9752,
                            "end": 9759,
                            "loc": {
                              "start": {
                                "line": 281,
                                "column": 27
                              },
                              "end": {
                                "line": 281,
                                "column": 34
                              },
                              "identifierName": "options"
                            },
                            "name": "options"
                          },
                          {
                            "type": "ObjectExpression",
                            "start": 9761,
                            "end": 9819,
                            "loc": {
                              "start": {
                                "line": 281,
                                "column": 36
                              },
                              "end": {
                                "line": 284,
                                "column": 5
                              }
                            },
                            "properties": [
                              {
                                "type": "ObjectProperty",
                                "start": 9769,
                                "end": 9778,
                                "loc": {
                                  "start": {
                                    "line": 282,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 282,
                                    "column": 15
                                  }
                                },
                                "method": false,
                                "shorthand": false,
                                "computed": false,
                                "key": {
                                  "type": "Identifier",
                                  "start": 9769,
                                  "end": 9772,
                                  "loc": {
                                    "start": {
                                      "line": 282,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 282,
                                      "column": 9
                                    },
                                    "identifierName": "raw"
                                  },
                                  "name": "raw"
                                },
                                "value": {
                                  "type": "BooleanLiteral",
                                  "start": 9774,
                                  "end": 9778,
                                  "loc": {
                                    "start": {
                                      "line": 282,
                                      "column": 11
                                    },
                                    "end": {
                                      "line": 282,
                                      "column": 15
                                    }
                                  },
                                  "value": true
                                }
                              },
                              {
                                "type": "ObjectProperty",
                                "start": 9786,
                                "end": 9813,
                                "loc": {
                                  "start": {
                                    "line": 283,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 283,
                                    "column": 33
                                  }
                                },
                                "method": false,
                                "shorthand": false,
                                "computed": false,
                                "key": {
                                  "type": "Identifier",
                                  "start": 9786,
                                  "end": 9790,
                                  "loc": {
                                    "start": {
                                      "line": 283,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 283,
                                      "column": 10
                                    },
                                    "identifierName": "type"
                                  },
                                  "name": "type"
                                },
                                "value": {
                                  "type": "MemberExpression",
                                  "start": 9792,
                                  "end": 9813,
                                  "loc": {
                                    "start": {
                                      "line": 283,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 283,
                                      "column": 33
                                    }
                                  },
                                  "object": {
                                    "type": "Identifier",
                                    "start": 9792,
                                    "end": 9802,
                                    "loc": {
                                      "start": {
                                        "line": 283,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 283,
                                        "column": 22
                                      },
                                      "identifierName": "QueryTypes"
                                    },
                                    "name": "QueryTypes"
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 9803,
                                    "end": 9813,
                                    "loc": {
                                      "start": {
                                        "line": 283,
                                        "column": 23
                                      },
                                      "end": {
                                        "line": 283,
                                        "column": 33
                                      },
                                      "identifierName": "SHOWTABLES"
                                    },
                                    "name": "SHOWTABLES"
                                  },
                                  "computed": false
                                }
                              }
                            ]
                          }
                        ]
                      }
                    }
                  },
                  {
                    "type": "VariableDeclaration",
                    "start": 9827,
                    "end": 9887,
                    "loc": {
                      "start": {
                        "line": 286,
                        "column": 4
                      },
                      "end": {
                        "line": 286,
                        "column": 64
                      }
                    },
                    "declarations": [
                      {
                        "type": "VariableDeclarator",
                        "start": 9833,
                        "end": 9886,
                        "loc": {
                          "start": {
                            "line": 286,
                            "column": 10
                          },
                          "end": {
                            "line": 286,
                            "column": 63
                          }
                        },
                        "id": {
                          "type": "Identifier",
                          "start": 9833,
                          "end": 9846,
                          "loc": {
                            "start": {
                              "line": 286,
                              "column": 10
                            },
                            "end": {
                              "line": 286,
                              "column": 23
                            },
                            "identifierName": "showTablesSql"
                          },
                          "name": "showTablesSql"
                        },
                        "init": {
                          "type": "CallExpression",
                          "start": 9849,
                          "end": 9886,
                          "loc": {
                            "start": {
                              "line": 286,
                              "column": 26
                            },
                            "end": {
                              "line": 286,
                              "column": 63
                            }
                          },
                          "callee": {
                            "type": "MemberExpression",
                            "start": 9849,
                            "end": 9884,
                            "loc": {
                              "start": {
                                "line": 286,
                                "column": 26
                              },
                              "end": {
                                "line": 286,
                                "column": 61
                              }
                            },
                            "object": {
                              "type": "MemberExpression",
                              "start": 9849,
                              "end": 9868,
                              "loc": {
                                "start": {
                                  "line": 286,
                                  "column": 26
                                },
                                "end": {
                                  "line": 286,
                                  "column": 45
                                }
                              },
                              "object": {
                                "type": "ThisExpression",
                                "start": 9849,
                                "end": 9853,
                                "loc": {
                                  "start": {
                                    "line": 286,
                                    "column": 26
                                  },
                                  "end": {
                                    "line": 286,
                                    "column": 30
                                  }
                                }
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 9854,
                                "end": 9868,
                                "loc": {
                                  "start": {
                                    "line": 286,
                                    "column": 31
                                  },
                                  "end": {
                                    "line": 286,
                                    "column": 45
                                  },
                                  "identifierName": "QueryGenerator"
                                },
                                "name": "QueryGenerator"
                              },
                              "computed": false
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 9869,
                              "end": 9884,
                              "loc": {
                                "start": {
                                  "line": 286,
                                  "column": 46
                                },
                                "end": {
                                  "line": 286,
                                  "column": 61
                                },
                                "identifierName": "showTablesQuery"
                              },
                              "name": "showTablesQuery"
                            },
                            "computed": false
                          },
                          "arguments": []
                        }
                      }
                    ],
                    "kind": "const"
                  },
                  {
                    "type": "ReturnStatement",
                    "start": 9892,
                    "end": 9992,
                    "loc": {
                      "start": {
                        "line": 287,
                        "column": 4
                      },
                      "end": {
                        "line": 287,
                        "column": 104
                      }
                    },
                    "argument": {
                      "type": "CallExpression",
                      "start": 9899,
                      "end": 9991,
                      "loc": {
                        "start": {
                          "line": 287,
                          "column": 11
                        },
                        "end": {
                          "line": 287,
                          "column": 103
                        }
                      },
                      "callee": {
                        "type": "MemberExpression",
                        "start": 9899,
                        "end": 9948,
                        "loc": {
                          "start": {
                            "line": 287,
                            "column": 11
                          },
                          "end": {
                            "line": 287,
                            "column": 60
                          }
                        },
                        "object": {
                          "type": "CallExpression",
                          "start": 9899,
                          "end": 9943,
                          "loc": {
                            "start": {
                              "line": 287,
                              "column": 11
                            },
                            "end": {
                              "line": 287,
                              "column": 55
                            }
                          },
                          "callee": {
                            "type": "MemberExpression",
                            "start": 9899,
                            "end": 9919,
                            "loc": {
                              "start": {
                                "line": 287,
                                "column": 11
                              },
                              "end": {
                                "line": 287,
                                "column": 31
                              }
                            },
                            "object": {
                              "type": "MemberExpression",
                              "start": 9899,
                              "end": 9913,
                              "loc": {
                                "start": {
                                  "line": 287,
                                  "column": 11
                                },
                                "end": {
                                  "line": 287,
                                  "column": 25
                                }
                              },
                              "object": {
                                "type": "ThisExpression",
                                "start": 9899,
                                "end": 9903,
                                "loc": {
                                  "start": {
                                    "line": 287,
                                    "column": 11
                                  },
                                  "end": {
                                    "line": 287,
                                    "column": 15
                                  }
                                }
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 9904,
                                "end": 9913,
                                "loc": {
                                  "start": {
                                    "line": 287,
                                    "column": 16
                                  },
                                  "end": {
                                    "line": 287,
                                    "column": 25
                                  },
                                  "identifierName": "sequelize"
                                },
                                "name": "sequelize"
                              },
                              "computed": false
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 9914,
                              "end": 9919,
                              "loc": {
                                "start": {
                                  "line": 287,
                                  "column": 26
                                },
                                "end": {
                                  "line": 287,
                                  "column": 31
                                },
                                "identifierName": "query"
                              },
                              "name": "query"
                            },
                            "computed": false
                          },
                          "arguments": [
                            {
                              "type": "Identifier",
                              "start": 9920,
                              "end": 9933,
                              "loc": {
                                "start": {
                                  "line": 287,
                                  "column": 32
                                },
                                "end": {
                                  "line": 287,
                                  "column": 45
                                },
                                "identifierName": "showTablesSql"
                              },
                              "name": "showTablesSql"
                            },
                            {
                              "type": "Identifier",
                              "start": 9935,
                              "end": 9942,
                              "loc": {
                                "start": {
                                  "line": 287,
                                  "column": 47
                                },
                                "end": {
                                  "line": 287,
                                  "column": 54
                                },
                                "identifierName": "options"
                              },
                              "name": "options"
                            }
                          ]
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 9944,
                          "end": 9948,
                          "loc": {
                            "start": {
                              "line": 287,
                              "column": 56
                            },
                            "end": {
                              "line": 287,
                              "column": 60
                            },
                            "identifierName": "then"
                          },
                          "name": "then"
                        },
                        "computed": false
                      },
                      "arguments": [
                        {
                          "type": "ArrowFunctionExpression",
                          "start": 9949,
                          "end": 9990,
                          "loc": {
                            "start": {
                              "line": 287,
                              "column": 61
                            },
                            "end": {
                              "line": 287,
                              "column": 102
                            }
                          },
                          "id": null,
                          "generator": false,
                          "expression": true,
                          "async": false,
                          "params": [
                            {
                              "type": "Identifier",
                              "start": 9949,
                              "end": 9959,
                              "loc": {
                                "start": {
                                  "line": 287,
                                  "column": 61
                                },
                                "end": {
                                  "line": 287,
                                  "column": 71
                                },
                                "identifierName": "tableNames"
                              },
                              "name": "tableNames"
                            }
                          ],
                          "body": {
                            "type": "CallExpression",
                            "start": 9963,
                            "end": 9990,
                            "loc": {
                              "start": {
                                "line": 287,
                                "column": 75
                              },
                              "end": {
                                "line": 287,
                                "column": 102
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 9963,
                              "end": 9978,
                              "loc": {
                                "start": {
                                  "line": 287,
                                  "column": 75
                                },
                                "end": {
                                  "line": 287,
                                  "column": 90
                                }
                              },
                              "object": {
                                "type": "MemberExpression",
                                "start": 9963,
                                "end": 9970,
                                "loc": {
                                  "start": {
                                    "line": 287,
                                    "column": 75
                                  },
                                  "end": {
                                    "line": 287,
                                    "column": 82
                                  }
                                },
                                "object": {
                                  "type": "Identifier",
                                  "start": 9963,
                                  "end": 9968,
                                  "loc": {
                                    "start": {
                                      "line": 287,
                                      "column": 75
                                    },
                                    "end": {
                                      "line": 287,
                                      "column": 80
                                    },
                                    "identifierName": "Utils"
                                  },
                                  "name": "Utils"
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 9969,
                                  "end": 9970,
                                  "loc": {
                                    "start": {
                                      "line": 287,
                                      "column": 81
                                    },
                                    "end": {
                                      "line": 287,
                                      "column": 82
                                    },
                                    "identifierName": "_"
                                  },
                                  "name": "_"
                                },
                                "computed": false
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 9971,
                                "end": 9978,
                                "loc": {
                                  "start": {
                                    "line": 287,
                                    "column": 83
                                  },
                                  "end": {
                                    "line": 287,
                                    "column": 90
                                  },
                                  "identifierName": "flatten"
                                },
                                "name": "flatten"
                              },
                              "computed": false
                            },
                            "arguments": [
                              {
                                "type": "Identifier",
                                "start": 9979,
                                "end": 9989,
                                "loc": {
                                  "start": {
                                    "line": 287,
                                    "column": 91
                                  },
                                  "end": {
                                    "line": 287,
                                    "column": 101
                                  },
                                  "identifierName": "tableNames"
                                },
                                "name": "tableNames"
                              }
                            ]
                          }
                        }
                      ]
                    }
                  }
                ],
                "directives": []
              }
            },
            {
              "type": "ClassMethod",
              "start": 10000,
              "end": 11226,
              "loc": {
                "start": {
                  "line": 290,
                  "column": 2
                },
                "end": {
                  "line": 321,
                  "column": 3
                }
              },
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 10000,
                "end": 10013,
                "loc": {
                  "start": {
                    "line": 290,
                    "column": 2
                  },
                  "end": {
                    "line": 290,
                    "column": 15
                  },
                  "identifierName": "describeTable"
                },
                "name": "describeTable"
              },
              "static": false,
              "kind": "method",
              "id": null,
              "generator": false,
              "expression": false,
              "async": false,
              "params": [
                {
                  "type": "Identifier",
                  "start": 10014,
                  "end": 10023,
                  "loc": {
                    "start": {
                      "line": 290,
                      "column": 16
                    },
                    "end": {
                      "line": 290,
                      "column": 25
                    },
                    "identifierName": "tableName"
                  },
                  "name": "tableName"
                },
                {
                  "type": "Identifier",
                  "start": 10025,
                  "end": 10032,
                  "loc": {
                    "start": {
                      "line": 290,
                      "column": 27
                    },
                    "end": {
                      "line": 290,
                      "column": 34
                    },
                    "identifierName": "options"
                  },
                  "name": "options"
                }
              ],
              "body": {
                "type": "BlockStatement",
                "start": 10034,
                "end": 11226,
                "loc": {
                  "start": {
                    "line": 290,
                    "column": 36
                  },
                  "end": {
                    "line": 321,
                    "column": 3
                  }
                },
                "body": [
                  {
                    "type": "VariableDeclaration",
                    "start": 10040,
                    "end": 10058,
                    "loc": {
                      "start": {
                        "line": 291,
                        "column": 4
                      },
                      "end": {
                        "line": 291,
                        "column": 22
                      }
                    },
                    "declarations": [
                      {
                        "type": "VariableDeclarator",
                        "start": 10044,
                        "end": 10057,
                        "loc": {
                          "start": {
                            "line": 291,
                            "column": 8
                          },
                          "end": {
                            "line": 291,
                            "column": 21
                          }
                        },
                        "id": {
                          "type": "Identifier",
                          "start": 10044,
                          "end": 10050,
                          "loc": {
                            "start": {
                              "line": 291,
                              "column": 8
                            },
                            "end": {
                              "line": 291,
                              "column": 14
                            },
                            "identifierName": "schema"
                          },
                          "name": "schema"
                        },
                        "init": {
                          "type": "NullLiteral",
                          "start": 10053,
                          "end": 10057,
                          "loc": {
                            "start": {
                              "line": 291,
                              "column": 17
                            },
                            "end": {
                              "line": 291,
                              "column": 21
                            }
                          }
                        }
                      }
                    ],
                    "kind": "let"
                  },
                  {
                    "type": "VariableDeclaration",
                    "start": 10063,
                    "end": 10090,
                    "loc": {
                      "start": {
                        "line": 292,
                        "column": 4
                      },
                      "end": {
                        "line": 292,
                        "column": 31
                      }
                    },
                    "declarations": [
                      {
                        "type": "VariableDeclarator",
                        "start": 10067,
                        "end": 10089,
                        "loc": {
                          "start": {
                            "line": 292,
                            "column": 8
                          },
                          "end": {
                            "line": 292,
                            "column": 30
                          }
                        },
                        "id": {
                          "type": "Identifier",
                          "start": 10067,
                          "end": 10082,
                          "loc": {
                            "start": {
                              "line": 292,
                              "column": 8
                            },
                            "end": {
                              "line": 292,
                              "column": 23
                            },
                            "identifierName": "schemaDelimiter"
                          },
                          "name": "schemaDelimiter"
                        },
                        "init": {
                          "type": "NullLiteral",
                          "start": 10085,
                          "end": 10089,
                          "loc": {
                            "start": {
                              "line": 292,
                              "column": 26
                            },
                            "end": {
                              "line": 292,
                              "column": 30
                            }
                          }
                        }
                      }
                    ],
                    "kind": "let"
                  },
                  {
                    "type": "IfStatement",
                    "start": 10096,
                    "end": 10322,
                    "loc": {
                      "start": {
                        "line": 294,
                        "column": 4
                      },
                      "end": {
                        "line": 299,
                        "column": 5
                      }
                    },
                    "test": {
                      "type": "BinaryExpression",
                      "start": 10100,
                      "end": 10127,
                      "loc": {
                        "start": {
                          "line": 294,
                          "column": 8
                        },
                        "end": {
                          "line": 294,
                          "column": 35
                        }
                      },
                      "left": {
                        "type": "UnaryExpression",
                        "start": 10100,
                        "end": 10114,
                        "loc": {
                          "start": {
                            "line": 294,
                            "column": 8
                          },
                          "end": {
                            "line": 294,
                            "column": 22
                          }
                        },
                        "operator": "typeof",
                        "prefix": true,
                        "argument": {
                          "type": "Identifier",
                          "start": 10107,
                          "end": 10114,
                          "loc": {
                            "start": {
                              "line": 294,
                              "column": 15
                            },
                            "end": {
                              "line": 294,
                              "column": 22
                            },
                            "identifierName": "options"
                          },
                          "name": "options"
                        },
                        "extra": {
                          "parenthesizedArgument": false
                        }
                      },
                      "operator": "===",
                      "right": {
                        "type": "StringLiteral",
                        "start": 10119,
                        "end": 10127,
                        "loc": {
                          "start": {
                            "line": 294,
                            "column": 27
                          },
                          "end": {
                            "line": 294,
                            "column": 35
                          }
                        },
                        "extra": {
                          "rawValue": "string",
                          "raw": "'string'"
                        },
                        "value": "string"
                      }
                    },
                    "consequent": {
                      "type": "BlockStatement",
                      "start": 10129,
                      "end": 10160,
                      "loc": {
                        "start": {
                          "line": 294,
                          "column": 37
                        },
                        "end": {
                          "line": 296,
                          "column": 5
                        }
                      },
                      "body": [
                        {
                          "type": "ExpressionStatement",
                          "start": 10137,
                          "end": 10154,
                          "loc": {
                            "start": {
                              "line": 295,
                              "column": 6
                            },
                            "end": {
                              "line": 295,
                              "column": 23
                            }
                          },
                          "expression": {
                            "type": "AssignmentExpression",
                            "start": 10137,
                            "end": 10153,
                            "loc": {
                              "start": {
                                "line": 295,
                                "column": 6
                              },
                              "end": {
                                "line": 295,
                                "column": 22
                              }
                            },
                            "operator": "=",
                            "left": {
                              "type": "Identifier",
                              "start": 10137,
                              "end": 10143,
                              "loc": {
                                "start": {
                                  "line": 295,
                                  "column": 6
                                },
                                "end": {
                                  "line": 295,
                                  "column": 12
                                },
                                "identifierName": "schema"
                              },
                              "name": "schema"
                            },
                            "right": {
                              "type": "Identifier",
                              "start": 10146,
                              "end": 10153,
                              "loc": {
                                "start": {
                                  "line": 295,
                                  "column": 15
                                },
                                "end": {
                                  "line": 295,
                                  "column": 22
                                },
                                "identifierName": "options"
                              },
                              "name": "options"
                            }
                          }
                        }
                      ],
                      "directives": []
                    },
                    "alternate": {
                      "type": "IfStatement",
                      "start": 10166,
                      "end": 10322,
                      "loc": {
                        "start": {
                          "line": 296,
                          "column": 11
                        },
                        "end": {
                          "line": 299,
                          "column": 5
                        }
                      },
                      "test": {
                        "type": "LogicalExpression",
                        "start": 10170,
                        "end": 10217,
                        "loc": {
                          "start": {
                            "line": 296,
                            "column": 15
                          },
                          "end": {
                            "line": 296,
                            "column": 62
                          }
                        },
                        "left": {
                          "type": "BinaryExpression",
                          "start": 10170,
                          "end": 10197,
                          "loc": {
                            "start": {
                              "line": 296,
                              "column": 15
                            },
                            "end": {
                              "line": 296,
                              "column": 42
                            }
                          },
                          "left": {
                            "type": "UnaryExpression",
                            "start": 10170,
                            "end": 10184,
                            "loc": {
                              "start": {
                                "line": 296,
                                "column": 15
                              },
                              "end": {
                                "line": 296,
                                "column": 29
                              }
                            },
                            "operator": "typeof",
                            "prefix": true,
                            "argument": {
                              "type": "Identifier",
                              "start": 10177,
                              "end": 10184,
                              "loc": {
                                "start": {
                                  "line": 296,
                                  "column": 22
                                },
                                "end": {
                                  "line": 296,
                                  "column": 29
                                },
                                "identifierName": "options"
                              },
                              "name": "options"
                            },
                            "extra": {
                              "parenthesizedArgument": false
                            }
                          },
                          "operator": "===",
                          "right": {
                            "type": "StringLiteral",
                            "start": 10189,
                            "end": 10197,
                            "loc": {
                              "start": {
                                "line": 296,
                                "column": 34
                              },
                              "end": {
                                "line": 296,
                                "column": 42
                              }
                            },
                            "extra": {
                              "rawValue": "object",
                              "raw": "'object'"
                            },
                            "value": "object"
                          }
                        },
                        "operator": "&&",
                        "right": {
                          "type": "BinaryExpression",
                          "start": 10201,
                          "end": 10217,
                          "loc": {
                            "start": {
                              "line": 296,
                              "column": 46
                            },
                            "end": {
                              "line": 296,
                              "column": 62
                            }
                          },
                          "left": {
                            "type": "Identifier",
                            "start": 10201,
                            "end": 10208,
                            "loc": {
                              "start": {
                                "line": 296,
                                "column": 46
                              },
                              "end": {
                                "line": 296,
                                "column": 53
                              },
                              "identifierName": "options"
                            },
                            "name": "options"
                          },
                          "operator": "!==",
                          "right": {
                            "type": "NullLiteral",
                            "start": 10213,
                            "end": 10217,
                            "loc": {
                              "start": {
                                "line": 296,
                                "column": 58
                              },
                              "end": {
                                "line": 296,
                                "column": 62
                              }
                            }
                          }
                        }
                      },
                      "consequent": {
                        "type": "BlockStatement",
                        "start": 10219,
                        "end": 10322,
                        "loc": {
                          "start": {
                            "line": 296,
                            "column": 64
                          },
                          "end": {
                            "line": 299,
                            "column": 5
                          }
                        },
                        "body": [
                          {
                            "type": "ExpressionStatement",
                            "start": 10227,
                            "end": 10259,
                            "loc": {
                              "start": {
                                "line": 297,
                                "column": 6
                              },
                              "end": {
                                "line": 297,
                                "column": 38
                              }
                            },
                            "expression": {
                              "type": "AssignmentExpression",
                              "start": 10227,
                              "end": 10258,
                              "loc": {
                                "start": {
                                  "line": 297,
                                  "column": 6
                                },
                                "end": {
                                  "line": 297,
                                  "column": 37
                                }
                              },
                              "operator": "=",
                              "left": {
                                "type": "Identifier",
                                "start": 10227,
                                "end": 10233,
                                "loc": {
                                  "start": {
                                    "line": 297,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 297,
                                    "column": 12
                                  },
                                  "identifierName": "schema"
                                },
                                "name": "schema"
                              },
                              "right": {
                                "type": "LogicalExpression",
                                "start": 10236,
                                "end": 10258,
                                "loc": {
                                  "start": {
                                    "line": 297,
                                    "column": 15
                                  },
                                  "end": {
                                    "line": 297,
                                    "column": 37
                                  }
                                },
                                "left": {
                                  "type": "MemberExpression",
                                  "start": 10236,
                                  "end": 10250,
                                  "loc": {
                                    "start": {
                                      "line": 297,
                                      "column": 15
                                    },
                                    "end": {
                                      "line": 297,
                                      "column": 29
                                    }
                                  },
                                  "object": {
                                    "type": "Identifier",
                                    "start": 10236,
                                    "end": 10243,
                                    "loc": {
                                      "start": {
                                        "line": 297,
                                        "column": 15
                                      },
                                      "end": {
                                        "line": 297,
                                        "column": 22
                                      },
                                      "identifierName": "options"
                                    },
                                    "name": "options"
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 10244,
                                    "end": 10250,
                                    "loc": {
                                      "start": {
                                        "line": 297,
                                        "column": 23
                                      },
                                      "end": {
                                        "line": 297,
                                        "column": 29
                                      },
                                      "identifierName": "schema"
                                    },
                                    "name": "schema"
                                  },
                                  "computed": false
                                },
                                "operator": "||",
                                "right": {
                                  "type": "NullLiteral",
                                  "start": 10254,
                                  "end": 10258,
                                  "loc": {
                                    "start": {
                                      "line": 297,
                                      "column": 33
                                    },
                                    "end": {
                                      "line": 297,
                                      "column": 37
                                    }
                                  }
                                }
                              }
                            }
                          },
                          {
                            "type": "ExpressionStatement",
                            "start": 10266,
                            "end": 10316,
                            "loc": {
                              "start": {
                                "line": 298,
                                "column": 6
                              },
                              "end": {
                                "line": 298,
                                "column": 56
                              }
                            },
                            "expression": {
                              "type": "AssignmentExpression",
                              "start": 10266,
                              "end": 10315,
                              "loc": {
                                "start": {
                                  "line": 298,
                                  "column": 6
                                },
                                "end": {
                                  "line": 298,
                                  "column": 55
                                }
                              },
                              "operator": "=",
                              "left": {
                                "type": "Identifier",
                                "start": 10266,
                                "end": 10281,
                                "loc": {
                                  "start": {
                                    "line": 298,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 298,
                                    "column": 21
                                  },
                                  "identifierName": "schemaDelimiter"
                                },
                                "name": "schemaDelimiter"
                              },
                              "right": {
                                "type": "LogicalExpression",
                                "start": 10284,
                                "end": 10315,
                                "loc": {
                                  "start": {
                                    "line": 298,
                                    "column": 24
                                  },
                                  "end": {
                                    "line": 298,
                                    "column": 55
                                  }
                                },
                                "left": {
                                  "type": "MemberExpression",
                                  "start": 10284,
                                  "end": 10307,
                                  "loc": {
                                    "start": {
                                      "line": 298,
                                      "column": 24
                                    },
                                    "end": {
                                      "line": 298,
                                      "column": 47
                                    }
                                  },
                                  "object": {
                                    "type": "Identifier",
                                    "start": 10284,
                                    "end": 10291,
                                    "loc": {
                                      "start": {
                                        "line": 298,
                                        "column": 24
                                      },
                                      "end": {
                                        "line": 298,
                                        "column": 31
                                      },
                                      "identifierName": "options"
                                    },
                                    "name": "options"
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 10292,
                                    "end": 10307,
                                    "loc": {
                                      "start": {
                                        "line": 298,
                                        "column": 32
                                      },
                                      "end": {
                                        "line": 298,
                                        "column": 47
                                      },
                                      "identifierName": "schemaDelimiter"
                                    },
                                    "name": "schemaDelimiter"
                                  },
                                  "computed": false
                                },
                                "operator": "||",
                                "right": {
                                  "type": "NullLiteral",
                                  "start": 10311,
                                  "end": 10315,
                                  "loc": {
                                    "start": {
                                      "line": 298,
                                      "column": 51
                                    },
                                    "end": {
                                      "line": 298,
                                      "column": 55
                                    }
                                  }
                                }
                              }
                            }
                          }
                        ],
                        "directives": []
                      },
                      "alternate": null
                    }
                  },
                  {
                    "type": "IfStatement",
                    "start": 10328,
                    "end": 10464,
                    "loc": {
                      "start": {
                        "line": 301,
                        "column": 4
                      },
                      "end": {
                        "line": 304,
                        "column": 5
                      }
                    },
                    "test": {
                      "type": "LogicalExpression",
                      "start": 10332,
                      "end": 10383,
                      "loc": {
                        "start": {
                          "line": 301,
                          "column": 8
                        },
                        "end": {
                          "line": 301,
                          "column": 59
                        }
                      },
                      "left": {
                        "type": "BinaryExpression",
                        "start": 10332,
                        "end": 10361,
                        "loc": {
                          "start": {
                            "line": 301,
                            "column": 8
                          },
                          "end": {
                            "line": 301,
                            "column": 37
                          }
                        },
                        "left": {
                          "type": "UnaryExpression",
                          "start": 10332,
                          "end": 10348,
                          "loc": {
                            "start": {
                              "line": 301,
                              "column": 8
                            },
                            "end": {
                              "line": 301,
                              "column": 24
                            }
                          },
                          "operator": "typeof",
                          "prefix": true,
                          "argument": {
                            "type": "Identifier",
                            "start": 10339,
                            "end": 10348,
                            "loc": {
                              "start": {
                                "line": 301,
                                "column": 15
                              },
                              "end": {
                                "line": 301,
                                "column": 24
                              },
                              "identifierName": "tableName"
                            },
                            "name": "tableName"
                          },
                          "extra": {
                            "parenthesizedArgument": false
                          }
                        },
                        "operator": "===",
                        "right": {
                          "type": "StringLiteral",
                          "start": 10353,
                          "end": 10361,
                          "loc": {
                            "start": {
                              "line": 301,
                              "column": 29
                            },
                            "end": {
                              "line": 301,
                              "column": 37
                            }
                          },
                          "extra": {
                            "rawValue": "object",
                            "raw": "'object'"
                          },
                          "value": "object"
                        }
                      },
                      "operator": "&&",
                      "right": {
                        "type": "BinaryExpression",
                        "start": 10365,
                        "end": 10383,
                        "loc": {
                          "start": {
                            "line": 301,
                            "column": 41
                          },
                          "end": {
                            "line": 301,
                            "column": 59
                          }
                        },
                        "left": {
                          "type": "Identifier",
                          "start": 10365,
                          "end": 10374,
                          "loc": {
                            "start": {
                              "line": 301,
                              "column": 41
                            },
                            "end": {
                              "line": 301,
                              "column": 50
                            },
                            "identifierName": "tableName"
                          },
                          "name": "tableName"
                        },
                        "operator": "!==",
                        "right": {
                          "type": "NullLiteral",
                          "start": 10379,
                          "end": 10383,
                          "loc": {
                            "start": {
                              "line": 301,
                              "column": 55
                            },
                            "end": {
                              "line": 301,
                              "column": 59
                            }
                          }
                        }
                      }
                    },
                    "consequent": {
                      "type": "BlockStatement",
                      "start": 10385,
                      "end": 10464,
                      "loc": {
                        "start": {
                          "line": 301,
                          "column": 61
                        },
                        "end": {
                          "line": 304,
                          "column": 5
                        }
                      },
                      "body": [
                        {
                          "type": "ExpressionStatement",
                          "start": 10393,
                          "end": 10419,
                          "loc": {
                            "start": {
                              "line": 302,
                              "column": 6
                            },
                            "end": {
                              "line": 302,
                              "column": 32
                            }
                          },
                          "expression": {
                            "type": "AssignmentExpression",
                            "start": 10393,
                            "end": 10418,
                            "loc": {
                              "start": {
                                "line": 302,
                                "column": 6
                              },
                              "end": {
                                "line": 302,
                                "column": 31
                              }
                            },
                            "operator": "=",
                            "left": {
                              "type": "Identifier",
                              "start": 10393,
                              "end": 10399,
                              "loc": {
                                "start": {
                                  "line": 302,
                                  "column": 6
                                },
                                "end": {
                                  "line": 302,
                                  "column": 12
                                },
                                "identifierName": "schema"
                              },
                              "name": "schema"
                            },
                            "right": {
                              "type": "MemberExpression",
                              "start": 10402,
                              "end": 10418,
                              "loc": {
                                "start": {
                                  "line": 302,
                                  "column": 15
                                },
                                "end": {
                                  "line": 302,
                                  "column": 31
                                }
                              },
                              "object": {
                                "type": "Identifier",
                                "start": 10402,
                                "end": 10411,
                                "loc": {
                                  "start": {
                                    "line": 302,
                                    "column": 15
                                  },
                                  "end": {
                                    "line": 302,
                                    "column": 24
                                  },
                                  "identifierName": "tableName"
                                },
                                "name": "tableName"
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 10412,
                                "end": 10418,
                                "loc": {
                                  "start": {
                                    "line": 302,
                                    "column": 25
                                  },
                                  "end": {
                                    "line": 302,
                                    "column": 31
                                  },
                                  "identifierName": "schema"
                                },
                                "name": "schema"
                              },
                              "computed": false
                            }
                          }
                        },
                        {
                          "type": "ExpressionStatement",
                          "start": 10426,
                          "end": 10458,
                          "loc": {
                            "start": {
                              "line": 303,
                              "column": 6
                            },
                            "end": {
                              "line": 303,
                              "column": 38
                            }
                          },
                          "expression": {
                            "type": "AssignmentExpression",
                            "start": 10426,
                            "end": 10457,
                            "loc": {
                              "start": {
                                "line": 303,
                                "column": 6
                              },
                              "end": {
                                "line": 303,
                                "column": 37
                              }
                            },
                            "operator": "=",
                            "left": {
                              "type": "Identifier",
                              "start": 10426,
                              "end": 10435,
                              "loc": {
                                "start": {
                                  "line": 303,
                                  "column": 6
                                },
                                "end": {
                                  "line": 303,
                                  "column": 15
                                },
                                "identifierName": "tableName"
                              },
                              "name": "tableName"
                            },
                            "right": {
                              "type": "MemberExpression",
                              "start": 10438,
                              "end": 10457,
                              "loc": {
                                "start": {
                                  "line": 303,
                                  "column": 18
                                },
                                "end": {
                                  "line": 303,
                                  "column": 37
                                }
                              },
                              "object": {
                                "type": "Identifier",
                                "start": 10438,
                                "end": 10447,
                                "loc": {
                                  "start": {
                                    "line": 303,
                                    "column": 18
                                  },
                                  "end": {
                                    "line": 303,
                                    "column": 27
                                  },
                                  "identifierName": "tableName"
                                },
                                "name": "tableName"
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 10448,
                                "end": 10457,
                                "loc": {
                                  "start": {
                                    "line": 303,
                                    "column": 28
                                  },
                                  "end": {
                                    "line": 303,
                                    "column": 37
                                  },
                                  "identifierName": "tableName"
                                },
                                "name": "tableName"
                              },
                              "computed": false
                            }
                          }
                        }
                      ],
                      "directives": []
                    },
                    "alternate": null
                  },
                  {
                    "type": "VariableDeclaration",
                    "start": 10470,
                    "end": 10557,
                    "loc": {
                      "start": {
                        "line": 306,
                        "column": 4
                      },
                      "end": {
                        "line": 306,
                        "column": 91
                      }
                    },
                    "declarations": [
                      {
                        "type": "VariableDeclarator",
                        "start": 10476,
                        "end": 10556,
                        "loc": {
                          "start": {
                            "line": 306,
                            "column": 10
                          },
                          "end": {
                            "line": 306,
                            "column": 90
                          }
                        },
                        "id": {
                          "type": "Identifier",
                          "start": 10476,
                          "end": 10479,
                          "loc": {
                            "start": {
                              "line": 306,
                              "column": 10
                            },
                            "end": {
                              "line": 306,
                              "column": 13
                            },
                            "identifierName": "sql"
                          },
                          "name": "sql"
                        },
                        "init": {
                          "type": "CallExpression",
                          "start": 10482,
                          "end": 10556,
                          "loc": {
                            "start": {
                              "line": 306,
                              "column": 16
                            },
                            "end": {
                              "line": 306,
                              "column": 90
                            }
                          },
                          "callee": {
                            "type": "MemberExpression",
                            "start": 10482,
                            "end": 10520,
                            "loc": {
                              "start": {
                                "line": 306,
                                "column": 16
                              },
                              "end": {
                                "line": 306,
                                "column": 54
                              }
                            },
                            "object": {
                              "type": "MemberExpression",
                              "start": 10482,
                              "end": 10501,
                              "loc": {
                                "start": {
                                  "line": 306,
                                  "column": 16
                                },
                                "end": {
                                  "line": 306,
                                  "column": 35
                                }
                              },
                              "object": {
                                "type": "ThisExpression",
                                "start": 10482,
                                "end": 10486,
                                "loc": {
                                  "start": {
                                    "line": 306,
                                    "column": 16
                                  },
                                  "end": {
                                    "line": 306,
                                    "column": 20
                                  }
                                }
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 10487,
                                "end": 10501,
                                "loc": {
                                  "start": {
                                    "line": 306,
                                    "column": 21
                                  },
                                  "end": {
                                    "line": 306,
                                    "column": 35
                                  },
                                  "identifierName": "QueryGenerator"
                                },
                                "name": "QueryGenerator"
                              },
                              "computed": false
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 10502,
                              "end": 10520,
                              "loc": {
                                "start": {
                                  "line": 306,
                                  "column": 36
                                },
                                "end": {
                                  "line": 306,
                                  "column": 54
                                },
                                "identifierName": "describeTableQuery"
                              },
                              "name": "describeTableQuery"
                            },
                            "computed": false
                          },
                          "arguments": [
                            {
                              "type": "Identifier",
                              "start": 10521,
                              "end": 10530,
                              "loc": {
                                "start": {
                                  "line": 306,
                                  "column": 55
                                },
                                "end": {
                                  "line": 306,
                                  "column": 64
                                },
                                "identifierName": "tableName"
                              },
                              "name": "tableName"
                            },
                            {
                              "type": "Identifier",
                              "start": 10532,
                              "end": 10538,
                              "loc": {
                                "start": {
                                  "line": 306,
                                  "column": 66
                                },
                                "end": {
                                  "line": 306,
                                  "column": 72
                                },
                                "identifierName": "schema"
                              },
                              "name": "schema"
                            },
                            {
                              "type": "Identifier",
                              "start": 10540,
                              "end": 10555,
                              "loc": {
                                "start": {
                                  "line": 306,
                                  "column": 74
                                },
                                "end": {
                                  "line": 306,
                                  "column": 89
                                },
                                "identifierName": "schemaDelimiter"
                              },
                              "name": "schemaDelimiter"
                            }
                          ]
                        }
                      }
                    ],
                    "kind": "const"
                  },
                  {
                    "type": "ReturnStatement",
                    "start": 10563,
                    "end": 11222,
                    "loc": {
                      "start": {
                        "line": 308,
                        "column": 4
                      },
                      "end": {
                        "line": 320,
                        "column": 7
                      }
                    },
                    "argument": {
                      "type": "CallExpression",
                      "start": 10570,
                      "end": 11221,
                      "loc": {
                        "start": {
                          "line": 308,
                          "column": 11
                        },
                        "end": {
                          "line": 320,
                          "column": 6
                        }
                      },
                      "callee": {
                        "type": "MemberExpression",
                        "start": 10570,
                        "end": 10672,
                        "loc": {
                          "start": {
                            "line": 308,
                            "column": 11
                          },
                          "end": {
                            "line": 311,
                            "column": 10
                          }
                        },
                        "object": {
                          "type": "CallExpression",
                          "start": 10570,
                          "end": 10667,
                          "loc": {
                            "start": {
                              "line": 308,
                              "column": 11
                            },
                            "end": {
                              "line": 311,
                              "column": 5
                            }
                          },
                          "callee": {
                            "type": "MemberExpression",
                            "start": 10570,
                            "end": 10590,
                            "loc": {
                              "start": {
                                "line": 308,
                                "column": 11
                              },
                              "end": {
                                "line": 308,
                                "column": 31
                              }
                            },
                            "object": {
                              "type": "MemberExpression",
                              "start": 10570,
                              "end": 10584,
                              "loc": {
                                "start": {
                                  "line": 308,
                                  "column": 11
                                },
                                "end": {
                                  "line": 308,
                                  "column": 25
                                }
                              },
                              "object": {
                                "type": "ThisExpression",
                                "start": 10570,
                                "end": 10574,
                                "loc": {
                                  "start": {
                                    "line": 308,
                                    "column": 11
                                  },
                                  "end": {
                                    "line": 308,
                                    "column": 15
                                  }
                                }
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 10575,
                                "end": 10584,
                                "loc": {
                                  "start": {
                                    "line": 308,
                                    "column": 16
                                  },
                                  "end": {
                                    "line": 308,
                                    "column": 25
                                  },
                                  "identifierName": "sequelize"
                                },
                                "name": "sequelize"
                              },
                              "computed": false
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 10585,
                              "end": 10590,
                              "loc": {
                                "start": {
                                  "line": 308,
                                  "column": 26
                                },
                                "end": {
                                  "line": 308,
                                  "column": 31
                                },
                                "identifierName": "query"
                              },
                              "name": "query"
                            },
                            "computed": false
                          },
                          "arguments": [
                            {
                              "type": "Identifier",
                              "start": 10598,
                              "end": 10601,
                              "loc": {
                                "start": {
                                  "line": 309,
                                  "column": 6
                                },
                                "end": {
                                  "line": 309,
                                  "column": 9
                                },
                                "identifierName": "sql"
                              },
                              "name": "sql"
                            },
                            {
                              "type": "CallExpression",
                              "start": 10609,
                              "end": 10661,
                              "loc": {
                                "start": {
                                  "line": 310,
                                  "column": 6
                                },
                                "end": {
                                  "line": 310,
                                  "column": 58
                                }
                              },
                              "callee": {
                                "type": "MemberExpression",
                                "start": 10609,
                                "end": 10617,
                                "loc": {
                                  "start": {
                                    "line": 310,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 310,
                                    "column": 14
                                  }
                                },
                                "object": {
                                  "type": "Identifier",
                                  "start": 10609,
                                  "end": 10610,
                                  "loc": {
                                    "start": {
                                      "line": 310,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 310,
                                      "column": 7
                                    },
                                    "identifierName": "_"
                                  },
                                  "name": "_"
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 10611,
                                  "end": 10617,
                                  "loc": {
                                    "start": {
                                      "line": 310,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 310,
                                      "column": 14
                                    },
                                    "identifierName": "assign"
                                  },
                                  "name": "assign"
                                },
                                "computed": false
                              },
                              "arguments": [
                                {
                                  "type": "ObjectExpression",
                                  "start": 10618,
                                  "end": 10620,
                                  "loc": {
                                    "start": {
                                      "line": 310,
                                      "column": 15
                                    },
                                    "end": {
                                      "line": 310,
                                      "column": 17
                                    }
                                  },
                                  "properties": []
                                },
                                {
                                  "type": "Identifier",
                                  "start": 10622,
                                  "end": 10629,
                                  "loc": {
                                    "start": {
                                      "line": 310,
                                      "column": 19
                                    },
                                    "end": {
                                      "line": 310,
                                      "column": 26
                                    },
                                    "identifierName": "options"
                                  },
                                  "name": "options"
                                },
                                {
                                  "type": "ObjectExpression",
                                  "start": 10631,
                                  "end": 10660,
                                  "loc": {
                                    "start": {
                                      "line": 310,
                                      "column": 28
                                    },
                                    "end": {
                                      "line": 310,
                                      "column": 57
                                    }
                                  },
                                  "properties": [
                                    {
                                      "type": "ObjectProperty",
                                      "start": 10633,
                                      "end": 10658,
                                      "loc": {
                                        "start": {
                                          "line": 310,
                                          "column": 30
                                        },
                                        "end": {
                                          "line": 310,
                                          "column": 55
                                        }
                                      },
                                      "method": false,
                                      "shorthand": false,
                                      "computed": false,
                                      "key": {
                                        "type": "Identifier",
                                        "start": 10633,
                                        "end": 10637,
                                        "loc": {
                                          "start": {
                                            "line": 310,
                                            "column": 30
                                          },
                                          "end": {
                                            "line": 310,
                                            "column": 34
                                          },
                                          "identifierName": "type"
                                        },
                                        "name": "type"
                                      },
                                      "value": {
                                        "type": "MemberExpression",
                                        "start": 10639,
                                        "end": 10658,
                                        "loc": {
                                          "start": {
                                            "line": 310,
                                            "column": 36
                                          },
                                          "end": {
                                            "line": 310,
                                            "column": 55
                                          }
                                        },
                                        "object": {
                                          "type": "Identifier",
                                          "start": 10639,
                                          "end": 10649,
                                          "loc": {
                                            "start": {
                                              "line": 310,
                                              "column": 36
                                            },
                                            "end": {
                                              "line": 310,
                                              "column": 46
                                            },
                                            "identifierName": "QueryTypes"
                                          },
                                          "name": "QueryTypes"
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 10650,
                                          "end": 10658,
                                          "loc": {
                                            "start": {
                                              "line": 310,
                                              "column": 47
                                            },
                                            "end": {
                                              "line": 310,
                                              "column": 55
                                            },
                                            "identifierName": "DESCRIBE"
                                          },
                                          "name": "DESCRIBE"
                                        },
                                        "computed": false
                                      }
                                    }
                                  ]
                                }
                              ]
                            }
                          ]
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 10668,
                          "end": 10672,
                          "loc": {
                            "start": {
                              "line": 311,
                              "column": 6
                            },
                            "end": {
                              "line": 311,
                              "column": 10
                            },
                            "identifierName": "then"
                          },
                          "name": "then"
                        },
                        "computed": false
                      },
                      "arguments": [
                        {
                          "type": "ArrowFunctionExpression",
                          "start": 10673,
                          "end": 11220,
                          "loc": {
                            "start": {
                              "line": 311,
                              "column": 11
                            },
                            "end": {
                              "line": 320,
                              "column": 5
                            }
                          },
                          "id": null,
                          "generator": false,
                          "expression": false,
                          "async": false,
                          "params": [
                            {
                              "type": "Identifier",
                              "start": 10673,
                              "end": 10677,
                              "loc": {
                                "start": {
                                  "line": 311,
                                  "column": 11
                                },
                                "end": {
                                  "line": 311,
                                  "column": 15
                                },
                                "identifierName": "data"
                              },
                              "name": "data"
                            }
                          ],
                          "body": {
                            "type": "BlockStatement",
                            "start": 10681,
                            "end": 11220,
                            "loc": {
                              "start": {
                                "line": 311,
                                "column": 19
                              },
                              "end": {
                                "line": 320,
                                "column": 5
                              }
                            },
                            "body": [
                              {
                                "type": "IfStatement",
                                "start": 10969,
                                "end": 11214,
                                "loc": {
                                  "start": {
                                    "line": 315,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 319,
                                    "column": 7
                                  }
                                },
                                "test": {
                                  "type": "CallExpression",
                                  "start": 10973,
                                  "end": 10994,
                                  "loc": {
                                    "start": {
                                      "line": 315,
                                      "column": 10
                                    },
                                    "end": {
                                      "line": 315,
                                      "column": 31
                                    }
                                  },
                                  "callee": {
                                    "type": "MemberExpression",
                                    "start": 10973,
                                    "end": 10988,
                                    "loc": {
                                      "start": {
                                        "line": 315,
                                        "column": 10
                                      },
                                      "end": {
                                        "line": 315,
                                        "column": 25
                                      }
                                    },
                                    "object": {
                                      "type": "MemberExpression",
                                      "start": 10973,
                                      "end": 10980,
                                      "loc": {
                                        "start": {
                                          "line": 315,
                                          "column": 10
                                        },
                                        "end": {
                                          "line": 315,
                                          "column": 17
                                        }
                                      },
                                      "object": {
                                        "type": "Identifier",
                                        "start": 10973,
                                        "end": 10978,
                                        "loc": {
                                          "start": {
                                            "line": 315,
                                            "column": 10
                                          },
                                          "end": {
                                            "line": 315,
                                            "column": 15
                                          },
                                          "identifierName": "Utils"
                                        },
                                        "name": "Utils",
                                        "leadingComments": null
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 10979,
                                        "end": 10980,
                                        "loc": {
                                          "start": {
                                            "line": 315,
                                            "column": 16
                                          },
                                          "end": {
                                            "line": 315,
                                            "column": 17
                                          },
                                          "identifierName": "_"
                                        },
                                        "name": "_"
                                      },
                                      "computed": false,
                                      "leadingComments": null
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 10981,
                                      "end": 10988,
                                      "loc": {
                                        "start": {
                                          "line": 315,
                                          "column": 18
                                        },
                                        "end": {
                                          "line": 315,
                                          "column": 25
                                        },
                                        "identifierName": "isEmpty"
                                      },
                                      "name": "isEmpty"
                                    },
                                    "computed": false,
                                    "leadingComments": null
                                  },
                                  "arguments": [
                                    {
                                      "type": "Identifier",
                                      "start": 10989,
                                      "end": 10993,
                                      "loc": {
                                        "start": {
                                          "line": 315,
                                          "column": 26
                                        },
                                        "end": {
                                          "line": 315,
                                          "column": 30
                                        },
                                        "identifierName": "data"
                                      },
                                      "name": "data"
                                    }
                                  ],
                                  "leadingComments": null
                                },
                                "consequent": {
                                  "type": "BlockStatement",
                                  "start": 10996,
                                  "end": 11161,
                                  "loc": {
                                    "start": {
                                      "line": 315,
                                      "column": 33
                                    },
                                    "end": {
                                      "line": 317,
                                      "column": 7
                                    }
                                  },
                                  "body": [
                                    {
                                      "type": "ReturnStatement",
                                      "start": 11006,
                                      "end": 11153,
                                      "loc": {
                                        "start": {
                                          "line": 316,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 316,
                                          "column": 155
                                        }
                                      },
                                      "argument": {
                                        "type": "CallExpression",
                                        "start": 11013,
                                        "end": 11152,
                                        "loc": {
                                          "start": {
                                            "line": 316,
                                            "column": 15
                                          },
                                          "end": {
                                            "line": 316,
                                            "column": 154
                                          }
                                        },
                                        "callee": {
                                          "type": "MemberExpression",
                                          "start": 11013,
                                          "end": 11027,
                                          "loc": {
                                            "start": {
                                              "line": 316,
                                              "column": 15
                                            },
                                            "end": {
                                              "line": 316,
                                              "column": 29
                                            }
                                          },
                                          "object": {
                                            "type": "Identifier",
                                            "start": 11013,
                                            "end": 11020,
                                            "loc": {
                                              "start": {
                                                "line": 316,
                                                "column": 15
                                              },
                                              "end": {
                                                "line": 316,
                                                "column": 22
                                              },
                                              "identifierName": "Promise"
                                            },
                                            "name": "Promise"
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 11021,
                                            "end": 11027,
                                            "loc": {
                                              "start": {
                                                "line": 316,
                                                "column": 23
                                              },
                                              "end": {
                                                "line": 316,
                                                "column": 29
                                              },
                                              "identifierName": "reject"
                                            },
                                            "name": "reject"
                                          },
                                          "computed": false
                                        },
                                        "arguments": [
                                          {
                                            "type": "BinaryExpression",
                                            "start": 11028,
                                            "end": 11151,
                                            "loc": {
                                              "start": {
                                                "line": 316,
                                                "column": 30
                                              },
                                              "end": {
                                                "line": 316,
                                                "column": 153
                                              }
                                            },
                                            "left": {
                                              "type": "BinaryExpression",
                                              "start": 11028,
                                              "end": 11068,
                                              "loc": {
                                                "start": {
                                                  "line": 316,
                                                  "column": 30
                                                },
                                                "end": {
                                                  "line": 316,
                                                  "column": 70
                                                }
                                              },
                                              "left": {
                                                "type": "StringLiteral",
                                                "start": 11028,
                                                "end": 11056,
                                                "loc": {
                                                  "start": {
                                                    "line": 316,
                                                    "column": 30
                                                  },
                                                  "end": {
                                                    "line": 316,
                                                    "column": 58
                                                  }
                                                },
                                                "extra": {
                                                  "rawValue": "No description found for \"",
                                                  "raw": "'No description found for \"'"
                                                },
                                                "value": "No description found for \""
                                              },
                                              "operator": "+",
                                              "right": {
                                                "type": "Identifier",
                                                "start": 11059,
                                                "end": 11068,
                                                "loc": {
                                                  "start": {
                                                    "line": 316,
                                                    "column": 61
                                                  },
                                                  "end": {
                                                    "line": 316,
                                                    "column": 70
                                                  },
                                                  "identifierName": "tableName"
                                                },
                                                "name": "tableName"
                                              }
                                            },
                                            "operator": "+",
                                            "right": {
                                              "type": "StringLiteral",
                                              "start": 11071,
                                              "end": 11151,
                                              "loc": {
                                                "start": {
                                                  "line": 316,
                                                  "column": 73
                                                },
                                                "end": {
                                                  "line": 316,
                                                  "column": 153
                                                }
                                              },
                                              "extra": {
                                                "rawValue": "\" table. Check the table name and schema; remember, they _are_ case sensitive.",
                                                "raw": "'\" table. Check the table name and schema; remember, they _are_ case sensitive.'"
                                              },
                                              "value": "\" table. Check the table name and schema; remember, they _are_ case sensitive."
                                            }
                                          }
                                        ]
                                      }
                                    }
                                  ],
                                  "directives": []
                                },
                                "alternate": {
                                  "type": "BlockStatement",
                                  "start": 11167,
                                  "end": 11214,
                                  "loc": {
                                    "start": {
                                      "line": 317,
                                      "column": 13
                                    },
                                    "end": {
                                      "line": 319,
                                      "column": 7
                                    }
                                  },
                                  "body": [
                                    {
                                      "type": "ReturnStatement",
                                      "start": 11177,
                                      "end": 11206,
                                      "loc": {
                                        "start": {
                                          "line": 318,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 318,
                                          "column": 37
                                        }
                                      },
                                      "argument": {
                                        "type": "CallExpression",
                                        "start": 11184,
                                        "end": 11205,
                                        "loc": {
                                          "start": {
                                            "line": 318,
                                            "column": 15
                                          },
                                          "end": {
                                            "line": 318,
                                            "column": 36
                                          }
                                        },
                                        "callee": {
                                          "type": "MemberExpression",
                                          "start": 11184,
                                          "end": 11199,
                                          "loc": {
                                            "start": {
                                              "line": 318,
                                              "column": 15
                                            },
                                            "end": {
                                              "line": 318,
                                              "column": 30
                                            }
                                          },
                                          "object": {
                                            "type": "Identifier",
                                            "start": 11184,
                                            "end": 11191,
                                            "loc": {
                                              "start": {
                                                "line": 318,
                                                "column": 15
                                              },
                                              "end": {
                                                "line": 318,
                                                "column": 22
                                              },
                                              "identifierName": "Promise"
                                            },
                                            "name": "Promise"
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 11192,
                                            "end": 11199,
                                            "loc": {
                                              "start": {
                                                "line": 318,
                                                "column": 23
                                              },
                                              "end": {
                                                "line": 318,
                                                "column": 30
                                              },
                                              "identifierName": "resolve"
                                            },
                                            "name": "resolve"
                                          },
                                          "computed": false
                                        },
                                        "arguments": [
                                          {
                                            "type": "Identifier",
                                            "start": 11200,
                                            "end": 11204,
                                            "loc": {
                                              "start": {
                                                "line": 318,
                                                "column": 31
                                              },
                                              "end": {
                                                "line": 318,
                                                "column": 35
                                              },
                                              "identifierName": "data"
                                            },
                                            "name": "data"
                                          }
                                        ]
                                      }
                                    }
                                  ],
                                  "directives": []
                                },
                                "leadingComments": [
                                  {
                                    "type": "CommentLine",
                                    "value": " If no data is returned from the query, then the table name may be wrong.",
                                    "start": 10689,
                                    "end": 10764,
                                    "loc": {
                                      "start": {
                                        "line": 312,
                                        "column": 6
                                      },
                                      "end": {
                                        "line": 312,
                                        "column": 81
                                      }
                                    }
                                  },
                                  {
                                    "type": "CommentLine",
                                    "value": " Query generators that use information_schema for retrieving table info will just return an empty result set,",
                                    "start": 10771,
                                    "end": 10882,
                                    "loc": {
                                      "start": {
                                        "line": 313,
                                        "column": 6
                                      },
                                      "end": {
                                        "line": 313,
                                        "column": 117
                                      }
                                    }
                                  },
                                  {
                                    "type": "CommentLine",
                                    "value": " it will not throw an error like built-ins do (e.g. DESCRIBE on MySql).",
                                    "start": 10889,
                                    "end": 10962,
                                    "loc": {
                                      "start": {
                                        "line": 314,
                                        "column": 6
                                      },
                                      "end": {
                                        "line": 314,
                                        "column": 79
                                      }
                                    }
                                  }
                                ]
                              }
                            ],
                            "directives": []
                          }
                        }
                      ]
                    }
                  }
                ],
                "directives": []
              }
            },
            {
              "type": "ClassMethod",
              "start": 11230,
              "end": 11624,
              "loc": {
                "start": {
                  "line": 323,
                  "column": 2
                },
                "end": {
                  "line": 331,
                  "column": 3
                }
              },
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 11230,
                "end": 11239,
                "loc": {
                  "start": {
                    "line": 323,
                    "column": 2
                  },
                  "end": {
                    "line": 323,
                    "column": 11
                  },
                  "identifierName": "addColumn"
                },
                "name": "addColumn"
              },
              "static": false,
              "kind": "method",
              "id": null,
              "generator": false,
              "expression": false,
              "async": false,
              "params": [
                {
                  "type": "Identifier",
                  "start": 11240,
                  "end": 11245,
                  "loc": {
                    "start": {
                      "line": 323,
                      "column": 12
                    },
                    "end": {
                      "line": 323,
                      "column": 17
                    },
                    "identifierName": "table"
                  },
                  "name": "table"
                },
                {
                  "type": "Identifier",
                  "start": 11247,
                  "end": 11250,
                  "loc": {
                    "start": {
                      "line": 323,
                      "column": 19
                    },
                    "end": {
                      "line": 323,
                      "column": 22
                    },
                    "identifierName": "key"
                  },
                  "name": "key"
                },
                {
                  "type": "Identifier",
                  "start": 11252,
                  "end": 11261,
                  "loc": {
                    "start": {
                      "line": 323,
                      "column": 24
                    },
                    "end": {
                      "line": 323,
                      "column": 33
                    },
                    "identifierName": "attribute"
                  },
                  "name": "attribute"
                },
                {
                  "type": "Identifier",
                  "start": 11263,
                  "end": 11270,
                  "loc": {
                    "start": {
                      "line": 323,
                      "column": 35
                    },
                    "end": {
                      "line": 323,
                      "column": 42
                    },
                    "identifierName": "options"
                  },
                  "name": "options"
                }
              ],
              "body": {
                "type": "BlockStatement",
                "start": 11272,
                "end": 11624,
                "loc": {
                  "start": {
                    "line": 323,
                    "column": 44
                  },
                  "end": {
                    "line": 331,
                    "column": 3
                  }
                },
                "body": [
                  {
                    "type": "IfStatement",
                    "start": 11278,
                    "end": 11427,
                    "loc": {
                      "start": {
                        "line": 324,
                        "column": 4
                      },
                      "end": {
                        "line": 326,
                        "column": 5
                      }
                    },
                    "test": {
                      "type": "LogicalExpression",
                      "start": 11282,
                      "end": 11310,
                      "loc": {
                        "start": {
                          "line": 324,
                          "column": 8
                        },
                        "end": {
                          "line": 324,
                          "column": 36
                        }
                      },
                      "left": {
                        "type": "LogicalExpression",
                        "start": 11282,
                        "end": 11296,
                        "loc": {
                          "start": {
                            "line": 324,
                            "column": 8
                          },
                          "end": {
                            "line": 324,
                            "column": 22
                          }
                        },
                        "left": {
                          "type": "UnaryExpression",
                          "start": 11282,
                          "end": 11288,
                          "loc": {
                            "start": {
                              "line": 324,
                              "column": 8
                            },
                            "end": {
                              "line": 324,
                              "column": 14
                            }
                          },
                          "operator": "!",
                          "prefix": true,
                          "argument": {
                            "type": "Identifier",
                            "start": 11283,
                            "end": 11288,
                            "loc": {
                              "start": {
                                "line": 324,
                                "column": 9
                              },
                              "end": {
                                "line": 324,
                                "column": 14
                              },
                              "identifierName": "table"
                            },
                            "name": "table"
                          },
                          "extra": {
                            "parenthesizedArgument": false
                          }
                        },
                        "operator": "||",
                        "right": {
                          "type": "UnaryExpression",
                          "start": 11292,
                          "end": 11296,
                          "loc": {
                            "start": {
                              "line": 324,
                              "column": 18
                            },
                            "end": {
                              "line": 324,
                              "column": 22
                            }
                          },
                          "operator": "!",
                          "prefix": true,
                          "argument": {
                            "type": "Identifier",
                            "start": 11293,
                            "end": 11296,
                            "loc": {
                              "start": {
                                "line": 324,
                                "column": 19
                              },
                              "end": {
                                "line": 324,
                                "column": 22
                              },
                              "identifierName": "key"
                            },
                            "name": "key"
                          },
                          "extra": {
                            "parenthesizedArgument": false
                          }
                        }
                      },
                      "operator": "||",
                      "right": {
                        "type": "UnaryExpression",
                        "start": 11300,
                        "end": 11310,
                        "loc": {
                          "start": {
                            "line": 324,
                            "column": 26
                          },
                          "end": {
                            "line": 324,
                            "column": 36
                          }
                        },
                        "operator": "!",
                        "prefix": true,
                        "argument": {
                          "type": "Identifier",
                          "start": 11301,
                          "end": 11310,
                          "loc": {
                            "start": {
                              "line": 324,
                              "column": 27
                            },
                            "end": {
                              "line": 324,
                              "column": 36
                            },
                            "identifierName": "attribute"
                          },
                          "name": "attribute"
                        },
                        "extra": {
                          "parenthesizedArgument": false
                        }
                      }
                    },
                    "consequent": {
                      "type": "BlockStatement",
                      "start": 11312,
                      "end": 11427,
                      "loc": {
                        "start": {
                          "line": 324,
                          "column": 38
                        },
                        "end": {
                          "line": 326,
                          "column": 5
                        }
                      },
                      "body": [
                        {
                          "type": "ThrowStatement",
                          "start": 11320,
                          "end": 11421,
                          "loc": {
                            "start": {
                              "line": 325,
                              "column": 6
                            },
                            "end": {
                              "line": 325,
                              "column": 107
                            }
                          },
                          "argument": {
                            "type": "NewExpression",
                            "start": 11326,
                            "end": 11420,
                            "loc": {
                              "start": {
                                "line": 325,
                                "column": 12
                              },
                              "end": {
                                "line": 325,
                                "column": 106
                              }
                            },
                            "callee": {
                              "type": "Identifier",
                              "start": 11330,
                              "end": 11335,
                              "loc": {
                                "start": {
                                  "line": 325,
                                  "column": 16
                                },
                                "end": {
                                  "line": 325,
                                  "column": 21
                                },
                                "identifierName": "Error"
                              },
                              "name": "Error"
                            },
                            "arguments": [
                              {
                                "type": "StringLiteral",
                                "start": 11336,
                                "end": 11419,
                                "loc": {
                                  "start": {
                                    "line": 325,
                                    "column": 22
                                  },
                                  "end": {
                                    "line": 325,
                                    "column": 105
                                  }
                                },
                                "extra": {
                                  "rawValue": "addColumn takes atleast 3 arguments (table, attribute name, attribute definition)",
                                  "raw": "'addColumn takes atleast 3 arguments (table, attribute name, attribute definition)'"
                                },
                                "value": "addColumn takes atleast 3 arguments (table, attribute name, attribute definition)"
                              }
                            ]
                          }
                        }
                      ],
                      "directives": []
                    },
                    "alternate": null
                  },
                  {
                    "type": "ExpressionStatement",
                    "start": 11433,
                    "end": 11457,
                    "loc": {
                      "start": {
                        "line": 328,
                        "column": 4
                      },
                      "end": {
                        "line": 328,
                        "column": 28
                      }
                    },
                    "expression": {
                      "type": "AssignmentExpression",
                      "start": 11433,
                      "end": 11456,
                      "loc": {
                        "start": {
                          "line": 328,
                          "column": 4
                        },
                        "end": {
                          "line": 328,
                          "column": 27
                        }
                      },
                      "operator": "=",
                      "left": {
                        "type": "Identifier",
                        "start": 11433,
                        "end": 11440,
                        "loc": {
                          "start": {
                            "line": 328,
                            "column": 4
                          },
                          "end": {
                            "line": 328,
                            "column": 11
                          },
                          "identifierName": "options"
                        },
                        "name": "options"
                      },
                      "right": {
                        "type": "LogicalExpression",
                        "start": 11443,
                        "end": 11456,
                        "loc": {
                          "start": {
                            "line": 328,
                            "column": 14
                          },
                          "end": {
                            "line": 328,
                            "column": 27
                          }
                        },
                        "left": {
                          "type": "Identifier",
                          "start": 11443,
                          "end": 11450,
                          "loc": {
                            "start": {
                              "line": 328,
                              "column": 14
                            },
                            "end": {
                              "line": 328,
                              "column": 21
                            },
                            "identifierName": "options"
                          },
                          "name": "options"
                        },
                        "operator": "||",
                        "right": {
                          "type": "ObjectExpression",
                          "start": 11454,
                          "end": 11456,
                          "loc": {
                            "start": {
                              "line": 328,
                              "column": 25
                            },
                            "end": {
                              "line": 328,
                              "column": 27
                            }
                          },
                          "properties": []
                        }
                      }
                    }
                  },
                  {
                    "type": "ExpressionStatement",
                    "start": 11462,
                    "end": 11519,
                    "loc": {
                      "start": {
                        "line": 329,
                        "column": 4
                      },
                      "end": {
                        "line": 329,
                        "column": 61
                      }
                    },
                    "expression": {
                      "type": "AssignmentExpression",
                      "start": 11462,
                      "end": 11518,
                      "loc": {
                        "start": {
                          "line": 329,
                          "column": 4
                        },
                        "end": {
                          "line": 329,
                          "column": 60
                        }
                      },
                      "operator": "=",
                      "left": {
                        "type": "Identifier",
                        "start": 11462,
                        "end": 11471,
                        "loc": {
                          "start": {
                            "line": 329,
                            "column": 4
                          },
                          "end": {
                            "line": 329,
                            "column": 13
                          },
                          "identifierName": "attribute"
                        },
                        "name": "attribute"
                      },
                      "right": {
                        "type": "CallExpression",
                        "start": 11474,
                        "end": 11518,
                        "loc": {
                          "start": {
                            "line": 329,
                            "column": 16
                          },
                          "end": {
                            "line": 329,
                            "column": 60
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 11474,
                          "end": 11507,
                          "loc": {
                            "start": {
                              "line": 329,
                              "column": 16
                            },
                            "end": {
                              "line": 329,
                              "column": 49
                            }
                          },
                          "object": {
                            "type": "MemberExpression",
                            "start": 11474,
                            "end": 11488,
                            "loc": {
                              "start": {
                                "line": 329,
                                "column": 16
                              },
                              "end": {
                                "line": 329,
                                "column": 30
                              }
                            },
                            "object": {
                              "type": "ThisExpression",
                              "start": 11474,
                              "end": 11478,
                              "loc": {
                                "start": {
                                  "line": 329,
                                  "column": 16
                                },
                                "end": {
                                  "line": 329,
                                  "column": 20
                                }
                              }
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 11479,
                              "end": 11488,
                              "loc": {
                                "start": {
                                  "line": 329,
                                  "column": 21
                                },
                                "end": {
                                  "line": 329,
                                  "column": 30
                                },
                                "identifierName": "sequelize"
                              },
                              "name": "sequelize"
                            },
                            "computed": false
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 11489,
                            "end": 11507,
                            "loc": {
                              "start": {
                                "line": 329,
                                "column": 31
                              },
                              "end": {
                                "line": 329,
                                "column": 49
                              },
                              "identifierName": "normalizeAttribute"
                            },
                            "name": "normalizeAttribute"
                          },
                          "computed": false
                        },
                        "arguments": [
                          {
                            "type": "Identifier",
                            "start": 11508,
                            "end": 11517,
                            "loc": {
                              "start": {
                                "line": 329,
                                "column": 50
                              },
                              "end": {
                                "line": 329,
                                "column": 59
                              },
                              "identifierName": "attribute"
                            },
                            "name": "attribute"
                          }
                        ]
                      }
                    }
                  },
                  {
                    "type": "ReturnStatement",
                    "start": 11524,
                    "end": 11620,
                    "loc": {
                      "start": {
                        "line": 330,
                        "column": 4
                      },
                      "end": {
                        "line": 330,
                        "column": 100
                      }
                    },
                    "argument": {
                      "type": "CallExpression",
                      "start": 11531,
                      "end": 11619,
                      "loc": {
                        "start": {
                          "line": 330,
                          "column": 11
                        },
                        "end": {
                          "line": 330,
                          "column": 99
                        }
                      },
                      "callee": {
                        "type": "MemberExpression",
                        "start": 11531,
                        "end": 11551,
                        "loc": {
                          "start": {
                            "line": 330,
                            "column": 11
                          },
                          "end": {
                            "line": 330,
                            "column": 31
                          }
                        },
                        "object": {
                          "type": "MemberExpression",
                          "start": 11531,
                          "end": 11545,
                          "loc": {
                            "start": {
                              "line": 330,
                              "column": 11
                            },
                            "end": {
                              "line": 330,
                              "column": 25
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 11531,
                            "end": 11535,
                            "loc": {
                              "start": {
                                "line": 330,
                                "column": 11
                              },
                              "end": {
                                "line": 330,
                                "column": 15
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 11536,
                            "end": 11545,
                            "loc": {
                              "start": {
                                "line": 330,
                                "column": 16
                              },
                              "end": {
                                "line": 330,
                                "column": 25
                              },
                              "identifierName": "sequelize"
                            },
                            "name": "sequelize"
                          },
                          "computed": false
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 11546,
                          "end": 11551,
                          "loc": {
                            "start": {
                              "line": 330,
                              "column": 26
                            },
                            "end": {
                              "line": 330,
                              "column": 31
                            },
                            "identifierName": "query"
                          },
                          "name": "query"
                        },
                        "computed": false
                      },
                      "arguments": [
                        {
                          "type": "CallExpression",
                          "start": 11552,
                          "end": 11609,
                          "loc": {
                            "start": {
                              "line": 330,
                              "column": 32
                            },
                            "end": {
                              "line": 330,
                              "column": 89
                            }
                          },
                          "callee": {
                            "type": "MemberExpression",
                            "start": 11552,
                            "end": 11586,
                            "loc": {
                              "start": {
                                "line": 330,
                                "column": 32
                              },
                              "end": {
                                "line": 330,
                                "column": 66
                              }
                            },
                            "object": {
                              "type": "MemberExpression",
                              "start": 11552,
                              "end": 11571,
                              "loc": {
                                "start": {
                                  "line": 330,
                                  "column": 32
                                },
                                "end": {
                                  "line": 330,
                                  "column": 51
                                }
                              },
                              "object": {
                                "type": "ThisExpression",
                                "start": 11552,
                                "end": 11556,
                                "loc": {
                                  "start": {
                                    "line": 330,
                                    "column": 32
                                  },
                                  "end": {
                                    "line": 330,
                                    "column": 36
                                  }
                                }
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 11557,
                                "end": 11571,
                                "loc": {
                                  "start": {
                                    "line": 330,
                                    "column": 37
                                  },
                                  "end": {
                                    "line": 330,
                                    "column": 51
                                  },
                                  "identifierName": "QueryGenerator"
                                },
                                "name": "QueryGenerator"
                              },
                              "computed": false
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 11572,
                              "end": 11586,
                              "loc": {
                                "start": {
                                  "line": 330,
                                  "column": 52
                                },
                                "end": {
                                  "line": 330,
                                  "column": 66
                                },
                                "identifierName": "addColumnQuery"
                              },
                              "name": "addColumnQuery"
                            },
                            "computed": false
                          },
                          "arguments": [
                            {
                              "type": "Identifier",
                              "start": 11587,
                              "end": 11592,
                              "loc": {
                                "start": {
                                  "line": 330,
                                  "column": 67
                                },
                                "end": {
                                  "line": 330,
                                  "column": 72
                                },
                                "identifierName": "table"
                              },
                              "name": "table"
                            },
                            {
                              "type": "Identifier",
                              "start": 11594,
                              "end": 11597,
                              "loc": {
                                "start": {
                                  "line": 330,
                                  "column": 74
                                },
                                "end": {
                                  "line": 330,
                                  "column": 77
                                },
                                "identifierName": "key"
                              },
                              "name": "key"
                            },
                            {
                              "type": "Identifier",
                              "start": 11599,
                              "end": 11608,
                              "loc": {
                                "start": {
                                  "line": 330,
                                  "column": 79
                                },
                                "end": {
                                  "line": 330,
                                  "column": 88
                                },
                                "identifierName": "attribute"
                              },
                              "name": "attribute"
                            }
                          ]
                        },
                        {
                          "type": "Identifier",
                          "start": 11611,
                          "end": 11618,
                          "loc": {
                            "start": {
                              "line": 330,
                              "column": 91
                            },
                            "end": {
                              "line": 330,
                              "column": 98
                            },
                            "identifierName": "options"
                          },
                          "name": "options"
                        }
                      ]
                    }
                  }
                ],
                "directives": []
              }
            },
            {
              "type": "ClassMethod",
              "start": 11628,
              "end": 12517,
              "loc": {
                "start": {
                  "line": 333,
                  "column": 2
                },
                "end": {
                  "line": 348,
                  "column": 3
                }
              },
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 11628,
                "end": 11640,
                "loc": {
                  "start": {
                    "line": 333,
                    "column": 2
                  },
                  "end": {
                    "line": 333,
                    "column": 14
                  },
                  "identifierName": "removeColumn"
                },
                "name": "removeColumn"
              },
              "static": false,
              "kind": "method",
              "id": null,
              "generator": false,
              "expression": false,
              "async": false,
              "params": [
                {
                  "type": "Identifier",
                  "start": 11641,
                  "end": 11650,
                  "loc": {
                    "start": {
                      "line": 333,
                      "column": 15
                    },
                    "end": {
                      "line": 333,
                      "column": 24
                    },
                    "identifierName": "tableName"
                  },
                  "name": "tableName"
                },
                {
                  "type": "Identifier",
                  "start": 11652,
                  "end": 11665,
                  "loc": {
                    "start": {
                      "line": 333,
                      "column": 26
                    },
                    "end": {
                      "line": 333,
                      "column": 39
                    },
                    "identifierName": "attributeName"
                  },
                  "name": "attributeName"
                },
                {
                  "type": "Identifier",
                  "start": 11667,
                  "end": 11674,
                  "loc": {
                    "start": {
                      "line": 333,
                      "column": 41
                    },
                    "end": {
                      "line": 333,
                      "column": 48
                    },
                    "identifierName": "options"
                  },
                  "name": "options"
                }
              ],
              "body": {
                "type": "BlockStatement",
                "start": 11676,
                "end": 12517,
                "loc": {
                  "start": {
                    "line": 333,
                    "column": 50
                  },
                  "end": {
                    "line": 348,
                    "column": 3
                  }
                },
                "body": [
                  {
                    "type": "ExpressionStatement",
                    "start": 11682,
                    "end": 11706,
                    "loc": {
                      "start": {
                        "line": 334,
                        "column": 4
                      },
                      "end": {
                        "line": 334,
                        "column": 28
                      }
                    },
                    "expression": {
                      "type": "AssignmentExpression",
                      "start": 11682,
                      "end": 11705,
                      "loc": {
                        "start": {
                          "line": 334,
                          "column": 4
                        },
                        "end": {
                          "line": 334,
                          "column": 27
                        }
                      },
                      "operator": "=",
                      "left": {
                        "type": "Identifier",
                        "start": 11682,
                        "end": 11689,
                        "loc": {
                          "start": {
                            "line": 334,
                            "column": 4
                          },
                          "end": {
                            "line": 334,
                            "column": 11
                          },
                          "identifierName": "options"
                        },
                        "name": "options"
                      },
                      "right": {
                        "type": "LogicalExpression",
                        "start": 11692,
                        "end": 11705,
                        "loc": {
                          "start": {
                            "line": 334,
                            "column": 14
                          },
                          "end": {
                            "line": 334,
                            "column": 27
                          }
                        },
                        "left": {
                          "type": "Identifier",
                          "start": 11692,
                          "end": 11699,
                          "loc": {
                            "start": {
                              "line": 334,
                              "column": 14
                            },
                            "end": {
                              "line": 334,
                              "column": 21
                            },
                            "identifierName": "options"
                          },
                          "name": "options"
                        },
                        "operator": "||",
                        "right": {
                          "type": "ObjectExpression",
                          "start": 11703,
                          "end": 11705,
                          "loc": {
                            "start": {
                              "line": 334,
                              "column": 25
                            },
                            "end": {
                              "line": 334,
                              "column": 27
                            }
                          },
                          "properties": []
                        }
                      }
                    }
                  },
                  {
                    "type": "SwitchStatement",
                    "start": 11711,
                    "end": 12513,
                    "loc": {
                      "start": {
                        "line": 335,
                        "column": 4
                      },
                      "end": {
                        "line": 347,
                        "column": 5
                      }
                    },
                    "discriminant": {
                      "type": "MemberExpression",
                      "start": 11719,
                      "end": 11749,
                      "loc": {
                        "start": {
                          "line": 335,
                          "column": 12
                        },
                        "end": {
                          "line": 335,
                          "column": 42
                        }
                      },
                      "object": {
                        "type": "MemberExpression",
                        "start": 11719,
                        "end": 11741,
                        "loc": {
                          "start": {
                            "line": 335,
                            "column": 12
                          },
                          "end": {
                            "line": 335,
                            "column": 34
                          }
                        },
                        "object": {
                          "type": "MemberExpression",
                          "start": 11719,
                          "end": 11733,
                          "loc": {
                            "start": {
                              "line": 335,
                              "column": 12
                            },
                            "end": {
                              "line": 335,
                              "column": 26
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 11719,
                            "end": 11723,
                            "loc": {
                              "start": {
                                "line": 335,
                                "column": 12
                              },
                              "end": {
                                "line": 335,
                                "column": 16
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 11724,
                            "end": 11733,
                            "loc": {
                              "start": {
                                "line": 335,
                                "column": 17
                              },
                              "end": {
                                "line": 335,
                                "column": 26
                              },
                              "identifierName": "sequelize"
                            },
                            "name": "sequelize"
                          },
                          "computed": false
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 11734,
                          "end": 11741,
                          "loc": {
                            "start": {
                              "line": 335,
                              "column": 27
                            },
                            "end": {
                              "line": 335,
                              "column": 34
                            },
                            "identifierName": "options"
                          },
                          "name": "options"
                        },
                        "computed": false
                      },
                      "property": {
                        "type": "Identifier",
                        "start": 11742,
                        "end": 11749,
                        "loc": {
                          "start": {
                            "line": 335,
                            "column": 35
                          },
                          "end": {
                            "line": 335,
                            "column": 42
                          },
                          "identifierName": "dialect"
                        },
                        "name": "dialect"
                      },
                      "computed": false
                    },
                    "cases": [
                      {
                        "type": "SwitchCase",
                        "start": 11759,
                        "end": 11943,
                        "loc": {
                          "start": {
                            "line": 336,
                            "column": 6
                          },
                          "end": {
                            "line": 338,
                            "column": 95
                          }
                        },
                        "consequent": [
                          {
                            "type": "ReturnStatement",
                            "start": 11856,
                            "end": 11943,
                            "loc": {
                              "start": {
                                "line": 338,
                                "column": 8
                              },
                              "end": {
                                "line": 338,
                                "column": 95
                              }
                            },
                            "argument": {
                              "type": "CallExpression",
                              "start": 11863,
                              "end": 11942,
                              "loc": {
                                "start": {
                                  "line": 338,
                                  "column": 15
                                },
                                "end": {
                                  "line": 338,
                                  "column": 94
                                }
                              },
                              "callee": {
                                "type": "MemberExpression",
                                "start": 11863,
                                "end": 11901,
                                "loc": {
                                  "start": {
                                    "line": 338,
                                    "column": 15
                                  },
                                  "end": {
                                    "line": 338,
                                    "column": 53
                                  }
                                },
                                "object": {
                                  "type": "MemberExpression",
                                  "start": 11863,
                                  "end": 11896,
                                  "loc": {
                                    "start": {
                                      "line": 338,
                                      "column": 15
                                    },
                                    "end": {
                                      "line": 338,
                                      "column": 48
                                    }
                                  },
                                  "object": {
                                    "type": "Identifier",
                                    "start": 11863,
                                    "end": 11883,
                                    "loc": {
                                      "start": {
                                        "line": 338,
                                        "column": 15
                                      },
                                      "end": {
                                        "line": 338,
                                        "column": 35
                                      },
                                      "identifierName": "SQLiteQueryInterface"
                                    },
                                    "name": "SQLiteQueryInterface",
                                    "leadingComments": null
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 11884,
                                    "end": 11896,
                                    "loc": {
                                      "start": {
                                        "line": 338,
                                        "column": 36
                                      },
                                      "end": {
                                        "line": 338,
                                        "column": 48
                                      },
                                      "identifierName": "removeColumn"
                                    },
                                    "name": "removeColumn"
                                  },
                                  "computed": false,
                                  "leadingComments": null
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 11897,
                                  "end": 11901,
                                  "loc": {
                                    "start": {
                                      "line": 338,
                                      "column": 49
                                    },
                                    "end": {
                                      "line": 338,
                                      "column": 53
                                    },
                                    "identifierName": "call"
                                  },
                                  "name": "call"
                                },
                                "computed": false,
                                "leadingComments": null
                              },
                              "arguments": [
                                {
                                  "type": "ThisExpression",
                                  "start": 11902,
                                  "end": 11906,
                                  "loc": {
                                    "start": {
                                      "line": 338,
                                      "column": 54
                                    },
                                    "end": {
                                      "line": 338,
                                      "column": 58
                                    }
                                  }
                                },
                                {
                                  "type": "Identifier",
                                  "start": 11908,
                                  "end": 11917,
                                  "loc": {
                                    "start": {
                                      "line": 338,
                                      "column": 60
                                    },
                                    "end": {
                                      "line": 338,
                                      "column": 69
                                    },
                                    "identifierName": "tableName"
                                  },
                                  "name": "tableName"
                                },
                                {
                                  "type": "Identifier",
                                  "start": 11919,
                                  "end": 11932,
                                  "loc": {
                                    "start": {
                                      "line": 338,
                                      "column": 71
                                    },
                                    "end": {
                                      "line": 338,
                                      "column": 84
                                    },
                                    "identifierName": "attributeName"
                                  },
                                  "name": "attributeName"
                                },
                                {
                                  "type": "Identifier",
                                  "start": 11934,
                                  "end": 11941,
                                  "loc": {
                                    "start": {
                                      "line": 338,
                                      "column": 86
                                    },
                                    "end": {
                                      "line": 338,
                                      "column": 93
                                    },
                                    "identifierName": "options"
                                  },
                                  "name": "options"
                                }
                              ],
                              "leadingComments": null
                            },
                            "leadingComments": [
                              {
                                "type": "CommentLine",
                                "value": " sqlite needs some special treatment as it cannot drop a column",
                                "start": 11782,
                                "end": 11847,
                                "loc": {
                                  "start": {
                                    "line": 337,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 337,
                                    "column": 73
                                  }
                                }
                              }
                            ]
                          }
                        ],
                        "test": {
                          "type": "StringLiteral",
                          "start": 11764,
                          "end": 11772,
                          "loc": {
                            "start": {
                              "line": 336,
                              "column": 11
                            },
                            "end": {
                              "line": 336,
                              "column": 19
                            }
                          },
                          "extra": {
                            "rawValue": "sqlite",
                            "raw": "'sqlite'"
                          },
                          "value": "sqlite"
                        }
                      },
                      {
                        "type": "SwitchCase",
                        "start": 11950,
                        "end": 12168,
                        "loc": {
                          "start": {
                            "line": 339,
                            "column": 6
                          },
                          "end": {
                            "line": 341,
                            "column": 95
                          }
                        },
                        "consequent": [
                          {
                            "type": "ReturnStatement",
                            "start": 12081,
                            "end": 12168,
                            "loc": {
                              "start": {
                                "line": 341,
                                "column": 8
                              },
                              "end": {
                                "line": 341,
                                "column": 95
                              }
                            },
                            "argument": {
                              "type": "CallExpression",
                              "start": 12088,
                              "end": 12167,
                              "loc": {
                                "start": {
                                  "line": 341,
                                  "column": 15
                                },
                                "end": {
                                  "line": 341,
                                  "column": 94
                                }
                              },
                              "callee": {
                                "type": "MemberExpression",
                                "start": 12088,
                                "end": 12126,
                                "loc": {
                                  "start": {
                                    "line": 341,
                                    "column": 15
                                  },
                                  "end": {
                                    "line": 341,
                                    "column": 53
                                  }
                                },
                                "object": {
                                  "type": "MemberExpression",
                                  "start": 12088,
                                  "end": 12121,
                                  "loc": {
                                    "start": {
                                      "line": 341,
                                      "column": 15
                                    },
                                    "end": {
                                      "line": 341,
                                      "column": 48
                                    }
                                  },
                                  "object": {
                                    "type": "Identifier",
                                    "start": 12088,
                                    "end": 12108,
                                    "loc": {
                                      "start": {
                                        "line": 341,
                                        "column": 15
                                      },
                                      "end": {
                                        "line": 341,
                                        "column": 35
                                      },
                                      "identifierName": "MSSSQLQueryInterface"
                                    },
                                    "name": "MSSSQLQueryInterface",
                                    "leadingComments": null
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 12109,
                                    "end": 12121,
                                    "loc": {
                                      "start": {
                                        "line": 341,
                                        "column": 36
                                      },
                                      "end": {
                                        "line": 341,
                                        "column": 48
                                      },
                                      "identifierName": "removeColumn"
                                    },
                                    "name": "removeColumn"
                                  },
                                  "computed": false,
                                  "leadingComments": null
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 12122,
                                  "end": 12126,
                                  "loc": {
                                    "start": {
                                      "line": 341,
                                      "column": 49
                                    },
                                    "end": {
                                      "line": 341,
                                      "column": 53
                                    },
                                    "identifierName": "call"
                                  },
                                  "name": "call"
                                },
                                "computed": false,
                                "leadingComments": null
                              },
                              "arguments": [
                                {
                                  "type": "ThisExpression",
                                  "start": 12127,
                                  "end": 12131,
                                  "loc": {
                                    "start": {
                                      "line": 341,
                                      "column": 54
                                    },
                                    "end": {
                                      "line": 341,
                                      "column": 58
                                    }
                                  }
                                },
                                {
                                  "type": "Identifier",
                                  "start": 12133,
                                  "end": 12142,
                                  "loc": {
                                    "start": {
                                      "line": 341,
                                      "column": 60
                                    },
                                    "end": {
                                      "line": 341,
                                      "column": 69
                                    },
                                    "identifierName": "tableName"
                                  },
                                  "name": "tableName"
                                },
                                {
                                  "type": "Identifier",
                                  "start": 12144,
                                  "end": 12157,
                                  "loc": {
                                    "start": {
                                      "line": 341,
                                      "column": 71
                                    },
                                    "end": {
                                      "line": 341,
                                      "column": 84
                                    },
                                    "identifierName": "attributeName"
                                  },
                                  "name": "attributeName"
                                },
                                {
                                  "type": "Identifier",
                                  "start": 12159,
                                  "end": 12166,
                                  "loc": {
                                    "start": {
                                      "line": 341,
                                      "column": 86
                                    },
                                    "end": {
                                      "line": 341,
                                      "column": 93
                                    },
                                    "identifierName": "options"
                                  },
                                  "name": "options"
                                }
                              ],
                              "leadingComments": null
                            },
                            "leadingComments": [
                              {
                                "type": "CommentLine",
                                "value": " mssql needs special treatment as it cannot drop a column with a default or foreign key constraint",
                                "start": 11972,
                                "end": 12072,
                                "loc": {
                                  "start": {
                                    "line": 340,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 340,
                                    "column": 108
                                  }
                                }
                              }
                            ]
                          }
                        ],
                        "test": {
                          "type": "StringLiteral",
                          "start": 11955,
                          "end": 11962,
                          "loc": {
                            "start": {
                              "line": 339,
                              "column": 11
                            },
                            "end": {
                              "line": 339,
                              "column": 18
                            }
                          },
                          "extra": {
                            "rawValue": "mssql",
                            "raw": "'mssql'"
                          },
                          "value": "mssql"
                        }
                      },
                      {
                        "type": "SwitchCase",
                        "start": 12175,
                        "end": 12381,
                        "loc": {
                          "start": {
                            "line": 342,
                            "column": 6
                          },
                          "end": {
                            "line": 344,
                            "column": 94
                          }
                        },
                        "consequent": [
                          {
                            "type": "ReturnStatement",
                            "start": 12295,
                            "end": 12381,
                            "loc": {
                              "start": {
                                "line": 344,
                                "column": 8
                              },
                              "end": {
                                "line": 344,
                                "column": 94
                              }
                            },
                            "argument": {
                              "type": "CallExpression",
                              "start": 12302,
                              "end": 12380,
                              "loc": {
                                "start": {
                                  "line": 344,
                                  "column": 15
                                },
                                "end": {
                                  "line": 344,
                                  "column": 93
                                }
                              },
                              "callee": {
                                "type": "MemberExpression",
                                "start": 12302,
                                "end": 12339,
                                "loc": {
                                  "start": {
                                    "line": 344,
                                    "column": 15
                                  },
                                  "end": {
                                    "line": 344,
                                    "column": 52
                                  }
                                },
                                "object": {
                                  "type": "MemberExpression",
                                  "start": 12302,
                                  "end": 12334,
                                  "loc": {
                                    "start": {
                                      "line": 344,
                                      "column": 15
                                    },
                                    "end": {
                                      "line": 344,
                                      "column": 47
                                    }
                                  },
                                  "object": {
                                    "type": "Identifier",
                                    "start": 12302,
                                    "end": 12321,
                                    "loc": {
                                      "start": {
                                        "line": 344,
                                        "column": 15
                                      },
                                      "end": {
                                        "line": 344,
                                        "column": 34
                                      },
                                      "identifierName": "MySQLQueryInterface"
                                    },
                                    "name": "MySQLQueryInterface",
                                    "leadingComments": null
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 12322,
                                    "end": 12334,
                                    "loc": {
                                      "start": {
                                        "line": 344,
                                        "column": 35
                                      },
                                      "end": {
                                        "line": 344,
                                        "column": 47
                                      },
                                      "identifierName": "removeColumn"
                                    },
                                    "name": "removeColumn"
                                  },
                                  "computed": false,
                                  "leadingComments": null
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 12335,
                                  "end": 12339,
                                  "loc": {
                                    "start": {
                                      "line": 344,
                                      "column": 48
                                    },
                                    "end": {
                                      "line": 344,
                                      "column": 52
                                    },
                                    "identifierName": "call"
                                  },
                                  "name": "call"
                                },
                                "computed": false,
                                "leadingComments": null
                              },
                              "arguments": [
                                {
                                  "type": "ThisExpression",
                                  "start": 12340,
                                  "end": 12344,
                                  "loc": {
                                    "start": {
                                      "line": 344,
                                      "column": 53
                                    },
                                    "end": {
                                      "line": 344,
                                      "column": 57
                                    }
                                  }
                                },
                                {
                                  "type": "Identifier",
                                  "start": 12346,
                                  "end": 12355,
                                  "loc": {
                                    "start": {
                                      "line": 344,
                                      "column": 59
                                    },
                                    "end": {
                                      "line": 344,
                                      "column": 68
                                    },
                                    "identifierName": "tableName"
                                  },
                                  "name": "tableName"
                                },
                                {
                                  "type": "Identifier",
                                  "start": 12357,
                                  "end": 12370,
                                  "loc": {
                                    "start": {
                                      "line": 344,
                                      "column": 70
                                    },
                                    "end": {
                                      "line": 344,
                                      "column": 83
                                    },
                                    "identifierName": "attributeName"
                                  },
                                  "name": "attributeName"
                                },
                                {
                                  "type": "Identifier",
                                  "start": 12372,
                                  "end": 12379,
                                  "loc": {
                                    "start": {
                                      "line": 344,
                                      "column": 85
                                    },
                                    "end": {
                                      "line": 344,
                                      "column": 92
                                    },
                                    "identifierName": "options"
                                  },
                                  "name": "options"
                                }
                              ],
                              "leadingComments": null
                            },
                            "leadingComments": [
                              {
                                "type": "CommentLine",
                                "value": " mysql needs special treatment as it cannot drop a column with a foreign key constraint",
                                "start": 12197,
                                "end": 12286,
                                "loc": {
                                  "start": {
                                    "line": 343,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 343,
                                    "column": 97
                                  }
                                }
                              }
                            ]
                          }
                        ],
                        "test": {
                          "type": "StringLiteral",
                          "start": 12180,
                          "end": 12187,
                          "loc": {
                            "start": {
                              "line": 342,
                              "column": 11
                            },
                            "end": {
                              "line": 342,
                              "column": 18
                            }
                          },
                          "extra": {
                            "rawValue": "mysql",
                            "raw": "'mysql'"
                          },
                          "value": "mysql"
                        }
                      },
                      {
                        "type": "SwitchCase",
                        "start": 12388,
                        "end": 12507,
                        "loc": {
                          "start": {
                            "line": 345,
                            "column": 6
                          },
                          "end": {
                            "line": 346,
                            "column": 110
                          }
                        },
                        "consequent": [
                          {
                            "type": "ReturnStatement",
                            "start": 12405,
                            "end": 12507,
                            "loc": {
                              "start": {
                                "line": 346,
                                "column": 8
                              },
                              "end": {
                                "line": 346,
                                "column": 110
                              }
                            },
                            "argument": {
                              "type": "CallExpression",
                              "start": 12412,
                              "end": 12506,
                              "loc": {
                                "start": {
                                  "line": 346,
                                  "column": 15
                                },
                                "end": {
                                  "line": 346,
                                  "column": 109
                                }
                              },
                              "callee": {
                                "type": "MemberExpression",
                                "start": 12412,
                                "end": 12432,
                                "loc": {
                                  "start": {
                                    "line": 346,
                                    "column": 15
                                  },
                                  "end": {
                                    "line": 346,
                                    "column": 35
                                  }
                                },
                                "object": {
                                  "type": "MemberExpression",
                                  "start": 12412,
                                  "end": 12426,
                                  "loc": {
                                    "start": {
                                      "line": 346,
                                      "column": 15
                                    },
                                    "end": {
                                      "line": 346,
                                      "column": 29
                                    }
                                  },
                                  "object": {
                                    "type": "ThisExpression",
                                    "start": 12412,
                                    "end": 12416,
                                    "loc": {
                                      "start": {
                                        "line": 346,
                                        "column": 15
                                      },
                                      "end": {
                                        "line": 346,
                                        "column": 19
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 12417,
                                    "end": 12426,
                                    "loc": {
                                      "start": {
                                        "line": 346,
                                        "column": 20
                                      },
                                      "end": {
                                        "line": 346,
                                        "column": 29
                                      },
                                      "identifierName": "sequelize"
                                    },
                                    "name": "sequelize"
                                  },
                                  "computed": false
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 12427,
                                  "end": 12432,
                                  "loc": {
                                    "start": {
                                      "line": 346,
                                      "column": 30
                                    },
                                    "end": {
                                      "line": 346,
                                      "column": 35
                                    },
                                    "identifierName": "query"
                                  },
                                  "name": "query"
                                },
                                "computed": false
                              },
                              "arguments": [
                                {
                                  "type": "CallExpression",
                                  "start": 12433,
                                  "end": 12496,
                                  "loc": {
                                    "start": {
                                      "line": 346,
                                      "column": 36
                                    },
                                    "end": {
                                      "line": 346,
                                      "column": 99
                                    }
                                  },
                                  "callee": {
                                    "type": "MemberExpression",
                                    "start": 12433,
                                    "end": 12470,
                                    "loc": {
                                      "start": {
                                        "line": 346,
                                        "column": 36
                                      },
                                      "end": {
                                        "line": 346,
                                        "column": 73
                                      }
                                    },
                                    "object": {
                                      "type": "MemberExpression",
                                      "start": 12433,
                                      "end": 12452,
                                      "loc": {
                                        "start": {
                                          "line": 346,
                                          "column": 36
                                        },
                                        "end": {
                                          "line": 346,
                                          "column": 55
                                        }
                                      },
                                      "object": {
                                        "type": "ThisExpression",
                                        "start": 12433,
                                        "end": 12437,
                                        "loc": {
                                          "start": {
                                            "line": 346,
                                            "column": 36
                                          },
                                          "end": {
                                            "line": 346,
                                            "column": 40
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 12438,
                                        "end": 12452,
                                        "loc": {
                                          "start": {
                                            "line": 346,
                                            "column": 41
                                          },
                                          "end": {
                                            "line": 346,
                                            "column": 55
                                          },
                                          "identifierName": "QueryGenerator"
                                        },
                                        "name": "QueryGenerator"
                                      },
                                      "computed": false
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 12453,
                                      "end": 12470,
                                      "loc": {
                                        "start": {
                                          "line": 346,
                                          "column": 56
                                        },
                                        "end": {
                                          "line": 346,
                                          "column": 73
                                        },
                                        "identifierName": "removeColumnQuery"
                                      },
                                      "name": "removeColumnQuery"
                                    },
                                    "computed": false
                                  },
                                  "arguments": [
                                    {
                                      "type": "Identifier",
                                      "start": 12471,
                                      "end": 12480,
                                      "loc": {
                                        "start": {
                                          "line": 346,
                                          "column": 74
                                        },
                                        "end": {
                                          "line": 346,
                                          "column": 83
                                        },
                                        "identifierName": "tableName"
                                      },
                                      "name": "tableName"
                                    },
                                    {
                                      "type": "Identifier",
                                      "start": 12482,
                                      "end": 12495,
                                      "loc": {
                                        "start": {
                                          "line": 346,
                                          "column": 85
                                        },
                                        "end": {
                                          "line": 346,
                                          "column": 98
                                        },
                                        "identifierName": "attributeName"
                                      },
                                      "name": "attributeName"
                                    }
                                  ]
                                },
                                {
                                  "type": "Identifier",
                                  "start": 12498,
                                  "end": 12505,
                                  "loc": {
                                    "start": {
                                      "line": 346,
                                      "column": 101
                                    },
                                    "end": {
                                      "line": 346,
                                      "column": 108
                                    },
                                    "identifierName": "options"
                                  },
                                  "name": "options"
                                }
                              ]
                            }
                          }
                        ],
                        "test": null
                      }
                    ]
                  }
                ],
                "directives": []
              }
            },
            {
              "type": "ClassMethod",
              "start": 12521,
              "end": 13409,
              "loc": {
                "start": {
                  "line": 350,
                  "column": 2
                },
                "end": {
                  "line": 371,
                  "column": 3
                }
              },
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 12521,
                "end": 12533,
                "loc": {
                  "start": {
                    "line": 350,
                    "column": 2
                  },
                  "end": {
                    "line": 350,
                    "column": 14
                  },
                  "identifierName": "changeColumn"
                },
                "name": "changeColumn"
              },
              "static": false,
              "kind": "method",
              "id": null,
              "generator": false,
              "expression": false,
              "async": false,
              "params": [
                {
                  "type": "Identifier",
                  "start": 12534,
                  "end": 12543,
                  "loc": {
                    "start": {
                      "line": 350,
                      "column": 15
                    },
                    "end": {
                      "line": 350,
                      "column": 24
                    },
                    "identifierName": "tableName"
                  },
                  "name": "tableName"
                },
                {
                  "type": "Identifier",
                  "start": 12545,
                  "end": 12558,
                  "loc": {
                    "start": {
                      "line": 350,
                      "column": 26
                    },
                    "end": {
                      "line": 350,
                      "column": 39
                    },
                    "identifierName": "attributeName"
                  },
                  "name": "attributeName"
                },
                {
                  "type": "Identifier",
                  "start": 12560,
                  "end": 12577,
                  "loc": {
                    "start": {
                      "line": 350,
                      "column": 41
                    },
                    "end": {
                      "line": 350,
                      "column": 58
                    },
                    "identifierName": "dataTypeOrOptions"
                  },
                  "name": "dataTypeOrOptions"
                },
                {
                  "type": "Identifier",
                  "start": 12579,
                  "end": 12586,
                  "loc": {
                    "start": {
                      "line": 350,
                      "column": 60
                    },
                    "end": {
                      "line": 350,
                      "column": 67
                    },
                    "identifierName": "options"
                  },
                  "name": "options"
                }
              ],
              "body": {
                "type": "BlockStatement",
                "start": 12588,
                "end": 13409,
                "loc": {
                  "start": {
                    "line": 350,
                    "column": 69
                  },
                  "end": {
                    "line": 371,
                    "column": 3
                  }
                },
                "body": [
                  {
                    "type": "VariableDeclaration",
                    "start": 12594,
                    "end": 12616,
                    "loc": {
                      "start": {
                        "line": 351,
                        "column": 4
                      },
                      "end": {
                        "line": 351,
                        "column": 26
                      }
                    },
                    "declarations": [
                      {
                        "type": "VariableDeclarator",
                        "start": 12600,
                        "end": 12615,
                        "loc": {
                          "start": {
                            "line": 351,
                            "column": 10
                          },
                          "end": {
                            "line": 351,
                            "column": 25
                          }
                        },
                        "id": {
                          "type": "Identifier",
                          "start": 12600,
                          "end": 12610,
                          "loc": {
                            "start": {
                              "line": 351,
                              "column": 10
                            },
                            "end": {
                              "line": 351,
                              "column": 20
                            },
                            "identifierName": "attributes"
                          },
                          "name": "attributes"
                        },
                        "init": {
                          "type": "ObjectExpression",
                          "start": 12613,
                          "end": 12615,
                          "loc": {
                            "start": {
                              "line": 351,
                              "column": 23
                            },
                            "end": {
                              "line": 351,
                              "column": 25
                            }
                          },
                          "properties": []
                        }
                      }
                    ],
                    "kind": "const"
                  },
                  {
                    "type": "ExpressionStatement",
                    "start": 12621,
                    "end": 12645,
                    "loc": {
                      "start": {
                        "line": 352,
                        "column": 4
                      },
                      "end": {
                        "line": 352,
                        "column": 28
                      }
                    },
                    "expression": {
                      "type": "AssignmentExpression",
                      "start": 12621,
                      "end": 12644,
                      "loc": {
                        "start": {
                          "line": 352,
                          "column": 4
                        },
                        "end": {
                          "line": 352,
                          "column": 27
                        }
                      },
                      "operator": "=",
                      "left": {
                        "type": "Identifier",
                        "start": 12621,
                        "end": 12628,
                        "loc": {
                          "start": {
                            "line": 352,
                            "column": 4
                          },
                          "end": {
                            "line": 352,
                            "column": 11
                          },
                          "identifierName": "options"
                        },
                        "name": "options"
                      },
                      "right": {
                        "type": "LogicalExpression",
                        "start": 12631,
                        "end": 12644,
                        "loc": {
                          "start": {
                            "line": 352,
                            "column": 14
                          },
                          "end": {
                            "line": 352,
                            "column": 27
                          }
                        },
                        "left": {
                          "type": "Identifier",
                          "start": 12631,
                          "end": 12638,
                          "loc": {
                            "start": {
                              "line": 352,
                              "column": 14
                            },
                            "end": {
                              "line": 352,
                              "column": 21
                            },
                            "identifierName": "options"
                          },
                          "name": "options"
                        },
                        "operator": "||",
                        "right": {
                          "type": "ObjectExpression",
                          "start": 12642,
                          "end": 12644,
                          "loc": {
                            "start": {
                              "line": 352,
                              "column": 25
                            },
                            "end": {
                              "line": 352,
                              "column": 27
                            }
                          },
                          "properties": []
                        }
                      }
                    }
                  },
                  {
                    "type": "IfStatement",
                    "start": 12651,
                    "end": 12867,
                    "loc": {
                      "start": {
                        "line": 354,
                        "column": 4
                      },
                      "end": {
                        "line": 358,
                        "column": 5
                      }
                    },
                    "test": {
                      "type": "BinaryExpression",
                      "start": 12655,
                      "end": 12712,
                      "loc": {
                        "start": {
                          "line": 354,
                          "column": 8
                        },
                        "end": {
                          "line": 354,
                          "column": 65
                        }
                      },
                      "left": {
                        "type": "CallExpression",
                        "start": 12655,
                        "end": 12707,
                        "loc": {
                          "start": {
                            "line": 354,
                            "column": 8
                          },
                          "end": {
                            "line": 354,
                            "column": 60
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 12655,
                          "end": 12688,
                          "loc": {
                            "start": {
                              "line": 354,
                              "column": 8
                            },
                            "end": {
                              "line": 354,
                              "column": 41
                            }
                          },
                          "object": {
                            "type": "CallExpression",
                            "start": 12655,
                            "end": 12680,
                            "loc": {
                              "start": {
                                "line": 354,
                                "column": 8
                              },
                              "end": {
                                "line": 354,
                                "column": 33
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 12655,
                              "end": 12669,
                              "loc": {
                                "start": {
                                  "line": 354,
                                  "column": 8
                                },
                                "end": {
                                  "line": 354,
                                  "column": 22
                                }
                              },
                              "object": {
                                "type": "MemberExpression",
                                "start": 12655,
                                "end": 12662,
                                "loc": {
                                  "start": {
                                    "line": 354,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 354,
                                    "column": 15
                                  }
                                },
                                "object": {
                                  "type": "Identifier",
                                  "start": 12655,
                                  "end": 12660,
                                  "loc": {
                                    "start": {
                                      "line": 354,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 354,
                                      "column": 13
                                    },
                                    "identifierName": "Utils"
                                  },
                                  "name": "Utils"
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 12661,
                                  "end": 12662,
                                  "loc": {
                                    "start": {
                                      "line": 354,
                                      "column": 14
                                    },
                                    "end": {
                                      "line": 354,
                                      "column": 15
                                    },
                                    "identifierName": "_"
                                  },
                                  "name": "_"
                                },
                                "computed": false
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 12663,
                                "end": 12669,
                                "loc": {
                                  "start": {
                                    "line": 354,
                                    "column": 16
                                  },
                                  "end": {
                                    "line": 354,
                                    "column": 22
                                  },
                                  "identifierName": "values"
                                },
                                "name": "values"
                              },
                              "computed": false
                            },
                            "arguments": [
                              {
                                "type": "Identifier",
                                "start": 12670,
                                "end": 12679,
                                "loc": {
                                  "start": {
                                    "line": 354,
                                    "column": 23
                                  },
                                  "end": {
                                    "line": 354,
                                    "column": 32
                                  },
                                  "identifierName": "DataTypes"
                                },
                                "name": "DataTypes"
                              }
                            ]
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 12681,
                            "end": 12688,
                            "loc": {
                              "start": {
                                "line": 354,
                                "column": 34
                              },
                              "end": {
                                "line": 354,
                                "column": 41
                              },
                              "identifierName": "indexOf"
                            },
                            "name": "indexOf"
                          },
                          "computed": false
                        },
                        "arguments": [
                          {
                            "type": "Identifier",
                            "start": 12689,
                            "end": 12706,
                            "loc": {
                              "start": {
                                "line": 354,
                                "column": 42
                              },
                              "end": {
                                "line": 354,
                                "column": 59
                              },
                              "identifierName": "dataTypeOrOptions"
                            },
                            "name": "dataTypeOrOptions"
                          }
                        ]
                      },
                      "operator": ">",
                      "right": {
                        "type": "UnaryExpression",
                        "start": 12710,
                        "end": 12712,
                        "loc": {
                          "start": {
                            "line": 354,
                            "column": 63
                          },
                          "end": {
                            "line": 354,
                            "column": 65
                          }
                        },
                        "operator": "-",
                        "prefix": true,
                        "argument": {
                          "type": "NumericLiteral",
                          "start": 12711,
                          "end": 12712,
                          "loc": {
                            "start": {
                              "line": 354,
                              "column": 64
                            },
                            "end": {
                              "line": 354,
                              "column": 65
                            }
                          },
                          "extra": {
                            "rawValue": 1,
                            "raw": "1"
                          },
                          "value": 1
                        },
                        "extra": {
                          "parenthesizedArgument": false
                        }
                      }
                    },
                    "consequent": {
                      "type": "BlockStatement",
                      "start": 12714,
                      "end": 12801,
                      "loc": {
                        "start": {
                          "line": 354,
                          "column": 67
                        },
                        "end": {
                          "line": 356,
                          "column": 5
                        }
                      },
                      "body": [
                        {
                          "type": "ExpressionStatement",
                          "start": 12722,
                          "end": 12795,
                          "loc": {
                            "start": {
                              "line": 355,
                              "column": 6
                            },
                            "end": {
                              "line": 355,
                              "column": 79
                            }
                          },
                          "expression": {
                            "type": "AssignmentExpression",
                            "start": 12722,
                            "end": 12794,
                            "loc": {
                              "start": {
                                "line": 355,
                                "column": 6
                              },
                              "end": {
                                "line": 355,
                                "column": 78
                              }
                            },
                            "operator": "=",
                            "left": {
                              "type": "MemberExpression",
                              "start": 12722,
                              "end": 12747,
                              "loc": {
                                "start": {
                                  "line": 355,
                                  "column": 6
                                },
                                "end": {
                                  "line": 355,
                                  "column": 31
                                }
                              },
                              "object": {
                                "type": "Identifier",
                                "start": 12722,
                                "end": 12732,
                                "loc": {
                                  "start": {
                                    "line": 355,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 355,
                                    "column": 16
                                  },
                                  "identifierName": "attributes"
                                },
                                "name": "attributes"
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 12733,
                                "end": 12746,
                                "loc": {
                                  "start": {
                                    "line": 355,
                                    "column": 17
                                  },
                                  "end": {
                                    "line": 355,
                                    "column": 30
                                  },
                                  "identifierName": "attributeName"
                                },
                                "name": "attributeName"
                              },
                              "computed": true
                            },
                            "right": {
                              "type": "ObjectExpression",
                              "start": 12750,
                              "end": 12794,
                              "loc": {
                                "start": {
                                  "line": 355,
                                  "column": 34
                                },
                                "end": {
                                  "line": 355,
                                  "column": 78
                                }
                              },
                              "properties": [
                                {
                                  "type": "ObjectProperty",
                                  "start": 12752,
                                  "end": 12775,
                                  "loc": {
                                    "start": {
                                      "line": 355,
                                      "column": 36
                                    },
                                    "end": {
                                      "line": 355,
                                      "column": 59
                                    }
                                  },
                                  "method": false,
                                  "shorthand": false,
                                  "computed": false,
                                  "key": {
                                    "type": "Identifier",
                                    "start": 12752,
                                    "end": 12756,
                                    "loc": {
                                      "start": {
                                        "line": 355,
                                        "column": 36
                                      },
                                      "end": {
                                        "line": 355,
                                        "column": 40
                                      },
                                      "identifierName": "type"
                                    },
                                    "name": "type"
                                  },
                                  "value": {
                                    "type": "Identifier",
                                    "start": 12758,
                                    "end": 12775,
                                    "loc": {
                                      "start": {
                                        "line": 355,
                                        "column": 42
                                      },
                                      "end": {
                                        "line": 355,
                                        "column": 59
                                      },
                                      "identifierName": "dataTypeOrOptions"
                                    },
                                    "name": "dataTypeOrOptions"
                                  }
                                },
                                {
                                  "type": "ObjectProperty",
                                  "start": 12777,
                                  "end": 12792,
                                  "loc": {
                                    "start": {
                                      "line": 355,
                                      "column": 61
                                    },
                                    "end": {
                                      "line": 355,
                                      "column": 76
                                    }
                                  },
                                  "method": false,
                                  "shorthand": false,
                                  "computed": false,
                                  "key": {
                                    "type": "Identifier",
                                    "start": 12777,
                                    "end": 12786,
                                    "loc": {
                                      "start": {
                                        "line": 355,
                                        "column": 61
                                      },
                                      "end": {
                                        "line": 355,
                                        "column": 70
                                      },
                                      "identifierName": "allowNull"
                                    },
                                    "name": "allowNull"
                                  },
                                  "value": {
                                    "type": "BooleanLiteral",
                                    "start": 12788,
                                    "end": 12792,
                                    "loc": {
                                      "start": {
                                        "line": 355,
                                        "column": 72
                                      },
                                      "end": {
                                        "line": 355,
                                        "column": 76
                                      }
                                    },
                                    "value": true
                                  }
                                }
                              ]
                            }
                          }
                        }
                      ],
                      "directives": []
                    },
                    "alternate": {
                      "type": "BlockStatement",
                      "start": 12807,
                      "end": 12867,
                      "loc": {
                        "start": {
                          "line": 356,
                          "column": 11
                        },
                        "end": {
                          "line": 358,
                          "column": 5
                        }
                      },
                      "body": [
                        {
                          "type": "ExpressionStatement",
                          "start": 12815,
                          "end": 12861,
                          "loc": {
                            "start": {
                              "line": 357,
                              "column": 6
                            },
                            "end": {
                              "line": 357,
                              "column": 52
                            }
                          },
                          "expression": {
                            "type": "AssignmentExpression",
                            "start": 12815,
                            "end": 12860,
                            "loc": {
                              "start": {
                                "line": 357,
                                "column": 6
                              },
                              "end": {
                                "line": 357,
                                "column": 51
                              }
                            },
                            "operator": "=",
                            "left": {
                              "type": "MemberExpression",
                              "start": 12815,
                              "end": 12840,
                              "loc": {
                                "start": {
                                  "line": 357,
                                  "column": 6
                                },
                                "end": {
                                  "line": 357,
                                  "column": 31
                                }
                              },
                              "object": {
                                "type": "Identifier",
                                "start": 12815,
                                "end": 12825,
                                "loc": {
                                  "start": {
                                    "line": 357,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 357,
                                    "column": 16
                                  },
                                  "identifierName": "attributes"
                                },
                                "name": "attributes"
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 12826,
                                "end": 12839,
                                "loc": {
                                  "start": {
                                    "line": 357,
                                    "column": 17
                                  },
                                  "end": {
                                    "line": 357,
                                    "column": 30
                                  },
                                  "identifierName": "attributeName"
                                },
                                "name": "attributeName"
                              },
                              "computed": true
                            },
                            "right": {
                              "type": "Identifier",
                              "start": 12843,
                              "end": 12860,
                              "loc": {
                                "start": {
                                  "line": 357,
                                  "column": 34
                                },
                                "end": {
                                  "line": 357,
                                  "column": 51
                                },
                                "identifierName": "dataTypeOrOptions"
                              },
                              "name": "dataTypeOrOptions"
                            }
                          }
                        }
                      ],
                      "directives": []
                    }
                  },
                  {
                    "type": "ExpressionStatement",
                    "start": 12873,
                    "end": 12971,
                    "loc": {
                      "start": {
                        "line": 360,
                        "column": 4
                      },
                      "end": {
                        "line": 360,
                        "column": 102
                      }
                    },
                    "expression": {
                      "type": "AssignmentExpression",
                      "start": 12873,
                      "end": 12970,
                      "loc": {
                        "start": {
                          "line": 360,
                          "column": 4
                        },
                        "end": {
                          "line": 360,
                          "column": 101
                        }
                      },
                      "operator": "=",
                      "left": {
                        "type": "MemberExpression",
                        "start": 12873,
                        "end": 12903,
                        "loc": {
                          "start": {
                            "line": 360,
                            "column": 4
                          },
                          "end": {
                            "line": 360,
                            "column": 34
                          }
                        },
                        "object": {
                          "type": "MemberExpression",
                          "start": 12873,
                          "end": 12898,
                          "loc": {
                            "start": {
                              "line": 360,
                              "column": 4
                            },
                            "end": {
                              "line": 360,
                              "column": 29
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 12873,
                            "end": 12883,
                            "loc": {
                              "start": {
                                "line": 360,
                                "column": 4
                              },
                              "end": {
                                "line": 360,
                                "column": 14
                              },
                              "identifierName": "attributes"
                            },
                            "name": "attributes"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 12884,
                            "end": 12897,
                            "loc": {
                              "start": {
                                "line": 360,
                                "column": 15
                              },
                              "end": {
                                "line": 360,
                                "column": 28
                              },
                              "identifierName": "attributeName"
                            },
                            "name": "attributeName"
                          },
                          "computed": true
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 12899,
                          "end": 12903,
                          "loc": {
                            "start": {
                              "line": 360,
                              "column": 30
                            },
                            "end": {
                              "line": 360,
                              "column": 34
                            },
                            "identifierName": "type"
                          },
                          "name": "type"
                        },
                        "computed": false
                      },
                      "right": {
                        "type": "CallExpression",
                        "start": 12906,
                        "end": 12970,
                        "loc": {
                          "start": {
                            "line": 360,
                            "column": 37
                          },
                          "end": {
                            "line": 360,
                            "column": 101
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 12906,
                          "end": 12938,
                          "loc": {
                            "start": {
                              "line": 360,
                              "column": 37
                            },
                            "end": {
                              "line": 360,
                              "column": 69
                            }
                          },
                          "object": {
                            "type": "MemberExpression",
                            "start": 12906,
                            "end": 12920,
                            "loc": {
                              "start": {
                                "line": 360,
                                "column": 37
                              },
                              "end": {
                                "line": 360,
                                "column": 51
                              }
                            },
                            "object": {
                              "type": "ThisExpression",
                              "start": 12906,
                              "end": 12910,
                              "loc": {
                                "start": {
                                  "line": 360,
                                  "column": 37
                                },
                                "end": {
                                  "line": 360,
                                  "column": 41
                                }
                              }
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 12911,
                              "end": 12920,
                              "loc": {
                                "start": {
                                  "line": 360,
                                  "column": 42
                                },
                                "end": {
                                  "line": 360,
                                  "column": 51
                                },
                                "identifierName": "sequelize"
                              },
                              "name": "sequelize"
                            },
                            "computed": false
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 12921,
                            "end": 12938,
                            "loc": {
                              "start": {
                                "line": 360,
                                "column": 52
                              },
                              "end": {
                                "line": 360,
                                "column": 69
                              },
                              "identifierName": "normalizeDataType"
                            },
                            "name": "normalizeDataType"
                          },
                          "computed": false
                        },
                        "arguments": [
                          {
                            "type": "MemberExpression",
                            "start": 12939,
                            "end": 12969,
                            "loc": {
                              "start": {
                                "line": 360,
                                "column": 70
                              },
                              "end": {
                                "line": 360,
                                "column": 100
                              }
                            },
                            "object": {
                              "type": "MemberExpression",
                              "start": 12939,
                              "end": 12964,
                              "loc": {
                                "start": {
                                  "line": 360,
                                  "column": 70
                                },
                                "end": {
                                  "line": 360,
                                  "column": 95
                                }
                              },
                              "object": {
                                "type": "Identifier",
                                "start": 12939,
                                "end": 12949,
                                "loc": {
                                  "start": {
                                    "line": 360,
                                    "column": 70
                                  },
                                  "end": {
                                    "line": 360,
                                    "column": 80
                                  },
                                  "identifierName": "attributes"
                                },
                                "name": "attributes"
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 12950,
                                "end": 12963,
                                "loc": {
                                  "start": {
                                    "line": 360,
                                    "column": 81
                                  },
                                  "end": {
                                    "line": 360,
                                    "column": 94
                                  },
                                  "identifierName": "attributeName"
                                },
                                "name": "attributeName"
                              },
                              "computed": true
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 12965,
                              "end": 12969,
                              "loc": {
                                "start": {
                                  "line": 360,
                                  "column": 96
                                },
                                "end": {
                                  "line": 360,
                                  "column": 100
                                },
                                "identifierName": "type"
                              },
                              "name": "type"
                            },
                            "computed": false
                          }
                        ]
                      }
                    }
                  },
                  {
                    "type": "IfStatement",
                    "start": 12977,
                    "end": 13405,
                    "loc": {
                      "start": {
                        "line": 362,
                        "column": 4
                      },
                      "end": {
                        "line": 370,
                        "column": 5
                      }
                    },
                    "test": {
                      "type": "BinaryExpression",
                      "start": 12981,
                      "end": 13024,
                      "loc": {
                        "start": {
                          "line": 362,
                          "column": 8
                        },
                        "end": {
                          "line": 362,
                          "column": 51
                        }
                      },
                      "left": {
                        "type": "MemberExpression",
                        "start": 12981,
                        "end": 13011,
                        "loc": {
                          "start": {
                            "line": 362,
                            "column": 8
                          },
                          "end": {
                            "line": 362,
                            "column": 38
                          }
                        },
                        "object": {
                          "type": "MemberExpression",
                          "start": 12981,
                          "end": 13003,
                          "loc": {
                            "start": {
                              "line": 362,
                              "column": 8
                            },
                            "end": {
                              "line": 362,
                              "column": 30
                            }
                          },
                          "object": {
                            "type": "MemberExpression",
                            "start": 12981,
                            "end": 12995,
                            "loc": {
                              "start": {
                                "line": 362,
                                "column": 8
                              },
                              "end": {
                                "line": 362,
                                "column": 22
                              }
                            },
                            "object": {
                              "type": "ThisExpression",
                              "start": 12981,
                              "end": 12985,
                              "loc": {
                                "start": {
                                  "line": 362,
                                  "column": 8
                                },
                                "end": {
                                  "line": 362,
                                  "column": 12
                                }
                              }
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 12986,
                              "end": 12995,
                              "loc": {
                                "start": {
                                  "line": 362,
                                  "column": 13
                                },
                                "end": {
                                  "line": 362,
                                  "column": 22
                                },
                                "identifierName": "sequelize"
                              },
                              "name": "sequelize"
                            },
                            "computed": false
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 12996,
                            "end": 13003,
                            "loc": {
                              "start": {
                                "line": 362,
                                "column": 23
                              },
                              "end": {
                                "line": 362,
                                "column": 30
                              },
                              "identifierName": "options"
                            },
                            "name": "options"
                          },
                          "computed": false
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 13004,
                          "end": 13011,
                          "loc": {
                            "start": {
                              "line": 362,
                              "column": 31
                            },
                            "end": {
                              "line": 362,
                              "column": 38
                            },
                            "identifierName": "dialect"
                          },
                          "name": "dialect"
                        },
                        "computed": false
                      },
                      "operator": "===",
                      "right": {
                        "type": "StringLiteral",
                        "start": 13016,
                        "end": 13024,
                        "loc": {
                          "start": {
                            "line": 362,
                            "column": 43
                          },
                          "end": {
                            "line": 362,
                            "column": 51
                          }
                        },
                        "extra": {
                          "rawValue": "sqlite",
                          "raw": "'sqlite'"
                        },
                        "value": "sqlite"
                      }
                    },
                    "consequent": {
                      "type": "BlockStatement",
                      "start": 13026,
                      "end": 13198,
                      "loc": {
                        "start": {
                          "line": 362,
                          "column": 53
                        },
                        "end": {
                          "line": 365,
                          "column": 5
                        }
                      },
                      "body": [
                        {
                          "type": "ReturnStatement",
                          "start": 13108,
                          "end": 13192,
                          "loc": {
                            "start": {
                              "line": 364,
                              "column": 6
                            },
                            "end": {
                              "line": 364,
                              "column": 90
                            }
                          },
                          "argument": {
                            "type": "CallExpression",
                            "start": 13115,
                            "end": 13191,
                            "loc": {
                              "start": {
                                "line": 364,
                                "column": 13
                              },
                              "end": {
                                "line": 364,
                                "column": 89
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 13115,
                              "end": 13153,
                              "loc": {
                                "start": {
                                  "line": 364,
                                  "column": 13
                                },
                                "end": {
                                  "line": 364,
                                  "column": 51
                                }
                              },
                              "object": {
                                "type": "MemberExpression",
                                "start": 13115,
                                "end": 13148,
                                "loc": {
                                  "start": {
                                    "line": 364,
                                    "column": 13
                                  },
                                  "end": {
                                    "line": 364,
                                    "column": 46
                                  }
                                },
                                "object": {
                                  "type": "Identifier",
                                  "start": 13115,
                                  "end": 13135,
                                  "loc": {
                                    "start": {
                                      "line": 364,
                                      "column": 13
                                    },
                                    "end": {
                                      "line": 364,
                                      "column": 33
                                    },
                                    "identifierName": "SQLiteQueryInterface"
                                  },
                                  "name": "SQLiteQueryInterface",
                                  "leadingComments": null
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 13136,
                                  "end": 13148,
                                  "loc": {
                                    "start": {
                                      "line": 364,
                                      "column": 34
                                    },
                                    "end": {
                                      "line": 364,
                                      "column": 46
                                    },
                                    "identifierName": "changeColumn"
                                  },
                                  "name": "changeColumn"
                                },
                                "computed": false,
                                "leadingComments": null
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 13149,
                                "end": 13153,
                                "loc": {
                                  "start": {
                                    "line": 364,
                                    "column": 47
                                  },
                                  "end": {
                                    "line": 364,
                                    "column": 51
                                  },
                                  "identifierName": "call"
                                },
                                "name": "call"
                              },
                              "computed": false,
                              "leadingComments": null
                            },
                            "arguments": [
                              {
                                "type": "ThisExpression",
                                "start": 13154,
                                "end": 13158,
                                "loc": {
                                  "start": {
                                    "line": 364,
                                    "column": 52
                                  },
                                  "end": {
                                    "line": 364,
                                    "column": 56
                                  }
                                }
                              },
                              {
                                "type": "Identifier",
                                "start": 13160,
                                "end": 13169,
                                "loc": {
                                  "start": {
                                    "line": 364,
                                    "column": 58
                                  },
                                  "end": {
                                    "line": 364,
                                    "column": 67
                                  },
                                  "identifierName": "tableName"
                                },
                                "name": "tableName"
                              },
                              {
                                "type": "Identifier",
                                "start": 13171,
                                "end": 13181,
                                "loc": {
                                  "start": {
                                    "line": 364,
                                    "column": 69
                                  },
                                  "end": {
                                    "line": 364,
                                    "column": 79
                                  },
                                  "identifierName": "attributes"
                                },
                                "name": "attributes"
                              },
                              {
                                "type": "Identifier",
                                "start": 13183,
                                "end": 13190,
                                "loc": {
                                  "start": {
                                    "line": 364,
                                    "column": 81
                                  },
                                  "end": {
                                    "line": 364,
                                    "column": 88
                                  },
                                  "identifierName": "options"
                                },
                                "name": "options"
                              }
                            ],
                            "leadingComments": null
                          },
                          "leadingComments": [
                            {
                              "type": "CommentLine",
                              "value": " sqlite needs some special treatment as it cannot change a column",
                              "start": 13034,
                              "end": 13101,
                              "loc": {
                                "start": {
                                  "line": 363,
                                  "column": 6
                                },
                                "end": {
                                  "line": 363,
                                  "column": 73
                                }
                              }
                            }
                          ]
                        }
                      ],
                      "directives": []
                    },
                    "alternate": {
                      "type": "BlockStatement",
                      "start": 13204,
                      "end": 13405,
                      "loc": {
                        "start": {
                          "line": 365,
                          "column": 11
                        },
                        "end": {
                          "line": 370,
                          "column": 5
                        }
                      },
                      "body": [
                        {
                          "type": "VariableDeclaration",
                          "start": 13212,
                          "end": 13274,
                          "loc": {
                            "start": {
                              "line": 366,
                              "column": 6
                            },
                            "end": {
                              "line": 366,
                              "column": 68
                            }
                          },
                          "declarations": [
                            {
                              "type": "VariableDeclarator",
                              "start": 13218,
                              "end": 13273,
                              "loc": {
                                "start": {
                                  "line": 366,
                                  "column": 12
                                },
                                "end": {
                                  "line": 366,
                                  "column": 67
                                }
                              },
                              "id": {
                                "type": "Identifier",
                                "start": 13218,
                                "end": 13223,
                                "loc": {
                                  "start": {
                                    "line": 366,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 366,
                                    "column": 17
                                  },
                                  "identifierName": "query"
                                },
                                "name": "query"
                              },
                              "init": {
                                "type": "CallExpression",
                                "start": 13226,
                                "end": 13273,
                                "loc": {
                                  "start": {
                                    "line": 366,
                                    "column": 20
                                  },
                                  "end": {
                                    "line": 366,
                                    "column": 67
                                  }
                                },
                                "callee": {
                                  "type": "MemberExpression",
                                  "start": 13226,
                                  "end": 13261,
                                  "loc": {
                                    "start": {
                                      "line": 366,
                                      "column": 20
                                    },
                                    "end": {
                                      "line": 366,
                                      "column": 55
                                    }
                                  },
                                  "object": {
                                    "type": "MemberExpression",
                                    "start": 13226,
                                    "end": 13245,
                                    "loc": {
                                      "start": {
                                        "line": 366,
                                        "column": 20
                                      },
                                      "end": {
                                        "line": 366,
                                        "column": 39
                                      }
                                    },
                                    "object": {
                                      "type": "ThisExpression",
                                      "start": 13226,
                                      "end": 13230,
                                      "loc": {
                                        "start": {
                                          "line": 366,
                                          "column": 20
                                        },
                                        "end": {
                                          "line": 366,
                                          "column": 24
                                        }
                                      }
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 13231,
                                      "end": 13245,
                                      "loc": {
                                        "start": {
                                          "line": 366,
                                          "column": 25
                                        },
                                        "end": {
                                          "line": 366,
                                          "column": 39
                                        },
                                        "identifierName": "QueryGenerator"
                                      },
                                      "name": "QueryGenerator"
                                    },
                                    "computed": false
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 13246,
                                    "end": 13261,
                                    "loc": {
                                      "start": {
                                        "line": 366,
                                        "column": 40
                                      },
                                      "end": {
                                        "line": 366,
                                        "column": 55
                                      },
                                      "identifierName": "attributesToSQL"
                                    },
                                    "name": "attributesToSQL"
                                  },
                                  "computed": false
                                },
                                "arguments": [
                                  {
                                    "type": "Identifier",
                                    "start": 13262,
                                    "end": 13272,
                                    "loc": {
                                      "start": {
                                        "line": 366,
                                        "column": 56
                                      },
                                      "end": {
                                        "line": 366,
                                        "column": 66
                                      },
                                      "identifierName": "attributes"
                                    },
                                    "name": "attributes"
                                  }
                                ]
                              }
                            }
                          ],
                          "kind": "const"
                        },
                        {
                          "type": "VariableDeclaration",
                          "start": 13281,
                          "end": 13349,
                          "loc": {
                            "start": {
                              "line": 367,
                              "column": 6
                            },
                            "end": {
                              "line": 367,
                              "column": 74
                            }
                          },
                          "declarations": [
                            {
                              "type": "VariableDeclarator",
                              "start": 13287,
                              "end": 13348,
                              "loc": {
                                "start": {
                                  "line": 367,
                                  "column": 12
                                },
                                "end": {
                                  "line": 367,
                                  "column": 73
                                }
                              },
                              "id": {
                                "type": "Identifier",
                                "start": 13287,
                                "end": 13290,
                                "loc": {
                                  "start": {
                                    "line": 367,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 367,
                                    "column": 15
                                  },
                                  "identifierName": "sql"
                                },
                                "name": "sql"
                              },
                              "init": {
                                "type": "CallExpression",
                                "start": 13293,
                                "end": 13348,
                                "loc": {
                                  "start": {
                                    "line": 367,
                                    "column": 18
                                  },
                                  "end": {
                                    "line": 367,
                                    "column": 73
                                  }
                                },
                                "callee": {
                                  "type": "MemberExpression",
                                  "start": 13293,
                                  "end": 13330,
                                  "loc": {
                                    "start": {
                                      "line": 367,
                                      "column": 18
                                    },
                                    "end": {
                                      "line": 367,
                                      "column": 55
                                    }
                                  },
                                  "object": {
                                    "type": "MemberExpression",
                                    "start": 13293,
                                    "end": 13312,
                                    "loc": {
                                      "start": {
                                        "line": 367,
                                        "column": 18
                                      },
                                      "end": {
                                        "line": 367,
                                        "column": 37
                                      }
                                    },
                                    "object": {
                                      "type": "ThisExpression",
                                      "start": 13293,
                                      "end": 13297,
                                      "loc": {
                                        "start": {
                                          "line": 367,
                                          "column": 18
                                        },
                                        "end": {
                                          "line": 367,
                                          "column": 22
                                        }
                                      }
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 13298,
                                      "end": 13312,
                                      "loc": {
                                        "start": {
                                          "line": 367,
                                          "column": 23
                                        },
                                        "end": {
                                          "line": 367,
                                          "column": 37
                                        },
                                        "identifierName": "QueryGenerator"
                                      },
                                      "name": "QueryGenerator"
                                    },
                                    "computed": false
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 13313,
                                    "end": 13330,
                                    "loc": {
                                      "start": {
                                        "line": 367,
                                        "column": 38
                                      },
                                      "end": {
                                        "line": 367,
                                        "column": 55
                                      },
                                      "identifierName": "changeColumnQuery"
                                    },
                                    "name": "changeColumnQuery"
                                  },
                                  "computed": false
                                },
                                "arguments": [
                                  {
                                    "type": "Identifier",
                                    "start": 13331,
                                    "end": 13340,
                                    "loc": {
                                      "start": {
                                        "line": 367,
                                        "column": 56
                                      },
                                      "end": {
                                        "line": 367,
                                        "column": 65
                                      },
                                      "identifierName": "tableName"
                                    },
                                    "name": "tableName"
                                  },
                                  {
                                    "type": "Identifier",
                                    "start": 13342,
                                    "end": 13347,
                                    "loc": {
                                      "start": {
                                        "line": 367,
                                        "column": 67
                                      },
                                      "end": {
                                        "line": 367,
                                        "column": 72
                                      },
                                      "identifierName": "query"
                                    },
                                    "name": "query"
                                  }
                                ]
                              }
                            }
                          ],
                          "kind": "const"
                        },
                        {
                          "type": "ReturnStatement",
                          "start": 13357,
                          "end": 13399,
                          "loc": {
                            "start": {
                              "line": 369,
                              "column": 6
                            },
                            "end": {
                              "line": 369,
                              "column": 48
                            }
                          },
                          "argument": {
                            "type": "CallExpression",
                            "start": 13364,
                            "end": 13398,
                            "loc": {
                              "start": {
                                "line": 369,
                                "column": 13
                              },
                              "end": {
                                "line": 369,
                                "column": 47
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 13364,
                              "end": 13384,
                              "loc": {
                                "start": {
                                  "line": 369,
                                  "column": 13
                                },
                                "end": {
                                  "line": 369,
                                  "column": 33
                                }
                              },
                              "object": {
                                "type": "MemberExpression",
                                "start": 13364,
                                "end": 13378,
                                "loc": {
                                  "start": {
                                    "line": 369,
                                    "column": 13
                                  },
                                  "end": {
                                    "line": 369,
                                    "column": 27
                                  }
                                },
                                "object": {
                                  "type": "ThisExpression",
                                  "start": 13364,
                                  "end": 13368,
                                  "loc": {
                                    "start": {
                                      "line": 369,
                                      "column": 13
                                    },
                                    "end": {
                                      "line": 369,
                                      "column": 17
                                    }
                                  }
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 13369,
                                  "end": 13378,
                                  "loc": {
                                    "start": {
                                      "line": 369,
                                      "column": 18
                                    },
                                    "end": {
                                      "line": 369,
                                      "column": 27
                                    },
                                    "identifierName": "sequelize"
                                  },
                                  "name": "sequelize"
                                },
                                "computed": false
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 13379,
                                "end": 13384,
                                "loc": {
                                  "start": {
                                    "line": 369,
                                    "column": 28
                                  },
                                  "end": {
                                    "line": 369,
                                    "column": 33
                                  },
                                  "identifierName": "query"
                                },
                                "name": "query"
                              },
                              "computed": false
                            },
                            "arguments": [
                              {
                                "type": "Identifier",
                                "start": 13385,
                                "end": 13388,
                                "loc": {
                                  "start": {
                                    "line": 369,
                                    "column": 34
                                  },
                                  "end": {
                                    "line": 369,
                                    "column": 37
                                  },
                                  "identifierName": "sql"
                                },
                                "name": "sql"
                              },
                              {
                                "type": "Identifier",
                                "start": 13390,
                                "end": 13397,
                                "loc": {
                                  "start": {
                                    "line": 369,
                                    "column": 39
                                  },
                                  "end": {
                                    "line": 369,
                                    "column": 46
                                  },
                                  "identifierName": "options"
                                },
                                "name": "options"
                              }
                            ]
                          }
                        }
                      ],
                      "directives": []
                    }
                  }
                ],
                "directives": []
              }
            },
            {
              "type": "ClassMethod",
              "start": 13413,
              "end": 14511,
              "loc": {
                "start": {
                  "line": 373,
                  "column": 2
                },
                "end": {
                  "line": 404,
                  "column": 3
                }
              },
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 13413,
                "end": 13425,
                "loc": {
                  "start": {
                    "line": 373,
                    "column": 2
                  },
                  "end": {
                    "line": 373,
                    "column": 14
                  },
                  "identifierName": "renameColumn"
                },
                "name": "renameColumn"
              },
              "static": false,
              "kind": "method",
              "id": null,
              "generator": false,
              "expression": false,
              "async": false,
              "params": [
                {
                  "type": "Identifier",
                  "start": 13426,
                  "end": 13435,
                  "loc": {
                    "start": {
                      "line": 373,
                      "column": 15
                    },
                    "end": {
                      "line": 373,
                      "column": 24
                    },
                    "identifierName": "tableName"
                  },
                  "name": "tableName"
                },
                {
                  "type": "Identifier",
                  "start": 13437,
                  "end": 13451,
                  "loc": {
                    "start": {
                      "line": 373,
                      "column": 26
                    },
                    "end": {
                      "line": 373,
                      "column": 40
                    },
                    "identifierName": "attrNameBefore"
                  },
                  "name": "attrNameBefore"
                },
                {
                  "type": "Identifier",
                  "start": 13453,
                  "end": 13466,
                  "loc": {
                    "start": {
                      "line": 373,
                      "column": 42
                    },
                    "end": {
                      "line": 373,
                      "column": 55
                    },
                    "identifierName": "attrNameAfter"
                  },
                  "name": "attrNameAfter"
                },
                {
                  "type": "Identifier",
                  "start": 13468,
                  "end": 13475,
                  "loc": {
                    "start": {
                      "line": 373,
                      "column": 57
                    },
                    "end": {
                      "line": 373,
                      "column": 64
                    },
                    "identifierName": "options"
                  },
                  "name": "options"
                }
              ],
              "body": {
                "type": "BlockStatement",
                "start": 13477,
                "end": 14511,
                "loc": {
                  "start": {
                    "line": 373,
                    "column": 66
                  },
                  "end": {
                    "line": 404,
                    "column": 3
                  }
                },
                "body": [
                  {
                    "type": "ExpressionStatement",
                    "start": 13483,
                    "end": 13507,
                    "loc": {
                      "start": {
                        "line": 374,
                        "column": 4
                      },
                      "end": {
                        "line": 374,
                        "column": 28
                      }
                    },
                    "expression": {
                      "type": "AssignmentExpression",
                      "start": 13483,
                      "end": 13506,
                      "loc": {
                        "start": {
                          "line": 374,
                          "column": 4
                        },
                        "end": {
                          "line": 374,
                          "column": 27
                        }
                      },
                      "operator": "=",
                      "left": {
                        "type": "Identifier",
                        "start": 13483,
                        "end": 13490,
                        "loc": {
                          "start": {
                            "line": 374,
                            "column": 4
                          },
                          "end": {
                            "line": 374,
                            "column": 11
                          },
                          "identifierName": "options"
                        },
                        "name": "options"
                      },
                      "right": {
                        "type": "LogicalExpression",
                        "start": 13493,
                        "end": 13506,
                        "loc": {
                          "start": {
                            "line": 374,
                            "column": 14
                          },
                          "end": {
                            "line": 374,
                            "column": 27
                          }
                        },
                        "left": {
                          "type": "Identifier",
                          "start": 13493,
                          "end": 13500,
                          "loc": {
                            "start": {
                              "line": 374,
                              "column": 14
                            },
                            "end": {
                              "line": 374,
                              "column": 21
                            },
                            "identifierName": "options"
                          },
                          "name": "options"
                        },
                        "operator": "||",
                        "right": {
                          "type": "ObjectExpression",
                          "start": 13504,
                          "end": 13506,
                          "loc": {
                            "start": {
                              "line": 374,
                              "column": 25
                            },
                            "end": {
                              "line": 374,
                              "column": 27
                            }
                          },
                          "properties": []
                        }
                      }
                    }
                  },
                  {
                    "type": "ReturnStatement",
                    "start": 13512,
                    "end": 14507,
                    "loc": {
                      "start": {
                        "line": 375,
                        "column": 4
                      },
                      "end": {
                        "line": 403,
                        "column": 7
                      }
                    },
                    "argument": {
                      "type": "CallExpression",
                      "start": 13519,
                      "end": 14506,
                      "loc": {
                        "start": {
                          "line": 375,
                          "column": 11
                        },
                        "end": {
                          "line": 403,
                          "column": 6
                        }
                      },
                      "callee": {
                        "type": "MemberExpression",
                        "start": 13519,
                        "end": 13562,
                        "loc": {
                          "start": {
                            "line": 375,
                            "column": 11
                          },
                          "end": {
                            "line": 375,
                            "column": 54
                          }
                        },
                        "object": {
                          "type": "CallExpression",
                          "start": 13519,
                          "end": 13557,
                          "loc": {
                            "start": {
                              "line": 375,
                              "column": 11
                            },
                            "end": {
                              "line": 375,
                              "column": 49
                            }
                          },
                          "callee": {
                            "type": "MemberExpression",
                            "start": 13519,
                            "end": 13537,
                            "loc": {
                              "start": {
                                "line": 375,
                                "column": 11
                              },
                              "end": {
                                "line": 375,
                                "column": 29
                              }
                            },
                            "object": {
                              "type": "ThisExpression",
                              "start": 13519,
                              "end": 13523,
                              "loc": {
                                "start": {
                                  "line": 375,
                                  "column": 11
                                },
                                "end": {
                                  "line": 375,
                                  "column": 15
                                }
                              }
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 13524,
                              "end": 13537,
                              "loc": {
                                "start": {
                                  "line": 375,
                                  "column": 16
                                },
                                "end": {
                                  "line": 375,
                                  "column": 29
                                },
                                "identifierName": "describeTable"
                              },
                              "name": "describeTable"
                            },
                            "computed": false
                          },
                          "arguments": [
                            {
                              "type": "Identifier",
                              "start": 13538,
                              "end": 13547,
                              "loc": {
                                "start": {
                                  "line": 375,
                                  "column": 30
                                },
                                "end": {
                                  "line": 375,
                                  "column": 39
                                },
                                "identifierName": "tableName"
                              },
                              "name": "tableName"
                            },
                            {
                              "type": "Identifier",
                              "start": 13549,
                              "end": 13556,
                              "loc": {
                                "start": {
                                  "line": 375,
                                  "column": 41
                                },
                                "end": {
                                  "line": 375,
                                  "column": 48
                                },
                                "identifierName": "options"
                              },
                              "name": "options"
                            }
                          ]
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 13558,
                          "end": 13562,
                          "loc": {
                            "start": {
                              "line": 375,
                              "column": 50
                            },
                            "end": {
                              "line": 375,
                              "column": 54
                            },
                            "identifierName": "then"
                          },
                          "name": "then"
                        },
                        "computed": false
                      },
                      "arguments": [
                        {
                          "type": "ArrowFunctionExpression",
                          "start": 13563,
                          "end": 14505,
                          "loc": {
                            "start": {
                              "line": 375,
                              "column": 55
                            },
                            "end": {
                              "line": 403,
                              "column": 5
                            }
                          },
                          "id": null,
                          "generator": false,
                          "expression": false,
                          "async": false,
                          "params": [
                            {
                              "type": "Identifier",
                              "start": 13563,
                              "end": 13567,
                              "loc": {
                                "start": {
                                  "line": 375,
                                  "column": 55
                                },
                                "end": {
                                  "line": 375,
                                  "column": 59
                                },
                                "identifierName": "data"
                              },
                              "name": "data"
                            }
                          ],
                          "body": {
                            "type": "BlockStatement",
                            "start": 13571,
                            "end": 14505,
                            "loc": {
                              "start": {
                                "line": 375,
                                "column": 63
                              },
                              "end": {
                                "line": 403,
                                "column": 5
                              }
                            },
                            "body": [
                              {
                                "type": "ExpressionStatement",
                                "start": 13579,
                                "end": 13613,
                                "loc": {
                                  "start": {
                                    "line": 376,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 376,
                                    "column": 40
                                  }
                                },
                                "expression": {
                                  "type": "AssignmentExpression",
                                  "start": 13579,
                                  "end": 13612,
                                  "loc": {
                                    "start": {
                                      "line": 376,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 376,
                                      "column": 39
                                    }
                                  },
                                  "operator": "=",
                                  "left": {
                                    "type": "Identifier",
                                    "start": 13579,
                                    "end": 13583,
                                    "loc": {
                                      "start": {
                                        "line": 376,
                                        "column": 6
                                      },
                                      "end": {
                                        "line": 376,
                                        "column": 10
                                      },
                                      "identifierName": "data"
                                    },
                                    "name": "data"
                                  },
                                  "right": {
                                    "type": "LogicalExpression",
                                    "start": 13586,
                                    "end": 13612,
                                    "loc": {
                                      "start": {
                                        "line": 376,
                                        "column": 13
                                      },
                                      "end": {
                                        "line": 376,
                                        "column": 39
                                      }
                                    },
                                    "left": {
                                      "type": "MemberExpression",
                                      "start": 13586,
                                      "end": 13606,
                                      "loc": {
                                        "start": {
                                          "line": 376,
                                          "column": 13
                                        },
                                        "end": {
                                          "line": 376,
                                          "column": 33
                                        }
                                      },
                                      "object": {
                                        "type": "Identifier",
                                        "start": 13586,
                                        "end": 13590,
                                        "loc": {
                                          "start": {
                                            "line": 376,
                                            "column": 13
                                          },
                                          "end": {
                                            "line": 376,
                                            "column": 17
                                          },
                                          "identifierName": "data"
                                        },
                                        "name": "data"
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 13591,
                                        "end": 13605,
                                        "loc": {
                                          "start": {
                                            "line": 376,
                                            "column": 18
                                          },
                                          "end": {
                                            "line": 376,
                                            "column": 32
                                          },
                                          "identifierName": "attrNameBefore"
                                        },
                                        "name": "attrNameBefore"
                                      },
                                      "computed": true
                                    },
                                    "operator": "||",
                                    "right": {
                                      "type": "ObjectExpression",
                                      "start": 13610,
                                      "end": 13612,
                                      "loc": {
                                        "start": {
                                          "line": 376,
                                          "column": 37
                                        },
                                        "end": {
                                          "line": 376,
                                          "column": 39
                                        }
                                      },
                                      "properties": []
                                    }
                                  }
                                }
                              },
                              {
                                "type": "VariableDeclaration",
                                "start": 13621,
                                "end": 13641,
                                "loc": {
                                  "start": {
                                    "line": 378,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 378,
                                    "column": 26
                                  }
                                },
                                "declarations": [
                                  {
                                    "type": "VariableDeclarator",
                                    "start": 13627,
                                    "end": 13640,
                                    "loc": {
                                      "start": {
                                        "line": 378,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 378,
                                        "column": 25
                                      }
                                    },
                                    "id": {
                                      "type": "Identifier",
                                      "start": 13627,
                                      "end": 13635,
                                      "loc": {
                                        "start": {
                                          "line": 378,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 378,
                                          "column": 20
                                        },
                                        "identifierName": "_options"
                                      },
                                      "name": "_options"
                                    },
                                    "init": {
                                      "type": "ObjectExpression",
                                      "start": 13638,
                                      "end": 13640,
                                      "loc": {
                                        "start": {
                                          "line": 378,
                                          "column": 23
                                        },
                                        "end": {
                                          "line": 378,
                                          "column": 25
                                        }
                                      },
                                      "properties": []
                                    }
                                  }
                                ],
                                "kind": "const"
                              },
                              {
                                "type": "ExpressionStatement",
                                "start": 13649,
                                "end": 13819,
                                "loc": {
                                  "start": {
                                    "line": 380,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 385,
                                    "column": 8
                                  }
                                },
                                "expression": {
                                  "type": "AssignmentExpression",
                                  "start": 13649,
                                  "end": 13818,
                                  "loc": {
                                    "start": {
                                      "line": 380,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 385,
                                      "column": 7
                                    }
                                  },
                                  "operator": "=",
                                  "left": {
                                    "type": "MemberExpression",
                                    "start": 13649,
                                    "end": 13672,
                                    "loc": {
                                      "start": {
                                        "line": 380,
                                        "column": 6
                                      },
                                      "end": {
                                        "line": 380,
                                        "column": 29
                                      }
                                    },
                                    "object": {
                                      "type": "Identifier",
                                      "start": 13649,
                                      "end": 13657,
                                      "loc": {
                                        "start": {
                                          "line": 380,
                                          "column": 6
                                        },
                                        "end": {
                                          "line": 380,
                                          "column": 14
                                        },
                                        "identifierName": "_options"
                                      },
                                      "name": "_options"
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 13658,
                                      "end": 13671,
                                      "loc": {
                                        "start": {
                                          "line": 380,
                                          "column": 15
                                        },
                                        "end": {
                                          "line": 380,
                                          "column": 28
                                        },
                                        "identifierName": "attrNameAfter"
                                      },
                                      "name": "attrNameAfter"
                                    },
                                    "computed": true
                                  },
                                  "right": {
                                    "type": "ObjectExpression",
                                    "start": 13675,
                                    "end": 13818,
                                    "loc": {
                                      "start": {
                                        "line": 380,
                                        "column": 32
                                      },
                                      "end": {
                                        "line": 385,
                                        "column": 7
                                      }
                                    },
                                    "properties": [
                                      {
                                        "type": "ObjectProperty",
                                        "start": 13685,
                                        "end": 13709,
                                        "loc": {
                                          "start": {
                                            "line": 381,
                                            "column": 8
                                          },
                                          "end": {
                                            "line": 381,
                                            "column": 32
                                          }
                                        },
                                        "method": false,
                                        "shorthand": false,
                                        "computed": false,
                                        "key": {
                                          "type": "Identifier",
                                          "start": 13685,
                                          "end": 13694,
                                          "loc": {
                                            "start": {
                                              "line": 381,
                                              "column": 8
                                            },
                                            "end": {
                                              "line": 381,
                                              "column": 17
                                            },
                                            "identifierName": "attribute"
                                          },
                                          "name": "attribute"
                                        },
                                        "value": {
                                          "type": "Identifier",
                                          "start": 13696,
                                          "end": 13709,
                                          "loc": {
                                            "start": {
                                              "line": 381,
                                              "column": 19
                                            },
                                            "end": {
                                              "line": 381,
                                              "column": 32
                                            },
                                            "identifierName": "attrNameAfter"
                                          },
                                          "name": "attrNameAfter"
                                        }
                                      },
                                      {
                                        "type": "ObjectProperty",
                                        "start": 13719,
                                        "end": 13734,
                                        "loc": {
                                          "start": {
                                            "line": 382,
                                            "column": 8
                                          },
                                          "end": {
                                            "line": 382,
                                            "column": 23
                                          }
                                        },
                                        "method": false,
                                        "shorthand": false,
                                        "computed": false,
                                        "key": {
                                          "type": "Identifier",
                                          "start": 13719,
                                          "end": 13723,
                                          "loc": {
                                            "start": {
                                              "line": 382,
                                              "column": 8
                                            },
                                            "end": {
                                              "line": 382,
                                              "column": 12
                                            },
                                            "identifierName": "type"
                                          },
                                          "name": "type"
                                        },
                                        "value": {
                                          "type": "MemberExpression",
                                          "start": 13725,
                                          "end": 13734,
                                          "loc": {
                                            "start": {
                                              "line": 382,
                                              "column": 14
                                            },
                                            "end": {
                                              "line": 382,
                                              "column": 23
                                            }
                                          },
                                          "object": {
                                            "type": "Identifier",
                                            "start": 13725,
                                            "end": 13729,
                                            "loc": {
                                              "start": {
                                                "line": 382,
                                                "column": 14
                                              },
                                              "end": {
                                                "line": 382,
                                                "column": 18
                                              },
                                              "identifierName": "data"
                                            },
                                            "name": "data"
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 13730,
                                            "end": 13734,
                                            "loc": {
                                              "start": {
                                                "line": 382,
                                                "column": 19
                                              },
                                              "end": {
                                                "line": 382,
                                                "column": 23
                                              },
                                              "identifierName": "type"
                                            },
                                            "name": "type"
                                          },
                                          "computed": false
                                        }
                                      },
                                      {
                                        "type": "ObjectProperty",
                                        "start": 13744,
                                        "end": 13769,
                                        "loc": {
                                          "start": {
                                            "line": 383,
                                            "column": 8
                                          },
                                          "end": {
                                            "line": 383,
                                            "column": 33
                                          }
                                        },
                                        "method": false,
                                        "shorthand": false,
                                        "computed": false,
                                        "key": {
                                          "type": "Identifier",
                                          "start": 13744,
                                          "end": 13753,
                                          "loc": {
                                            "start": {
                                              "line": 383,
                                              "column": 8
                                            },
                                            "end": {
                                              "line": 383,
                                              "column": 17
                                            },
                                            "identifierName": "allowNull"
                                          },
                                          "name": "allowNull"
                                        },
                                        "value": {
                                          "type": "MemberExpression",
                                          "start": 13755,
                                          "end": 13769,
                                          "loc": {
                                            "start": {
                                              "line": 383,
                                              "column": 19
                                            },
                                            "end": {
                                              "line": 383,
                                              "column": 33
                                            }
                                          },
                                          "object": {
                                            "type": "Identifier",
                                            "start": 13755,
                                            "end": 13759,
                                            "loc": {
                                              "start": {
                                                "line": 383,
                                                "column": 19
                                              },
                                              "end": {
                                                "line": 383,
                                                "column": 23
                                              },
                                              "identifierName": "data"
                                            },
                                            "name": "data"
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 13760,
                                            "end": 13769,
                                            "loc": {
                                              "start": {
                                                "line": 383,
                                                "column": 24
                                              },
                                              "end": {
                                                "line": 383,
                                                "column": 33
                                              },
                                              "identifierName": "allowNull"
                                            },
                                            "name": "allowNull"
                                          },
                                          "computed": false
                                        }
                                      },
                                      {
                                        "type": "ObjectProperty",
                                        "start": 13779,
                                        "end": 13810,
                                        "loc": {
                                          "start": {
                                            "line": 384,
                                            "column": 8
                                          },
                                          "end": {
                                            "line": 384,
                                            "column": 39
                                          }
                                        },
                                        "method": false,
                                        "shorthand": false,
                                        "computed": false,
                                        "key": {
                                          "type": "Identifier",
                                          "start": 13779,
                                          "end": 13791,
                                          "loc": {
                                            "start": {
                                              "line": 384,
                                              "column": 8
                                            },
                                            "end": {
                                              "line": 384,
                                              "column": 20
                                            },
                                            "identifierName": "defaultValue"
                                          },
                                          "name": "defaultValue"
                                        },
                                        "value": {
                                          "type": "MemberExpression",
                                          "start": 13793,
                                          "end": 13810,
                                          "loc": {
                                            "start": {
                                              "line": 384,
                                              "column": 22
                                            },
                                            "end": {
                                              "line": 384,
                                              "column": 39
                                            }
                                          },
                                          "object": {
                                            "type": "Identifier",
                                            "start": 13793,
                                            "end": 13797,
                                            "loc": {
                                              "start": {
                                                "line": 384,
                                                "column": 22
                                              },
                                              "end": {
                                                "line": 384,
                                                "column": 26
                                              },
                                              "identifierName": "data"
                                            },
                                            "name": "data"
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 13798,
                                            "end": 13810,
                                            "loc": {
                                              "start": {
                                                "line": 384,
                                                "column": 27
                                              },
                                              "end": {
                                                "line": 384,
                                                "column": 39
                                              },
                                              "identifierName": "defaultValue"
                                            },
                                            "name": "defaultValue"
                                          },
                                          "computed": false
                                        }
                                      }
                                    ]
                                  }
                                },
                                "trailingComments": [
                                  {
                                    "type": "CommentLine",
                                    "value": " fix: a not-null column cannot have null as default value",
                                    "start": 13827,
                                    "end": 13886,
                                    "loc": {
                                      "start": {
                                        "line": 387,
                                        "column": 6
                                      },
                                      "end": {
                                        "line": 387,
                                        "column": 65
                                      }
                                    }
                                  }
                                ]
                              },
                              {
                                "type": "IfStatement",
                                "start": 13893,
                                "end": 14006,
                                "loc": {
                                  "start": {
                                    "line": 388,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 390,
                                    "column": 7
                                  }
                                },
                                "test": {
                                  "type": "LogicalExpression",
                                  "start": 13897,
                                  "end": 13942,
                                  "loc": {
                                    "start": {
                                      "line": 388,
                                      "column": 10
                                    },
                                    "end": {
                                      "line": 388,
                                      "column": 55
                                    }
                                  },
                                  "left": {
                                    "type": "BinaryExpression",
                                    "start": 13897,
                                    "end": 13923,
                                    "loc": {
                                      "start": {
                                        "line": 388,
                                        "column": 10
                                      },
                                      "end": {
                                        "line": 388,
                                        "column": 36
                                      }
                                    },
                                    "left": {
                                      "type": "MemberExpression",
                                      "start": 13897,
                                      "end": 13914,
                                      "loc": {
                                        "start": {
                                          "line": 388,
                                          "column": 10
                                        },
                                        "end": {
                                          "line": 388,
                                          "column": 27
                                        }
                                      },
                                      "object": {
                                        "type": "Identifier",
                                        "start": 13897,
                                        "end": 13901,
                                        "loc": {
                                          "start": {
                                            "line": 388,
                                            "column": 10
                                          },
                                          "end": {
                                            "line": 388,
                                            "column": 14
                                          },
                                          "identifierName": "data"
                                        },
                                        "name": "data",
                                        "leadingComments": null
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 13902,
                                        "end": 13914,
                                        "loc": {
                                          "start": {
                                            "line": 388,
                                            "column": 15
                                          },
                                          "end": {
                                            "line": 388,
                                            "column": 27
                                          },
                                          "identifierName": "defaultValue"
                                        },
                                        "name": "defaultValue"
                                      },
                                      "computed": false,
                                      "leadingComments": null
                                    },
                                    "operator": "===",
                                    "right": {
                                      "type": "NullLiteral",
                                      "start": 13919,
                                      "end": 13923,
                                      "loc": {
                                        "start": {
                                          "line": 388,
                                          "column": 32
                                        },
                                        "end": {
                                          "line": 388,
                                          "column": 36
                                        }
                                      }
                                    },
                                    "leadingComments": null
                                  },
                                  "operator": "&&",
                                  "right": {
                                    "type": "UnaryExpression",
                                    "start": 13927,
                                    "end": 13942,
                                    "loc": {
                                      "start": {
                                        "line": 388,
                                        "column": 40
                                      },
                                      "end": {
                                        "line": 388,
                                        "column": 55
                                      }
                                    },
                                    "operator": "!",
                                    "prefix": true,
                                    "argument": {
                                      "type": "MemberExpression",
                                      "start": 13928,
                                      "end": 13942,
                                      "loc": {
                                        "start": {
                                          "line": 388,
                                          "column": 41
                                        },
                                        "end": {
                                          "line": 388,
                                          "column": 55
                                        }
                                      },
                                      "object": {
                                        "type": "Identifier",
                                        "start": 13928,
                                        "end": 13932,
                                        "loc": {
                                          "start": {
                                            "line": 388,
                                            "column": 41
                                          },
                                          "end": {
                                            "line": 388,
                                            "column": 45
                                          },
                                          "identifierName": "data"
                                        },
                                        "name": "data"
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 13933,
                                        "end": 13942,
                                        "loc": {
                                          "start": {
                                            "line": 388,
                                            "column": 46
                                          },
                                          "end": {
                                            "line": 388,
                                            "column": 55
                                          },
                                          "identifierName": "allowNull"
                                        },
                                        "name": "allowNull"
                                      },
                                      "computed": false
                                    },
                                    "extra": {
                                      "parenthesizedArgument": false
                                    }
                                  },
                                  "leadingComments": null
                                },
                                "consequent": {
                                  "type": "BlockStatement",
                                  "start": 13944,
                                  "end": 14006,
                                  "loc": {
                                    "start": {
                                      "line": 388,
                                      "column": 57
                                    },
                                    "end": {
                                      "line": 390,
                                      "column": 7
                                    }
                                  },
                                  "body": [
                                    {
                                      "type": "ExpressionStatement",
                                      "start": 13954,
                                      "end": 13998,
                                      "loc": {
                                        "start": {
                                          "line": 389,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 389,
                                          "column": 52
                                        }
                                      },
                                      "expression": {
                                        "type": "UnaryExpression",
                                        "start": 13954,
                                        "end": 13997,
                                        "loc": {
                                          "start": {
                                            "line": 389,
                                            "column": 8
                                          },
                                          "end": {
                                            "line": 389,
                                            "column": 51
                                          }
                                        },
                                        "operator": "delete",
                                        "prefix": true,
                                        "argument": {
                                          "type": "MemberExpression",
                                          "start": 13961,
                                          "end": 13997,
                                          "loc": {
                                            "start": {
                                              "line": 389,
                                              "column": 15
                                            },
                                            "end": {
                                              "line": 389,
                                              "column": 51
                                            }
                                          },
                                          "object": {
                                            "type": "MemberExpression",
                                            "start": 13961,
                                            "end": 13984,
                                            "loc": {
                                              "start": {
                                                "line": 389,
                                                "column": 15
                                              },
                                              "end": {
                                                "line": 389,
                                                "column": 38
                                              }
                                            },
                                            "object": {
                                              "type": "Identifier",
                                              "start": 13961,
                                              "end": 13969,
                                              "loc": {
                                                "start": {
                                                  "line": 389,
                                                  "column": 15
                                                },
                                                "end": {
                                                  "line": 389,
                                                  "column": 23
                                                },
                                                "identifierName": "_options"
                                              },
                                              "name": "_options"
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 13970,
                                              "end": 13983,
                                              "loc": {
                                                "start": {
                                                  "line": 389,
                                                  "column": 24
                                                },
                                                "end": {
                                                  "line": 389,
                                                  "column": 37
                                                },
                                                "identifierName": "attrNameAfter"
                                              },
                                              "name": "attrNameAfter"
                                            },
                                            "computed": true
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 13985,
                                            "end": 13997,
                                            "loc": {
                                              "start": {
                                                "line": 389,
                                                "column": 39
                                              },
                                              "end": {
                                                "line": 389,
                                                "column": 51
                                              },
                                              "identifierName": "defaultValue"
                                            },
                                            "name": "defaultValue"
                                          },
                                          "computed": false
                                        },
                                        "extra": {
                                          "parenthesizedArgument": false
                                        }
                                      }
                                    }
                                  ],
                                  "directives": []
                                },
                                "alternate": null,
                                "leadingComments": [
                                  {
                                    "type": "CommentLine",
                                    "value": " fix: a not-null column cannot have null as default value",
                                    "start": 13827,
                                    "end": 13886,
                                    "loc": {
                                      "start": {
                                        "line": 387,
                                        "column": 6
                                      },
                                      "end": {
                                        "line": 387,
                                        "column": 65
                                      }
                                    }
                                  }
                                ]
                              },
                              {
                                "type": "IfStatement",
                                "start": 14014,
                                "end": 14499,
                                "loc": {
                                  "start": {
                                    "line": 392,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 402,
                                    "column": 7
                                  }
                                },
                                "test": {
                                  "type": "BinaryExpression",
                                  "start": 14018,
                                  "end": 14061,
                                  "loc": {
                                    "start": {
                                      "line": 392,
                                      "column": 10
                                    },
                                    "end": {
                                      "line": 392,
                                      "column": 53
                                    }
                                  },
                                  "left": {
                                    "type": "MemberExpression",
                                    "start": 14018,
                                    "end": 14048,
                                    "loc": {
                                      "start": {
                                        "line": 392,
                                        "column": 10
                                      },
                                      "end": {
                                        "line": 392,
                                        "column": 40
                                      }
                                    },
                                    "object": {
                                      "type": "MemberExpression",
                                      "start": 14018,
                                      "end": 14040,
                                      "loc": {
                                        "start": {
                                          "line": 392,
                                          "column": 10
                                        },
                                        "end": {
                                          "line": 392,
                                          "column": 32
                                        }
                                      },
                                      "object": {
                                        "type": "MemberExpression",
                                        "start": 14018,
                                        "end": 14032,
                                        "loc": {
                                          "start": {
                                            "line": 392,
                                            "column": 10
                                          },
                                          "end": {
                                            "line": 392,
                                            "column": 24
                                          }
                                        },
                                        "object": {
                                          "type": "ThisExpression",
                                          "start": 14018,
                                          "end": 14022,
                                          "loc": {
                                            "start": {
                                              "line": 392,
                                              "column": 10
                                            },
                                            "end": {
                                              "line": 392,
                                              "column": 14
                                            }
                                          }
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 14023,
                                          "end": 14032,
                                          "loc": {
                                            "start": {
                                              "line": 392,
                                              "column": 15
                                            },
                                            "end": {
                                              "line": 392,
                                              "column": 24
                                            },
                                            "identifierName": "sequelize"
                                          },
                                          "name": "sequelize"
                                        },
                                        "computed": false
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 14033,
                                        "end": 14040,
                                        "loc": {
                                          "start": {
                                            "line": 392,
                                            "column": 25
                                          },
                                          "end": {
                                            "line": 392,
                                            "column": 32
                                          },
                                          "identifierName": "options"
                                        },
                                        "name": "options"
                                      },
                                      "computed": false
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 14041,
                                      "end": 14048,
                                      "loc": {
                                        "start": {
                                          "line": 392,
                                          "column": 33
                                        },
                                        "end": {
                                          "line": 392,
                                          "column": 40
                                        },
                                        "identifierName": "dialect"
                                      },
                                      "name": "dialect"
                                    },
                                    "computed": false
                                  },
                                  "operator": "===",
                                  "right": {
                                    "type": "StringLiteral",
                                    "start": 14053,
                                    "end": 14061,
                                    "loc": {
                                      "start": {
                                        "line": 392,
                                        "column": 45
                                      },
                                      "end": {
                                        "line": 392,
                                        "column": 53
                                      }
                                    },
                                    "extra": {
                                      "rawValue": "sqlite",
                                      "raw": "'sqlite'"
                                    },
                                    "value": "sqlite"
                                  }
                                },
                                "consequent": {
                                  "type": "BlockStatement",
                                  "start": 14063,
                                  "end": 14260,
                                  "loc": {
                                    "start": {
                                      "line": 392,
                                      "column": 55
                                    },
                                    "end": {
                                      "line": 395,
                                      "column": 7
                                    }
                                  },
                                  "body": [
                                    {
                                      "type": "ReturnStatement",
                                      "start": 14149,
                                      "end": 14252,
                                      "loc": {
                                        "start": {
                                          "line": 394,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 394,
                                          "column": 111
                                        }
                                      },
                                      "argument": {
                                        "type": "CallExpression",
                                        "start": 14156,
                                        "end": 14251,
                                        "loc": {
                                          "start": {
                                            "line": 394,
                                            "column": 15
                                          },
                                          "end": {
                                            "line": 394,
                                            "column": 110
                                          }
                                        },
                                        "callee": {
                                          "type": "MemberExpression",
                                          "start": 14156,
                                          "end": 14194,
                                          "loc": {
                                            "start": {
                                              "line": 394,
                                              "column": 15
                                            },
                                            "end": {
                                              "line": 394,
                                              "column": 53
                                            }
                                          },
                                          "object": {
                                            "type": "MemberExpression",
                                            "start": 14156,
                                            "end": 14189,
                                            "loc": {
                                              "start": {
                                                "line": 394,
                                                "column": 15
                                              },
                                              "end": {
                                                "line": 394,
                                                "column": 48
                                              }
                                            },
                                            "object": {
                                              "type": "Identifier",
                                              "start": 14156,
                                              "end": 14176,
                                              "loc": {
                                                "start": {
                                                  "line": 394,
                                                  "column": 15
                                                },
                                                "end": {
                                                  "line": 394,
                                                  "column": 35
                                                },
                                                "identifierName": "SQLiteQueryInterface"
                                              },
                                              "name": "SQLiteQueryInterface",
                                              "leadingComments": null
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 14177,
                                              "end": 14189,
                                              "loc": {
                                                "start": {
                                                  "line": 394,
                                                  "column": 36
                                                },
                                                "end": {
                                                  "line": 394,
                                                  "column": 48
                                                },
                                                "identifierName": "renameColumn"
                                              },
                                              "name": "renameColumn"
                                            },
                                            "computed": false,
                                            "leadingComments": null
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 14190,
                                            "end": 14194,
                                            "loc": {
                                              "start": {
                                                "line": 394,
                                                "column": 49
                                              },
                                              "end": {
                                                "line": 394,
                                                "column": 53
                                              },
                                              "identifierName": "call"
                                            },
                                            "name": "call"
                                          },
                                          "computed": false,
                                          "leadingComments": null
                                        },
                                        "arguments": [
                                          {
                                            "type": "ThisExpression",
                                            "start": 14195,
                                            "end": 14199,
                                            "loc": {
                                              "start": {
                                                "line": 394,
                                                "column": 54
                                              },
                                              "end": {
                                                "line": 394,
                                                "column": 58
                                              }
                                            }
                                          },
                                          {
                                            "type": "Identifier",
                                            "start": 14201,
                                            "end": 14210,
                                            "loc": {
                                              "start": {
                                                "line": 394,
                                                "column": 60
                                              },
                                              "end": {
                                                "line": 394,
                                                "column": 69
                                              },
                                              "identifierName": "tableName"
                                            },
                                            "name": "tableName"
                                          },
                                          {
                                            "type": "Identifier",
                                            "start": 14212,
                                            "end": 14226,
                                            "loc": {
                                              "start": {
                                                "line": 394,
                                                "column": 71
                                              },
                                              "end": {
                                                "line": 394,
                                                "column": 85
                                              },
                                              "identifierName": "attrNameBefore"
                                            },
                                            "name": "attrNameBefore"
                                          },
                                          {
                                            "type": "Identifier",
                                            "start": 14228,
                                            "end": 14241,
                                            "loc": {
                                              "start": {
                                                "line": 394,
                                                "column": 87
                                              },
                                              "end": {
                                                "line": 394,
                                                "column": 100
                                              },
                                              "identifierName": "attrNameAfter"
                                            },
                                            "name": "attrNameAfter"
                                          },
                                          {
                                            "type": "Identifier",
                                            "start": 14243,
                                            "end": 14250,
                                            "loc": {
                                              "start": {
                                                "line": 394,
                                                "column": 102
                                              },
                                              "end": {
                                                "line": 394,
                                                "column": 109
                                              },
                                              "identifierName": "options"
                                            },
                                            "name": "options"
                                          }
                                        ],
                                        "leadingComments": null
                                      },
                                      "leadingComments": [
                                        {
                                          "type": "CommentLine",
                                          "value": " sqlite needs some special treatment as it cannot rename a column",
                                          "start": 14073,
                                          "end": 14140,
                                          "loc": {
                                            "start": {
                                              "line": 393,
                                              "column": 8
                                            },
                                            "end": {
                                              "line": 393,
                                              "column": 75
                                            }
                                          }
                                        }
                                      ]
                                    }
                                  ],
                                  "directives": []
                                },
                                "alternate": {
                                  "type": "BlockStatement",
                                  "start": 14266,
                                  "end": 14499,
                                  "loc": {
                                    "start": {
                                      "line": 395,
                                      "column": 13
                                    },
                                    "end": {
                                      "line": 402,
                                      "column": 7
                                    }
                                  },
                                  "body": [
                                    {
                                      "type": "VariableDeclaration",
                                      "start": 14276,
                                      "end": 14440,
                                      "loc": {
                                        "start": {
                                          "line": 396,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 400,
                                          "column": 10
                                        }
                                      },
                                      "declarations": [
                                        {
                                          "type": "VariableDeclarator",
                                          "start": 14282,
                                          "end": 14439,
                                          "loc": {
                                            "start": {
                                              "line": 396,
                                              "column": 14
                                            },
                                            "end": {
                                              "line": 400,
                                              "column": 9
                                            }
                                          },
                                          "id": {
                                            "type": "Identifier",
                                            "start": 14282,
                                            "end": 14285,
                                            "loc": {
                                              "start": {
                                                "line": 396,
                                                "column": 14
                                              },
                                              "end": {
                                                "line": 396,
                                                "column": 17
                                              },
                                              "identifierName": "sql"
                                            },
                                            "name": "sql"
                                          },
                                          "init": {
                                            "type": "CallExpression",
                                            "start": 14288,
                                            "end": 14439,
                                            "loc": {
                                              "start": {
                                                "line": 396,
                                                "column": 20
                                              },
                                              "end": {
                                                "line": 400,
                                                "column": 9
                                              }
                                            },
                                            "callee": {
                                              "type": "MemberExpression",
                                              "start": 14288,
                                              "end": 14325,
                                              "loc": {
                                                "start": {
                                                  "line": 396,
                                                  "column": 20
                                                },
                                                "end": {
                                                  "line": 396,
                                                  "column": 57
                                                }
                                              },
                                              "object": {
                                                "type": "MemberExpression",
                                                "start": 14288,
                                                "end": 14307,
                                                "loc": {
                                                  "start": {
                                                    "line": 396,
                                                    "column": 20
                                                  },
                                                  "end": {
                                                    "line": 396,
                                                    "column": 39
                                                  }
                                                },
                                                "object": {
                                                  "type": "ThisExpression",
                                                  "start": 14288,
                                                  "end": 14292,
                                                  "loc": {
                                                    "start": {
                                                      "line": 396,
                                                      "column": 20
                                                    },
                                                    "end": {
                                                      "line": 396,
                                                      "column": 24
                                                    }
                                                  }
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 14293,
                                                  "end": 14307,
                                                  "loc": {
                                                    "start": {
                                                      "line": 396,
                                                      "column": 25
                                                    },
                                                    "end": {
                                                      "line": 396,
                                                      "column": 39
                                                    },
                                                    "identifierName": "QueryGenerator"
                                                  },
                                                  "name": "QueryGenerator"
                                                },
                                                "computed": false
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 14308,
                                                "end": 14325,
                                                "loc": {
                                                  "start": {
                                                    "line": 396,
                                                    "column": 40
                                                  },
                                                  "end": {
                                                    "line": 396,
                                                    "column": 57
                                                  },
                                                  "identifierName": "renameColumnQuery"
                                                },
                                                "name": "renameColumnQuery"
                                              },
                                              "computed": false
                                            },
                                            "arguments": [
                                              {
                                                "type": "Identifier",
                                                "start": 14337,
                                                "end": 14346,
                                                "loc": {
                                                  "start": {
                                                    "line": 397,
                                                    "column": 10
                                                  },
                                                  "end": {
                                                    "line": 397,
                                                    "column": 19
                                                  },
                                                  "identifierName": "tableName"
                                                },
                                                "name": "tableName"
                                              },
                                              {
                                                "type": "Identifier",
                                                "start": 14358,
                                                "end": 14372,
                                                "loc": {
                                                  "start": {
                                                    "line": 398,
                                                    "column": 10
                                                  },
                                                  "end": {
                                                    "line": 398,
                                                    "column": 24
                                                  },
                                                  "identifierName": "attrNameBefore"
                                                },
                                                "name": "attrNameBefore"
                                              },
                                              {
                                                "type": "CallExpression",
                                                "start": 14384,
                                                "end": 14429,
                                                "loc": {
                                                  "start": {
                                                    "line": 399,
                                                    "column": 10
                                                  },
                                                  "end": {
                                                    "line": 399,
                                                    "column": 55
                                                  }
                                                },
                                                "callee": {
                                                  "type": "MemberExpression",
                                                  "start": 14384,
                                                  "end": 14419,
                                                  "loc": {
                                                    "start": {
                                                      "line": 399,
                                                      "column": 10
                                                    },
                                                    "end": {
                                                      "line": 399,
                                                      "column": 45
                                                    }
                                                  },
                                                  "object": {
                                                    "type": "MemberExpression",
                                                    "start": 14384,
                                                    "end": 14403,
                                                    "loc": {
                                                      "start": {
                                                        "line": 399,
                                                        "column": 10
                                                      },
                                                      "end": {
                                                        "line": 399,
                                                        "column": 29
                                                      }
                                                    },
                                                    "object": {
                                                      "type": "ThisExpression",
                                                      "start": 14384,
                                                      "end": 14388,
                                                      "loc": {
                                                        "start": {
                                                          "line": 399,
                                                          "column": 10
                                                        },
                                                        "end": {
                                                          "line": 399,
                                                          "column": 14
                                                        }
                                                      }
                                                    },
                                                    "property": {
                                                      "type": "Identifier",
                                                      "start": 14389,
                                                      "end": 14403,
                                                      "loc": {
                                                        "start": {
                                                          "line": 399,
                                                          "column": 15
                                                        },
                                                        "end": {
                                                          "line": 399,
                                                          "column": 29
                                                        },
                                                        "identifierName": "QueryGenerator"
                                                      },
                                                      "name": "QueryGenerator"
                                                    },
                                                    "computed": false
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "start": 14404,
                                                    "end": 14419,
                                                    "loc": {
                                                      "start": {
                                                        "line": 399,
                                                        "column": 30
                                                      },
                                                      "end": {
                                                        "line": 399,
                                                        "column": 45
                                                      },
                                                      "identifierName": "attributesToSQL"
                                                    },
                                                    "name": "attributesToSQL"
                                                  },
                                                  "computed": false
                                                },
                                                "arguments": [
                                                  {
                                                    "type": "Identifier",
                                                    "start": 14420,
                                                    "end": 14428,
                                                    "loc": {
                                                      "start": {
                                                        "line": 399,
                                                        "column": 46
                                                      },
                                                      "end": {
                                                        "line": 399,
                                                        "column": 54
                                                      },
                                                      "identifierName": "_options"
                                                    },
                                                    "name": "_options"
                                                  }
                                                ]
                                              }
                                            ]
                                          }
                                        }
                                      ],
                                      "kind": "const"
                                    },
                                    {
                                      "type": "ReturnStatement",
                                      "start": 14449,
                                      "end": 14491,
                                      "loc": {
                                        "start": {
                                          "line": 401,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 401,
                                          "column": 50
                                        }
                                      },
                                      "argument": {
                                        "type": "CallExpression",
                                        "start": 14456,
                                        "end": 14490,
                                        "loc": {
                                          "start": {
                                            "line": 401,
                                            "column": 15
                                          },
                                          "end": {
                                            "line": 401,
                                            "column": 49
                                          }
                                        },
                                        "callee": {
                                          "type": "MemberExpression",
                                          "start": 14456,
                                          "end": 14476,
                                          "loc": {
                                            "start": {
                                              "line": 401,
                                              "column": 15
                                            },
                                            "end": {
                                              "line": 401,
                                              "column": 35
                                            }
                                          },
                                          "object": {
                                            "type": "MemberExpression",
                                            "start": 14456,
                                            "end": 14470,
                                            "loc": {
                                              "start": {
                                                "line": 401,
                                                "column": 15
                                              },
                                              "end": {
                                                "line": 401,
                                                "column": 29
                                              }
                                            },
                                            "object": {
                                              "type": "ThisExpression",
                                              "start": 14456,
                                              "end": 14460,
                                              "loc": {
                                                "start": {
                                                  "line": 401,
                                                  "column": 15
                                                },
                                                "end": {
                                                  "line": 401,
                                                  "column": 19
                                                }
                                              }
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 14461,
                                              "end": 14470,
                                              "loc": {
                                                "start": {
                                                  "line": 401,
                                                  "column": 20
                                                },
                                                "end": {
                                                  "line": 401,
                                                  "column": 29
                                                },
                                                "identifierName": "sequelize"
                                              },
                                              "name": "sequelize"
                                            },
                                            "computed": false
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 14471,
                                            "end": 14476,
                                            "loc": {
                                              "start": {
                                                "line": 401,
                                                "column": 30
                                              },
                                              "end": {
                                                "line": 401,
                                                "column": 35
                                              },
                                              "identifierName": "query"
                                            },
                                            "name": "query"
                                          },
                                          "computed": false
                                        },
                                        "arguments": [
                                          {
                                            "type": "Identifier",
                                            "start": 14477,
                                            "end": 14480,
                                            "loc": {
                                              "start": {
                                                "line": 401,
                                                "column": 36
                                              },
                                              "end": {
                                                "line": 401,
                                                "column": 39
                                              },
                                              "identifierName": "sql"
                                            },
                                            "name": "sql"
                                          },
                                          {
                                            "type": "Identifier",
                                            "start": 14482,
                                            "end": 14489,
                                            "loc": {
                                              "start": {
                                                "line": 401,
                                                "column": 41
                                              },
                                              "end": {
                                                "line": 401,
                                                "column": 48
                                              },
                                              "identifierName": "options"
                                            },
                                            "name": "options"
                                          }
                                        ]
                                      }
                                    }
                                  ],
                                  "directives": []
                                }
                              }
                            ],
                            "directives": []
                          }
                        }
                      ]
                    }
                  }
                ],
                "directives": []
              }
            },
            {
              "type": "ClassMethod",
              "start": 14515,
              "end": 15219,
              "loc": {
                "start": {
                  "line": 406,
                  "column": 2
                },
                "end": {
                  "line": 424,
                  "column": 3
                }
              },
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 14515,
                "end": 14523,
                "loc": {
                  "start": {
                    "line": 406,
                    "column": 2
                  },
                  "end": {
                    "line": 406,
                    "column": 10
                  },
                  "identifierName": "addIndex"
                },
                "name": "addIndex"
              },
              "static": false,
              "kind": "method",
              "id": null,
              "generator": false,
              "expression": false,
              "async": false,
              "params": [
                {
                  "type": "Identifier",
                  "start": 14524,
                  "end": 14533,
                  "loc": {
                    "start": {
                      "line": 406,
                      "column": 11
                    },
                    "end": {
                      "line": 406,
                      "column": 20
                    },
                    "identifierName": "tableName"
                  },
                  "name": "tableName"
                },
                {
                  "type": "Identifier",
                  "start": 14535,
                  "end": 14545,
                  "loc": {
                    "start": {
                      "line": 406,
                      "column": 22
                    },
                    "end": {
                      "line": 406,
                      "column": 32
                    },
                    "identifierName": "attributes"
                  },
                  "name": "attributes"
                },
                {
                  "type": "Identifier",
                  "start": 14547,
                  "end": 14554,
                  "loc": {
                    "start": {
                      "line": 406,
                      "column": 34
                    },
                    "end": {
                      "line": 406,
                      "column": 41
                    },
                    "identifierName": "options"
                  },
                  "name": "options"
                },
                {
                  "type": "Identifier",
                  "start": 14556,
                  "end": 14568,
                  "loc": {
                    "start": {
                      "line": 406,
                      "column": 43
                    },
                    "end": {
                      "line": 406,
                      "column": 55
                    },
                    "identifierName": "rawTablename"
                  },
                  "name": "rawTablename"
                }
              ],
              "body": {
                "type": "BlockStatement",
                "start": 14570,
                "end": 15219,
                "loc": {
                  "start": {
                    "line": 406,
                    "column": 57
                  },
                  "end": {
                    "line": 424,
                    "column": 3
                  }
                },
                "body": [
                  {
                    "type": "IfStatement",
                    "start": 14702,
                    "end": 14834,
                    "loc": {
                      "start": {
                        "line": 408,
                        "column": 4
                      },
                      "end": {
                        "line": 412,
                        "column": 5
                      }
                    },
                    "test": {
                      "type": "UnaryExpression",
                      "start": 14706,
                      "end": 14732,
                      "loc": {
                        "start": {
                          "line": 408,
                          "column": 8
                        },
                        "end": {
                          "line": 408,
                          "column": 34
                        }
                      },
                      "operator": "!",
                      "prefix": true,
                      "argument": {
                        "type": "CallExpression",
                        "start": 14707,
                        "end": 14732,
                        "loc": {
                          "start": {
                            "line": 408,
                            "column": 9
                          },
                          "end": {
                            "line": 408,
                            "column": 34
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 14707,
                          "end": 14720,
                          "loc": {
                            "start": {
                              "line": 408,
                              "column": 9
                            },
                            "end": {
                              "line": 408,
                              "column": 22
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 14707,
                            "end": 14712,
                            "loc": {
                              "start": {
                                "line": 408,
                                "column": 9
                              },
                              "end": {
                                "line": 408,
                                "column": 14
                              },
                              "identifierName": "Array"
                            },
                            "name": "Array",
                            "leadingComments": null
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 14713,
                            "end": 14720,
                            "loc": {
                              "start": {
                                "line": 408,
                                "column": 15
                              },
                              "end": {
                                "line": 408,
                                "column": 22
                              },
                              "identifierName": "isArray"
                            },
                            "name": "isArray"
                          },
                          "computed": false,
                          "leadingComments": null
                        },
                        "arguments": [
                          {
                            "type": "Identifier",
                            "start": 14721,
                            "end": 14731,
                            "loc": {
                              "start": {
                                "line": 408,
                                "column": 23
                              },
                              "end": {
                                "line": 408,
                                "column": 33
                              },
                              "identifierName": "attributes"
                            },
                            "name": "attributes"
                          }
                        ],
                        "leadingComments": null
                      },
                      "extra": {
                        "parenthesizedArgument": false
                      },
                      "leadingComments": null
                    },
                    "consequent": {
                      "type": "BlockStatement",
                      "start": 14734,
                      "end": 14834,
                      "loc": {
                        "start": {
                          "line": 408,
                          "column": 36
                        },
                        "end": {
                          "line": 412,
                          "column": 5
                        }
                      },
                      "body": [
                        {
                          "type": "ExpressionStatement",
                          "start": 14742,
                          "end": 14765,
                          "loc": {
                            "start": {
                              "line": 409,
                              "column": 6
                            },
                            "end": {
                              "line": 409,
                              "column": 29
                            }
                          },
                          "expression": {
                            "type": "AssignmentExpression",
                            "start": 14742,
                            "end": 14764,
                            "loc": {
                              "start": {
                                "line": 409,
                                "column": 6
                              },
                              "end": {
                                "line": 409,
                                "column": 28
                              }
                            },
                            "operator": "=",
                            "left": {
                              "type": "Identifier",
                              "start": 14742,
                              "end": 14754,
                              "loc": {
                                "start": {
                                  "line": 409,
                                  "column": 6
                                },
                                "end": {
                                  "line": 409,
                                  "column": 18
                                },
                                "identifierName": "rawTablename"
                              },
                              "name": "rawTablename"
                            },
                            "right": {
                              "type": "Identifier",
                              "start": 14757,
                              "end": 14764,
                              "loc": {
                                "start": {
                                  "line": 409,
                                  "column": 21
                                },
                                "end": {
                                  "line": 409,
                                  "column": 28
                                },
                                "identifierName": "options"
                              },
                              "name": "options"
                            }
                          }
                        },
                        {
                          "type": "ExpressionStatement",
                          "start": 14772,
                          "end": 14793,
                          "loc": {
                            "start": {
                              "line": 410,
                              "column": 6
                            },
                            "end": {
                              "line": 410,
                              "column": 27
                            }
                          },
                          "expression": {
                            "type": "AssignmentExpression",
                            "start": 14772,
                            "end": 14792,
                            "loc": {
                              "start": {
                                "line": 410,
                                "column": 6
                              },
                              "end": {
                                "line": 410,
                                "column": 26
                              }
                            },
                            "operator": "=",
                            "left": {
                              "type": "Identifier",
                              "start": 14772,
                              "end": 14779,
                              "loc": {
                                "start": {
                                  "line": 410,
                                  "column": 6
                                },
                                "end": {
                                  "line": 410,
                                  "column": 13
                                },
                                "identifierName": "options"
                              },
                              "name": "options"
                            },
                            "right": {
                              "type": "Identifier",
                              "start": 14782,
                              "end": 14792,
                              "loc": {
                                "start": {
                                  "line": 410,
                                  "column": 16
                                },
                                "end": {
                                  "line": 410,
                                  "column": 26
                                },
                                "identifierName": "attributes"
                              },
                              "name": "attributes"
                            }
                          }
                        },
                        {
                          "type": "ExpressionStatement",
                          "start": 14800,
                          "end": 14828,
                          "loc": {
                            "start": {
                              "line": 411,
                              "column": 6
                            },
                            "end": {
                              "line": 411,
                              "column": 34
                            }
                          },
                          "expression": {
                            "type": "AssignmentExpression",
                            "start": 14800,
                            "end": 14827,
                            "loc": {
                              "start": {
                                "line": 411,
                                "column": 6
                              },
                              "end": {
                                "line": 411,
                                "column": 33
                              }
                            },
                            "operator": "=",
                            "left": {
                              "type": "Identifier",
                              "start": 14800,
                              "end": 14810,
                              "loc": {
                                "start": {
                                  "line": 411,
                                  "column": 6
                                },
                                "end": {
                                  "line": 411,
                                  "column": 16
                                },
                                "identifierName": "attributes"
                              },
                              "name": "attributes"
                            },
                            "right": {
                              "type": "MemberExpression",
                              "start": 14813,
                              "end": 14827,
                              "loc": {
                                "start": {
                                  "line": 411,
                                  "column": 19
                                },
                                "end": {
                                  "line": 411,
                                  "column": 33
                                }
                              },
                              "object": {
                                "type": "Identifier",
                                "start": 14813,
                                "end": 14820,
                                "loc": {
                                  "start": {
                                    "line": 411,
                                    "column": 19
                                  },
                                  "end": {
                                    "line": 411,
                                    "column": 26
                                  },
                                  "identifierName": "options"
                                },
                                "name": "options"
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 14821,
                                "end": 14827,
                                "loc": {
                                  "start": {
                                    "line": 411,
                                    "column": 27
                                  },
                                  "end": {
                                    "line": 411,
                                    "column": 33
                                  },
                                  "identifierName": "fields"
                                },
                                "name": "fields"
                              },
                              "computed": false
                            }
                          }
                        }
                      ],
                      "directives": [],
                      "trailingComments": null
                    },
                    "alternate": null,
                    "leadingComments": [
                      {
                        "type": "CommentLine",
                        "value": " Support for passing tableName, attributes, options or tableName, options (with a fields param which is the attributes)",
                        "start": 14576,
                        "end": 14697,
                        "loc": {
                          "start": {
                            "line": 407,
                            "column": 4
                          },
                          "end": {
                            "line": 407,
                            "column": 125
                          }
                        }
                      }
                    ],
                    "trailingComments": [
                      {
                        "type": "CommentLine",
                        "value": " testhint argsConform.end",
                        "start": 14839,
                        "end": 14866,
                        "loc": {
                          "start": {
                            "line": 413,
                            "column": 4
                          },
                          "end": {
                            "line": 413,
                            "column": 31
                          }
                        }
                      }
                    ]
                  },
                  {
                    "type": "IfStatement",
                    "start": 14872,
                    "end": 14964,
                    "loc": {
                      "start": {
                        "line": 415,
                        "column": 4
                      },
                      "end": {
                        "line": 418,
                        "column": 5
                      }
                    },
                    "test": {
                      "type": "UnaryExpression",
                      "start": 14876,
                      "end": 14889,
                      "loc": {
                        "start": {
                          "line": 415,
                          "column": 8
                        },
                        "end": {
                          "line": 415,
                          "column": 21
                        }
                      },
                      "operator": "!",
                      "prefix": true,
                      "argument": {
                        "type": "Identifier",
                        "start": 14877,
                        "end": 14889,
                        "loc": {
                          "start": {
                            "line": 415,
                            "column": 9
                          },
                          "end": {
                            "line": 415,
                            "column": 21
                          },
                          "identifierName": "rawTablename"
                        },
                        "name": "rawTablename",
                        "leadingComments": null
                      },
                      "extra": {
                        "parenthesizedArgument": false
                      },
                      "leadingComments": null
                    },
                    "consequent": {
                      "type": "BlockStatement",
                      "start": 14891,
                      "end": 14964,
                      "loc": {
                        "start": {
                          "line": 415,
                          "column": 23
                        },
                        "end": {
                          "line": 418,
                          "column": 5
                        }
                      },
                      "body": [
                        {
                          "type": "ExpressionStatement",
                          "start": 14933,
                          "end": 14958,
                          "loc": {
                            "start": {
                              "line": 417,
                              "column": 6
                            },
                            "end": {
                              "line": 417,
                              "column": 31
                            }
                          },
                          "expression": {
                            "type": "AssignmentExpression",
                            "start": 14933,
                            "end": 14957,
                            "loc": {
                              "start": {
                                "line": 417,
                                "column": 6
                              },
                              "end": {
                                "line": 417,
                                "column": 30
                              }
                            },
                            "operator": "=",
                            "left": {
                              "type": "Identifier",
                              "start": 14933,
                              "end": 14945,
                              "loc": {
                                "start": {
                                  "line": 417,
                                  "column": 6
                                },
                                "end": {
                                  "line": 417,
                                  "column": 18
                                },
                                "identifierName": "rawTablename"
                              },
                              "name": "rawTablename",
                              "leadingComments": null
                            },
                            "right": {
                              "type": "Identifier",
                              "start": 14948,
                              "end": 14957,
                              "loc": {
                                "start": {
                                  "line": 417,
                                  "column": 21
                                },
                                "end": {
                                  "line": 417,
                                  "column": 30
                                },
                                "identifierName": "tableName"
                              },
                              "name": "tableName"
                            },
                            "leadingComments": null
                          },
                          "leadingComments": [
                            {
                              "type": "CommentLine",
                              "value": " Map for backwards compat",
                              "start": 14899,
                              "end": 14926,
                              "loc": {
                                "start": {
                                  "line": 416,
                                  "column": 6
                                },
                                "end": {
                                  "line": 416,
                                  "column": 33
                                }
                              }
                            }
                          ]
                        }
                      ],
                      "directives": []
                    },
                    "alternate": null,
                    "leadingComments": [
                      {
                        "type": "CommentLine",
                        "value": " testhint argsConform.end",
                        "start": 14839,
                        "end": 14866,
                        "loc": {
                          "start": {
                            "line": 413,
                            "column": 4
                          },
                          "end": {
                            "line": 413,
                            "column": 31
                          }
                        }
                      }
                    ]
                  },
                  {
                    "type": "ExpressionStatement",
                    "start": 14970,
                    "end": 15005,
                    "loc": {
                      "start": {
                        "line": 420,
                        "column": 4
                      },
                      "end": {
                        "line": 420,
                        "column": 39
                      }
                    },
                    "expression": {
                      "type": "AssignmentExpression",
                      "start": 14970,
                      "end": 15004,
                      "loc": {
                        "start": {
                          "line": 420,
                          "column": 4
                        },
                        "end": {
                          "line": 420,
                          "column": 38
                        }
                      },
                      "operator": "=",
                      "left": {
                        "type": "Identifier",
                        "start": 14970,
                        "end": 14977,
                        "loc": {
                          "start": {
                            "line": 420,
                            "column": 4
                          },
                          "end": {
                            "line": 420,
                            "column": 11
                          },
                          "identifierName": "options"
                        },
                        "name": "options"
                      },
                      "right": {
                        "type": "CallExpression",
                        "start": 14980,
                        "end": 15004,
                        "loc": {
                          "start": {
                            "line": 420,
                            "column": 14
                          },
                          "end": {
                            "line": 420,
                            "column": 38
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 14980,
                          "end": 14995,
                          "loc": {
                            "start": {
                              "line": 420,
                              "column": 14
                            },
                            "end": {
                              "line": 420,
                              "column": 29
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 14980,
                            "end": 14985,
                            "loc": {
                              "start": {
                                "line": 420,
                                "column": 14
                              },
                              "end": {
                                "line": 420,
                                "column": 19
                              },
                              "identifierName": "Utils"
                            },
                            "name": "Utils"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 14986,
                            "end": 14995,
                            "loc": {
                              "start": {
                                "line": 420,
                                "column": 20
                              },
                              "end": {
                                "line": 420,
                                "column": 29
                              },
                              "identifierName": "cloneDeep"
                            },
                            "name": "cloneDeep"
                          },
                          "computed": false
                        },
                        "arguments": [
                          {
                            "type": "Identifier",
                            "start": 14996,
                            "end": 15003,
                            "loc": {
                              "start": {
                                "line": 420,
                                "column": 30
                              },
                              "end": {
                                "line": 420,
                                "column": 37
                              },
                              "identifierName": "options"
                            },
                            "name": "options"
                          }
                        ]
                      }
                    }
                  },
                  {
                    "type": "ExpressionStatement",
                    "start": 15010,
                    "end": 15038,
                    "loc": {
                      "start": {
                        "line": 421,
                        "column": 4
                      },
                      "end": {
                        "line": 421,
                        "column": 32
                      }
                    },
                    "expression": {
                      "type": "AssignmentExpression",
                      "start": 15010,
                      "end": 15037,
                      "loc": {
                        "start": {
                          "line": 421,
                          "column": 4
                        },
                        "end": {
                          "line": 421,
                          "column": 31
                        }
                      },
                      "operator": "=",
                      "left": {
                        "type": "MemberExpression",
                        "start": 15010,
                        "end": 15024,
                        "loc": {
                          "start": {
                            "line": 421,
                            "column": 4
                          },
                          "end": {
                            "line": 421,
                            "column": 18
                          }
                        },
                        "object": {
                          "type": "Identifier",
                          "start": 15010,
                          "end": 15017,
                          "loc": {
                            "start": {
                              "line": 421,
                              "column": 4
                            },
                            "end": {
                              "line": 421,
                              "column": 11
                            },
                            "identifierName": "options"
                          },
                          "name": "options"
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 15018,
                          "end": 15024,
                          "loc": {
                            "start": {
                              "line": 421,
                              "column": 12
                            },
                            "end": {
                              "line": 421,
                              "column": 18
                            },
                            "identifierName": "fields"
                          },
                          "name": "fields"
                        },
                        "computed": false
                      },
                      "right": {
                        "type": "Identifier",
                        "start": 15027,
                        "end": 15037,
                        "loc": {
                          "start": {
                            "line": 421,
                            "column": 21
                          },
                          "end": {
                            "line": 421,
                            "column": 31
                          },
                          "identifierName": "attributes"
                        },
                        "name": "attributes"
                      }
                    }
                  },
                  {
                    "type": "VariableDeclaration",
                    "start": 15043,
                    "end": 15123,
                    "loc": {
                      "start": {
                        "line": 422,
                        "column": 4
                      },
                      "end": {
                        "line": 422,
                        "column": 84
                      }
                    },
                    "declarations": [
                      {
                        "type": "VariableDeclarator",
                        "start": 15049,
                        "end": 15122,
                        "loc": {
                          "start": {
                            "line": 422,
                            "column": 10
                          },
                          "end": {
                            "line": 422,
                            "column": 83
                          }
                        },
                        "id": {
                          "type": "Identifier",
                          "start": 15049,
                          "end": 15052,
                          "loc": {
                            "start": {
                              "line": 422,
                              "column": 10
                            },
                            "end": {
                              "line": 422,
                              "column": 13
                            },
                            "identifierName": "sql"
                          },
                          "name": "sql"
                        },
                        "init": {
                          "type": "CallExpression",
                          "start": 15055,
                          "end": 15122,
                          "loc": {
                            "start": {
                              "line": 422,
                              "column": 16
                            },
                            "end": {
                              "line": 422,
                              "column": 83
                            }
                          },
                          "callee": {
                            "type": "MemberExpression",
                            "start": 15055,
                            "end": 15088,
                            "loc": {
                              "start": {
                                "line": 422,
                                "column": 16
                              },
                              "end": {
                                "line": 422,
                                "column": 49
                              }
                            },
                            "object": {
                              "type": "MemberExpression",
                              "start": 15055,
                              "end": 15074,
                              "loc": {
                                "start": {
                                  "line": 422,
                                  "column": 16
                                },
                                "end": {
                                  "line": 422,
                                  "column": 35
                                }
                              },
                              "object": {
                                "type": "ThisExpression",
                                "start": 15055,
                                "end": 15059,
                                "loc": {
                                  "start": {
                                    "line": 422,
                                    "column": 16
                                  },
                                  "end": {
                                    "line": 422,
                                    "column": 20
                                  }
                                }
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 15060,
                                "end": 15074,
                                "loc": {
                                  "start": {
                                    "line": 422,
                                    "column": 21
                                  },
                                  "end": {
                                    "line": 422,
                                    "column": 35
                                  },
                                  "identifierName": "QueryGenerator"
                                },
                                "name": "QueryGenerator"
                              },
                              "computed": false
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 15075,
                              "end": 15088,
                              "loc": {
                                "start": {
                                  "line": 422,
                                  "column": 36
                                },
                                "end": {
                                  "line": 422,
                                  "column": 49
                                },
                                "identifierName": "addIndexQuery"
                              },
                              "name": "addIndexQuery"
                            },
                            "computed": false
                          },
                          "arguments": [
                            {
                              "type": "Identifier",
                              "start": 15089,
                              "end": 15098,
                              "loc": {
                                "start": {
                                  "line": 422,
                                  "column": 50
                                },
                                "end": {
                                  "line": 422,
                                  "column": 59
                                },
                                "identifierName": "tableName"
                              },
                              "name": "tableName"
                            },
                            {
                              "type": "Identifier",
                              "start": 15100,
                              "end": 15107,
                              "loc": {
                                "start": {
                                  "line": 422,
                                  "column": 61
                                },
                                "end": {
                                  "line": 422,
                                  "column": 68
                                },
                                "identifierName": "options"
                              },
                              "name": "options"
                            },
                            {
                              "type": "Identifier",
                              "start": 15109,
                              "end": 15121,
                              "loc": {
                                "start": {
                                  "line": 422,
                                  "column": 70
                                },
                                "end": {
                                  "line": 422,
                                  "column": 82
                                },
                                "identifierName": "rawTablename"
                              },
                              "name": "rawTablename"
                            }
                          ]
                        }
                      }
                    ],
                    "kind": "const"
                  },
                  {
                    "type": "ReturnStatement",
                    "start": 15128,
                    "end": 15215,
                    "loc": {
                      "start": {
                        "line": 423,
                        "column": 4
                      },
                      "end": {
                        "line": 423,
                        "column": 91
                      }
                    },
                    "argument": {
                      "type": "CallExpression",
                      "start": 15135,
                      "end": 15214,
                      "loc": {
                        "start": {
                          "line": 423,
                          "column": 11
                        },
                        "end": {
                          "line": 423,
                          "column": 90
                        }
                      },
                      "callee": {
                        "type": "MemberExpression",
                        "start": 15135,
                        "end": 15155,
                        "loc": {
                          "start": {
                            "line": 423,
                            "column": 11
                          },
                          "end": {
                            "line": 423,
                            "column": 31
                          }
                        },
                        "object": {
                          "type": "MemberExpression",
                          "start": 15135,
                          "end": 15149,
                          "loc": {
                            "start": {
                              "line": 423,
                              "column": 11
                            },
                            "end": {
                              "line": 423,
                              "column": 25
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 15135,
                            "end": 15139,
                            "loc": {
                              "start": {
                                "line": 423,
                                "column": 11
                              },
                              "end": {
                                "line": 423,
                                "column": 15
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 15140,
                            "end": 15149,
                            "loc": {
                              "start": {
                                "line": 423,
                                "column": 16
                              },
                              "end": {
                                "line": 423,
                                "column": 25
                              },
                              "identifierName": "sequelize"
                            },
                            "name": "sequelize"
                          },
                          "computed": false
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 15150,
                          "end": 15155,
                          "loc": {
                            "start": {
                              "line": 423,
                              "column": 26
                            },
                            "end": {
                              "line": 423,
                              "column": 31
                            },
                            "identifierName": "query"
                          },
                          "name": "query"
                        },
                        "computed": false
                      },
                      "arguments": [
                        {
                          "type": "Identifier",
                          "start": 15156,
                          "end": 15159,
                          "loc": {
                            "start": {
                              "line": 423,
                              "column": 32
                            },
                            "end": {
                              "line": 423,
                              "column": 35
                            },
                            "identifierName": "sql"
                          },
                          "name": "sql"
                        },
                        {
                          "type": "CallExpression",
                          "start": 15161,
                          "end": 15213,
                          "loc": {
                            "start": {
                              "line": 423,
                              "column": 37
                            },
                            "end": {
                              "line": 423,
                              "column": 89
                            }
                          },
                          "callee": {
                            "type": "MemberExpression",
                            "start": 15161,
                            "end": 15169,
                            "loc": {
                              "start": {
                                "line": 423,
                                "column": 37
                              },
                              "end": {
                                "line": 423,
                                "column": 45
                              }
                            },
                            "object": {
                              "type": "Identifier",
                              "start": 15161,
                              "end": 15162,
                              "loc": {
                                "start": {
                                  "line": 423,
                                  "column": 37
                                },
                                "end": {
                                  "line": 423,
                                  "column": 38
                                },
                                "identifierName": "_"
                              },
                              "name": "_"
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 15163,
                              "end": 15169,
                              "loc": {
                                "start": {
                                  "line": 423,
                                  "column": 39
                                },
                                "end": {
                                  "line": 423,
                                  "column": 45
                                },
                                "identifierName": "assign"
                              },
                              "name": "assign"
                            },
                            "computed": false
                          },
                          "arguments": [
                            {
                              "type": "ObjectExpression",
                              "start": 15170,
                              "end": 15172,
                              "loc": {
                                "start": {
                                  "line": 423,
                                  "column": 46
                                },
                                "end": {
                                  "line": 423,
                                  "column": 48
                                }
                              },
                              "properties": []
                            },
                            {
                              "type": "Identifier",
                              "start": 15174,
                              "end": 15181,
                              "loc": {
                                "start": {
                                  "line": 423,
                                  "column": 50
                                },
                                "end": {
                                  "line": 423,
                                  "column": 57
                                },
                                "identifierName": "options"
                              },
                              "name": "options"
                            },
                            {
                              "type": "ObjectExpression",
                              "start": 15183,
                              "end": 15212,
                              "loc": {
                                "start": {
                                  "line": 423,
                                  "column": 59
                                },
                                "end": {
                                  "line": 423,
                                  "column": 88
                                }
                              },
                              "properties": [
                                {
                                  "type": "ObjectProperty",
                                  "start": 15185,
                                  "end": 15210,
                                  "loc": {
                                    "start": {
                                      "line": 423,
                                      "column": 61
                                    },
                                    "end": {
                                      "line": 423,
                                      "column": 86
                                    }
                                  },
                                  "method": false,
                                  "shorthand": false,
                                  "computed": false,
                                  "key": {
                                    "type": "Identifier",
                                    "start": 15185,
                                    "end": 15203,
                                    "loc": {
                                      "start": {
                                        "line": 423,
                                        "column": 61
                                      },
                                      "end": {
                                        "line": 423,
                                        "column": 79
                                      },
                                      "identifierName": "supportsSearchPath"
                                    },
                                    "name": "supportsSearchPath"
                                  },
                                  "value": {
                                    "type": "BooleanLiteral",
                                    "start": 15205,
                                    "end": 15210,
                                    "loc": {
                                      "start": {
                                        "line": 423,
                                        "column": 81
                                      },
                                      "end": {
                                        "line": 423,
                                        "column": 86
                                      }
                                    },
                                    "value": false
                                  }
                                }
                              ]
                            }
                          ]
                        }
                      ]
                    }
                  }
                ],
                "directives": []
              }
            },
            {
              "type": "ClassMethod",
              "start": 15223,
              "end": 15427,
              "loc": {
                "start": {
                  "line": 426,
                  "column": 2
                },
                "end": {
                  "line": 429,
                  "column": 3
                }
              },
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 15223,
                "end": 15232,
                "loc": {
                  "start": {
                    "line": 426,
                    "column": 2
                  },
                  "end": {
                    "line": 426,
                    "column": 11
                  },
                  "identifierName": "showIndex"
                },
                "name": "showIndex"
              },
              "static": false,
              "kind": "method",
              "id": null,
              "generator": false,
              "expression": false,
              "async": false,
              "params": [
                {
                  "type": "Identifier",
                  "start": 15233,
                  "end": 15242,
                  "loc": {
                    "start": {
                      "line": 426,
                      "column": 12
                    },
                    "end": {
                      "line": 426,
                      "column": 21
                    },
                    "identifierName": "tableName"
                  },
                  "name": "tableName"
                },
                {
                  "type": "Identifier",
                  "start": 15244,
                  "end": 15251,
                  "loc": {
                    "start": {
                      "line": 426,
                      "column": 23
                    },
                    "end": {
                      "line": 426,
                      "column": 30
                    },
                    "identifierName": "options"
                  },
                  "name": "options"
                }
              ],
              "body": {
                "type": "BlockStatement",
                "start": 15253,
                "end": 15427,
                "loc": {
                  "start": {
                    "line": 426,
                    "column": 32
                  },
                  "end": {
                    "line": 429,
                    "column": 3
                  }
                },
                "body": [
                  {
                    "type": "VariableDeclaration",
                    "start": 15259,
                    "end": 15328,
                    "loc": {
                      "start": {
                        "line": 427,
                        "column": 4
                      },
                      "end": {
                        "line": 427,
                        "column": 73
                      }
                    },
                    "declarations": [
                      {
                        "type": "VariableDeclarator",
                        "start": 15265,
                        "end": 15327,
                        "loc": {
                          "start": {
                            "line": 427,
                            "column": 10
                          },
                          "end": {
                            "line": 427,
                            "column": 72
                          }
                        },
                        "id": {
                          "type": "Identifier",
                          "start": 15265,
                          "end": 15268,
                          "loc": {
                            "start": {
                              "line": 427,
                              "column": 10
                            },
                            "end": {
                              "line": 427,
                              "column": 13
                            },
                            "identifierName": "sql"
                          },
                          "name": "sql"
                        },
                        "init": {
                          "type": "CallExpression",
                          "start": 15271,
                          "end": 15327,
                          "loc": {
                            "start": {
                              "line": 427,
                              "column": 16
                            },
                            "end": {
                              "line": 427,
                              "column": 72
                            }
                          },
                          "callee": {
                            "type": "MemberExpression",
                            "start": 15271,
                            "end": 15307,
                            "loc": {
                              "start": {
                                "line": 427,
                                "column": 16
                              },
                              "end": {
                                "line": 427,
                                "column": 52
                              }
                            },
                            "object": {
                              "type": "MemberExpression",
                              "start": 15271,
                              "end": 15290,
                              "loc": {
                                "start": {
                                  "line": 427,
                                  "column": 16
                                },
                                "end": {
                                  "line": 427,
                                  "column": 35
                                }
                              },
                              "object": {
                                "type": "ThisExpression",
                                "start": 15271,
                                "end": 15275,
                                "loc": {
                                  "start": {
                                    "line": 427,
                                    "column": 16
                                  },
                                  "end": {
                                    "line": 427,
                                    "column": 20
                                  }
                                }
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 15276,
                                "end": 15290,
                                "loc": {
                                  "start": {
                                    "line": 427,
                                    "column": 21
                                  },
                                  "end": {
                                    "line": 427,
                                    "column": 35
                                  },
                                  "identifierName": "QueryGenerator"
                                },
                                "name": "QueryGenerator"
                              },
                              "computed": false
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 15291,
                              "end": 15307,
                              "loc": {
                                "start": {
                                  "line": 427,
                                  "column": 36
                                },
                                "end": {
                                  "line": 427,
                                  "column": 52
                                },
                                "identifierName": "showIndexesQuery"
                              },
                              "name": "showIndexesQuery"
                            },
                            "computed": false
                          },
                          "arguments": [
                            {
                              "type": "Identifier",
                              "start": 15308,
                              "end": 15317,
                              "loc": {
                                "start": {
                                  "line": 427,
                                  "column": 53
                                },
                                "end": {
                                  "line": 427,
                                  "column": 62
                                },
                                "identifierName": "tableName"
                              },
                              "name": "tableName"
                            },
                            {
                              "type": "Identifier",
                              "start": 15319,
                              "end": 15326,
                              "loc": {
                                "start": {
                                  "line": 427,
                                  "column": 64
                                },
                                "end": {
                                  "line": 427,
                                  "column": 71
                                },
                                "identifierName": "options"
                              },
                              "name": "options"
                            }
                          ]
                        }
                      }
                    ],
                    "kind": "const"
                  },
                  {
                    "type": "ReturnStatement",
                    "start": 15333,
                    "end": 15423,
                    "loc": {
                      "start": {
                        "line": 428,
                        "column": 4
                      },
                      "end": {
                        "line": 428,
                        "column": 94
                      }
                    },
                    "argument": {
                      "type": "CallExpression",
                      "start": 15340,
                      "end": 15422,
                      "loc": {
                        "start": {
                          "line": 428,
                          "column": 11
                        },
                        "end": {
                          "line": 428,
                          "column": 93
                        }
                      },
                      "callee": {
                        "type": "MemberExpression",
                        "start": 15340,
                        "end": 15360,
                        "loc": {
                          "start": {
                            "line": 428,
                            "column": 11
                          },
                          "end": {
                            "line": 428,
                            "column": 31
                          }
                        },
                        "object": {
                          "type": "MemberExpression",
                          "start": 15340,
                          "end": 15354,
                          "loc": {
                            "start": {
                              "line": 428,
                              "column": 11
                            },
                            "end": {
                              "line": 428,
                              "column": 25
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 15340,
                            "end": 15344,
                            "loc": {
                              "start": {
                                "line": 428,
                                "column": 11
                              },
                              "end": {
                                "line": 428,
                                "column": 15
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 15345,
                            "end": 15354,
                            "loc": {
                              "start": {
                                "line": 428,
                                "column": 16
                              },
                              "end": {
                                "line": 428,
                                "column": 25
                              },
                              "identifierName": "sequelize"
                            },
                            "name": "sequelize"
                          },
                          "computed": false
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 15355,
                          "end": 15360,
                          "loc": {
                            "start": {
                              "line": 428,
                              "column": 26
                            },
                            "end": {
                              "line": 428,
                              "column": 31
                            },
                            "identifierName": "query"
                          },
                          "name": "query"
                        },
                        "computed": false
                      },
                      "arguments": [
                        {
                          "type": "Identifier",
                          "start": 15361,
                          "end": 15364,
                          "loc": {
                            "start": {
                              "line": 428,
                              "column": 32
                            },
                            "end": {
                              "line": 428,
                              "column": 35
                            },
                            "identifierName": "sql"
                          },
                          "name": "sql"
                        },
                        {
                          "type": "CallExpression",
                          "start": 15366,
                          "end": 15421,
                          "loc": {
                            "start": {
                              "line": 428,
                              "column": 37
                            },
                            "end": {
                              "line": 428,
                              "column": 92
                            }
                          },
                          "callee": {
                            "type": "MemberExpression",
                            "start": 15366,
                            "end": 15374,
                            "loc": {
                              "start": {
                                "line": 428,
                                "column": 37
                              },
                              "end": {
                                "line": 428,
                                "column": 45
                              }
                            },
                            "object": {
                              "type": "Identifier",
                              "start": 15366,
                              "end": 15367,
                              "loc": {
                                "start": {
                                  "line": 428,
                                  "column": 37
                                },
                                "end": {
                                  "line": 428,
                                  "column": 38
                                },
                                "identifierName": "_"
                              },
                              "name": "_"
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 15368,
                              "end": 15374,
                              "loc": {
                                "start": {
                                  "line": 428,
                                  "column": 39
                                },
                                "end": {
                                  "line": 428,
                                  "column": 45
                                },
                                "identifierName": "assign"
                              },
                              "name": "assign"
                            },
                            "computed": false
                          },
                          "arguments": [
                            {
                              "type": "ObjectExpression",
                              "start": 15375,
                              "end": 15377,
                              "loc": {
                                "start": {
                                  "line": 428,
                                  "column": 46
                                },
                                "end": {
                                  "line": 428,
                                  "column": 48
                                }
                              },
                              "properties": []
                            },
                            {
                              "type": "Identifier",
                              "start": 15379,
                              "end": 15386,
                              "loc": {
                                "start": {
                                  "line": 428,
                                  "column": 50
                                },
                                "end": {
                                  "line": 428,
                                  "column": 57
                                },
                                "identifierName": "options"
                              },
                              "name": "options"
                            },
                            {
                              "type": "ObjectExpression",
                              "start": 15388,
                              "end": 15420,
                              "loc": {
                                "start": {
                                  "line": 428,
                                  "column": 59
                                },
                                "end": {
                                  "line": 428,
                                  "column": 91
                                }
                              },
                              "properties": [
                                {
                                  "type": "ObjectProperty",
                                  "start": 15390,
                                  "end": 15418,
                                  "loc": {
                                    "start": {
                                      "line": 428,
                                      "column": 61
                                    },
                                    "end": {
                                      "line": 428,
                                      "column": 89
                                    }
                                  },
                                  "method": false,
                                  "shorthand": false,
                                  "computed": false,
                                  "key": {
                                    "type": "Identifier",
                                    "start": 15390,
                                    "end": 15394,
                                    "loc": {
                                      "start": {
                                        "line": 428,
                                        "column": 61
                                      },
                                      "end": {
                                        "line": 428,
                                        "column": 65
                                      },
                                      "identifierName": "type"
                                    },
                                    "name": "type"
                                  },
                                  "value": {
                                    "type": "MemberExpression",
                                    "start": 15396,
                                    "end": 15418,
                                    "loc": {
                                      "start": {
                                        "line": 428,
                                        "column": 67
                                      },
                                      "end": {
                                        "line": 428,
                                        "column": 89
                                      }
                                    },
                                    "object": {
                                      "type": "Identifier",
                                      "start": 15396,
                                      "end": 15406,
                                      "loc": {
                                        "start": {
                                          "line": 428,
                                          "column": 67
                                        },
                                        "end": {
                                          "line": 428,
                                          "column": 77
                                        },
                                        "identifierName": "QueryTypes"
                                      },
                                      "name": "QueryTypes"
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 15407,
                                      "end": 15418,
                                      "loc": {
                                        "start": {
                                          "line": 428,
                                          "column": 78
                                        },
                                        "end": {
                                          "line": 428,
                                          "column": 89
                                        },
                                        "identifierName": "SHOWINDEXES"
                                      },
                                      "name": "SHOWINDEXES"
                                    },
                                    "computed": false
                                  }
                                }
                              ]
                            }
                          ]
                        }
                      ]
                    }
                  }
                ],
                "directives": []
              }
            },
            {
              "type": "ClassMethod",
              "start": 15431,
              "end": 15538,
              "loc": {
                "start": {
                  "line": 431,
                  "column": 2
                },
                "end": {
                  "line": 433,
                  "column": 3
                }
              },
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 15431,
                "end": 15442,
                "loc": {
                  "start": {
                    "line": 431,
                    "column": 2
                  },
                  "end": {
                    "line": 431,
                    "column": 13
                  },
                  "identifierName": "nameIndexes"
                },
                "name": "nameIndexes"
              },
              "static": false,
              "kind": "method",
              "id": null,
              "generator": false,
              "expression": false,
              "async": false,
              "params": [
                {
                  "type": "Identifier",
                  "start": 15443,
                  "end": 15450,
                  "loc": {
                    "start": {
                      "line": 431,
                      "column": 14
                    },
                    "end": {
                      "line": 431,
                      "column": 21
                    },
                    "identifierName": "indexes"
                  },
                  "name": "indexes"
                },
                {
                  "type": "Identifier",
                  "start": 15452,
                  "end": 15464,
                  "loc": {
                    "start": {
                      "line": 431,
                      "column": 23
                    },
                    "end": {
                      "line": 431,
                      "column": 35
                    },
                    "identifierName": "rawTablename"
                  },
                  "name": "rawTablename"
                }
              ],
              "body": {
                "type": "BlockStatement",
                "start": 15466,
                "end": 15538,
                "loc": {
                  "start": {
                    "line": 431,
                    "column": 37
                  },
                  "end": {
                    "line": 433,
                    "column": 3
                  }
                },
                "body": [
                  {
                    "type": "ReturnStatement",
                    "start": 15472,
                    "end": 15534,
                    "loc": {
                      "start": {
                        "line": 432,
                        "column": 4
                      },
                      "end": {
                        "line": 432,
                        "column": 66
                      }
                    },
                    "argument": {
                      "type": "CallExpression",
                      "start": 15479,
                      "end": 15533,
                      "loc": {
                        "start": {
                          "line": 432,
                          "column": 11
                        },
                        "end": {
                          "line": 432,
                          "column": 65
                        }
                      },
                      "callee": {
                        "type": "MemberExpression",
                        "start": 15479,
                        "end": 15510,
                        "loc": {
                          "start": {
                            "line": 432,
                            "column": 11
                          },
                          "end": {
                            "line": 432,
                            "column": 42
                          }
                        },
                        "object": {
                          "type": "MemberExpression",
                          "start": 15479,
                          "end": 15498,
                          "loc": {
                            "start": {
                              "line": 432,
                              "column": 11
                            },
                            "end": {
                              "line": 432,
                              "column": 30
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 15479,
                            "end": 15483,
                            "loc": {
                              "start": {
                                "line": 432,
                                "column": 11
                              },
                              "end": {
                                "line": 432,
                                "column": 15
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 15484,
                            "end": 15498,
                            "loc": {
                              "start": {
                                "line": 432,
                                "column": 16
                              },
                              "end": {
                                "line": 432,
                                "column": 30
                              },
                              "identifierName": "QueryGenerator"
                            },
                            "name": "QueryGenerator"
                          },
                          "computed": false
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 15499,
                          "end": 15510,
                          "loc": {
                            "start": {
                              "line": 432,
                              "column": 31
                            },
                            "end": {
                              "line": 432,
                              "column": 42
                            },
                            "identifierName": "nameIndexes"
                          },
                          "name": "nameIndexes"
                        },
                        "computed": false
                      },
                      "arguments": [
                        {
                          "type": "Identifier",
                          "start": 15511,
                          "end": 15518,
                          "loc": {
                            "start": {
                              "line": 432,
                              "column": 43
                            },
                            "end": {
                              "line": 432,
                              "column": 50
                            },
                            "identifierName": "indexes"
                          },
                          "name": "indexes"
                        },
                        {
                          "type": "Identifier",
                          "start": 15520,
                          "end": 15532,
                          "loc": {
                            "start": {
                              "line": 432,
                              "column": 52
                            },
                            "end": {
                              "line": 432,
                              "column": 64
                            },
                            "identifierName": "rawTablename"
                          },
                          "name": "rawTablename"
                        }
                      ]
                    }
                  }
                ],
                "directives": []
              }
            },
            {
              "type": "ClassMethod",
              "start": 15542,
              "end": 16215,
              "loc": {
                "start": {
                  "line": 435,
                  "column": 2
                },
                "end": {
                  "line": 457,
                  "column": 3
                }
              },
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 15542,
                "end": 15565,
                "loc": {
                  "start": {
                    "line": 435,
                    "column": 2
                  },
                  "end": {
                    "line": 435,
                    "column": 25
                  },
                  "identifierName": "getForeignKeysForTables"
                },
                "name": "getForeignKeysForTables"
              },
              "static": false,
              "kind": "method",
              "id": null,
              "generator": false,
              "expression": false,
              "async": false,
              "params": [
                {
                  "type": "Identifier",
                  "start": 15566,
                  "end": 15576,
                  "loc": {
                    "start": {
                      "line": 435,
                      "column": 26
                    },
                    "end": {
                      "line": 435,
                      "column": 36
                    },
                    "identifierName": "tableNames"
                  },
                  "name": "tableNames"
                },
                {
                  "type": "Identifier",
                  "start": 15578,
                  "end": 15585,
                  "loc": {
                    "start": {
                      "line": 435,
                      "column": 38
                    },
                    "end": {
                      "line": 435,
                      "column": 45
                    },
                    "identifierName": "options"
                  },
                  "name": "options"
                }
              ],
              "body": {
                "type": "BlockStatement",
                "start": 15587,
                "end": 16215,
                "loc": {
                  "start": {
                    "line": 435,
                    "column": 47
                  },
                  "end": {
                    "line": 457,
                    "column": 3
                  }
                },
                "body": [
                  {
                    "type": "ExpressionStatement",
                    "start": 15593,
                    "end": 15617,
                    "loc": {
                      "start": {
                        "line": 436,
                        "column": 4
                      },
                      "end": {
                        "line": 436,
                        "column": 28
                      }
                    },
                    "expression": {
                      "type": "AssignmentExpression",
                      "start": 15593,
                      "end": 15616,
                      "loc": {
                        "start": {
                          "line": 436,
                          "column": 4
                        },
                        "end": {
                          "line": 436,
                          "column": 27
                        }
                      },
                      "operator": "=",
                      "left": {
                        "type": "Identifier",
                        "start": 15593,
                        "end": 15600,
                        "loc": {
                          "start": {
                            "line": 436,
                            "column": 4
                          },
                          "end": {
                            "line": 436,
                            "column": 11
                          },
                          "identifierName": "options"
                        },
                        "name": "options"
                      },
                      "right": {
                        "type": "LogicalExpression",
                        "start": 15603,
                        "end": 15616,
                        "loc": {
                          "start": {
                            "line": 436,
                            "column": 14
                          },
                          "end": {
                            "line": 436,
                            "column": 27
                          }
                        },
                        "left": {
                          "type": "Identifier",
                          "start": 15603,
                          "end": 15610,
                          "loc": {
                            "start": {
                              "line": 436,
                              "column": 14
                            },
                            "end": {
                              "line": 436,
                              "column": 21
                            },
                            "identifierName": "options"
                          },
                          "name": "options"
                        },
                        "operator": "||",
                        "right": {
                          "type": "ObjectExpression",
                          "start": 15614,
                          "end": 15616,
                          "loc": {
                            "start": {
                              "line": 436,
                              "column": 25
                            },
                            "end": {
                              "line": 436,
                              "column": 27
                            }
                          },
                          "properties": []
                        }
                      }
                    }
                  },
                  {
                    "type": "IfStatement",
                    "start": 15623,
                    "end": 15693,
                    "loc": {
                      "start": {
                        "line": 438,
                        "column": 4
                      },
                      "end": {
                        "line": 440,
                        "column": 5
                      }
                    },
                    "test": {
                      "type": "BinaryExpression",
                      "start": 15627,
                      "end": 15650,
                      "loc": {
                        "start": {
                          "line": 438,
                          "column": 8
                        },
                        "end": {
                          "line": 438,
                          "column": 31
                        }
                      },
                      "left": {
                        "type": "MemberExpression",
                        "start": 15627,
                        "end": 15644,
                        "loc": {
                          "start": {
                            "line": 438,
                            "column": 8
                          },
                          "end": {
                            "line": 438,
                            "column": 25
                          }
                        },
                        "object": {
                          "type": "Identifier",
                          "start": 15627,
                          "end": 15637,
                          "loc": {
                            "start": {
                              "line": 438,
                              "column": 8
                            },
                            "end": {
                              "line": 438,
                              "column": 18
                            },
                            "identifierName": "tableNames"
                          },
                          "name": "tableNames"
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 15638,
                          "end": 15644,
                          "loc": {
                            "start": {
                              "line": 438,
                              "column": 19
                            },
                            "end": {
                              "line": 438,
                              "column": 25
                            },
                            "identifierName": "length"
                          },
                          "name": "length"
                        },
                        "computed": false
                      },
                      "operator": "===",
                      "right": {
                        "type": "NumericLiteral",
                        "start": 15649,
                        "end": 15650,
                        "loc": {
                          "start": {
                            "line": 438,
                            "column": 30
                          },
                          "end": {
                            "line": 438,
                            "column": 31
                          }
                        },
                        "extra": {
                          "rawValue": 0,
                          "raw": "0"
                        },
                        "value": 0
                      }
                    },
                    "consequent": {
                      "type": "BlockStatement",
                      "start": 15652,
                      "end": 15693,
                      "loc": {
                        "start": {
                          "line": 438,
                          "column": 33
                        },
                        "end": {
                          "line": 440,
                          "column": 5
                        }
                      },
                      "body": [
                        {
                          "type": "ReturnStatement",
                          "start": 15660,
                          "end": 15687,
                          "loc": {
                            "start": {
                              "line": 439,
                              "column": 6
                            },
                            "end": {
                              "line": 439,
                              "column": 33
                            }
                          },
                          "argument": {
                            "type": "CallExpression",
                            "start": 15667,
                            "end": 15686,
                            "loc": {
                              "start": {
                                "line": 439,
                                "column": 13
                              },
                              "end": {
                                "line": 439,
                                "column": 32
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 15667,
                              "end": 15682,
                              "loc": {
                                "start": {
                                  "line": 439,
                                  "column": 13
                                },
                                "end": {
                                  "line": 439,
                                  "column": 28
                                }
                              },
                              "object": {
                                "type": "Identifier",
                                "start": 15667,
                                "end": 15674,
                                "loc": {
                                  "start": {
                                    "line": 439,
                                    "column": 13
                                  },
                                  "end": {
                                    "line": 439,
                                    "column": 20
                                  },
                                  "identifierName": "Promise"
                                },
                                "name": "Promise"
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 15675,
                                "end": 15682,
                                "loc": {
                                  "start": {
                                    "line": 439,
                                    "column": 21
                                  },
                                  "end": {
                                    "line": 439,
                                    "column": 28
                                  },
                                  "identifierName": "resolve"
                                },
                                "name": "resolve"
                              },
                              "computed": false
                            },
                            "arguments": [
                              {
                                "type": "ObjectExpression",
                                "start": 15683,
                                "end": 15685,
                                "loc": {
                                  "start": {
                                    "line": 439,
                                    "column": 29
                                  },
                                  "end": {
                                    "line": 439,
                                    "column": 31
                                  }
                                },
                                "properties": []
                              }
                            ]
                          }
                        }
                      ],
                      "directives": []
                    },
                    "alternate": null
                  },
                  {
                    "type": "ReturnStatement",
                    "start": 15699,
                    "end": 16211,
                    "loc": {
                      "start": {
                        "line": 442,
                        "column": 4
                      },
                      "end": {
                        "line": 456,
                        "column": 7
                      }
                    },
                    "argument": {
                      "type": "CallExpression",
                      "start": 15706,
                      "end": 16210,
                      "loc": {
                        "start": {
                          "line": 442,
                          "column": 11
                        },
                        "end": {
                          "line": 456,
                          "column": 6
                        }
                      },
                      "callee": {
                        "type": "MemberExpression",
                        "start": 15706,
                        "end": 15880,
                        "loc": {
                          "start": {
                            "line": 442,
                            "column": 11
                          },
                          "end": {
                            "line": 444,
                            "column": 10
                          }
                        },
                        "object": {
                          "type": "CallExpression",
                          "start": 15706,
                          "end": 15875,
                          "loc": {
                            "start": {
                              "line": 442,
                              "column": 11
                            },
                            "end": {
                              "line": 444,
                              "column": 5
                            }
                          },
                          "callee": {
                            "type": "MemberExpression",
                            "start": 15706,
                            "end": 15717,
                            "loc": {
                              "start": {
                                "line": 442,
                                "column": 11
                              },
                              "end": {
                                "line": 442,
                                "column": 22
                              }
                            },
                            "object": {
                              "type": "Identifier",
                              "start": 15706,
                              "end": 15713,
                              "loc": {
                                "start": {
                                  "line": 442,
                                  "column": 11
                                },
                                "end": {
                                  "line": 442,
                                  "column": 18
                                },
                                "identifierName": "Promise"
                              },
                              "name": "Promise"
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 15714,
                              "end": 15717,
                              "loc": {
                                "start": {
                                  "line": 442,
                                  "column": 19
                                },
                                "end": {
                                  "line": 442,
                                  "column": 22
                                },
                                "identifierName": "map"
                              },
                              "name": "map"
                            },
                            "computed": false
                          },
                          "arguments": [
                            {
                              "type": "Identifier",
                              "start": 15718,
                              "end": 15728,
                              "loc": {
                                "start": {
                                  "line": 442,
                                  "column": 23
                                },
                                "end": {
                                  "line": 442,
                                  "column": 33
                                },
                                "identifierName": "tableNames"
                              },
                              "name": "tableNames"
                            },
                            {
                              "type": "ArrowFunctionExpression",
                              "start": 15730,
                              "end": 15869,
                              "loc": {
                                "start": {
                                  "line": 442,
                                  "column": 35
                                },
                                "end": {
                                  "line": 443,
                                  "column": 126
                                }
                              },
                              "id": null,
                              "generator": false,
                              "expression": true,
                              "async": false,
                              "params": [
                                {
                                  "type": "Identifier",
                                  "start": 15730,
                                  "end": 15739,
                                  "loc": {
                                    "start": {
                                      "line": 442,
                                      "column": 35
                                    },
                                    "end": {
                                      "line": 442,
                                      "column": 44
                                    },
                                    "identifierName": "tableName"
                                  },
                                  "name": "tableName"
                                }
                              ],
                              "body": {
                                "type": "CallExpression",
                                "start": 15749,
                                "end": 15869,
                                "loc": {
                                  "start": {
                                    "line": 443,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 443,
                                    "column": 126
                                  }
                                },
                                "callee": {
                                  "type": "MemberExpression",
                                  "start": 15749,
                                  "end": 15866,
                                  "loc": {
                                    "start": {
                                      "line": 443,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 443,
                                      "column": 123
                                    }
                                  },
                                  "object": {
                                    "type": "CallExpression",
                                    "start": 15749,
                                    "end": 15862,
                                    "loc": {
                                      "start": {
                                        "line": 443,
                                        "column": 6
                                      },
                                      "end": {
                                        "line": 443,
                                        "column": 119
                                      }
                                    },
                                    "callee": {
                                      "type": "MemberExpression",
                                      "start": 15749,
                                      "end": 15769,
                                      "loc": {
                                        "start": {
                                          "line": 443,
                                          "column": 6
                                        },
                                        "end": {
                                          "line": 443,
                                          "column": 26
                                        }
                                      },
                                      "object": {
                                        "type": "MemberExpression",
                                        "start": 15749,
                                        "end": 15763,
                                        "loc": {
                                          "start": {
                                            "line": 443,
                                            "column": 6
                                          },
                                          "end": {
                                            "line": 443,
                                            "column": 20
                                          }
                                        },
                                        "object": {
                                          "type": "ThisExpression",
                                          "start": 15749,
                                          "end": 15753,
                                          "loc": {
                                            "start": {
                                              "line": 443,
                                              "column": 6
                                            },
                                            "end": {
                                              "line": 443,
                                              "column": 10
                                            }
                                          }
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 15754,
                                          "end": 15763,
                                          "loc": {
                                            "start": {
                                              "line": 443,
                                              "column": 11
                                            },
                                            "end": {
                                              "line": 443,
                                              "column": 20
                                            },
                                            "identifierName": "sequelize"
                                          },
                                          "name": "sequelize"
                                        },
                                        "computed": false
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 15764,
                                        "end": 15769,
                                        "loc": {
                                          "start": {
                                            "line": 443,
                                            "column": 21
                                          },
                                          "end": {
                                            "line": 443,
                                            "column": 26
                                          },
                                          "identifierName": "query"
                                        },
                                        "name": "query"
                                      },
                                      "computed": false
                                    },
                                    "arguments": [
                                      {
                                        "type": "CallExpression",
                                        "start": 15770,
                                        "end": 15852,
                                        "loc": {
                                          "start": {
                                            "line": 443,
                                            "column": 27
                                          },
                                          "end": {
                                            "line": 443,
                                            "column": 109
                                          }
                                        },
                                        "callee": {
                                          "type": "MemberExpression",
                                          "start": 15770,
                                          "end": 15809,
                                          "loc": {
                                            "start": {
                                              "line": 443,
                                              "column": 27
                                            },
                                            "end": {
                                              "line": 443,
                                              "column": 66
                                            }
                                          },
                                          "object": {
                                            "type": "MemberExpression",
                                            "start": 15770,
                                            "end": 15789,
                                            "loc": {
                                              "start": {
                                                "line": 443,
                                                "column": 27
                                              },
                                              "end": {
                                                "line": 443,
                                                "column": 46
                                              }
                                            },
                                            "object": {
                                              "type": "ThisExpression",
                                              "start": 15770,
                                              "end": 15774,
                                              "loc": {
                                                "start": {
                                                  "line": 443,
                                                  "column": 27
                                                },
                                                "end": {
                                                  "line": 443,
                                                  "column": 31
                                                }
                                              }
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 15775,
                                              "end": 15789,
                                              "loc": {
                                                "start": {
                                                  "line": 443,
                                                  "column": 32
                                                },
                                                "end": {
                                                  "line": 443,
                                                  "column": 46
                                                },
                                                "identifierName": "QueryGenerator"
                                              },
                                              "name": "QueryGenerator"
                                            },
                                            "computed": false
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 15790,
                                            "end": 15809,
                                            "loc": {
                                              "start": {
                                                "line": 443,
                                                "column": 47
                                              },
                                              "end": {
                                                "line": 443,
                                                "column": 66
                                              },
                                              "identifierName": "getForeignKeysQuery"
                                            },
                                            "name": "getForeignKeysQuery"
                                          },
                                          "computed": false
                                        },
                                        "arguments": [
                                          {
                                            "type": "Identifier",
                                            "start": 15810,
                                            "end": 15819,
                                            "loc": {
                                              "start": {
                                                "line": 443,
                                                "column": 67
                                              },
                                              "end": {
                                                "line": 443,
                                                "column": 76
                                              },
                                              "identifierName": "tableName"
                                            },
                                            "name": "tableName"
                                          },
                                          {
                                            "type": "MemberExpression",
                                            "start": 15821,
                                            "end": 15851,
                                            "loc": {
                                              "start": {
                                                "line": 443,
                                                "column": 78
                                              },
                                              "end": {
                                                "line": 443,
                                                "column": 108
                                              }
                                            },
                                            "object": {
                                              "type": "MemberExpression",
                                              "start": 15821,
                                              "end": 15842,
                                              "loc": {
                                                "start": {
                                                  "line": 443,
                                                  "column": 78
                                                },
                                                "end": {
                                                  "line": 443,
                                                  "column": 99
                                                }
                                              },
                                              "object": {
                                                "type": "MemberExpression",
                                                "start": 15821,
                                                "end": 15835,
                                                "loc": {
                                                  "start": {
                                                    "line": 443,
                                                    "column": 78
                                                  },
                                                  "end": {
                                                    "line": 443,
                                                    "column": 92
                                                  }
                                                },
                                                "object": {
                                                  "type": "ThisExpression",
                                                  "start": 15821,
                                                  "end": 15825,
                                                  "loc": {
                                                    "start": {
                                                      "line": 443,
                                                      "column": 78
                                                    },
                                                    "end": {
                                                      "line": 443,
                                                      "column": 82
                                                    }
                                                  }
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 15826,
                                                  "end": 15835,
                                                  "loc": {
                                                    "start": {
                                                      "line": 443,
                                                      "column": 83
                                                    },
                                                    "end": {
                                                      "line": 443,
                                                      "column": 92
                                                    },
                                                    "identifierName": "sequelize"
                                                  },
                                                  "name": "sequelize"
                                                },
                                                "computed": false
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 15836,
                                                "end": 15842,
                                                "loc": {
                                                  "start": {
                                                    "line": 443,
                                                    "column": 93
                                                  },
                                                  "end": {
                                                    "line": 443,
                                                    "column": 99
                                                  },
                                                  "identifierName": "config"
                                                },
                                                "name": "config"
                                              },
                                              "computed": false
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 15843,
                                              "end": 15851,
                                              "loc": {
                                                "start": {
                                                  "line": 443,
                                                  "column": 100
                                                },
                                                "end": {
                                                  "line": 443,
                                                  "column": 108
                                                },
                                                "identifierName": "database"
                                              },
                                              "name": "database"
                                            },
                                            "computed": false
                                          }
                                        ]
                                      },
                                      {
                                        "type": "Identifier",
                                        "start": 15854,
                                        "end": 15861,
                                        "loc": {
                                          "start": {
                                            "line": 443,
                                            "column": 111
                                          },
                                          "end": {
                                            "line": 443,
                                            "column": 118
                                          },
                                          "identifierName": "options"
                                        },
                                        "name": "options"
                                      }
                                    ]
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 15863,
                                    "end": 15866,
                                    "loc": {
                                      "start": {
                                        "line": 443,
                                        "column": 120
                                      },
                                      "end": {
                                        "line": 443,
                                        "column": 123
                                      },
                                      "identifierName": "get"
                                    },
                                    "name": "get"
                                  },
                                  "computed": false
                                },
                                "arguments": [
                                  {
                                    "type": "NumericLiteral",
                                    "start": 15867,
                                    "end": 15868,
                                    "loc": {
                                      "start": {
                                        "line": 443,
                                        "column": 124
                                      },
                                      "end": {
                                        "line": 443,
                                        "column": 125
                                      }
                                    },
                                    "extra": {
                                      "rawValue": 0,
                                      "raw": "0"
                                    },
                                    "value": 0
                                  }
                                ]
                              }
                            }
                          ]
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 15876,
                          "end": 15880,
                          "loc": {
                            "start": {
                              "line": 444,
                              "column": 6
                            },
                            "end": {
                              "line": 444,
                              "column": 10
                            },
                            "identifierName": "then"
                          },
                          "name": "then"
                        },
                        "computed": false
                      },
                      "arguments": [
                        {
                          "type": "ArrowFunctionExpression",
                          "start": 15881,
                          "end": 16209,
                          "loc": {
                            "start": {
                              "line": 444,
                              "column": 11
                            },
                            "end": {
                              "line": 456,
                              "column": 5
                            }
                          },
                          "id": null,
                          "generator": false,
                          "expression": false,
                          "async": false,
                          "params": [
                            {
                              "type": "Identifier",
                              "start": 15881,
                              "end": 15888,
                              "loc": {
                                "start": {
                                  "line": 444,
                                  "column": 11
                                },
                                "end": {
                                  "line": 444,
                                  "column": 18
                                },
                                "identifierName": "results"
                              },
                              "name": "results"
                            }
                          ],
                          "body": {
                            "type": "BlockStatement",
                            "start": 15892,
                            "end": 16209,
                            "loc": {
                              "start": {
                                "line": 444,
                                "column": 22
                              },
                              "end": {
                                "line": 456,
                                "column": 5
                              }
                            },
                            "body": [
                              {
                                "type": "VariableDeclaration",
                                "start": 15900,
                                "end": 15918,
                                "loc": {
                                  "start": {
                                    "line": 445,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 445,
                                    "column": 24
                                  }
                                },
                                "declarations": [
                                  {
                                    "type": "VariableDeclarator",
                                    "start": 15906,
                                    "end": 15917,
                                    "loc": {
                                      "start": {
                                        "line": 445,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 445,
                                        "column": 23
                                      }
                                    },
                                    "id": {
                                      "type": "Identifier",
                                      "start": 15906,
                                      "end": 15912,
                                      "loc": {
                                        "start": {
                                          "line": 445,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 445,
                                          "column": 18
                                        },
                                        "identifierName": "result"
                                      },
                                      "name": "result"
                                    },
                                    "init": {
                                      "type": "ObjectExpression",
                                      "start": 15915,
                                      "end": 15917,
                                      "loc": {
                                        "start": {
                                          "line": 445,
                                          "column": 21
                                        },
                                        "end": {
                                          "line": 445,
                                          "column": 23
                                        }
                                      },
                                      "properties": []
                                    }
                                  }
                                ],
                                "kind": "const"
                              },
                              {
                                "type": "ExpressionStatement",
                                "start": 15926,
                                "end": 16181,
                                "loc": {
                                  "start": {
                                    "line": 447,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 453,
                                    "column": 9
                                  }
                                },
                                "expression": {
                                  "type": "CallExpression",
                                  "start": 15926,
                                  "end": 16180,
                                  "loc": {
                                    "start": {
                                      "line": 447,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 453,
                                      "column": 8
                                    }
                                  },
                                  "callee": {
                                    "type": "MemberExpression",
                                    "start": 15926,
                                    "end": 15944,
                                    "loc": {
                                      "start": {
                                        "line": 447,
                                        "column": 6
                                      },
                                      "end": {
                                        "line": 447,
                                        "column": 24
                                      }
                                    },
                                    "object": {
                                      "type": "Identifier",
                                      "start": 15926,
                                      "end": 15936,
                                      "loc": {
                                        "start": {
                                          "line": 447,
                                          "column": 6
                                        },
                                        "end": {
                                          "line": 447,
                                          "column": 16
                                        },
                                        "identifierName": "tableNames"
                                      },
                                      "name": "tableNames"
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 15937,
                                      "end": 15944,
                                      "loc": {
                                        "start": {
                                          "line": 447,
                                          "column": 17
                                        },
                                        "end": {
                                          "line": 447,
                                          "column": 24
                                        },
                                        "identifierName": "forEach"
                                      },
                                      "name": "forEach"
                                    },
                                    "computed": false
                                  },
                                  "arguments": [
                                    {
                                      "type": "ArrowFunctionExpression",
                                      "start": 15945,
                                      "end": 16179,
                                      "loc": {
                                        "start": {
                                          "line": 447,
                                          "column": 25
                                        },
                                        "end": {
                                          "line": 453,
                                          "column": 7
                                        }
                                      },
                                      "id": null,
                                      "generator": false,
                                      "expression": false,
                                      "async": false,
                                      "params": [
                                        {
                                          "type": "Identifier",
                                          "start": 15946,
                                          "end": 15955,
                                          "loc": {
                                            "start": {
                                              "line": 447,
                                              "column": 26
                                            },
                                            "end": {
                                              "line": 447,
                                              "column": 35
                                            },
                                            "identifierName": "tableName"
                                          },
                                          "name": "tableName"
                                        },
                                        {
                                          "type": "Identifier",
                                          "start": 15957,
                                          "end": 15958,
                                          "loc": {
                                            "start": {
                                              "line": 447,
                                              "column": 37
                                            },
                                            "end": {
                                              "line": 447,
                                              "column": 38
                                            },
                                            "identifierName": "i"
                                          },
                                          "name": "i"
                                        }
                                      ],
                                      "body": {
                                        "type": "BlockStatement",
                                        "start": 15963,
                                        "end": 16179,
                                        "loc": {
                                          "start": {
                                            "line": 447,
                                            "column": 43
                                          },
                                          "end": {
                                            "line": 453,
                                            "column": 7
                                          }
                                        },
                                        "body": [
                                          {
                                            "type": "IfStatement",
                                            "start": 15973,
                                            "end": 16085,
                                            "loc": {
                                              "start": {
                                                "line": 448,
                                                "column": 8
                                              },
                                              "end": {
                                                "line": 450,
                                                "column": 9
                                              }
                                            },
                                            "test": {
                                              "type": "CallExpression",
                                              "start": 15977,
                                              "end": 16004,
                                              "loc": {
                                                "start": {
                                                  "line": 448,
                                                  "column": 12
                                                },
                                                "end": {
                                                  "line": 448,
                                                  "column": 39
                                                }
                                              },
                                              "callee": {
                                                "type": "MemberExpression",
                                                "start": 15977,
                                                "end": 15993,
                                                "loc": {
                                                  "start": {
                                                    "line": 448,
                                                    "column": 12
                                                  },
                                                  "end": {
                                                    "line": 448,
                                                    "column": 28
                                                  }
                                                },
                                                "object": {
                                                  "type": "MemberExpression",
                                                  "start": 15977,
                                                  "end": 15984,
                                                  "loc": {
                                                    "start": {
                                                      "line": 448,
                                                      "column": 12
                                                    },
                                                    "end": {
                                                      "line": 448,
                                                      "column": 19
                                                    }
                                                  },
                                                  "object": {
                                                    "type": "Identifier",
                                                    "start": 15977,
                                                    "end": 15982,
                                                    "loc": {
                                                      "start": {
                                                        "line": 448,
                                                        "column": 12
                                                      },
                                                      "end": {
                                                        "line": 448,
                                                        "column": 17
                                                      },
                                                      "identifierName": "Utils"
                                                    },
                                                    "name": "Utils"
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "start": 15983,
                                                    "end": 15984,
                                                    "loc": {
                                                      "start": {
                                                        "line": 448,
                                                        "column": 18
                                                      },
                                                      "end": {
                                                        "line": 448,
                                                        "column": 19
                                                      },
                                                      "identifierName": "_"
                                                    },
                                                    "name": "_"
                                                  },
                                                  "computed": false
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 15985,
                                                  "end": 15993,
                                                  "loc": {
                                                    "start": {
                                                      "line": 448,
                                                      "column": 20
                                                    },
                                                    "end": {
                                                      "line": 448,
                                                      "column": 28
                                                    },
                                                    "identifierName": "isObject"
                                                  },
                                                  "name": "isObject"
                                                },
                                                "computed": false
                                              },
                                              "arguments": [
                                                {
                                                  "type": "Identifier",
                                                  "start": 15994,
                                                  "end": 16003,
                                                  "loc": {
                                                    "start": {
                                                      "line": 448,
                                                      "column": 29
                                                    },
                                                    "end": {
                                                      "line": 448,
                                                      "column": 38
                                                    },
                                                    "identifierName": "tableName"
                                                  },
                                                  "name": "tableName"
                                                }
                                              ]
                                            },
                                            "consequent": {
                                              "type": "BlockStatement",
                                              "start": 16006,
                                              "end": 16085,
                                              "loc": {
                                                "start": {
                                                  "line": 448,
                                                  "column": 41
                                                },
                                                "end": {
                                                  "line": 450,
                                                  "column": 9
                                                }
                                              },
                                              "body": [
                                                {
                                                  "type": "ExpressionStatement",
                                                  "start": 16018,
                                                  "end": 16075,
                                                  "loc": {
                                                    "start": {
                                                      "line": 449,
                                                      "column": 10
                                                    },
                                                    "end": {
                                                      "line": 449,
                                                      "column": 67
                                                    }
                                                  },
                                                  "expression": {
                                                    "type": "AssignmentExpression",
                                                    "start": 16018,
                                                    "end": 16074,
                                                    "loc": {
                                                      "start": {
                                                        "line": 449,
                                                        "column": 10
                                                      },
                                                      "end": {
                                                        "line": 449,
                                                        "column": 66
                                                      }
                                                    },
                                                    "operator": "=",
                                                    "left": {
                                                      "type": "Identifier",
                                                      "start": 16018,
                                                      "end": 16027,
                                                      "loc": {
                                                        "start": {
                                                          "line": 449,
                                                          "column": 10
                                                        },
                                                        "end": {
                                                          "line": 449,
                                                          "column": 19
                                                        },
                                                        "identifierName": "tableName"
                                                      },
                                                      "name": "tableName"
                                                    },
                                                    "right": {
                                                      "type": "BinaryExpression",
                                                      "start": 16030,
                                                      "end": 16074,
                                                      "loc": {
                                                        "start": {
                                                          "line": 449,
                                                          "column": 22
                                                        },
                                                        "end": {
                                                          "line": 449,
                                                          "column": 66
                                                        }
                                                      },
                                                      "left": {
                                                        "type": "BinaryExpression",
                                                        "start": 16030,
                                                        "end": 16052,
                                                        "loc": {
                                                          "start": {
                                                            "line": 449,
                                                            "column": 22
                                                          },
                                                          "end": {
                                                            "line": 449,
                                                            "column": 44
                                                          }
                                                        },
                                                        "left": {
                                                          "type": "MemberExpression",
                                                          "start": 16030,
                                                          "end": 16046,
                                                          "loc": {
                                                            "start": {
                                                              "line": 449,
                                                              "column": 22
                                                            },
                                                            "end": {
                                                              "line": 449,
                                                              "column": 38
                                                            }
                                                          },
                                                          "object": {
                                                            "type": "Identifier",
                                                            "start": 16030,
                                                            "end": 16039,
                                                            "loc": {
                                                              "start": {
                                                                "line": 449,
                                                                "column": 22
                                                              },
                                                              "end": {
                                                                "line": 449,
                                                                "column": 31
                                                              },
                                                              "identifierName": "tableName"
                                                            },
                                                            "name": "tableName"
                                                          },
                                                          "property": {
                                                            "type": "Identifier",
                                                            "start": 16040,
                                                            "end": 16046,
                                                            "loc": {
                                                              "start": {
                                                                "line": 449,
                                                                "column": 32
                                                              },
                                                              "end": {
                                                                "line": 449,
                                                                "column": 38
                                                              },
                                                              "identifierName": "schema"
                                                            },
                                                            "name": "schema"
                                                          },
                                                          "computed": false
                                                        },
                                                        "operator": "+",
                                                        "right": {
                                                          "type": "StringLiteral",
                                                          "start": 16049,
                                                          "end": 16052,
                                                          "loc": {
                                                            "start": {
                                                              "line": 449,
                                                              "column": 41
                                                            },
                                                            "end": {
                                                              "line": 449,
                                                              "column": 44
                                                            }
                                                          },
                                                          "extra": {
                                                            "rawValue": ".",
                                                            "raw": "'.'"
                                                          },
                                                          "value": "."
                                                        }
                                                      },
                                                      "operator": "+",
                                                      "right": {
                                                        "type": "MemberExpression",
                                                        "start": 16055,
                                                        "end": 16074,
                                                        "loc": {
                                                          "start": {
                                                            "line": 449,
                                                            "column": 47
                                                          },
                                                          "end": {
                                                            "line": 449,
                                                            "column": 66
                                                          }
                                                        },
                                                        "object": {
                                                          "type": "Identifier",
                                                          "start": 16055,
                                                          "end": 16064,
                                                          "loc": {
                                                            "start": {
                                                              "line": 449,
                                                              "column": 47
                                                            },
                                                            "end": {
                                                              "line": 449,
                                                              "column": 56
                                                            },
                                                            "identifierName": "tableName"
                                                          },
                                                          "name": "tableName"
                                                        },
                                                        "property": {
                                                          "type": "Identifier",
                                                          "start": 16065,
                                                          "end": 16074,
                                                          "loc": {
                                                            "start": {
                                                              "line": 449,
                                                              "column": 57
                                                            },
                                                            "end": {
                                                              "line": 449,
                                                              "column": 66
                                                            },
                                                            "identifierName": "tableName"
                                                          },
                                                          "name": "tableName"
                                                        },
                                                        "computed": false
                                                      }
                                                    }
                                                  }
                                                }
                                              ],
                                              "directives": []
                                            },
                                            "alternate": null
                                          },
                                          {
                                            "type": "ExpressionStatement",
                                            "start": 16095,
                                            "end": 16171,
                                            "loc": {
                                              "start": {
                                                "line": 452,
                                                "column": 8
                                              },
                                              "end": {
                                                "line": 452,
                                                "column": 84
                                              }
                                            },
                                            "expression": {
                                              "type": "AssignmentExpression",
                                              "start": 16095,
                                              "end": 16170,
                                              "loc": {
                                                "start": {
                                                  "line": 452,
                                                  "column": 8
                                                },
                                                "end": {
                                                  "line": 452,
                                                  "column": 83
                                                }
                                              },
                                              "operator": "=",
                                              "left": {
                                                "type": "MemberExpression",
                                                "start": 16095,
                                                "end": 16112,
                                                "loc": {
                                                  "start": {
                                                    "line": 452,
                                                    "column": 8
                                                  },
                                                  "end": {
                                                    "line": 452,
                                                    "column": 25
                                                  }
                                                },
                                                "object": {
                                                  "type": "Identifier",
                                                  "start": 16095,
                                                  "end": 16101,
                                                  "loc": {
                                                    "start": {
                                                      "line": 452,
                                                      "column": 8
                                                    },
                                                    "end": {
                                                      "line": 452,
                                                      "column": 14
                                                    },
                                                    "identifierName": "result"
                                                  },
                                                  "name": "result"
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 16102,
                                                  "end": 16111,
                                                  "loc": {
                                                    "start": {
                                                      "line": 452,
                                                      "column": 15
                                                    },
                                                    "end": {
                                                      "line": 452,
                                                      "column": 24
                                                    },
                                                    "identifierName": "tableName"
                                                  },
                                                  "name": "tableName"
                                                },
                                                "computed": true
                                              },
                                              "right": {
                                                "type": "CallExpression",
                                                "start": 16115,
                                                "end": 16170,
                                                "loc": {
                                                  "start": {
                                                    "line": 452,
                                                    "column": 28
                                                  },
                                                  "end": {
                                                    "line": 452,
                                                    "column": 83
                                                  }
                                                },
                                                "callee": {
                                                  "type": "MemberExpression",
                                                  "start": 16115,
                                                  "end": 16146,
                                                  "loc": {
                                                    "start": {
                                                      "line": 452,
                                                      "column": 28
                                                    },
                                                    "end": {
                                                      "line": 452,
                                                      "column": 59
                                                    }
                                                  },
                                                  "object": {
                                                    "type": "CallExpression",
                                                    "start": 16115,
                                                    "end": 16142,
                                                    "loc": {
                                                      "start": {
                                                        "line": 452,
                                                        "column": 28
                                                      },
                                                      "end": {
                                                        "line": 452,
                                                        "column": 55
                                                      }
                                                    },
                                                    "callee": {
                                                      "type": "MemberExpression",
                                                      "start": 16115,
                                                      "end": 16130,
                                                      "loc": {
                                                        "start": {
                                                          "line": 452,
                                                          "column": 28
                                                        },
                                                        "end": {
                                                          "line": 452,
                                                          "column": 43
                                                        }
                                                      },
                                                      "object": {
                                                        "type": "MemberExpression",
                                                        "start": 16115,
                                                        "end": 16122,
                                                        "loc": {
                                                          "start": {
                                                            "line": 452,
                                                            "column": 28
                                                          },
                                                          "end": {
                                                            "line": 452,
                                                            "column": 35
                                                          }
                                                        },
                                                        "object": {
                                                          "type": "Identifier",
                                                          "start": 16115,
                                                          "end": 16120,
                                                          "loc": {
                                                            "start": {
                                                              "line": 452,
                                                              "column": 28
                                                            },
                                                            "end": {
                                                              "line": 452,
                                                              "column": 33
                                                            },
                                                            "identifierName": "Utils"
                                                          },
                                                          "name": "Utils"
                                                        },
                                                        "property": {
                                                          "type": "Identifier",
                                                          "start": 16121,
                                                          "end": 16122,
                                                          "loc": {
                                                            "start": {
                                                              "line": 452,
                                                              "column": 34
                                                            },
                                                            "end": {
                                                              "line": 452,
                                                              "column": 35
                                                            },
                                                            "identifierName": "_"
                                                          },
                                                          "name": "_"
                                                        },
                                                        "computed": false
                                                      },
                                                      "property": {
                                                        "type": "Identifier",
                                                        "start": 16123,
                                                        "end": 16130,
                                                        "loc": {
                                                          "start": {
                                                            "line": 452,
                                                            "column": 36
                                                          },
                                                          "end": {
                                                            "line": 452,
                                                            "column": 43
                                                          },
                                                          "identifierName": "compact"
                                                        },
                                                        "name": "compact"
                                                      },
                                                      "computed": false
                                                    },
                                                    "arguments": [
                                                      {
                                                        "type": "MemberExpression",
                                                        "start": 16131,
                                                        "end": 16141,
                                                        "loc": {
                                                          "start": {
                                                            "line": 452,
                                                            "column": 44
                                                          },
                                                          "end": {
                                                            "line": 452,
                                                            "column": 54
                                                          }
                                                        },
                                                        "object": {
                                                          "type": "Identifier",
                                                          "start": 16131,
                                                          "end": 16138,
                                                          "loc": {
                                                            "start": {
                                                              "line": 452,
                                                              "column": 44
                                                            },
                                                            "end": {
                                                              "line": 452,
                                                              "column": 51
                                                            },
                                                            "identifierName": "results"
                                                          },
                                                          "name": "results"
                                                        },
                                                        "property": {
                                                          "type": "Identifier",
                                                          "start": 16139,
                                                          "end": 16140,
                                                          "loc": {
                                                            "start": {
                                                              "line": 452,
                                                              "column": 52
                                                            },
                                                            "end": {
                                                              "line": 452,
                                                              "column": 53
                                                            },
                                                            "identifierName": "i"
                                                          },
                                                          "name": "i"
                                                        },
                                                        "computed": true
                                                      }
                                                    ]
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "start": 16143,
                                                    "end": 16146,
                                                    "loc": {
                                                      "start": {
                                                        "line": 452,
                                                        "column": 56
                                                      },
                                                      "end": {
                                                        "line": 452,
                                                        "column": 59
                                                      },
                                                      "identifierName": "map"
                                                    },
                                                    "name": "map"
                                                  },
                                                  "computed": false
                                                },
                                                "arguments": [
                                                  {
                                                    "type": "ArrowFunctionExpression",
                                                    "start": 16147,
                                                    "end": 16169,
                                                    "loc": {
                                                      "start": {
                                                        "line": 452,
                                                        "column": 60
                                                      },
                                                      "end": {
                                                        "line": 452,
                                                        "column": 82
                                                      }
                                                    },
                                                    "id": null,
                                                    "generator": false,
                                                    "expression": true,
                                                    "async": false,
                                                    "params": [
                                                      {
                                                        "type": "Identifier",
                                                        "start": 16147,
                                                        "end": 16148,
                                                        "loc": {
                                                          "start": {
                                                            "line": 452,
                                                            "column": 60
                                                          },
                                                          "end": {
                                                            "line": 452,
                                                            "column": 61
                                                          },
                                                          "identifierName": "r"
                                                        },
                                                        "name": "r"
                                                      }
                                                    ],
                                                    "body": {
                                                      "type": "MemberExpression",
                                                      "start": 16152,
                                                      "end": 16169,
                                                      "loc": {
                                                        "start": {
                                                          "line": 452,
                                                          "column": 65
                                                        },
                                                        "end": {
                                                          "line": 452,
                                                          "column": 82
                                                        }
                                                      },
                                                      "object": {
                                                        "type": "Identifier",
                                                        "start": 16152,
                                                        "end": 16153,
                                                        "loc": {
                                                          "start": {
                                                            "line": 452,
                                                            "column": 65
                                                          },
                                                          "end": {
                                                            "line": 452,
                                                            "column": 66
                                                          },
                                                          "identifierName": "r"
                                                        },
                                                        "name": "r"
                                                      },
                                                      "property": {
                                                        "type": "Identifier",
                                                        "start": 16154,
                                                        "end": 16169,
                                                        "loc": {
                                                          "start": {
                                                            "line": 452,
                                                            "column": 67
                                                          },
                                                          "end": {
                                                            "line": 452,
                                                            "column": 82
                                                          },
                                                          "identifierName": "constraint_name"
                                                        },
                                                        "name": "constraint_name"
                                                      },
                                                      "computed": false
                                                    }
                                                  }
                                                ]
                                              }
                                            }
                                          }
                                        ],
                                        "directives": []
                                      }
                                    }
                                  ]
                                }
                              },
                              {
                                "type": "ReturnStatement",
                                "start": 16189,
                                "end": 16203,
                                "loc": {
                                  "start": {
                                    "line": 455,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 455,
                                    "column": 20
                                  }
                                },
                                "argument": {
                                  "type": "Identifier",
                                  "start": 16196,
                                  "end": 16202,
                                  "loc": {
                                    "start": {
                                      "line": 455,
                                      "column": 13
                                    },
                                    "end": {
                                      "line": 455,
                                      "column": 19
                                    },
                                    "identifierName": "result"
                                  },
                                  "name": "result"
                                }
                              }
                            ],
                            "directives": []
                          }
                        }
                      ]
                    }
                  }
                ],
                "directives": []
              }
            },
            {
              "type": "ClassMethod",
              "start": 16219,
              "end": 16443,
              "loc": {
                "start": {
                  "line": 459,
                  "column": 2
                },
                "end": {
                  "line": 463,
                  "column": 3
                }
              },
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 16219,
                "end": 16230,
                "loc": {
                  "start": {
                    "line": 459,
                    "column": 2
                  },
                  "end": {
                    "line": 459,
                    "column": 13
                  },
                  "identifierName": "removeIndex"
                },
                "name": "removeIndex"
              },
              "static": false,
              "kind": "method",
              "id": null,
              "generator": false,
              "expression": false,
              "async": false,
              "params": [
                {
                  "type": "Identifier",
                  "start": 16231,
                  "end": 16240,
                  "loc": {
                    "start": {
                      "line": 459,
                      "column": 14
                    },
                    "end": {
                      "line": 459,
                      "column": 23
                    },
                    "identifierName": "tableName"
                  },
                  "name": "tableName"
                },
                {
                  "type": "Identifier",
                  "start": 16242,
                  "end": 16263,
                  "loc": {
                    "start": {
                      "line": 459,
                      "column": 25
                    },
                    "end": {
                      "line": 459,
                      "column": 46
                    },
                    "identifierName": "indexNameOrAttributes"
                  },
                  "name": "indexNameOrAttributes"
                },
                {
                  "type": "Identifier",
                  "start": 16265,
                  "end": 16272,
                  "loc": {
                    "start": {
                      "line": 459,
                      "column": 48
                    },
                    "end": {
                      "line": 459,
                      "column": 55
                    },
                    "identifierName": "options"
                  },
                  "name": "options"
                }
              ],
              "body": {
                "type": "BlockStatement",
                "start": 16274,
                "end": 16443,
                "loc": {
                  "start": {
                    "line": 459,
                    "column": 57
                  },
                  "end": {
                    "line": 463,
                    "column": 3
                  }
                },
                "body": [
                  {
                    "type": "ExpressionStatement",
                    "start": 16280,
                    "end": 16304,
                    "loc": {
                      "start": {
                        "line": 460,
                        "column": 4
                      },
                      "end": {
                        "line": 460,
                        "column": 28
                      }
                    },
                    "expression": {
                      "type": "AssignmentExpression",
                      "start": 16280,
                      "end": 16303,
                      "loc": {
                        "start": {
                          "line": 460,
                          "column": 4
                        },
                        "end": {
                          "line": 460,
                          "column": 27
                        }
                      },
                      "operator": "=",
                      "left": {
                        "type": "Identifier",
                        "start": 16280,
                        "end": 16287,
                        "loc": {
                          "start": {
                            "line": 460,
                            "column": 4
                          },
                          "end": {
                            "line": 460,
                            "column": 11
                          },
                          "identifierName": "options"
                        },
                        "name": "options"
                      },
                      "right": {
                        "type": "LogicalExpression",
                        "start": 16290,
                        "end": 16303,
                        "loc": {
                          "start": {
                            "line": 460,
                            "column": 14
                          },
                          "end": {
                            "line": 460,
                            "column": 27
                          }
                        },
                        "left": {
                          "type": "Identifier",
                          "start": 16290,
                          "end": 16297,
                          "loc": {
                            "start": {
                              "line": 460,
                              "column": 14
                            },
                            "end": {
                              "line": 460,
                              "column": 21
                            },
                            "identifierName": "options"
                          },
                          "name": "options"
                        },
                        "operator": "||",
                        "right": {
                          "type": "ObjectExpression",
                          "start": 16301,
                          "end": 16303,
                          "loc": {
                            "start": {
                              "line": 460,
                              "column": 25
                            },
                            "end": {
                              "line": 460,
                              "column": 27
                            }
                          },
                          "properties": []
                        }
                      }
                    }
                  },
                  {
                    "type": "VariableDeclaration",
                    "start": 16309,
                    "end": 16392,
                    "loc": {
                      "start": {
                        "line": 461,
                        "column": 4
                      },
                      "end": {
                        "line": 461,
                        "column": 87
                      }
                    },
                    "declarations": [
                      {
                        "type": "VariableDeclarator",
                        "start": 16315,
                        "end": 16391,
                        "loc": {
                          "start": {
                            "line": 461,
                            "column": 10
                          },
                          "end": {
                            "line": 461,
                            "column": 86
                          }
                        },
                        "id": {
                          "type": "Identifier",
                          "start": 16315,
                          "end": 16318,
                          "loc": {
                            "start": {
                              "line": 461,
                              "column": 10
                            },
                            "end": {
                              "line": 461,
                              "column": 13
                            },
                            "identifierName": "sql"
                          },
                          "name": "sql"
                        },
                        "init": {
                          "type": "CallExpression",
                          "start": 16321,
                          "end": 16391,
                          "loc": {
                            "start": {
                              "line": 461,
                              "column": 16
                            },
                            "end": {
                              "line": 461,
                              "column": 86
                            }
                          },
                          "callee": {
                            "type": "MemberExpression",
                            "start": 16321,
                            "end": 16357,
                            "loc": {
                              "start": {
                                "line": 461,
                                "column": 16
                              },
                              "end": {
                                "line": 461,
                                "column": 52
                              }
                            },
                            "object": {
                              "type": "MemberExpression",
                              "start": 16321,
                              "end": 16340,
                              "loc": {
                                "start": {
                                  "line": 461,
                                  "column": 16
                                },
                                "end": {
                                  "line": 461,
                                  "column": 35
                                }
                              },
                              "object": {
                                "type": "ThisExpression",
                                "start": 16321,
                                "end": 16325,
                                "loc": {
                                  "start": {
                                    "line": 461,
                                    "column": 16
                                  },
                                  "end": {
                                    "line": 461,
                                    "column": 20
                                  }
                                }
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 16326,
                                "end": 16340,
                                "loc": {
                                  "start": {
                                    "line": 461,
                                    "column": 21
                                  },
                                  "end": {
                                    "line": 461,
                                    "column": 35
                                  },
                                  "identifierName": "QueryGenerator"
                                },
                                "name": "QueryGenerator"
                              },
                              "computed": false
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 16341,
                              "end": 16357,
                              "loc": {
                                "start": {
                                  "line": 461,
                                  "column": 36
                                },
                                "end": {
                                  "line": 461,
                                  "column": 52
                                },
                                "identifierName": "removeIndexQuery"
                              },
                              "name": "removeIndexQuery"
                            },
                            "computed": false
                          },
                          "arguments": [
                            {
                              "type": "Identifier",
                              "start": 16358,
                              "end": 16367,
                              "loc": {
                                "start": {
                                  "line": 461,
                                  "column": 53
                                },
                                "end": {
                                  "line": 461,
                                  "column": 62
                                },
                                "identifierName": "tableName"
                              },
                              "name": "tableName"
                            },
                            {
                              "type": "Identifier",
                              "start": 16369,
                              "end": 16390,
                              "loc": {
                                "start": {
                                  "line": 461,
                                  "column": 64
                                },
                                "end": {
                                  "line": 461,
                                  "column": 85
                                },
                                "identifierName": "indexNameOrAttributes"
                              },
                              "name": "indexNameOrAttributes"
                            }
                          ]
                        }
                      }
                    ],
                    "kind": "const"
                  },
                  {
                    "type": "ReturnStatement",
                    "start": 16397,
                    "end": 16439,
                    "loc": {
                      "start": {
                        "line": 462,
                        "column": 4
                      },
                      "end": {
                        "line": 462,
                        "column": 46
                      }
                    },
                    "argument": {
                      "type": "CallExpression",
                      "start": 16404,
                      "end": 16438,
                      "loc": {
                        "start": {
                          "line": 462,
                          "column": 11
                        },
                        "end": {
                          "line": 462,
                          "column": 45
                        }
                      },
                      "callee": {
                        "type": "MemberExpression",
                        "start": 16404,
                        "end": 16424,
                        "loc": {
                          "start": {
                            "line": 462,
                            "column": 11
                          },
                          "end": {
                            "line": 462,
                            "column": 31
                          }
                        },
                        "object": {
                          "type": "MemberExpression",
                          "start": 16404,
                          "end": 16418,
                          "loc": {
                            "start": {
                              "line": 462,
                              "column": 11
                            },
                            "end": {
                              "line": 462,
                              "column": 25
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 16404,
                            "end": 16408,
                            "loc": {
                              "start": {
                                "line": 462,
                                "column": 11
                              },
                              "end": {
                                "line": 462,
                                "column": 15
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 16409,
                            "end": 16418,
                            "loc": {
                              "start": {
                                "line": 462,
                                "column": 16
                              },
                              "end": {
                                "line": 462,
                                "column": 25
                              },
                              "identifierName": "sequelize"
                            },
                            "name": "sequelize"
                          },
                          "computed": false
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 16419,
                          "end": 16424,
                          "loc": {
                            "start": {
                              "line": 462,
                              "column": 26
                            },
                            "end": {
                              "line": 462,
                              "column": 31
                            },
                            "identifierName": "query"
                          },
                          "name": "query"
                        },
                        "computed": false
                      },
                      "arguments": [
                        {
                          "type": "Identifier",
                          "start": 16425,
                          "end": 16428,
                          "loc": {
                            "start": {
                              "line": 462,
                              "column": 32
                            },
                            "end": {
                              "line": 462,
                              "column": 35
                            },
                            "identifierName": "sql"
                          },
                          "name": "sql"
                        },
                        {
                          "type": "Identifier",
                          "start": 16430,
                          "end": 16437,
                          "loc": {
                            "start": {
                              "line": 462,
                              "column": 37
                            },
                            "end": {
                              "line": 462,
                              "column": 44
                            },
                            "identifierName": "options"
                          },
                          "name": "options"
                        }
                      ]
                    }
                  }
                ],
                "directives": []
              }
            },
            {
              "type": "ClassMethod",
              "start": 16447,
              "end": 16959,
              "loc": {
                "start": {
                  "line": 465,
                  "column": 2
                },
                "end": {
                  "line": 477,
                  "column": 3
                }
              },
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 16447,
                "end": 16453,
                "loc": {
                  "start": {
                    "line": 465,
                    "column": 2
                  },
                  "end": {
                    "line": 465,
                    "column": 8
                  },
                  "identifierName": "insert"
                },
                "name": "insert"
              },
              "static": false,
              "kind": "method",
              "id": null,
              "generator": false,
              "expression": false,
              "async": false,
              "params": [
                {
                  "type": "Identifier",
                  "start": 16454,
                  "end": 16462,
                  "loc": {
                    "start": {
                      "line": 465,
                      "column": 9
                    },
                    "end": {
                      "line": 465,
                      "column": 17
                    },
                    "identifierName": "instance"
                  },
                  "name": "instance"
                },
                {
                  "type": "Identifier",
                  "start": 16464,
                  "end": 16473,
                  "loc": {
                    "start": {
                      "line": 465,
                      "column": 19
                    },
                    "end": {
                      "line": 465,
                      "column": 28
                    },
                    "identifierName": "tableName"
                  },
                  "name": "tableName"
                },
                {
                  "type": "Identifier",
                  "start": 16475,
                  "end": 16481,
                  "loc": {
                    "start": {
                      "line": 465,
                      "column": 30
                    },
                    "end": {
                      "line": 465,
                      "column": 36
                    },
                    "identifierName": "values"
                  },
                  "name": "values"
                },
                {
                  "type": "Identifier",
                  "start": 16483,
                  "end": 16490,
                  "loc": {
                    "start": {
                      "line": 465,
                      "column": 38
                    },
                    "end": {
                      "line": 465,
                      "column": 45
                    },
                    "identifierName": "options"
                  },
                  "name": "options"
                }
              ],
              "body": {
                "type": "BlockStatement",
                "start": 16492,
                "end": 16959,
                "loc": {
                  "start": {
                    "line": 465,
                    "column": 47
                  },
                  "end": {
                    "line": 477,
                    "column": 3
                  }
                },
                "body": [
                  {
                    "type": "ExpressionStatement",
                    "start": 16498,
                    "end": 16533,
                    "loc": {
                      "start": {
                        "line": 466,
                        "column": 4
                      },
                      "end": {
                        "line": 466,
                        "column": 39
                      }
                    },
                    "expression": {
                      "type": "AssignmentExpression",
                      "start": 16498,
                      "end": 16532,
                      "loc": {
                        "start": {
                          "line": 466,
                          "column": 4
                        },
                        "end": {
                          "line": 466,
                          "column": 38
                        }
                      },
                      "operator": "=",
                      "left": {
                        "type": "Identifier",
                        "start": 16498,
                        "end": 16505,
                        "loc": {
                          "start": {
                            "line": 466,
                            "column": 4
                          },
                          "end": {
                            "line": 466,
                            "column": 11
                          },
                          "identifierName": "options"
                        },
                        "name": "options"
                      },
                      "right": {
                        "type": "CallExpression",
                        "start": 16508,
                        "end": 16532,
                        "loc": {
                          "start": {
                            "line": 466,
                            "column": 14
                          },
                          "end": {
                            "line": 466,
                            "column": 38
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 16508,
                          "end": 16523,
                          "loc": {
                            "start": {
                              "line": 466,
                              "column": 14
                            },
                            "end": {
                              "line": 466,
                              "column": 29
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 16508,
                            "end": 16513,
                            "loc": {
                              "start": {
                                "line": 466,
                                "column": 14
                              },
                              "end": {
                                "line": 466,
                                "column": 19
                              },
                              "identifierName": "Utils"
                            },
                            "name": "Utils"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 16514,
                            "end": 16523,
                            "loc": {
                              "start": {
                                "line": 466,
                                "column": 20
                              },
                              "end": {
                                "line": 466,
                                "column": 29
                              },
                              "identifierName": "cloneDeep"
                            },
                            "name": "cloneDeep"
                          },
                          "computed": false
                        },
                        "arguments": [
                          {
                            "type": "Identifier",
                            "start": 16524,
                            "end": 16531,
                            "loc": {
                              "start": {
                                "line": 466,
                                "column": 30
                              },
                              "end": {
                                "line": 466,
                                "column": 37
                              },
                              "identifierName": "options"
                            },
                            "name": "options"
                          }
                        ]
                      }
                    }
                  },
                  {
                    "type": "ExpressionStatement",
                    "start": 16538,
                    "end": 16611,
                    "loc": {
                      "start": {
                        "line": 467,
                        "column": 4
                      },
                      "end": {
                        "line": 467,
                        "column": 77
                      }
                    },
                    "expression": {
                      "type": "AssignmentExpression",
                      "start": 16538,
                      "end": 16610,
                      "loc": {
                        "start": {
                          "line": 467,
                          "column": 4
                        },
                        "end": {
                          "line": 467,
                          "column": 76
                        }
                      },
                      "operator": "=",
                      "left": {
                        "type": "MemberExpression",
                        "start": 16538,
                        "end": 16556,
                        "loc": {
                          "start": {
                            "line": 467,
                            "column": 4
                          },
                          "end": {
                            "line": 467,
                            "column": 22
                          }
                        },
                        "object": {
                          "type": "Identifier",
                          "start": 16538,
                          "end": 16545,
                          "loc": {
                            "start": {
                              "line": 467,
                              "column": 4
                            },
                            "end": {
                              "line": 467,
                              "column": 11
                            },
                            "identifierName": "options"
                          },
                          "name": "options"
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 16546,
                          "end": 16556,
                          "loc": {
                            "start": {
                              "line": 467,
                              "column": 12
                            },
                            "end": {
                              "line": 467,
                              "column": 22
                            },
                            "identifierName": "hasTrigger"
                          },
                          "name": "hasTrigger"
                        },
                        "computed": false
                      },
                      "right": {
                        "type": "LogicalExpression",
                        "start": 16559,
                        "end": 16610,
                        "loc": {
                          "start": {
                            "line": 467,
                            "column": 25
                          },
                          "end": {
                            "line": 467,
                            "column": 76
                          }
                        },
                        "left": {
                          "type": "Identifier",
                          "start": 16559,
                          "end": 16567,
                          "loc": {
                            "start": {
                              "line": 467,
                              "column": 25
                            },
                            "end": {
                              "line": 467,
                              "column": 33
                            },
                            "identifierName": "instance"
                          },
                          "name": "instance"
                        },
                        "operator": "&&",
                        "right": {
                          "type": "MemberExpression",
                          "start": 16571,
                          "end": 16610,
                          "loc": {
                            "start": {
                              "line": 467,
                              "column": 37
                            },
                            "end": {
                              "line": 467,
                              "column": 76
                            }
                          },
                          "object": {
                            "type": "MemberExpression",
                            "start": 16571,
                            "end": 16599,
                            "loc": {
                              "start": {
                                "line": 467,
                                "column": 37
                              },
                              "end": {
                                "line": 467,
                                "column": 65
                              }
                            },
                            "object": {
                              "type": "MemberExpression",
                              "start": 16571,
                              "end": 16591,
                              "loc": {
                                "start": {
                                  "line": 467,
                                  "column": 37
                                },
                                "end": {
                                  "line": 467,
                                  "column": 57
                                }
                              },
                              "object": {
                                "type": "Identifier",
                                "start": 16571,
                                "end": 16579,
                                "loc": {
                                  "start": {
                                    "line": 467,
                                    "column": 37
                                  },
                                  "end": {
                                    "line": 467,
                                    "column": 45
                                  },
                                  "identifierName": "instance"
                                },
                                "name": "instance"
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 16580,
                                "end": 16591,
                                "loc": {
                                  "start": {
                                    "line": 467,
                                    "column": 46
                                  },
                                  "end": {
                                    "line": 467,
                                    "column": 57
                                  },
                                  "identifierName": "constructor"
                                },
                                "name": "constructor"
                              },
                              "computed": false
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 16592,
                              "end": 16599,
                              "loc": {
                                "start": {
                                  "line": 467,
                                  "column": 58
                                },
                                "end": {
                                  "line": 467,
                                  "column": 65
                                },
                                "identifierName": "options"
                              },
                              "name": "options"
                            },
                            "computed": false
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 16600,
                            "end": 16610,
                            "loc": {
                              "start": {
                                "line": 467,
                                "column": 66
                              },
                              "end": {
                                "line": 467,
                                "column": 76
                              },
                              "identifierName": "hasTrigger"
                            },
                            "name": "hasTrigger"
                          },
                          "computed": false
                        }
                      }
                    }
                  },
                  {
                    "type": "VariableDeclaration",
                    "start": 16616,
                    "end": 16736,
                    "loc": {
                      "start": {
                        "line": 468,
                        "column": 4
                      },
                      "end": {
                        "line": 468,
                        "column": 124
                      }
                    },
                    "declarations": [
                      {
                        "type": "VariableDeclarator",
                        "start": 16622,
                        "end": 16735,
                        "loc": {
                          "start": {
                            "line": 468,
                            "column": 10
                          },
                          "end": {
                            "line": 468,
                            "column": 123
                          }
                        },
                        "id": {
                          "type": "Identifier",
                          "start": 16622,
                          "end": 16625,
                          "loc": {
                            "start": {
                              "line": 468,
                              "column": 10
                            },
                            "end": {
                              "line": 468,
                              "column": 13
                            },
                            "identifierName": "sql"
                          },
                          "name": "sql"
                        },
                        "init": {
                          "type": "CallExpression",
                          "start": 16628,
                          "end": 16735,
                          "loc": {
                            "start": {
                              "line": 468,
                              "column": 16
                            },
                            "end": {
                              "line": 468,
                              "column": 123
                            }
                          },
                          "callee": {
                            "type": "MemberExpression",
                            "start": 16628,
                            "end": 16659,
                            "loc": {
                              "start": {
                                "line": 468,
                                "column": 16
                              },
                              "end": {
                                "line": 468,
                                "column": 47
                              }
                            },
                            "object": {
                              "type": "MemberExpression",
                              "start": 16628,
                              "end": 16647,
                              "loc": {
                                "start": {
                                  "line": 468,
                                  "column": 16
                                },
                                "end": {
                                  "line": 468,
                                  "column": 35
                                }
                              },
                              "object": {
                                "type": "ThisExpression",
                                "start": 16628,
                                "end": 16632,
                                "loc": {
                                  "start": {
                                    "line": 468,
                                    "column": 16
                                  },
                                  "end": {
                                    "line": 468,
                                    "column": 20
                                  }
                                }
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 16633,
                                "end": 16647,
                                "loc": {
                                  "start": {
                                    "line": 468,
                                    "column": 21
                                  },
                                  "end": {
                                    "line": 468,
                                    "column": 35
                                  },
                                  "identifierName": "QueryGenerator"
                                },
                                "name": "QueryGenerator"
                              },
                              "computed": false
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 16648,
                              "end": 16659,
                              "loc": {
                                "start": {
                                  "line": 468,
                                  "column": 36
                                },
                                "end": {
                                  "line": 468,
                                  "column": 47
                                },
                                "identifierName": "insertQuery"
                              },
                              "name": "insertQuery"
                            },
                            "computed": false
                          },
                          "arguments": [
                            {
                              "type": "Identifier",
                              "start": 16660,
                              "end": 16669,
                              "loc": {
                                "start": {
                                  "line": 468,
                                  "column": 48
                                },
                                "end": {
                                  "line": 468,
                                  "column": 57
                                },
                                "identifierName": "tableName"
                              },
                              "name": "tableName"
                            },
                            {
                              "type": "Identifier",
                              "start": 16671,
                              "end": 16677,
                              "loc": {
                                "start": {
                                  "line": 468,
                                  "column": 59
                                },
                                "end": {
                                  "line": 468,
                                  "column": 65
                                },
                                "identifierName": "values"
                              },
                              "name": "values"
                            },
                            {
                              "type": "LogicalExpression",
                              "start": 16679,
                              "end": 16725,
                              "loc": {
                                "start": {
                                  "line": 468,
                                  "column": 67
                                },
                                "end": {
                                  "line": 468,
                                  "column": 113
                                }
                              },
                              "left": {
                                "type": "Identifier",
                                "start": 16679,
                                "end": 16687,
                                "loc": {
                                  "start": {
                                    "line": 468,
                                    "column": 67
                                  },
                                  "end": {
                                    "line": 468,
                                    "column": 75
                                  },
                                  "identifierName": "instance"
                                },
                                "name": "instance"
                              },
                              "operator": "&&",
                              "right": {
                                "type": "MemberExpression",
                                "start": 16691,
                                "end": 16725,
                                "loc": {
                                  "start": {
                                    "line": 468,
                                    "column": 79
                                  },
                                  "end": {
                                    "line": 468,
                                    "column": 113
                                  }
                                },
                                "object": {
                                  "type": "MemberExpression",
                                  "start": 16691,
                                  "end": 16711,
                                  "loc": {
                                    "start": {
                                      "line": 468,
                                      "column": 79
                                    },
                                    "end": {
                                      "line": 468,
                                      "column": 99
                                    }
                                  },
                                  "object": {
                                    "type": "Identifier",
                                    "start": 16691,
                                    "end": 16699,
                                    "loc": {
                                      "start": {
                                        "line": 468,
                                        "column": 79
                                      },
                                      "end": {
                                        "line": 468,
                                        "column": 87
                                      },
                                      "identifierName": "instance"
                                    },
                                    "name": "instance"
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 16700,
                                    "end": 16711,
                                    "loc": {
                                      "start": {
                                        "line": 468,
                                        "column": 88
                                      },
                                      "end": {
                                        "line": 468,
                                        "column": 99
                                      },
                                      "identifierName": "constructor"
                                    },
                                    "name": "constructor"
                                  },
                                  "computed": false
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 16712,
                                  "end": 16725,
                                  "loc": {
                                    "start": {
                                      "line": 468,
                                      "column": 100
                                    },
                                    "end": {
                                      "line": 468,
                                      "column": 113
                                    },
                                    "identifierName": "rawAttributes"
                                  },
                                  "name": "rawAttributes"
                                },
                                "computed": false
                              }
                            },
                            {
                              "type": "Identifier",
                              "start": 16727,
                              "end": 16734,
                              "loc": {
                                "start": {
                                  "line": 468,
                                  "column": 115
                                },
                                "end": {
                                  "line": 468,
                                  "column": 122
                                },
                                "identifierName": "options"
                              },
                              "name": "options"
                            }
                          ]
                        }
                      }
                    ],
                    "kind": "const"
                  },
                  {
                    "type": "ExpressionStatement",
                    "start": 16742,
                    "end": 16775,
                    "loc": {
                      "start": {
                        "line": 470,
                        "column": 4
                      },
                      "end": {
                        "line": 470,
                        "column": 37
                      }
                    },
                    "expression": {
                      "type": "AssignmentExpression",
                      "start": 16742,
                      "end": 16774,
                      "loc": {
                        "start": {
                          "line": 470,
                          "column": 4
                        },
                        "end": {
                          "line": 470,
                          "column": 36
                        }
                      },
                      "operator": "=",
                      "left": {
                        "type": "MemberExpression",
                        "start": 16742,
                        "end": 16754,
                        "loc": {
                          "start": {
                            "line": 470,
                            "column": 4
                          },
                          "end": {
                            "line": 470,
                            "column": 16
                          }
                        },
                        "object": {
                          "type": "Identifier",
                          "start": 16742,
                          "end": 16749,
                          "loc": {
                            "start": {
                              "line": 470,
                              "column": 4
                            },
                            "end": {
                              "line": 470,
                              "column": 11
                            },
                            "identifierName": "options"
                          },
                          "name": "options"
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 16750,
                          "end": 16754,
                          "loc": {
                            "start": {
                              "line": 470,
                              "column": 12
                            },
                            "end": {
                              "line": 470,
                              "column": 16
                            },
                            "identifierName": "type"
                          },
                          "name": "type"
                        },
                        "computed": false
                      },
                      "right": {
                        "type": "MemberExpression",
                        "start": 16757,
                        "end": 16774,
                        "loc": {
                          "start": {
                            "line": 470,
                            "column": 19
                          },
                          "end": {
                            "line": 470,
                            "column": 36
                          }
                        },
                        "object": {
                          "type": "Identifier",
                          "start": 16757,
                          "end": 16767,
                          "loc": {
                            "start": {
                              "line": 470,
                              "column": 19
                            },
                            "end": {
                              "line": 470,
                              "column": 29
                            },
                            "identifierName": "QueryTypes"
                          },
                          "name": "QueryTypes"
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 16768,
                          "end": 16774,
                          "loc": {
                            "start": {
                              "line": 470,
                              "column": 30
                            },
                            "end": {
                              "line": 470,
                              "column": 36
                            },
                            "identifierName": "INSERT"
                          },
                          "name": "INSERT"
                        },
                        "computed": false
                      }
                    }
                  },
                  {
                    "type": "ExpressionStatement",
                    "start": 16780,
                    "end": 16808,
                    "loc": {
                      "start": {
                        "line": 471,
                        "column": 4
                      },
                      "end": {
                        "line": 471,
                        "column": 32
                      }
                    },
                    "expression": {
                      "type": "AssignmentExpression",
                      "start": 16780,
                      "end": 16807,
                      "loc": {
                        "start": {
                          "line": 471,
                          "column": 4
                        },
                        "end": {
                          "line": 471,
                          "column": 31
                        }
                      },
                      "operator": "=",
                      "left": {
                        "type": "MemberExpression",
                        "start": 16780,
                        "end": 16796,
                        "loc": {
                          "start": {
                            "line": 471,
                            "column": 4
                          },
                          "end": {
                            "line": 471,
                            "column": 20
                          }
                        },
                        "object": {
                          "type": "Identifier",
                          "start": 16780,
                          "end": 16787,
                          "loc": {
                            "start": {
                              "line": 471,
                              "column": 4
                            },
                            "end": {
                              "line": 471,
                              "column": 11
                            },
                            "identifierName": "options"
                          },
                          "name": "options"
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 16788,
                          "end": 16796,
                          "loc": {
                            "start": {
                              "line": 471,
                              "column": 12
                            },
                            "end": {
                              "line": 471,
                              "column": 20
                            },
                            "identifierName": "instance"
                          },
                          "name": "instance"
                        },
                        "computed": false
                      },
                      "right": {
                        "type": "Identifier",
                        "start": 16799,
                        "end": 16807,
                        "loc": {
                          "start": {
                            "line": 471,
                            "column": 23
                          },
                          "end": {
                            "line": 471,
                            "column": 31
                          },
                          "identifierName": "instance"
                        },
                        "name": "instance"
                      }
                    }
                  },
                  {
                    "type": "ReturnStatement",
                    "start": 16814,
                    "end": 16955,
                    "loc": {
                      "start": {
                        "line": 473,
                        "column": 4
                      },
                      "end": {
                        "line": 476,
                        "column": 7
                      }
                    },
                    "argument": {
                      "type": "CallExpression",
                      "start": 16821,
                      "end": 16954,
                      "loc": {
                        "start": {
                          "line": 473,
                          "column": 11
                        },
                        "end": {
                          "line": 476,
                          "column": 6
                        }
                      },
                      "callee": {
                        "type": "MemberExpression",
                        "start": 16821,
                        "end": 16860,
                        "loc": {
                          "start": {
                            "line": 473,
                            "column": 11
                          },
                          "end": {
                            "line": 473,
                            "column": 50
                          }
                        },
                        "object": {
                          "type": "CallExpression",
                          "start": 16821,
                          "end": 16855,
                          "loc": {
                            "start": {
                              "line": 473,
                              "column": 11
                            },
                            "end": {
                              "line": 473,
                              "column": 45
                            }
                          },
                          "callee": {
                            "type": "MemberExpression",
                            "start": 16821,
                            "end": 16841,
                            "loc": {
                              "start": {
                                "line": 473,
                                "column": 11
                              },
                              "end": {
                                "line": 473,
                                "column": 31
                              }
                            },
                            "object": {
                              "type": "MemberExpression",
                              "start": 16821,
                              "end": 16835,
                              "loc": {
                                "start": {
                                  "line": 473,
                                  "column": 11
                                },
                                "end": {
                                  "line": 473,
                                  "column": 25
                                }
                              },
                              "object": {
                                "type": "ThisExpression",
                                "start": 16821,
                                "end": 16825,
                                "loc": {
                                  "start": {
                                    "line": 473,
                                    "column": 11
                                  },
                                  "end": {
                                    "line": 473,
                                    "column": 15
                                  }
                                }
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 16826,
                                "end": 16835,
                                "loc": {
                                  "start": {
                                    "line": 473,
                                    "column": 16
                                  },
                                  "end": {
                                    "line": 473,
                                    "column": 25
                                  },
                                  "identifierName": "sequelize"
                                },
                                "name": "sequelize"
                              },
                              "computed": false
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 16836,
                              "end": 16841,
                              "loc": {
                                "start": {
                                  "line": 473,
                                  "column": 26
                                },
                                "end": {
                                  "line": 473,
                                  "column": 31
                                },
                                "identifierName": "query"
                              },
                              "name": "query"
                            },
                            "computed": false
                          },
                          "arguments": [
                            {
                              "type": "Identifier",
                              "start": 16842,
                              "end": 16845,
                              "loc": {
                                "start": {
                                  "line": 473,
                                  "column": 32
                                },
                                "end": {
                                  "line": 473,
                                  "column": 35
                                },
                                "identifierName": "sql"
                              },
                              "name": "sql"
                            },
                            {
                              "type": "Identifier",
                              "start": 16847,
                              "end": 16854,
                              "loc": {
                                "start": {
                                  "line": 473,
                                  "column": 37
                                },
                                "end": {
                                  "line": 473,
                                  "column": 44
                                },
                                "identifierName": "options"
                              },
                              "name": "options"
                            }
                          ]
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 16856,
                          "end": 16860,
                          "loc": {
                            "start": {
                              "line": 473,
                              "column": 46
                            },
                            "end": {
                              "line": 473,
                              "column": 50
                            },
                            "identifierName": "then"
                          },
                          "name": "then"
                        },
                        "computed": false
                      },
                      "arguments": [
                        {
                          "type": "ArrowFunctionExpression",
                          "start": 16861,
                          "end": 16953,
                          "loc": {
                            "start": {
                              "line": 473,
                              "column": 51
                            },
                            "end": {
                              "line": 476,
                              "column": 5
                            }
                          },
                          "id": null,
                          "generator": false,
                          "expression": false,
                          "async": false,
                          "params": [
                            {
                              "type": "Identifier",
                              "start": 16861,
                              "end": 16868,
                              "loc": {
                                "start": {
                                  "line": 473,
                                  "column": 51
                                },
                                "end": {
                                  "line": 473,
                                  "column": 58
                                },
                                "identifierName": "results"
                              },
                              "name": "results"
                            }
                          ],
                          "body": {
                            "type": "BlockStatement",
                            "start": 16872,
                            "end": 16953,
                            "loc": {
                              "start": {
                                "line": 473,
                                "column": 62
                              },
                              "end": {
                                "line": 476,
                                "column": 5
                              }
                            },
                            "body": [
                              {
                                "type": "IfStatement",
                                "start": 16880,
                                "end": 16925,
                                "loc": {
                                  "start": {
                                    "line": 474,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 474,
                                    "column": 51
                                  }
                                },
                                "test": {
                                  "type": "Identifier",
                                  "start": 16884,
                                  "end": 16892,
                                  "loc": {
                                    "start": {
                                      "line": 474,
                                      "column": 10
                                    },
                                    "end": {
                                      "line": 474,
                                      "column": 18
                                    },
                                    "identifierName": "instance"
                                  },
                                  "name": "instance"
                                },
                                "consequent": {
                                  "type": "ExpressionStatement",
                                  "start": 16894,
                                  "end": 16925,
                                  "loc": {
                                    "start": {
                                      "line": 474,
                                      "column": 20
                                    },
                                    "end": {
                                      "line": 474,
                                      "column": 51
                                    }
                                  },
                                  "expression": {
                                    "type": "AssignmentExpression",
                                    "start": 16894,
                                    "end": 16924,
                                    "loc": {
                                      "start": {
                                        "line": 474,
                                        "column": 20
                                      },
                                      "end": {
                                        "line": 474,
                                        "column": 50
                                      }
                                    },
                                    "operator": "=",
                                    "left": {
                                      "type": "MemberExpression",
                                      "start": 16894,
                                      "end": 16916,
                                      "loc": {
                                        "start": {
                                          "line": 474,
                                          "column": 20
                                        },
                                        "end": {
                                          "line": 474,
                                          "column": 42
                                        }
                                      },
                                      "object": {
                                        "type": "MemberExpression",
                                        "start": 16894,
                                        "end": 16904,
                                        "loc": {
                                          "start": {
                                            "line": 474,
                                            "column": 20
                                          },
                                          "end": {
                                            "line": 474,
                                            "column": 30
                                          }
                                        },
                                        "object": {
                                          "type": "Identifier",
                                          "start": 16894,
                                          "end": 16901,
                                          "loc": {
                                            "start": {
                                              "line": 474,
                                              "column": 20
                                            },
                                            "end": {
                                              "line": 474,
                                              "column": 27
                                            },
                                            "identifierName": "results"
                                          },
                                          "name": "results"
                                        },
                                        "property": {
                                          "type": "NumericLiteral",
                                          "start": 16902,
                                          "end": 16903,
                                          "loc": {
                                            "start": {
                                              "line": 474,
                                              "column": 28
                                            },
                                            "end": {
                                              "line": 474,
                                              "column": 29
                                            }
                                          },
                                          "extra": {
                                            "rawValue": 0,
                                            "raw": "0"
                                          },
                                          "value": 0
                                        },
                                        "computed": true
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 16905,
                                        "end": 16916,
                                        "loc": {
                                          "start": {
                                            "line": 474,
                                            "column": 31
                                          },
                                          "end": {
                                            "line": 474,
                                            "column": 42
                                          },
                                          "identifierName": "isNewRecord"
                                        },
                                        "name": "isNewRecord"
                                      },
                                      "computed": false
                                    },
                                    "right": {
                                      "type": "BooleanLiteral",
                                      "start": 16919,
                                      "end": 16924,
                                      "loc": {
                                        "start": {
                                          "line": 474,
                                          "column": 45
                                        },
                                        "end": {
                                          "line": 474,
                                          "column": 50
                                        }
                                      },
                                      "value": false
                                    }
                                  }
                                },
                                "alternate": null
                              },
                              {
                                "type": "ReturnStatement",
                                "start": 16932,
                                "end": 16947,
                                "loc": {
                                  "start": {
                                    "line": 475,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 475,
                                    "column": 21
                                  }
                                },
                                "argument": {
                                  "type": "Identifier",
                                  "start": 16939,
                                  "end": 16946,
                                  "loc": {
                                    "start": {
                                      "line": 475,
                                      "column": 13
                                    },
                                    "end": {
                                      "line": 475,
                                      "column": 20
                                    },
                                    "identifierName": "results"
                                  },
                                  "name": "results"
                                }
                              }
                            ],
                            "directives": []
                          }
                        }
                      ]
                    }
                  }
                ],
                "directives": []
              }
            },
            {
              "type": "ClassMethod",
              "start": 16963,
              "end": 18656,
              "loc": {
                "start": {
                  "line": 479,
                  "column": 2
                },
                "end": {
                  "line": 534,
                  "column": 3
                }
              },
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 16963,
                "end": 16969,
                "loc": {
                  "start": {
                    "line": 479,
                    "column": 2
                  },
                  "end": {
                    "line": 479,
                    "column": 8
                  },
                  "identifierName": "upsert"
                },
                "name": "upsert"
              },
              "static": false,
              "kind": "method",
              "id": null,
              "generator": false,
              "expression": false,
              "async": false,
              "params": [
                {
                  "type": "Identifier",
                  "start": 16970,
                  "end": 16979,
                  "loc": {
                    "start": {
                      "line": 479,
                      "column": 9
                    },
                    "end": {
                      "line": 479,
                      "column": 18
                    },
                    "identifierName": "tableName"
                  },
                  "name": "tableName"
                },
                {
                  "type": "Identifier",
                  "start": 16981,
                  "end": 16994,
                  "loc": {
                    "start": {
                      "line": 479,
                      "column": 20
                    },
                    "end": {
                      "line": 479,
                      "column": 33
                    },
                    "identifierName": "valuesByField"
                  },
                  "name": "valuesByField"
                },
                {
                  "type": "Identifier",
                  "start": 16996,
                  "end": 17008,
                  "loc": {
                    "start": {
                      "line": 479,
                      "column": 35
                    },
                    "end": {
                      "line": 479,
                      "column": 47
                    },
                    "identifierName": "updateValues"
                  },
                  "name": "updateValues"
                },
                {
                  "type": "Identifier",
                  "start": 17010,
                  "end": 17015,
                  "loc": {
                    "start": {
                      "line": 479,
                      "column": 49
                    },
                    "end": {
                      "line": 479,
                      "column": 54
                    },
                    "identifierName": "where"
                  },
                  "name": "where"
                },
                {
                  "type": "Identifier",
                  "start": 17017,
                  "end": 17022,
                  "loc": {
                    "start": {
                      "line": 479,
                      "column": 56
                    },
                    "end": {
                      "line": 479,
                      "column": 61
                    },
                    "identifierName": "model"
                  },
                  "name": "model"
                },
                {
                  "type": "Identifier",
                  "start": 17024,
                  "end": 17031,
                  "loc": {
                    "start": {
                      "line": 479,
                      "column": 63
                    },
                    "end": {
                      "line": 479,
                      "column": 70
                    },
                    "identifierName": "options"
                  },
                  "name": "options"
                }
              ],
              "body": {
                "type": "BlockStatement",
                "start": 17033,
                "end": 18656,
                "loc": {
                  "start": {
                    "line": 479,
                    "column": 72
                  },
                  "end": {
                    "line": 534,
                    "column": 3
                  }
                },
                "body": [
                  {
                    "type": "VariableDeclaration",
                    "start": 17039,
                    "end": 17057,
                    "loc": {
                      "start": {
                        "line": 480,
                        "column": 4
                      },
                      "end": {
                        "line": 480,
                        "column": 22
                      }
                    },
                    "declarations": [
                      {
                        "type": "VariableDeclarator",
                        "start": 17045,
                        "end": 17056,
                        "loc": {
                          "start": {
                            "line": 480,
                            "column": 10
                          },
                          "end": {
                            "line": 480,
                            "column": 21
                          }
                        },
                        "id": {
                          "type": "Identifier",
                          "start": 17045,
                          "end": 17051,
                          "loc": {
                            "start": {
                              "line": 480,
                              "column": 10
                            },
                            "end": {
                              "line": 480,
                              "column": 16
                            },
                            "identifierName": "wheres"
                          },
                          "name": "wheres"
                        },
                        "init": {
                          "type": "ArrayExpression",
                          "start": 17054,
                          "end": 17056,
                          "loc": {
                            "start": {
                              "line": 480,
                              "column": 19
                            },
                            "end": {
                              "line": 480,
                              "column": 21
                            }
                          },
                          "elements": []
                        }
                      }
                    ],
                    "kind": "const"
                  },
                  {
                    "type": "VariableDeclaration",
                    "start": 17062,
                    "end": 17108,
                    "loc": {
                      "start": {
                        "line": 481,
                        "column": 4
                      },
                      "end": {
                        "line": 481,
                        "column": 50
                      }
                    },
                    "declarations": [
                      {
                        "type": "VariableDeclarator",
                        "start": 17068,
                        "end": 17107,
                        "loc": {
                          "start": {
                            "line": 481,
                            "column": 10
                          },
                          "end": {
                            "line": 481,
                            "column": 49
                          }
                        },
                        "id": {
                          "type": "Identifier",
                          "start": 17068,
                          "end": 17078,
                          "loc": {
                            "start": {
                              "line": 481,
                              "column": 10
                            },
                            "end": {
                              "line": 481,
                              "column": 20
                            },
                            "identifierName": "attributes"
                          },
                          "name": "attributes"
                        },
                        "init": {
                          "type": "CallExpression",
                          "start": 17081,
                          "end": 17107,
                          "loc": {
                            "start": {
                              "line": 481,
                              "column": 23
                            },
                            "end": {
                              "line": 481,
                              "column": 49
                            }
                          },
                          "callee": {
                            "type": "MemberExpression",
                            "start": 17081,
                            "end": 17092,
                            "loc": {
                              "start": {
                                "line": 481,
                                "column": 23
                              },
                              "end": {
                                "line": 481,
                                "column": 34
                              }
                            },
                            "object": {
                              "type": "Identifier",
                              "start": 17081,
                              "end": 17087,
                              "loc": {
                                "start": {
                                  "line": 481,
                                  "column": 23
                                },
                                "end": {
                                  "line": 481,
                                  "column": 29
                                },
                                "identifierName": "Object"
                              },
                              "name": "Object"
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 17088,
                              "end": 17092,
                              "loc": {
                                "start": {
                                  "line": 481,
                                  "column": 30
                                },
                                "end": {
                                  "line": 481,
                                  "column": 34
                                },
                                "identifierName": "keys"
                              },
                              "name": "keys"
                            },
                            "computed": false
                          },
                          "arguments": [
                            {
                              "type": "Identifier",
                              "start": 17093,
                              "end": 17106,
                              "loc": {
                                "start": {
                                  "line": 481,
                                  "column": 35
                                },
                                "end": {
                                  "line": 481,
                                  "column": 48
                                },
                                "identifierName": "valuesByField"
                              },
                              "name": "valuesByField"
                            }
                          ]
                        }
                      }
                    ],
                    "kind": "const"
                  },
                  {
                    "type": "VariableDeclaration",
                    "start": 17113,
                    "end": 17130,
                    "loc": {
                      "start": {
                        "line": 482,
                        "column": 4
                      },
                      "end": {
                        "line": 482,
                        "column": 21
                      }
                    },
                    "declarations": [
                      {
                        "type": "VariableDeclarator",
                        "start": 17117,
                        "end": 17129,
                        "loc": {
                          "start": {
                            "line": 482,
                            "column": 8
                          },
                          "end": {
                            "line": 482,
                            "column": 20
                          }
                        },
                        "id": {
                          "type": "Identifier",
                          "start": 17117,
                          "end": 17124,
                          "loc": {
                            "start": {
                              "line": 482,
                              "column": 8
                            },
                            "end": {
                              "line": 482,
                              "column": 15
                            },
                            "identifierName": "indexes"
                          },
                          "name": "indexes"
                        },
                        "init": {
                          "type": "ArrayExpression",
                          "start": 17127,
                          "end": 17129,
                          "loc": {
                            "start": {
                              "line": 482,
                              "column": 18
                            },
                            "end": {
                              "line": 482,
                              "column": 20
                            }
                          },
                          "elements": []
                        }
                      }
                    ],
                    "kind": "let"
                  },
                  {
                    "type": "VariableDeclaration",
                    "start": 17135,
                    "end": 17151,
                    "loc": {
                      "start": {
                        "line": 483,
                        "column": 4
                      },
                      "end": {
                        "line": 483,
                        "column": 20
                      }
                    },
                    "declarations": [
                      {
                        "type": "VariableDeclarator",
                        "start": 17139,
                        "end": 17150,
                        "loc": {
                          "start": {
                            "line": 483,
                            "column": 8
                          },
                          "end": {
                            "line": 483,
                            "column": 19
                          }
                        },
                        "id": {
                          "type": "Identifier",
                          "start": 17139,
                          "end": 17150,
                          "loc": {
                            "start": {
                              "line": 483,
                              "column": 8
                            },
                            "end": {
                              "line": 483,
                              "column": 19
                            },
                            "identifierName": "indexFields"
                          },
                          "name": "indexFields"
                        },
                        "init": null
                      }
                    ],
                    "kind": "let"
                  },
                  {
                    "type": "ExpressionStatement",
                    "start": 17157,
                    "end": 17184,
                    "loc": {
                      "start": {
                        "line": 485,
                        "column": 4
                      },
                      "end": {
                        "line": 485,
                        "column": 31
                      }
                    },
                    "expression": {
                      "type": "AssignmentExpression",
                      "start": 17157,
                      "end": 17183,
                      "loc": {
                        "start": {
                          "line": 485,
                          "column": 4
                        },
                        "end": {
                          "line": 485,
                          "column": 30
                        }
                      },
                      "operator": "=",
                      "left": {
                        "type": "Identifier",
                        "start": 17157,
                        "end": 17164,
                        "loc": {
                          "start": {
                            "line": 485,
                            "column": 4
                          },
                          "end": {
                            "line": 485,
                            "column": 11
                          },
                          "identifierName": "options"
                        },
                        "name": "options"
                      },
                      "right": {
                        "type": "CallExpression",
                        "start": 17167,
                        "end": 17183,
                        "loc": {
                          "start": {
                            "line": 485,
                            "column": 14
                          },
                          "end": {
                            "line": 485,
                            "column": 30
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 17167,
                          "end": 17174,
                          "loc": {
                            "start": {
                              "line": 485,
                              "column": 14
                            },
                            "end": {
                              "line": 485,
                              "column": 21
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 17167,
                            "end": 17168,
                            "loc": {
                              "start": {
                                "line": 485,
                                "column": 14
                              },
                              "end": {
                                "line": 485,
                                "column": 15
                              },
                              "identifierName": "_"
                            },
                            "name": "_"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 17169,
                            "end": 17174,
                            "loc": {
                              "start": {
                                "line": 485,
                                "column": 16
                              },
                              "end": {
                                "line": 485,
                                "column": 21
                              },
                              "identifierName": "clone"
                            },
                            "name": "clone"
                          },
                          "computed": false
                        },
                        "arguments": [
                          {
                            "type": "Identifier",
                            "start": 17175,
                            "end": 17182,
                            "loc": {
                              "start": {
                                "line": 485,
                                "column": 22
                              },
                              "end": {
                                "line": 485,
                                "column": 29
                              },
                              "identifierName": "options"
                            },
                            "name": "options"
                          }
                        ]
                      }
                    }
                  },
                  {
                    "type": "IfStatement",
                    "start": 17190,
                    "end": 17252,
                    "loc": {
                      "start": {
                        "line": 487,
                        "column": 4
                      },
                      "end": {
                        "line": 489,
                        "column": 5
                      }
                    },
                    "test": {
                      "type": "UnaryExpression",
                      "start": 17194,
                      "end": 17217,
                      "loc": {
                        "start": {
                          "line": 487,
                          "column": 8
                        },
                        "end": {
                          "line": 487,
                          "column": 31
                        }
                      },
                      "operator": "!",
                      "prefix": true,
                      "argument": {
                        "type": "CallExpression",
                        "start": 17195,
                        "end": 17217,
                        "loc": {
                          "start": {
                            "line": 487,
                            "column": 9
                          },
                          "end": {
                            "line": 487,
                            "column": 31
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 17195,
                          "end": 17210,
                          "loc": {
                            "start": {
                              "line": 487,
                              "column": 9
                            },
                            "end": {
                              "line": 487,
                              "column": 24
                            }
                          },
                          "object": {
                            "type": "MemberExpression",
                            "start": 17195,
                            "end": 17202,
                            "loc": {
                              "start": {
                                "line": 487,
                                "column": 9
                              },
                              "end": {
                                "line": 487,
                                "column": 16
                              }
                            },
                            "object": {
                              "type": "Identifier",
                              "start": 17195,
                              "end": 17200,
                              "loc": {
                                "start": {
                                  "line": 487,
                                  "column": 9
                                },
                                "end": {
                                  "line": 487,
                                  "column": 14
                                },
                                "identifierName": "Utils"
                              },
                              "name": "Utils"
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 17201,
                              "end": 17202,
                              "loc": {
                                "start": {
                                  "line": 487,
                                  "column": 15
                                },
                                "end": {
                                  "line": 487,
                                  "column": 16
                                },
                                "identifierName": "_"
                              },
                              "name": "_"
                            },
                            "computed": false
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 17203,
                            "end": 17210,
                            "loc": {
                              "start": {
                                "line": 487,
                                "column": 17
                              },
                              "end": {
                                "line": 487,
                                "column": 24
                              },
                              "identifierName": "isEmpty"
                            },
                            "name": "isEmpty"
                          },
                          "computed": false
                        },
                        "arguments": [
                          {
                            "type": "Identifier",
                            "start": 17211,
                            "end": 17216,
                            "loc": {
                              "start": {
                                "line": 487,
                                "column": 25
                              },
                              "end": {
                                "line": 487,
                                "column": 30
                              },
                              "identifierName": "where"
                            },
                            "name": "where"
                          }
                        ]
                      },
                      "extra": {
                        "parenthesizedArgument": false
                      }
                    },
                    "consequent": {
                      "type": "BlockStatement",
                      "start": 17219,
                      "end": 17252,
                      "loc": {
                        "start": {
                          "line": 487,
                          "column": 33
                        },
                        "end": {
                          "line": 489,
                          "column": 5
                        }
                      },
                      "body": [
                        {
                          "type": "ExpressionStatement",
                          "start": 17227,
                          "end": 17246,
                          "loc": {
                            "start": {
                              "line": 488,
                              "column": 6
                            },
                            "end": {
                              "line": 488,
                              "column": 25
                            }
                          },
                          "expression": {
                            "type": "CallExpression",
                            "start": 17227,
                            "end": 17245,
                            "loc": {
                              "start": {
                                "line": 488,
                                "column": 6
                              },
                              "end": {
                                "line": 488,
                                "column": 24
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 17227,
                              "end": 17238,
                              "loc": {
                                "start": {
                                  "line": 488,
                                  "column": 6
                                },
                                "end": {
                                  "line": 488,
                                  "column": 17
                                }
                              },
                              "object": {
                                "type": "Identifier",
                                "start": 17227,
                                "end": 17233,
                                "loc": {
                                  "start": {
                                    "line": 488,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 488,
                                    "column": 12
                                  },
                                  "identifierName": "wheres"
                                },
                                "name": "wheres"
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 17234,
                                "end": 17238,
                                "loc": {
                                  "start": {
                                    "line": 488,
                                    "column": 13
                                  },
                                  "end": {
                                    "line": 488,
                                    "column": 17
                                  },
                                  "identifierName": "push"
                                },
                                "name": "push"
                              },
                              "computed": false
                            },
                            "arguments": [
                              {
                                "type": "Identifier",
                                "start": 17239,
                                "end": 17244,
                                "loc": {
                                  "start": {
                                    "line": 488,
                                    "column": 18
                                  },
                                  "end": {
                                    "line": 488,
                                    "column": 23
                                  },
                                  "identifierName": "where"
                                },
                                "name": "where"
                              }
                            ]
                          }
                        }
                      ],
                      "directives": [],
                      "trailingComments": null
                    },
                    "alternate": null,
                    "trailingComments": [
                      {
                        "type": "CommentLine",
                        "value": " Lets combine uniquekeys and indexes into one",
                        "start": 17258,
                        "end": 17305,
                        "loc": {
                          "start": {
                            "line": 491,
                            "column": 4
                          },
                          "end": {
                            "line": 491,
                            "column": 51
                          }
                        }
                      }
                    ]
                  },
                  {
                    "type": "ExpressionStatement",
                    "start": 17310,
                    "end": 17403,
                    "loc": {
                      "start": {
                        "line": 492,
                        "column": 4
                      },
                      "end": {
                        "line": 494,
                        "column": 7
                      }
                    },
                    "expression": {
                      "type": "AssignmentExpression",
                      "start": 17310,
                      "end": 17402,
                      "loc": {
                        "start": {
                          "line": 492,
                          "column": 4
                        },
                        "end": {
                          "line": 494,
                          "column": 6
                        }
                      },
                      "operator": "=",
                      "left": {
                        "type": "Identifier",
                        "start": 17310,
                        "end": 17317,
                        "loc": {
                          "start": {
                            "line": 492,
                            "column": 4
                          },
                          "end": {
                            "line": 492,
                            "column": 11
                          },
                          "identifierName": "indexes"
                        },
                        "name": "indexes",
                        "leadingComments": null
                      },
                      "right": {
                        "type": "CallExpression",
                        "start": 17320,
                        "end": 17402,
                        "loc": {
                          "start": {
                            "line": 492,
                            "column": 14
                          },
                          "end": {
                            "line": 494,
                            "column": 6
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 17320,
                          "end": 17331,
                          "loc": {
                            "start": {
                              "line": 492,
                              "column": 14
                            },
                            "end": {
                              "line": 492,
                              "column": 25
                            }
                          },
                          "object": {
                            "type": "MemberExpression",
                            "start": 17320,
                            "end": 17327,
                            "loc": {
                              "start": {
                                "line": 492,
                                "column": 14
                              },
                              "end": {
                                "line": 492,
                                "column": 21
                              }
                            },
                            "object": {
                              "type": "Identifier",
                              "start": 17320,
                              "end": 17325,
                              "loc": {
                                "start": {
                                  "line": 492,
                                  "column": 14
                                },
                                "end": {
                                  "line": 492,
                                  "column": 19
                                },
                                "identifierName": "Utils"
                              },
                              "name": "Utils"
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 17326,
                              "end": 17327,
                              "loc": {
                                "start": {
                                  "line": 492,
                                  "column": 20
                                },
                                "end": {
                                  "line": 492,
                                  "column": 21
                                },
                                "identifierName": "_"
                              },
                              "name": "_"
                            },
                            "computed": false
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 17328,
                            "end": 17331,
                            "loc": {
                              "start": {
                                "line": 492,
                                "column": 22
                              },
                              "end": {
                                "line": 492,
                                "column": 25
                              },
                              "identifierName": "map"
                            },
                            "name": "map"
                          },
                          "computed": false
                        },
                        "arguments": [
                          {
                            "type": "MemberExpression",
                            "start": 17332,
                            "end": 17356,
                            "loc": {
                              "start": {
                                "line": 492,
                                "column": 26
                              },
                              "end": {
                                "line": 492,
                                "column": 50
                              }
                            },
                            "object": {
                              "type": "MemberExpression",
                              "start": 17332,
                              "end": 17345,
                              "loc": {
                                "start": {
                                  "line": 492,
                                  "column": 26
                                },
                                "end": {
                                  "line": 492,
                                  "column": 39
                                }
                              },
                              "object": {
                                "type": "Identifier",
                                "start": 17332,
                                "end": 17337,
                                "loc": {
                                  "start": {
                                    "line": 492,
                                    "column": 26
                                  },
                                  "end": {
                                    "line": 492,
                                    "column": 31
                                  },
                                  "identifierName": "model"
                                },
                                "name": "model"
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 17338,
                                "end": 17345,
                                "loc": {
                                  "start": {
                                    "line": 492,
                                    "column": 32
                                  },
                                  "end": {
                                    "line": 492,
                                    "column": 39
                                  },
                                  "identifierName": "options"
                                },
                                "name": "options"
                              },
                              "computed": false
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 17346,
                              "end": 17356,
                              "loc": {
                                "start": {
                                  "line": 492,
                                  "column": 40
                                },
                                "end": {
                                  "line": 492,
                                  "column": 50
                                },
                                "identifierName": "uniqueKeys"
                              },
                              "name": "uniqueKeys"
                            },
                            "computed": false
                          },
                          {
                            "type": "ArrowFunctionExpression",
                            "start": 17358,
                            "end": 17401,
                            "loc": {
                              "start": {
                                "line": 492,
                                "column": 52
                              },
                              "end": {
                                "line": 494,
                                "column": 5
                              }
                            },
                            "id": null,
                            "generator": false,
                            "expression": false,
                            "async": false,
                            "params": [
                              {
                                "type": "Identifier",
                                "start": 17358,
                                "end": 17363,
                                "loc": {
                                  "start": {
                                    "line": 492,
                                    "column": 52
                                  },
                                  "end": {
                                    "line": 492,
                                    "column": 57
                                  },
                                  "identifierName": "value"
                                },
                                "name": "value"
                              }
                            ],
                            "body": {
                              "type": "BlockStatement",
                              "start": 17367,
                              "end": 17401,
                              "loc": {
                                "start": {
                                  "line": 492,
                                  "column": 61
                                },
                                "end": {
                                  "line": 494,
                                  "column": 5
                                }
                              },
                              "body": [
                                {
                                  "type": "ReturnStatement",
                                  "start": 17375,
                                  "end": 17395,
                                  "loc": {
                                    "start": {
                                      "line": 493,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 493,
                                      "column": 26
                                    }
                                  },
                                  "argument": {
                                    "type": "MemberExpression",
                                    "start": 17382,
                                    "end": 17394,
                                    "loc": {
                                      "start": {
                                        "line": 493,
                                        "column": 13
                                      },
                                      "end": {
                                        "line": 493,
                                        "column": 25
                                      }
                                    },
                                    "object": {
                                      "type": "Identifier",
                                      "start": 17382,
                                      "end": 17387,
                                      "loc": {
                                        "start": {
                                          "line": 493,
                                          "column": 13
                                        },
                                        "end": {
                                          "line": 493,
                                          "column": 18
                                        },
                                        "identifierName": "value"
                                      },
                                      "name": "value"
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 17388,
                                      "end": 17394,
                                      "loc": {
                                        "start": {
                                          "line": 493,
                                          "column": 19
                                        },
                                        "end": {
                                          "line": 493,
                                          "column": 25
                                        },
                                        "identifierName": "fields"
                                      },
                                      "name": "fields"
                                    },
                                    "computed": false
                                  }
                                }
                              ],
                              "directives": []
                            }
                          }
                        ]
                      },
                      "leadingComments": null
                    },
                    "leadingComments": [
                      {
                        "type": "CommentLine",
                        "value": " Lets combine uniquekeys and indexes into one",
                        "start": 17258,
                        "end": 17305,
                        "loc": {
                          "start": {
                            "line": 491,
                            "column": 4
                          },
                          "end": {
                            "line": 491,
                            "column": 51
                          }
                        }
                      }
                    ]
                  },
                  {
                    "type": "ExpressionStatement",
                    "start": 17409,
                    "end": 17832,
                    "loc": {
                      "start": {
                        "line": 496,
                        "column": 4
                      },
                      "end": {
                        "line": 507,
                        "column": 7
                      }
                    },
                    "expression": {
                      "type": "CallExpression",
                      "start": 17409,
                      "end": 17831,
                      "loc": {
                        "start": {
                          "line": 496,
                          "column": 4
                        },
                        "end": {
                          "line": 507,
                          "column": 6
                        }
                      },
                      "callee": {
                        "type": "MemberExpression",
                        "start": 17409,
                        "end": 17421,
                        "loc": {
                          "start": {
                            "line": 496,
                            "column": 4
                          },
                          "end": {
                            "line": 496,
                            "column": 16
                          }
                        },
                        "object": {
                          "type": "MemberExpression",
                          "start": 17409,
                          "end": 17416,
                          "loc": {
                            "start": {
                              "line": 496,
                              "column": 4
                            },
                            "end": {
                              "line": 496,
                              "column": 11
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 17409,
                            "end": 17414,
                            "loc": {
                              "start": {
                                "line": 496,
                                "column": 4
                              },
                              "end": {
                                "line": 496,
                                "column": 9
                              },
                              "identifierName": "Utils"
                            },
                            "name": "Utils"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 17415,
                            "end": 17416,
                            "loc": {
                              "start": {
                                "line": 496,
                                "column": 10
                              },
                              "end": {
                                "line": 496,
                                "column": 11
                              },
                              "identifierName": "_"
                            },
                            "name": "_"
                          },
                          "computed": false
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 17417,
                          "end": 17421,
                          "loc": {
                            "start": {
                              "line": 496,
                              "column": 12
                            },
                            "end": {
                              "line": 496,
                              "column": 16
                            },
                            "identifierName": "each"
                          },
                          "name": "each"
                        },
                        "computed": false
                      },
                      "arguments": [
                        {
                          "type": "MemberExpression",
                          "start": 17422,
                          "end": 17443,
                          "loc": {
                            "start": {
                              "line": 496,
                              "column": 17
                            },
                            "end": {
                              "line": 496,
                              "column": 38
                            }
                          },
                          "object": {
                            "type": "MemberExpression",
                            "start": 17422,
                            "end": 17435,
                            "loc": {
                              "start": {
                                "line": 496,
                                "column": 17
                              },
                              "end": {
                                "line": 496,
                                "column": 30
                              }
                            },
                            "object": {
                              "type": "Identifier",
                              "start": 17422,
                              "end": 17427,
                              "loc": {
                                "start": {
                                  "line": 496,
                                  "column": 17
                                },
                                "end": {
                                  "line": 496,
                                  "column": 22
                                },
                                "identifierName": "model"
                              },
                              "name": "model"
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 17428,
                              "end": 17435,
                              "loc": {
                                "start": {
                                  "line": 496,
                                  "column": 23
                                },
                                "end": {
                                  "line": 496,
                                  "column": 30
                                },
                                "identifierName": "options"
                              },
                              "name": "options"
                            },
                            "computed": false
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 17436,
                            "end": 17443,
                            "loc": {
                              "start": {
                                "line": 496,
                                "column": 31
                              },
                              "end": {
                                "line": 496,
                                "column": 38
                              },
                              "identifierName": "indexes"
                            },
                            "name": "indexes"
                          },
                          "computed": false
                        },
                        {
                          "type": "ArrowFunctionExpression",
                          "start": 17445,
                          "end": 17830,
                          "loc": {
                            "start": {
                              "line": 496,
                              "column": 40
                            },
                            "end": {
                              "line": 507,
                              "column": 5
                            }
                          },
                          "id": null,
                          "generator": false,
                          "expression": false,
                          "async": false,
                          "params": [
                            {
                              "type": "Identifier",
                              "start": 17445,
                              "end": 17450,
                              "loc": {
                                "start": {
                                  "line": 496,
                                  "column": 40
                                },
                                "end": {
                                  "line": 496,
                                  "column": 45
                                },
                                "identifierName": "value"
                              },
                              "name": "value"
                            }
                          ],
                          "body": {
                            "type": "BlockStatement",
                            "start": 17454,
                            "end": 17830,
                            "loc": {
                              "start": {
                                "line": 496,
                                "column": 49
                              },
                              "end": {
                                "line": 507,
                                "column": 5
                              }
                            },
                            "body": [
                              {
                                "type": "IfStatement",
                                "start": 17462,
                                "end": 17824,
                                "loc": {
                                  "start": {
                                    "line": 497,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 506,
                                    "column": 7
                                  }
                                },
                                "test": {
                                  "type": "MemberExpression",
                                  "start": 17466,
                                  "end": 17478,
                                  "loc": {
                                    "start": {
                                      "line": 497,
                                      "column": 10
                                    },
                                    "end": {
                                      "line": 497,
                                      "column": 22
                                    }
                                  },
                                  "object": {
                                    "type": "Identifier",
                                    "start": 17466,
                                    "end": 17471,
                                    "loc": {
                                      "start": {
                                        "line": 497,
                                        "column": 10
                                      },
                                      "end": {
                                        "line": 497,
                                        "column": 15
                                      },
                                      "identifierName": "value"
                                    },
                                    "name": "value"
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 17472,
                                    "end": 17478,
                                    "loc": {
                                      "start": {
                                        "line": 497,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 497,
                                        "column": 22
                                      },
                                      "identifierName": "unique"
                                    },
                                    "name": "unique"
                                  },
                                  "computed": false
                                },
                                "consequent": {
                                  "type": "BlockStatement",
                                  "start": 17480,
                                  "end": 17824,
                                  "loc": {
                                    "start": {
                                      "line": 497,
                                      "column": 24
                                    },
                                    "end": {
                                      "line": 506,
                                      "column": 7
                                    }
                                  },
                                  "body": [
                                    {
                                      "type": "ExpressionStatement",
                                      "start": 17601,
                                      "end": 17781,
                                      "loc": {
                                        "start": {
                                          "line": 499,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 504,
                                          "column": 11
                                        }
                                      },
                                      "expression": {
                                        "type": "AssignmentExpression",
                                        "start": 17601,
                                        "end": 17780,
                                        "loc": {
                                          "start": {
                                            "line": 499,
                                            "column": 8
                                          },
                                          "end": {
                                            "line": 504,
                                            "column": 10
                                          }
                                        },
                                        "operator": "=",
                                        "left": {
                                          "type": "Identifier",
                                          "start": 17601,
                                          "end": 17612,
                                          "loc": {
                                            "start": {
                                              "line": 499,
                                              "column": 8
                                            },
                                            "end": {
                                              "line": 499,
                                              "column": 19
                                            },
                                            "identifierName": "indexFields"
                                          },
                                          "name": "indexFields",
                                          "leadingComments": null
                                        },
                                        "right": {
                                          "type": "CallExpression",
                                          "start": 17615,
                                          "end": 17780,
                                          "loc": {
                                            "start": {
                                              "line": 499,
                                              "column": 22
                                            },
                                            "end": {
                                              "line": 504,
                                              "column": 10
                                            }
                                          },
                                          "callee": {
                                            "type": "MemberExpression",
                                            "start": 17615,
                                            "end": 17626,
                                            "loc": {
                                              "start": {
                                                "line": 499,
                                                "column": 22
                                              },
                                              "end": {
                                                "line": 499,
                                                "column": 33
                                              }
                                            },
                                            "object": {
                                              "type": "MemberExpression",
                                              "start": 17615,
                                              "end": 17622,
                                              "loc": {
                                                "start": {
                                                  "line": 499,
                                                  "column": 22
                                                },
                                                "end": {
                                                  "line": 499,
                                                  "column": 29
                                                }
                                              },
                                              "object": {
                                                "type": "Identifier",
                                                "start": 17615,
                                                "end": 17620,
                                                "loc": {
                                                  "start": {
                                                    "line": 499,
                                                    "column": 22
                                                  },
                                                  "end": {
                                                    "line": 499,
                                                    "column": 27
                                                  },
                                                  "identifierName": "Utils"
                                                },
                                                "name": "Utils"
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 17621,
                                                "end": 17622,
                                                "loc": {
                                                  "start": {
                                                    "line": 499,
                                                    "column": 28
                                                  },
                                                  "end": {
                                                    "line": 499,
                                                    "column": 29
                                                  },
                                                  "identifierName": "_"
                                                },
                                                "name": "_"
                                              },
                                              "computed": false
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 17623,
                                              "end": 17626,
                                              "loc": {
                                                "start": {
                                                  "line": 499,
                                                  "column": 30
                                                },
                                                "end": {
                                                  "line": 499,
                                                  "column": 33
                                                },
                                                "identifierName": "map"
                                              },
                                              "name": "map"
                                            },
                                            "computed": false
                                          },
                                          "arguments": [
                                            {
                                              "type": "MemberExpression",
                                              "start": 17627,
                                              "end": 17639,
                                              "loc": {
                                                "start": {
                                                  "line": 499,
                                                  "column": 34
                                                },
                                                "end": {
                                                  "line": 499,
                                                  "column": 46
                                                }
                                              },
                                              "object": {
                                                "type": "Identifier",
                                                "start": 17627,
                                                "end": 17632,
                                                "loc": {
                                                  "start": {
                                                    "line": 499,
                                                    "column": 34
                                                  },
                                                  "end": {
                                                    "line": 499,
                                                    "column": 39
                                                  },
                                                  "identifierName": "value"
                                                },
                                                "name": "value"
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 17633,
                                                "end": 17639,
                                                "loc": {
                                                  "start": {
                                                    "line": 499,
                                                    "column": 40
                                                  },
                                                  "end": {
                                                    "line": 499,
                                                    "column": 46
                                                  },
                                                  "identifierName": "fields"
                                                },
                                                "name": "fields"
                                              },
                                              "computed": false
                                            },
                                            {
                                              "type": "ArrowFunctionExpression",
                                              "start": 17641,
                                              "end": 17779,
                                              "loc": {
                                                "start": {
                                                  "line": 499,
                                                  "column": 48
                                                },
                                                "end": {
                                                  "line": 504,
                                                  "column": 9
                                                }
                                              },
                                              "id": null,
                                              "generator": false,
                                              "expression": false,
                                              "async": false,
                                              "params": [
                                                {
                                                  "type": "Identifier",
                                                  "start": 17641,
                                                  "end": 17646,
                                                  "loc": {
                                                    "start": {
                                                      "line": 499,
                                                      "column": 48
                                                    },
                                                    "end": {
                                                      "line": 499,
                                                      "column": 53
                                                    },
                                                    "identifierName": "field"
                                                  },
                                                  "name": "field"
                                                }
                                              ],
                                              "body": {
                                                "type": "BlockStatement",
                                                "start": 17650,
                                                "end": 17779,
                                                "loc": {
                                                  "start": {
                                                    "line": 499,
                                                    "column": 57
                                                  },
                                                  "end": {
                                                    "line": 504,
                                                    "column": 9
                                                  }
                                                },
                                                "body": [
                                                  {
                                                    "type": "IfStatement",
                                                    "start": 17662,
                                                    "end": 17745,
                                                    "loc": {
                                                      "start": {
                                                        "line": 500,
                                                        "column": 10
                                                      },
                                                      "end": {
                                                        "line": 502,
                                                        "column": 11
                                                      }
                                                    },
                                                    "test": {
                                                      "type": "CallExpression",
                                                      "start": 17666,
                                                      "end": 17694,
                                                      "loc": {
                                                        "start": {
                                                          "line": 500,
                                                          "column": 14
                                                        },
                                                        "end": {
                                                          "line": 500,
                                                          "column": 42
                                                        }
                                                      },
                                                      "callee": {
                                                        "type": "MemberExpression",
                                                        "start": 17666,
                                                        "end": 17687,
                                                        "loc": {
                                                          "start": {
                                                            "line": 500,
                                                            "column": 14
                                                          },
                                                          "end": {
                                                            "line": 500,
                                                            "column": 35
                                                          }
                                                        },
                                                        "object": {
                                                          "type": "MemberExpression",
                                                          "start": 17666,
                                                          "end": 17673,
                                                          "loc": {
                                                            "start": {
                                                              "line": 500,
                                                              "column": 14
                                                            },
                                                            "end": {
                                                              "line": 500,
                                                              "column": 21
                                                            }
                                                          },
                                                          "object": {
                                                            "type": "Identifier",
                                                            "start": 17666,
                                                            "end": 17671,
                                                            "loc": {
                                                              "start": {
                                                                "line": 500,
                                                                "column": 14
                                                              },
                                                              "end": {
                                                                "line": 500,
                                                                "column": 19
                                                              },
                                                              "identifierName": "Utils"
                                                            },
                                                            "name": "Utils"
                                                          },
                                                          "property": {
                                                            "type": "Identifier",
                                                            "start": 17672,
                                                            "end": 17673,
                                                            "loc": {
                                                              "start": {
                                                                "line": 500,
                                                                "column": 20
                                                              },
                                                              "end": {
                                                                "line": 500,
                                                                "column": 21
                                                              },
                                                              "identifierName": "_"
                                                            },
                                                            "name": "_"
                                                          },
                                                          "computed": false
                                                        },
                                                        "property": {
                                                          "type": "Identifier",
                                                          "start": 17674,
                                                          "end": 17687,
                                                          "loc": {
                                                            "start": {
                                                              "line": 500,
                                                              "column": 22
                                                            },
                                                            "end": {
                                                              "line": 500,
                                                              "column": 35
                                                            },
                                                            "identifierName": "isPlainObject"
                                                          },
                                                          "name": "isPlainObject"
                                                        },
                                                        "computed": false
                                                      },
                                                      "arguments": [
                                                        {
                                                          "type": "Identifier",
                                                          "start": 17688,
                                                          "end": 17693,
                                                          "loc": {
                                                            "start": {
                                                              "line": 500,
                                                              "column": 36
                                                            },
                                                            "end": {
                                                              "line": 500,
                                                              "column": 41
                                                            },
                                                            "identifierName": "field"
                                                          },
                                                          "name": "field"
                                                        }
                                                      ]
                                                    },
                                                    "consequent": {
                                                      "type": "BlockStatement",
                                                      "start": 17696,
                                                      "end": 17745,
                                                      "loc": {
                                                        "start": {
                                                          "line": 500,
                                                          "column": 44
                                                        },
                                                        "end": {
                                                          "line": 502,
                                                          "column": 11
                                                        }
                                                      },
                                                      "body": [
                                                        {
                                                          "type": "ReturnStatement",
                                                          "start": 17710,
                                                          "end": 17733,
                                                          "loc": {
                                                            "start": {
                                                              "line": 501,
                                                              "column": 12
                                                            },
                                                            "end": {
                                                              "line": 501,
                                                              "column": 35
                                                            }
                                                          },
                                                          "argument": {
                                                            "type": "MemberExpression",
                                                            "start": 17717,
                                                            "end": 17732,
                                                            "loc": {
                                                              "start": {
                                                                "line": 501,
                                                                "column": 19
                                                              },
                                                              "end": {
                                                                "line": 501,
                                                                "column": 34
                                                              }
                                                            },
                                                            "object": {
                                                              "type": "Identifier",
                                                              "start": 17717,
                                                              "end": 17722,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 501,
                                                                  "column": 19
                                                                },
                                                                "end": {
                                                                  "line": 501,
                                                                  "column": 24
                                                                },
                                                                "identifierName": "field"
                                                              },
                                                              "name": "field"
                                                            },
                                                            "property": {
                                                              "type": "Identifier",
                                                              "start": 17723,
                                                              "end": 17732,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 501,
                                                                  "column": 25
                                                                },
                                                                "end": {
                                                                  "line": 501,
                                                                  "column": 34
                                                                },
                                                                "identifierName": "attribute"
                                                              },
                                                              "name": "attribute"
                                                            },
                                                            "computed": false
                                                          }
                                                        }
                                                      ],
                                                      "directives": []
                                                    },
                                                    "alternate": null
                                                  },
                                                  {
                                                    "type": "ReturnStatement",
                                                    "start": 17756,
                                                    "end": 17769,
                                                    "loc": {
                                                      "start": {
                                                        "line": 503,
                                                        "column": 10
                                                      },
                                                      "end": {
                                                        "line": 503,
                                                        "column": 23
                                                      }
                                                    },
                                                    "argument": {
                                                      "type": "Identifier",
                                                      "start": 17763,
                                                      "end": 17768,
                                                      "loc": {
                                                        "start": {
                                                          "line": 503,
                                                          "column": 17
                                                        },
                                                        "end": {
                                                          "line": 503,
                                                          "column": 22
                                                        },
                                                        "identifierName": "field"
                                                      },
                                                      "name": "field"
                                                    }
                                                  }
                                                ],
                                                "directives": []
                                              }
                                            }
                                          ]
                                        },
                                        "leadingComments": null
                                      },
                                      "leadingComments": [
                                        {
                                          "type": "CommentLine",
                                          "value": " fields in the index may both the strings or objects with an attribute property - lets sanitize that",
                                          "start": 17490,
                                          "end": 17592,
                                          "loc": {
                                            "start": {
                                              "line": 498,
                                              "column": 8
                                            },
                                            "end": {
                                              "line": 498,
                                              "column": 110
                                            }
                                          }
                                        }
                                      ]
                                    },
                                    {
                                      "type": "ExpressionStatement",
                                      "start": 17790,
                                      "end": 17816,
                                      "loc": {
                                        "start": {
                                          "line": 505,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 505,
                                          "column": 34
                                        }
                                      },
                                      "expression": {
                                        "type": "CallExpression",
                                        "start": 17790,
                                        "end": 17815,
                                        "loc": {
                                          "start": {
                                            "line": 505,
                                            "column": 8
                                          },
                                          "end": {
                                            "line": 505,
                                            "column": 33
                                          }
                                        },
                                        "callee": {
                                          "type": "MemberExpression",
                                          "start": 17790,
                                          "end": 17802,
                                          "loc": {
                                            "start": {
                                              "line": 505,
                                              "column": 8
                                            },
                                            "end": {
                                              "line": 505,
                                              "column": 20
                                            }
                                          },
                                          "object": {
                                            "type": "Identifier",
                                            "start": 17790,
                                            "end": 17797,
                                            "loc": {
                                              "start": {
                                                "line": 505,
                                                "column": 8
                                              },
                                              "end": {
                                                "line": 505,
                                                "column": 15
                                              },
                                              "identifierName": "indexes"
                                            },
                                            "name": "indexes"
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 17798,
                                            "end": 17802,
                                            "loc": {
                                              "start": {
                                                "line": 505,
                                                "column": 16
                                              },
                                              "end": {
                                                "line": 505,
                                                "column": 20
                                              },
                                              "identifierName": "push"
                                            },
                                            "name": "push"
                                          },
                                          "computed": false
                                        },
                                        "arguments": [
                                          {
                                            "type": "Identifier",
                                            "start": 17803,
                                            "end": 17814,
                                            "loc": {
                                              "start": {
                                                "line": 505,
                                                "column": 21
                                              },
                                              "end": {
                                                "line": 505,
                                                "column": 32
                                              },
                                              "identifierName": "indexFields"
                                            },
                                            "name": "indexFields"
                                          }
                                        ]
                                      }
                                    }
                                  ],
                                  "directives": []
                                },
                                "alternate": null
                              }
                            ],
                            "directives": []
                          }
                        }
                      ]
                    }
                  },
                  {
                    "type": "ForOfStatement",
                    "start": 17838,
                    "end": 18101,
                    "loc": {
                      "start": {
                        "line": 509,
                        "column": 4
                      },
                      "end": {
                        "line": 517,
                        "column": 5
                      }
                    },
                    "left": {
                      "type": "VariableDeclaration",
                      "start": 17843,
                      "end": 17854,
                      "loc": {
                        "start": {
                          "line": 509,
                          "column": 9
                        },
                        "end": {
                          "line": 509,
                          "column": 20
                        }
                      },
                      "declarations": [
                        {
                          "type": "VariableDeclarator",
                          "start": 17849,
                          "end": 17854,
                          "loc": {
                            "start": {
                              "line": 509,
                              "column": 15
                            },
                            "end": {
                              "line": 509,
                              "column": 20
                            }
                          },
                          "id": {
                            "type": "Identifier",
                            "start": 17849,
                            "end": 17854,
                            "loc": {
                              "start": {
                                "line": 509,
                                "column": 15
                              },
                              "end": {
                                "line": 509,
                                "column": 20
                              },
                              "identifierName": "index"
                            },
                            "name": "index"
                          },
                          "init": null
                        }
                      ],
                      "kind": "const"
                    },
                    "right": {
                      "type": "Identifier",
                      "start": 17858,
                      "end": 17865,
                      "loc": {
                        "start": {
                          "line": 509,
                          "column": 24
                        },
                        "end": {
                          "line": 509,
                          "column": 31
                        },
                        "identifierName": "indexes"
                      },
                      "name": "indexes"
                    },
                    "body": {
                      "type": "BlockStatement",
                      "start": 17867,
                      "end": 18101,
                      "loc": {
                        "start": {
                          "line": 509,
                          "column": 33
                        },
                        "end": {
                          "line": 517,
                          "column": 5
                        }
                      },
                      "body": [
                        {
                          "type": "IfStatement",
                          "start": 17875,
                          "end": 18095,
                          "loc": {
                            "start": {
                              "line": 510,
                              "column": 6
                            },
                            "end": {
                              "line": 516,
                              "column": 7
                            }
                          },
                          "test": {
                            "type": "BinaryExpression",
                            "start": 17879,
                            "end": 17942,
                            "loc": {
                              "start": {
                                "line": 510,
                                "column": 10
                              },
                              "end": {
                                "line": 510,
                                "column": 73
                              }
                            },
                            "left": {
                              "type": "MemberExpression",
                              "start": 17879,
                              "end": 17925,
                              "loc": {
                                "start": {
                                  "line": 510,
                                  "column": 10
                                },
                                "end": {
                                  "line": 510,
                                  "column": 56
                                }
                              },
                              "object": {
                                "type": "CallExpression",
                                "start": 17879,
                                "end": 17918,
                                "loc": {
                                  "start": {
                                    "line": 510,
                                    "column": 10
                                  },
                                  "end": {
                                    "line": 510,
                                    "column": 49
                                  }
                                },
                                "callee": {
                                  "type": "MemberExpression",
                                  "start": 17879,
                                  "end": 17899,
                                  "loc": {
                                    "start": {
                                      "line": 510,
                                      "column": 10
                                    },
                                    "end": {
                                      "line": 510,
                                      "column": 30
                                    }
                                  },
                                  "object": {
                                    "type": "MemberExpression",
                                    "start": 17879,
                                    "end": 17886,
                                    "loc": {
                                      "start": {
                                        "line": 510,
                                        "column": 10
                                      },
                                      "end": {
                                        "line": 510,
                                        "column": 17
                                      }
                                    },
                                    "object": {
                                      "type": "Identifier",
                                      "start": 17879,
                                      "end": 17884,
                                      "loc": {
                                        "start": {
                                          "line": 510,
                                          "column": 10
                                        },
                                        "end": {
                                          "line": 510,
                                          "column": 15
                                        },
                                        "identifierName": "Utils"
                                      },
                                      "name": "Utils"
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 17885,
                                      "end": 17886,
                                      "loc": {
                                        "start": {
                                          "line": 510,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 510,
                                          "column": 17
                                        },
                                        "identifierName": "_"
                                      },
                                      "name": "_"
                                    },
                                    "computed": false
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 17887,
                                    "end": 17899,
                                    "loc": {
                                      "start": {
                                        "line": 510,
                                        "column": 18
                                      },
                                      "end": {
                                        "line": 510,
                                        "column": 30
                                      },
                                      "identifierName": "intersection"
                                    },
                                    "name": "intersection"
                                  },
                                  "computed": false
                                },
                                "arguments": [
                                  {
                                    "type": "Identifier",
                                    "start": 17900,
                                    "end": 17910,
                                    "loc": {
                                      "start": {
                                        "line": 510,
                                        "column": 31
                                      },
                                      "end": {
                                        "line": 510,
                                        "column": 41
                                      },
                                      "identifierName": "attributes"
                                    },
                                    "name": "attributes"
                                  },
                                  {
                                    "type": "Identifier",
                                    "start": 17912,
                                    "end": 17917,
                                    "loc": {
                                      "start": {
                                        "line": 510,
                                        "column": 43
                                      },
                                      "end": {
                                        "line": 510,
                                        "column": 48
                                      },
                                      "identifierName": "index"
                                    },
                                    "name": "index"
                                  }
                                ]
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 17919,
                                "end": 17925,
                                "loc": {
                                  "start": {
                                    "line": 510,
                                    "column": 50
                                  },
                                  "end": {
                                    "line": 510,
                                    "column": 56
                                  },
                                  "identifierName": "length"
                                },
                                "name": "length"
                              },
                              "computed": false
                            },
                            "operator": "===",
                            "right": {
                              "type": "MemberExpression",
                              "start": 17930,
                              "end": 17942,
                              "loc": {
                                "start": {
                                  "line": 510,
                                  "column": 61
                                },
                                "end": {
                                  "line": 510,
                                  "column": 73
                                }
                              },
                              "object": {
                                "type": "Identifier",
                                "start": 17930,
                                "end": 17935,
                                "loc": {
                                  "start": {
                                    "line": 510,
                                    "column": 61
                                  },
                                  "end": {
                                    "line": 510,
                                    "column": 66
                                  },
                                  "identifierName": "index"
                                },
                                "name": "index"
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 17936,
                                "end": 17942,
                                "loc": {
                                  "start": {
                                    "line": 510,
                                    "column": 67
                                  },
                                  "end": {
                                    "line": 510,
                                    "column": 73
                                  },
                                  "identifierName": "length"
                                },
                                "name": "length"
                              },
                              "computed": false
                            }
                          },
                          "consequent": {
                            "type": "BlockStatement",
                            "start": 17944,
                            "end": 18095,
                            "loc": {
                              "start": {
                                "line": 510,
                                "column": 75
                              },
                              "end": {
                                "line": 516,
                                "column": 7
                              }
                            },
                            "body": [
                              {
                                "type": "ExpressionStatement",
                                "start": 17954,
                                "end": 17965,
                                "loc": {
                                  "start": {
                                    "line": 511,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 511,
                                    "column": 19
                                  }
                                },
                                "expression": {
                                  "type": "AssignmentExpression",
                                  "start": 17954,
                                  "end": 17964,
                                  "loc": {
                                    "start": {
                                      "line": 511,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 511,
                                      "column": 18
                                    }
                                  },
                                  "operator": "=",
                                  "left": {
                                    "type": "Identifier",
                                    "start": 17954,
                                    "end": 17959,
                                    "loc": {
                                      "start": {
                                        "line": 511,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 511,
                                        "column": 13
                                      },
                                      "identifierName": "where"
                                    },
                                    "name": "where"
                                  },
                                  "right": {
                                    "type": "ObjectExpression",
                                    "start": 17962,
                                    "end": 17964,
                                    "loc": {
                                      "start": {
                                        "line": 511,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 511,
                                        "column": 18
                                      }
                                    },
                                    "properties": []
                                  }
                                }
                              },
                              {
                                "type": "ForOfStatement",
                                "start": 17974,
                                "end": 18059,
                                "loc": {
                                  "start": {
                                    "line": 512,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 514,
                                    "column": 9
                                  }
                                },
                                "left": {
                                  "type": "VariableDeclaration",
                                  "start": 17979,
                                  "end": 17990,
                                  "loc": {
                                    "start": {
                                      "line": 512,
                                      "column": 13
                                    },
                                    "end": {
                                      "line": 512,
                                      "column": 24
                                    }
                                  },
                                  "declarations": [
                                    {
                                      "type": "VariableDeclarator",
                                      "start": 17985,
                                      "end": 17990,
                                      "loc": {
                                        "start": {
                                          "line": 512,
                                          "column": 19
                                        },
                                        "end": {
                                          "line": 512,
                                          "column": 24
                                        }
                                      },
                                      "id": {
                                        "type": "Identifier",
                                        "start": 17985,
                                        "end": 17990,
                                        "loc": {
                                          "start": {
                                            "line": 512,
                                            "column": 19
                                          },
                                          "end": {
                                            "line": 512,
                                            "column": 24
                                          },
                                          "identifierName": "field"
                                        },
                                        "name": "field"
                                      },
                                      "init": null
                                    }
                                  ],
                                  "kind": "const"
                                },
                                "right": {
                                  "type": "Identifier",
                                  "start": 17994,
                                  "end": 17999,
                                  "loc": {
                                    "start": {
                                      "line": 512,
                                      "column": 28
                                    },
                                    "end": {
                                      "line": 512,
                                      "column": 33
                                    },
                                    "identifierName": "index"
                                  },
                                  "name": "index"
                                },
                                "body": {
                                  "type": "BlockStatement",
                                  "start": 18001,
                                  "end": 18059,
                                  "loc": {
                                    "start": {
                                      "line": 512,
                                      "column": 35
                                    },
                                    "end": {
                                      "line": 514,
                                      "column": 9
                                    }
                                  },
                                  "body": [
                                    {
                                      "type": "ExpressionStatement",
                                      "start": 18013,
                                      "end": 18049,
                                      "loc": {
                                        "start": {
                                          "line": 513,
                                          "column": 10
                                        },
                                        "end": {
                                          "line": 513,
                                          "column": 46
                                        }
                                      },
                                      "expression": {
                                        "type": "AssignmentExpression",
                                        "start": 18013,
                                        "end": 18048,
                                        "loc": {
                                          "start": {
                                            "line": 513,
                                            "column": 10
                                          },
                                          "end": {
                                            "line": 513,
                                            "column": 45
                                          }
                                        },
                                        "operator": "=",
                                        "left": {
                                          "type": "MemberExpression",
                                          "start": 18013,
                                          "end": 18025,
                                          "loc": {
                                            "start": {
                                              "line": 513,
                                              "column": 10
                                            },
                                            "end": {
                                              "line": 513,
                                              "column": 22
                                            }
                                          },
                                          "object": {
                                            "type": "Identifier",
                                            "start": 18013,
                                            "end": 18018,
                                            "loc": {
                                              "start": {
                                                "line": 513,
                                                "column": 10
                                              },
                                              "end": {
                                                "line": 513,
                                                "column": 15
                                              },
                                              "identifierName": "where"
                                            },
                                            "name": "where"
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 18019,
                                            "end": 18024,
                                            "loc": {
                                              "start": {
                                                "line": 513,
                                                "column": 16
                                              },
                                              "end": {
                                                "line": 513,
                                                "column": 21
                                              },
                                              "identifierName": "field"
                                            },
                                            "name": "field"
                                          },
                                          "computed": true
                                        },
                                        "right": {
                                          "type": "MemberExpression",
                                          "start": 18028,
                                          "end": 18048,
                                          "loc": {
                                            "start": {
                                              "line": 513,
                                              "column": 25
                                            },
                                            "end": {
                                              "line": 513,
                                              "column": 45
                                            }
                                          },
                                          "object": {
                                            "type": "Identifier",
                                            "start": 18028,
                                            "end": 18041,
                                            "loc": {
                                              "start": {
                                                "line": 513,
                                                "column": 25
                                              },
                                              "end": {
                                                "line": 513,
                                                "column": 38
                                              },
                                              "identifierName": "valuesByField"
                                            },
                                            "name": "valuesByField"
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 18042,
                                            "end": 18047,
                                            "loc": {
                                              "start": {
                                                "line": 513,
                                                "column": 39
                                              },
                                              "end": {
                                                "line": 513,
                                                "column": 44
                                              },
                                              "identifierName": "field"
                                            },
                                            "name": "field"
                                          },
                                          "computed": true
                                        }
                                      }
                                    }
                                  ],
                                  "directives": []
                                }
                              },
                              {
                                "type": "ExpressionStatement",
                                "start": 18068,
                                "end": 18087,
                                "loc": {
                                  "start": {
                                    "line": 515,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 515,
                                    "column": 27
                                  }
                                },
                                "expression": {
                                  "type": "CallExpression",
                                  "start": 18068,
                                  "end": 18086,
                                  "loc": {
                                    "start": {
                                      "line": 515,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 515,
                                      "column": 26
                                    }
                                  },
                                  "callee": {
                                    "type": "MemberExpression",
                                    "start": 18068,
                                    "end": 18079,
                                    "loc": {
                                      "start": {
                                        "line": 515,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 515,
                                        "column": 19
                                      }
                                    },
                                    "object": {
                                      "type": "Identifier",
                                      "start": 18068,
                                      "end": 18074,
                                      "loc": {
                                        "start": {
                                          "line": 515,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 515,
                                          "column": 14
                                        },
                                        "identifierName": "wheres"
                                      },
                                      "name": "wheres"
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 18075,
                                      "end": 18079,
                                      "loc": {
                                        "start": {
                                          "line": 515,
                                          "column": 15
                                        },
                                        "end": {
                                          "line": 515,
                                          "column": 19
                                        },
                                        "identifierName": "push"
                                      },
                                      "name": "push"
                                    },
                                    "computed": false
                                  },
                                  "arguments": [
                                    {
                                      "type": "Identifier",
                                      "start": 18080,
                                      "end": 18085,
                                      "loc": {
                                        "start": {
                                          "line": 515,
                                          "column": 20
                                        },
                                        "end": {
                                          "line": 515,
                                          "column": 25
                                        },
                                        "identifierName": "where"
                                      },
                                      "name": "where"
                                    }
                                  ]
                                }
                              }
                            ],
                            "directives": []
                          },
                          "alternate": null
                        }
                      ],
                      "directives": []
                    }
                  },
                  {
                    "type": "ExpressionStatement",
                    "start": 18107,
                    "end": 18131,
                    "loc": {
                      "start": {
                        "line": 519,
                        "column": 4
                      },
                      "end": {
                        "line": 519,
                        "column": 28
                      }
                    },
                    "expression": {
                      "type": "AssignmentExpression",
                      "start": 18107,
                      "end": 18130,
                      "loc": {
                        "start": {
                          "line": 519,
                          "column": 4
                        },
                        "end": {
                          "line": 519,
                          "column": 27
                        }
                      },
                      "operator": "=",
                      "left": {
                        "type": "Identifier",
                        "start": 18107,
                        "end": 18112,
                        "loc": {
                          "start": {
                            "line": 519,
                            "column": 4
                          },
                          "end": {
                            "line": 519,
                            "column": 9
                          },
                          "identifierName": "where"
                        },
                        "name": "where"
                      },
                      "right": {
                        "type": "ObjectExpression",
                        "start": 18115,
                        "end": 18130,
                        "loc": {
                          "start": {
                            "line": 519,
                            "column": 12
                          },
                          "end": {
                            "line": 519,
                            "column": 27
                          }
                        },
                        "properties": [
                          {
                            "type": "ObjectProperty",
                            "start": 18117,
                            "end": 18128,
                            "loc": {
                              "start": {
                                "line": 519,
                                "column": 14
                              },
                              "end": {
                                "line": 519,
                                "column": 25
                              }
                            },
                            "method": false,
                            "shorthand": false,
                            "computed": false,
                            "key": {
                              "type": "Identifier",
                              "start": 18117,
                              "end": 18120,
                              "loc": {
                                "start": {
                                  "line": 519,
                                  "column": 14
                                },
                                "end": {
                                  "line": 519,
                                  "column": 17
                                },
                                "identifierName": "$or"
                              },
                              "name": "$or"
                            },
                            "value": {
                              "type": "Identifier",
                              "start": 18122,
                              "end": 18128,
                              "loc": {
                                "start": {
                                  "line": 519,
                                  "column": 19
                                },
                                "end": {
                                  "line": 519,
                                  "column": 25
                                },
                                "identifierName": "wheres"
                              },
                              "name": "wheres"
                            }
                          }
                        ]
                      }
                    }
                  },
                  {
                    "type": "ExpressionStatement",
                    "start": 18137,
                    "end": 18170,
                    "loc": {
                      "start": {
                        "line": 521,
                        "column": 4
                      },
                      "end": {
                        "line": 521,
                        "column": 37
                      }
                    },
                    "expression": {
                      "type": "AssignmentExpression",
                      "start": 18137,
                      "end": 18169,
                      "loc": {
                        "start": {
                          "line": 521,
                          "column": 4
                        },
                        "end": {
                          "line": 521,
                          "column": 36
                        }
                      },
                      "operator": "=",
                      "left": {
                        "type": "MemberExpression",
                        "start": 18137,
                        "end": 18149,
                        "loc": {
                          "start": {
                            "line": 521,
                            "column": 4
                          },
                          "end": {
                            "line": 521,
                            "column": 16
                          }
                        },
                        "object": {
                          "type": "Identifier",
                          "start": 18137,
                          "end": 18144,
                          "loc": {
                            "start": {
                              "line": 521,
                              "column": 4
                            },
                            "end": {
                              "line": 521,
                              "column": 11
                            },
                            "identifierName": "options"
                          },
                          "name": "options"
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 18145,
                          "end": 18149,
                          "loc": {
                            "start": {
                              "line": 521,
                              "column": 12
                            },
                            "end": {
                              "line": 521,
                              "column": 16
                            },
                            "identifierName": "type"
                          },
                          "name": "type"
                        },
                        "computed": false
                      },
                      "right": {
                        "type": "MemberExpression",
                        "start": 18152,
                        "end": 18169,
                        "loc": {
                          "start": {
                            "line": 521,
                            "column": 19
                          },
                          "end": {
                            "line": 521,
                            "column": 36
                          }
                        },
                        "object": {
                          "type": "Identifier",
                          "start": 18152,
                          "end": 18162,
                          "loc": {
                            "start": {
                              "line": 521,
                              "column": 19
                            },
                            "end": {
                              "line": 521,
                              "column": 29
                            },
                            "identifierName": "QueryTypes"
                          },
                          "name": "QueryTypes"
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 18163,
                          "end": 18169,
                          "loc": {
                            "start": {
                              "line": 521,
                              "column": 30
                            },
                            "end": {
                              "line": 521,
                              "column": 36
                            },
                            "identifierName": "UPSERT"
                          },
                          "name": "UPSERT"
                        },
                        "computed": false
                      }
                    }
                  },
                  {
                    "type": "ExpressionStatement",
                    "start": 18175,
                    "end": 18194,
                    "loc": {
                      "start": {
                        "line": 522,
                        "column": 4
                      },
                      "end": {
                        "line": 522,
                        "column": 23
                      }
                    },
                    "expression": {
                      "type": "AssignmentExpression",
                      "start": 18175,
                      "end": 18193,
                      "loc": {
                        "start": {
                          "line": 522,
                          "column": 4
                        },
                        "end": {
                          "line": 522,
                          "column": 22
                        }
                      },
                      "operator": "=",
                      "left": {
                        "type": "MemberExpression",
                        "start": 18175,
                        "end": 18186,
                        "loc": {
                          "start": {
                            "line": 522,
                            "column": 4
                          },
                          "end": {
                            "line": 522,
                            "column": 15
                          }
                        },
                        "object": {
                          "type": "Identifier",
                          "start": 18175,
                          "end": 18182,
                          "loc": {
                            "start": {
                              "line": 522,
                              "column": 4
                            },
                            "end": {
                              "line": 522,
                              "column": 11
                            },
                            "identifierName": "options"
                          },
                          "name": "options"
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 18183,
                          "end": 18186,
                          "loc": {
                            "start": {
                              "line": 522,
                              "column": 12
                            },
                            "end": {
                              "line": 522,
                              "column": 15
                            },
                            "identifierName": "raw"
                          },
                          "name": "raw"
                        },
                        "computed": false
                      },
                      "right": {
                        "type": "BooleanLiteral",
                        "start": 18189,
                        "end": 18193,
                        "loc": {
                          "start": {
                            "line": 522,
                            "column": 18
                          },
                          "end": {
                            "line": 522,
                            "column": 22
                          }
                        },
                        "value": true
                      }
                    }
                  },
                  {
                    "type": "VariableDeclaration",
                    "start": 18200,
                    "end": 18321,
                    "loc": {
                      "start": {
                        "line": 524,
                        "column": 4
                      },
                      "end": {
                        "line": 524,
                        "column": 125
                      }
                    },
                    "declarations": [
                      {
                        "type": "VariableDeclarator",
                        "start": 18206,
                        "end": 18320,
                        "loc": {
                          "start": {
                            "line": 524,
                            "column": 10
                          },
                          "end": {
                            "line": 524,
                            "column": 124
                          }
                        },
                        "id": {
                          "type": "Identifier",
                          "start": 18206,
                          "end": 18209,
                          "loc": {
                            "start": {
                              "line": 524,
                              "column": 10
                            },
                            "end": {
                              "line": 524,
                              "column": 13
                            },
                            "identifierName": "sql"
                          },
                          "name": "sql"
                        },
                        "init": {
                          "type": "CallExpression",
                          "start": 18212,
                          "end": 18320,
                          "loc": {
                            "start": {
                              "line": 524,
                              "column": 16
                            },
                            "end": {
                              "line": 524,
                              "column": 124
                            }
                          },
                          "callee": {
                            "type": "MemberExpression",
                            "start": 18212,
                            "end": 18243,
                            "loc": {
                              "start": {
                                "line": 524,
                                "column": 16
                              },
                              "end": {
                                "line": 524,
                                "column": 47
                              }
                            },
                            "object": {
                              "type": "MemberExpression",
                              "start": 18212,
                              "end": 18231,
                              "loc": {
                                "start": {
                                  "line": 524,
                                  "column": 16
                                },
                                "end": {
                                  "line": 524,
                                  "column": 35
                                }
                              },
                              "object": {
                                "type": "ThisExpression",
                                "start": 18212,
                                "end": 18216,
                                "loc": {
                                  "start": {
                                    "line": 524,
                                    "column": 16
                                  },
                                  "end": {
                                    "line": 524,
                                    "column": 20
                                  }
                                }
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 18217,
                                "end": 18231,
                                "loc": {
                                  "start": {
                                    "line": 524,
                                    "column": 21
                                  },
                                  "end": {
                                    "line": 524,
                                    "column": 35
                                  },
                                  "identifierName": "QueryGenerator"
                                },
                                "name": "QueryGenerator"
                              },
                              "computed": false
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 18232,
                              "end": 18243,
                              "loc": {
                                "start": {
                                  "line": 524,
                                  "column": 36
                                },
                                "end": {
                                  "line": 524,
                                  "column": 47
                                },
                                "identifierName": "upsertQuery"
                              },
                              "name": "upsertQuery"
                            },
                            "computed": false
                          },
                          "arguments": [
                            {
                              "type": "Identifier",
                              "start": 18244,
                              "end": 18253,
                              "loc": {
                                "start": {
                                  "line": 524,
                                  "column": 48
                                },
                                "end": {
                                  "line": 524,
                                  "column": 57
                                },
                                "identifierName": "tableName"
                              },
                              "name": "tableName"
                            },
                            {
                              "type": "Identifier",
                              "start": 18255,
                              "end": 18268,
                              "loc": {
                                "start": {
                                  "line": 524,
                                  "column": 59
                                },
                                "end": {
                                  "line": 524,
                                  "column": 72
                                },
                                "identifierName": "valuesByField"
                              },
                              "name": "valuesByField"
                            },
                            {
                              "type": "Identifier",
                              "start": 18270,
                              "end": 18282,
                              "loc": {
                                "start": {
                                  "line": 524,
                                  "column": 74
                                },
                                "end": {
                                  "line": 524,
                                  "column": 86
                                },
                                "identifierName": "updateValues"
                              },
                              "name": "updateValues"
                            },
                            {
                              "type": "Identifier",
                              "start": 18284,
                              "end": 18289,
                              "loc": {
                                "start": {
                                  "line": 524,
                                  "column": 88
                                },
                                "end": {
                                  "line": 524,
                                  "column": 93
                                },
                                "identifierName": "where"
                              },
                              "name": "where"
                            },
                            {
                              "type": "MemberExpression",
                              "start": 18291,
                              "end": 18310,
                              "loc": {
                                "start": {
                                  "line": 524,
                                  "column": 95
                                },
                                "end": {
                                  "line": 524,
                                  "column": 114
                                }
                              },
                              "object": {
                                "type": "Identifier",
                                "start": 18291,
                                "end": 18296,
                                "loc": {
                                  "start": {
                                    "line": 524,
                                    "column": 95
                                  },
                                  "end": {
                                    "line": 524,
                                    "column": 100
                                  },
                                  "identifierName": "model"
                                },
                                "name": "model"
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 18297,
                                "end": 18310,
                                "loc": {
                                  "start": {
                                    "line": 524,
                                    "column": 101
                                  },
                                  "end": {
                                    "line": 524,
                                    "column": 114
                                  },
                                  "identifierName": "rawAttributes"
                                },
                                "name": "rawAttributes"
                              },
                              "computed": false
                            },
                            {
                              "type": "Identifier",
                              "start": 18312,
                              "end": 18319,
                              "loc": {
                                "start": {
                                  "line": 524,
                                  "column": 116
                                },
                                "end": {
                                  "line": 524,
                                  "column": 123
                                },
                                "identifierName": "options"
                              },
                              "name": "options"
                            }
                          ]
                        }
                      }
                    ],
                    "kind": "const"
                  },
                  {
                    "type": "ReturnStatement",
                    "start": 18326,
                    "end": 18652,
                    "loc": {
                      "start": {
                        "line": 525,
                        "column": 4
                      },
                      "end": {
                        "line": 533,
                        "column": 7
                      }
                    },
                    "argument": {
                      "type": "CallExpression",
                      "start": 18333,
                      "end": 18651,
                      "loc": {
                        "start": {
                          "line": 525,
                          "column": 11
                        },
                        "end": {
                          "line": 533,
                          "column": 6
                        }
                      },
                      "callee": {
                        "type": "MemberExpression",
                        "start": 18333,
                        "end": 18372,
                        "loc": {
                          "start": {
                            "line": 525,
                            "column": 11
                          },
                          "end": {
                            "line": 525,
                            "column": 50
                          }
                        },
                        "object": {
                          "type": "CallExpression",
                          "start": 18333,
                          "end": 18367,
                          "loc": {
                            "start": {
                              "line": 525,
                              "column": 11
                            },
                            "end": {
                              "line": 525,
                              "column": 45
                            }
                          },
                          "callee": {
                            "type": "MemberExpression",
                            "start": 18333,
                            "end": 18353,
                            "loc": {
                              "start": {
                                "line": 525,
                                "column": 11
                              },
                              "end": {
                                "line": 525,
                                "column": 31
                              }
                            },
                            "object": {
                              "type": "MemberExpression",
                              "start": 18333,
                              "end": 18347,
                              "loc": {
                                "start": {
                                  "line": 525,
                                  "column": 11
                                },
                                "end": {
                                  "line": 525,
                                  "column": 25
                                }
                              },
                              "object": {
                                "type": "ThisExpression",
                                "start": 18333,
                                "end": 18337,
                                "loc": {
                                  "start": {
                                    "line": 525,
                                    "column": 11
                                  },
                                  "end": {
                                    "line": 525,
                                    "column": 15
                                  }
                                }
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 18338,
                                "end": 18347,
                                "loc": {
                                  "start": {
                                    "line": 525,
                                    "column": 16
                                  },
                                  "end": {
                                    "line": 525,
                                    "column": 25
                                  },
                                  "identifierName": "sequelize"
                                },
                                "name": "sequelize"
                              },
                              "computed": false
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 18348,
                              "end": 18353,
                              "loc": {
                                "start": {
                                  "line": 525,
                                  "column": 26
                                },
                                "end": {
                                  "line": 525,
                                  "column": 31
                                },
                                "identifierName": "query"
                              },
                              "name": "query"
                            },
                            "computed": false
                          },
                          "arguments": [
                            {
                              "type": "Identifier",
                              "start": 18354,
                              "end": 18357,
                              "loc": {
                                "start": {
                                  "line": 525,
                                  "column": 32
                                },
                                "end": {
                                  "line": 525,
                                  "column": 35
                                },
                                "identifierName": "sql"
                              },
                              "name": "sql"
                            },
                            {
                              "type": "Identifier",
                              "start": 18359,
                              "end": 18366,
                              "loc": {
                                "start": {
                                  "line": 525,
                                  "column": 37
                                },
                                "end": {
                                  "line": 525,
                                  "column": 44
                                },
                                "identifierName": "options"
                              },
                              "name": "options"
                            }
                          ]
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 18368,
                          "end": 18372,
                          "loc": {
                            "start": {
                              "line": 525,
                              "column": 46
                            },
                            "end": {
                              "line": 525,
                              "column": 50
                            },
                            "identifierName": "then"
                          },
                          "name": "then"
                        },
                        "computed": false
                      },
                      "arguments": [
                        {
                          "type": "ArrowFunctionExpression",
                          "start": 18373,
                          "end": 18650,
                          "loc": {
                            "start": {
                              "line": 525,
                              "column": 51
                            },
                            "end": {
                              "line": 533,
                              "column": 5
                            }
                          },
                          "id": null,
                          "generator": false,
                          "expression": false,
                          "async": false,
                          "params": [
                            {
                              "type": "Identifier",
                              "start": 18373,
                              "end": 18381,
                              "loc": {
                                "start": {
                                  "line": 525,
                                  "column": 51
                                },
                                "end": {
                                  "line": 525,
                                  "column": 59
                                },
                                "identifierName": "rowCount"
                              },
                              "name": "rowCount"
                            }
                          ],
                          "body": {
                            "type": "BlockStatement",
                            "start": 18385,
                            "end": 18650,
                            "loc": {
                              "start": {
                                "line": 525,
                                "column": 63
                              },
                              "end": {
                                "line": 533,
                                "column": 5
                              }
                            },
                            "body": [
                              {
                                "type": "IfStatement",
                                "start": 18393,
                                "end": 18455,
                                "loc": {
                                  "start": {
                                    "line": 526,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 528,
                                    "column": 7
                                  }
                                },
                                "test": {
                                  "type": "BinaryExpression",
                                  "start": 18397,
                                  "end": 18419,
                                  "loc": {
                                    "start": {
                                      "line": 526,
                                      "column": 10
                                    },
                                    "end": {
                                      "line": 526,
                                      "column": 32
                                    }
                                  },
                                  "left": {
                                    "type": "Identifier",
                                    "start": 18397,
                                    "end": 18405,
                                    "loc": {
                                      "start": {
                                        "line": 526,
                                        "column": 10
                                      },
                                      "end": {
                                        "line": 526,
                                        "column": 18
                                      },
                                      "identifierName": "rowCount"
                                    },
                                    "name": "rowCount"
                                  },
                                  "operator": "===",
                                  "right": {
                                    "type": "Identifier",
                                    "start": 18410,
                                    "end": 18419,
                                    "loc": {
                                      "start": {
                                        "line": 526,
                                        "column": 23
                                      },
                                      "end": {
                                        "line": 526,
                                        "column": 32
                                      },
                                      "identifierName": "undefined"
                                    },
                                    "name": "undefined"
                                  }
                                },
                                "consequent": {
                                  "type": "BlockStatement",
                                  "start": 18421,
                                  "end": 18455,
                                  "loc": {
                                    "start": {
                                      "line": 526,
                                      "column": 34
                                    },
                                    "end": {
                                      "line": 528,
                                      "column": 7
                                    }
                                  },
                                  "body": [
                                    {
                                      "type": "ReturnStatement",
                                      "start": 18431,
                                      "end": 18447,
                                      "loc": {
                                        "start": {
                                          "line": 527,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 527,
                                          "column": 24
                                        }
                                      },
                                      "argument": {
                                        "type": "Identifier",
                                        "start": 18438,
                                        "end": 18446,
                                        "loc": {
                                          "start": {
                                            "line": 527,
                                            "column": 15
                                          },
                                          "end": {
                                            "line": 527,
                                            "column": 23
                                          },
                                          "identifierName": "rowCount"
                                        },
                                        "name": "rowCount"
                                      }
                                    }
                                  ],
                                  "directives": [],
                                  "trailingComments": null
                                },
                                "alternate": null,
                                "trailingComments": [
                                  {
                                    "type": "CommentLine",
                                    "value": " MySQL returns 1 for inserted, 2 for updated http://dev.mysql.com/doc/refman/5.0/en/insert-on-duplicate.html. Postgres has been modded to do the same",
                                    "start": 18463,
                                    "end": 18614,
                                    "loc": {
                                      "start": {
                                        "line": 530,
                                        "column": 6
                                      },
                                      "end": {
                                        "line": 530,
                                        "column": 157
                                      }
                                    }
                                  }
                                ]
                              },
                              {
                                "type": "ReturnStatement",
                                "start": 18622,
                                "end": 18644,
                                "loc": {
                                  "start": {
                                    "line": 532,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 532,
                                    "column": 28
                                  }
                                },
                                "argument": {
                                  "type": "BinaryExpression",
                                  "start": 18629,
                                  "end": 18643,
                                  "loc": {
                                    "start": {
                                      "line": 532,
                                      "column": 13
                                    },
                                    "end": {
                                      "line": 532,
                                      "column": 27
                                    }
                                  },
                                  "left": {
                                    "type": "Identifier",
                                    "start": 18629,
                                    "end": 18637,
                                    "loc": {
                                      "start": {
                                        "line": 532,
                                        "column": 13
                                      },
                                      "end": {
                                        "line": 532,
                                        "column": 21
                                      },
                                      "identifierName": "rowCount"
                                    },
                                    "name": "rowCount",
                                    "leadingComments": null
                                  },
                                  "operator": "===",
                                  "right": {
                                    "type": "NumericLiteral",
                                    "start": 18642,
                                    "end": 18643,
                                    "loc": {
                                      "start": {
                                        "line": 532,
                                        "column": 26
                                      },
                                      "end": {
                                        "line": 532,
                                        "column": 27
                                      }
                                    },
                                    "extra": {
                                      "rawValue": 1,
                                      "raw": "1"
                                    },
                                    "value": 1
                                  },
                                  "leadingComments": null
                                },
                                "leadingComments": [
                                  {
                                    "type": "CommentLine",
                                    "value": " MySQL returns 1 for inserted, 2 for updated http://dev.mysql.com/doc/refman/5.0/en/insert-on-duplicate.html. Postgres has been modded to do the same",
                                    "start": 18463,
                                    "end": 18614,
                                    "loc": {
                                      "start": {
                                        "line": 530,
                                        "column": 6
                                      },
                                      "end": {
                                        "line": 530,
                                        "column": 157
                                      }
                                    }
                                  }
                                ]
                              }
                            ],
                            "directives": []
                          }
                        }
                      ]
                    }
                  }
                ],
                "directives": []
              }
            },
            {
              "type": "ClassMethod",
              "start": 18660,
              "end": 18962,
              "loc": {
                "start": {
                  "line": 536,
                  "column": 2
                },
                "end": {
                  "line": 541,
                  "column": 3
                }
              },
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 18660,
                "end": 18670,
                "loc": {
                  "start": {
                    "line": 536,
                    "column": 2
                  },
                  "end": {
                    "line": 536,
                    "column": 12
                  },
                  "identifierName": "bulkInsert"
                },
                "name": "bulkInsert"
              },
              "static": false,
              "kind": "method",
              "id": null,
              "generator": false,
              "expression": false,
              "async": false,
              "params": [
                {
                  "type": "Identifier",
                  "start": 18671,
                  "end": 18680,
                  "loc": {
                    "start": {
                      "line": 536,
                      "column": 13
                    },
                    "end": {
                      "line": 536,
                      "column": 22
                    },
                    "identifierName": "tableName"
                  },
                  "name": "tableName"
                },
                {
                  "type": "Identifier",
                  "start": 18682,
                  "end": 18689,
                  "loc": {
                    "start": {
                      "line": 536,
                      "column": 24
                    },
                    "end": {
                      "line": 536,
                      "column": 31
                    },
                    "identifierName": "records"
                  },
                  "name": "records"
                },
                {
                  "type": "Identifier",
                  "start": 18691,
                  "end": 18698,
                  "loc": {
                    "start": {
                      "line": 536,
                      "column": 33
                    },
                    "end": {
                      "line": 536,
                      "column": 40
                    },
                    "identifierName": "options"
                  },
                  "name": "options"
                },
                {
                  "type": "Identifier",
                  "start": 18700,
                  "end": 18710,
                  "loc": {
                    "start": {
                      "line": 536,
                      "column": 42
                    },
                    "end": {
                      "line": 536,
                      "column": 52
                    },
                    "identifierName": "attributes"
                  },
                  "name": "attributes"
                }
              ],
              "body": {
                "type": "BlockStatement",
                "start": 18712,
                "end": 18962,
                "loc": {
                  "start": {
                    "line": 536,
                    "column": 54
                  },
                  "end": {
                    "line": 541,
                    "column": 3
                  }
                },
                "body": [
                  {
                    "type": "ExpressionStatement",
                    "start": 18718,
                    "end": 18751,
                    "loc": {
                      "start": {
                        "line": 537,
                        "column": 4
                      },
                      "end": {
                        "line": 537,
                        "column": 37
                      }
                    },
                    "expression": {
                      "type": "AssignmentExpression",
                      "start": 18718,
                      "end": 18750,
                      "loc": {
                        "start": {
                          "line": 537,
                          "column": 4
                        },
                        "end": {
                          "line": 537,
                          "column": 36
                        }
                      },
                      "operator": "=",
                      "left": {
                        "type": "Identifier",
                        "start": 18718,
                        "end": 18725,
                        "loc": {
                          "start": {
                            "line": 537,
                            "column": 4
                          },
                          "end": {
                            "line": 537,
                            "column": 11
                          },
                          "identifierName": "options"
                        },
                        "name": "options"
                      },
                      "right": {
                        "type": "LogicalExpression",
                        "start": 18728,
                        "end": 18750,
                        "loc": {
                          "start": {
                            "line": 537,
                            "column": 14
                          },
                          "end": {
                            "line": 537,
                            "column": 36
                          }
                        },
                        "left": {
                          "type": "CallExpression",
                          "start": 18728,
                          "end": 18744,
                          "loc": {
                            "start": {
                              "line": 537,
                              "column": 14
                            },
                            "end": {
                              "line": 537,
                              "column": 30
                            }
                          },
                          "callee": {
                            "type": "MemberExpression",
                            "start": 18728,
                            "end": 18735,
                            "loc": {
                              "start": {
                                "line": 537,
                                "column": 14
                              },
                              "end": {
                                "line": 537,
                                "column": 21
                              }
                            },
                            "object": {
                              "type": "Identifier",
                              "start": 18728,
                              "end": 18729,
                              "loc": {
                                "start": {
                                  "line": 537,
                                  "column": 14
                                },
                                "end": {
                                  "line": 537,
                                  "column": 15
                                },
                                "identifierName": "_"
                              },
                              "name": "_"
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 18730,
                              "end": 18735,
                              "loc": {
                                "start": {
                                  "line": 537,
                                  "column": 16
                                },
                                "end": {
                                  "line": 537,
                                  "column": 21
                                },
                                "identifierName": "clone"
                              },
                              "name": "clone"
                            },
                            "computed": false
                          },
                          "arguments": [
                            {
                              "type": "Identifier",
                              "start": 18736,
                              "end": 18743,
                              "loc": {
                                "start": {
                                  "line": 537,
                                  "column": 22
                                },
                                "end": {
                                  "line": 537,
                                  "column": 29
                                },
                                "identifierName": "options"
                              },
                              "name": "options"
                            }
                          ]
                        },
                        "operator": "||",
                        "right": {
                          "type": "ObjectExpression",
                          "start": 18748,
                          "end": 18750,
                          "loc": {
                            "start": {
                              "line": 537,
                              "column": 34
                            },
                            "end": {
                              "line": 537,
                              "column": 36
                            }
                          },
                          "properties": []
                        }
                      }
                    }
                  },
                  {
                    "type": "ExpressionStatement",
                    "start": 18756,
                    "end": 18789,
                    "loc": {
                      "start": {
                        "line": 538,
                        "column": 4
                      },
                      "end": {
                        "line": 538,
                        "column": 37
                      }
                    },
                    "expression": {
                      "type": "AssignmentExpression",
                      "start": 18756,
                      "end": 18788,
                      "loc": {
                        "start": {
                          "line": 538,
                          "column": 4
                        },
                        "end": {
                          "line": 538,
                          "column": 36
                        }
                      },
                      "operator": "=",
                      "left": {
                        "type": "MemberExpression",
                        "start": 18756,
                        "end": 18768,
                        "loc": {
                          "start": {
                            "line": 538,
                            "column": 4
                          },
                          "end": {
                            "line": 538,
                            "column": 16
                          }
                        },
                        "object": {
                          "type": "Identifier",
                          "start": 18756,
                          "end": 18763,
                          "loc": {
                            "start": {
                              "line": 538,
                              "column": 4
                            },
                            "end": {
                              "line": 538,
                              "column": 11
                            },
                            "identifierName": "options"
                          },
                          "name": "options"
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 18764,
                          "end": 18768,
                          "loc": {
                            "start": {
                              "line": 538,
                              "column": 12
                            },
                            "end": {
                              "line": 538,
                              "column": 16
                            },
                            "identifierName": "type"
                          },
                          "name": "type"
                        },
                        "computed": false
                      },
                      "right": {
                        "type": "MemberExpression",
                        "start": 18771,
                        "end": 18788,
                        "loc": {
                          "start": {
                            "line": 538,
                            "column": 19
                          },
                          "end": {
                            "line": 538,
                            "column": 36
                          }
                        },
                        "object": {
                          "type": "Identifier",
                          "start": 18771,
                          "end": 18781,
                          "loc": {
                            "start": {
                              "line": 538,
                              "column": 19
                            },
                            "end": {
                              "line": 538,
                              "column": 29
                            },
                            "identifierName": "QueryTypes"
                          },
                          "name": "QueryTypes"
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 18782,
                          "end": 18788,
                          "loc": {
                            "start": {
                              "line": 538,
                              "column": 30
                            },
                            "end": {
                              "line": 538,
                              "column": 36
                            },
                            "identifierName": "INSERT"
                          },
                          "name": "INSERT"
                        },
                        "computed": false
                      }
                    }
                  },
                  {
                    "type": "VariableDeclaration",
                    "start": 18794,
                    "end": 18883,
                    "loc": {
                      "start": {
                        "line": 539,
                        "column": 4
                      },
                      "end": {
                        "line": 539,
                        "column": 93
                      }
                    },
                    "declarations": [
                      {
                        "type": "VariableDeclarator",
                        "start": 18800,
                        "end": 18882,
                        "loc": {
                          "start": {
                            "line": 539,
                            "column": 10
                          },
                          "end": {
                            "line": 539,
                            "column": 92
                          }
                        },
                        "id": {
                          "type": "Identifier",
                          "start": 18800,
                          "end": 18803,
                          "loc": {
                            "start": {
                              "line": 539,
                              "column": 10
                            },
                            "end": {
                              "line": 539,
                              "column": 13
                            },
                            "identifierName": "sql"
                          },
                          "name": "sql"
                        },
                        "init": {
                          "type": "CallExpression",
                          "start": 18806,
                          "end": 18882,
                          "loc": {
                            "start": {
                              "line": 539,
                              "column": 16
                            },
                            "end": {
                              "line": 539,
                              "column": 92
                            }
                          },
                          "callee": {
                            "type": "MemberExpression",
                            "start": 18806,
                            "end": 18841,
                            "loc": {
                              "start": {
                                "line": 539,
                                "column": 16
                              },
                              "end": {
                                "line": 539,
                                "column": 51
                              }
                            },
                            "object": {
                              "type": "MemberExpression",
                              "start": 18806,
                              "end": 18825,
                              "loc": {
                                "start": {
                                  "line": 539,
                                  "column": 16
                                },
                                "end": {
                                  "line": 539,
                                  "column": 35
                                }
                              },
                              "object": {
                                "type": "ThisExpression",
                                "start": 18806,
                                "end": 18810,
                                "loc": {
                                  "start": {
                                    "line": 539,
                                    "column": 16
                                  },
                                  "end": {
                                    "line": 539,
                                    "column": 20
                                  }
                                }
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 18811,
                                "end": 18825,
                                "loc": {
                                  "start": {
                                    "line": 539,
                                    "column": 21
                                  },
                                  "end": {
                                    "line": 539,
                                    "column": 35
                                  },
                                  "identifierName": "QueryGenerator"
                                },
                                "name": "QueryGenerator"
                              },
                              "computed": false
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 18826,
                              "end": 18841,
                              "loc": {
                                "start": {
                                  "line": 539,
                                  "column": 36
                                },
                                "end": {
                                  "line": 539,
                                  "column": 51
                                },
                                "identifierName": "bulkInsertQuery"
                              },
                              "name": "bulkInsertQuery"
                            },
                            "computed": false
                          },
                          "arguments": [
                            {
                              "type": "Identifier",
                              "start": 18842,
                              "end": 18851,
                              "loc": {
                                "start": {
                                  "line": 539,
                                  "column": 52
                                },
                                "end": {
                                  "line": 539,
                                  "column": 61
                                },
                                "identifierName": "tableName"
                              },
                              "name": "tableName"
                            },
                            {
                              "type": "Identifier",
                              "start": 18853,
                              "end": 18860,
                              "loc": {
                                "start": {
                                  "line": 539,
                                  "column": 63
                                },
                                "end": {
                                  "line": 539,
                                  "column": 70
                                },
                                "identifierName": "records"
                              },
                              "name": "records"
                            },
                            {
                              "type": "Identifier",
                              "start": 18862,
                              "end": 18869,
                              "loc": {
                                "start": {
                                  "line": 539,
                                  "column": 72
                                },
                                "end": {
                                  "line": 539,
                                  "column": 79
                                },
                                "identifierName": "options"
                              },
                              "name": "options"
                            },
                            {
                              "type": "Identifier",
                              "start": 18871,
                              "end": 18881,
                              "loc": {
                                "start": {
                                  "line": 539,
                                  "column": 81
                                },
                                "end": {
                                  "line": 539,
                                  "column": 91
                                },
                                "identifierName": "attributes"
                              },
                              "name": "attributes"
                            }
                          ]
                        }
                      }
                    ],
                    "kind": "const"
                  },
                  {
                    "type": "ReturnStatement",
                    "start": 18888,
                    "end": 18958,
                    "loc": {
                      "start": {
                        "line": 540,
                        "column": 4
                      },
                      "end": {
                        "line": 540,
                        "column": 74
                      }
                    },
                    "argument": {
                      "type": "CallExpression",
                      "start": 18895,
                      "end": 18957,
                      "loc": {
                        "start": {
                          "line": 540,
                          "column": 11
                        },
                        "end": {
                          "line": 540,
                          "column": 73
                        }
                      },
                      "callee": {
                        "type": "MemberExpression",
                        "start": 18895,
                        "end": 18934,
                        "loc": {
                          "start": {
                            "line": 540,
                            "column": 11
                          },
                          "end": {
                            "line": 540,
                            "column": 50
                          }
                        },
                        "object": {
                          "type": "CallExpression",
                          "start": 18895,
                          "end": 18929,
                          "loc": {
                            "start": {
                              "line": 540,
                              "column": 11
                            },
                            "end": {
                              "line": 540,
                              "column": 45
                            }
                          },
                          "callee": {
                            "type": "MemberExpression",
                            "start": 18895,
                            "end": 18915,
                            "loc": {
                              "start": {
                                "line": 540,
                                "column": 11
                              },
                              "end": {
                                "line": 540,
                                "column": 31
                              }
                            },
                            "object": {
                              "type": "MemberExpression",
                              "start": 18895,
                              "end": 18909,
                              "loc": {
                                "start": {
                                  "line": 540,
                                  "column": 11
                                },
                                "end": {
                                  "line": 540,
                                  "column": 25
                                }
                              },
                              "object": {
                                "type": "ThisExpression",
                                "start": 18895,
                                "end": 18899,
                                "loc": {
                                  "start": {
                                    "line": 540,
                                    "column": 11
                                  },
                                  "end": {
                                    "line": 540,
                                    "column": 15
                                  }
                                }
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 18900,
                                "end": 18909,
                                "loc": {
                                  "start": {
                                    "line": 540,
                                    "column": 16
                                  },
                                  "end": {
                                    "line": 540,
                                    "column": 25
                                  },
                                  "identifierName": "sequelize"
                                },
                                "name": "sequelize"
                              },
                              "computed": false
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 18910,
                              "end": 18915,
                              "loc": {
                                "start": {
                                  "line": 540,
                                  "column": 26
                                },
                                "end": {
                                  "line": 540,
                                  "column": 31
                                },
                                "identifierName": "query"
                              },
                              "name": "query"
                            },
                            "computed": false
                          },
                          "arguments": [
                            {
                              "type": "Identifier",
                              "start": 18916,
                              "end": 18919,
                              "loc": {
                                "start": {
                                  "line": 540,
                                  "column": 32
                                },
                                "end": {
                                  "line": 540,
                                  "column": 35
                                },
                                "identifierName": "sql"
                              },
                              "name": "sql"
                            },
                            {
                              "type": "Identifier",
                              "start": 18921,
                              "end": 18928,
                              "loc": {
                                "start": {
                                  "line": 540,
                                  "column": 37
                                },
                                "end": {
                                  "line": 540,
                                  "column": 44
                                },
                                "identifierName": "options"
                              },
                              "name": "options"
                            }
                          ]
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 18930,
                          "end": 18934,
                          "loc": {
                            "start": {
                              "line": 540,
                              "column": 46
                            },
                            "end": {
                              "line": 540,
                              "column": 50
                            },
                            "identifierName": "then"
                          },
                          "name": "then"
                        },
                        "computed": false
                      },
                      "arguments": [
                        {
                          "type": "ArrowFunctionExpression",
                          "start": 18935,
                          "end": 18956,
                          "loc": {
                            "start": {
                              "line": 540,
                              "column": 51
                            },
                            "end": {
                              "line": 540,
                              "column": 72
                            }
                          },
                          "id": null,
                          "generator": false,
                          "expression": true,
                          "async": false,
                          "params": [
                            {
                              "type": "Identifier",
                              "start": 18935,
                              "end": 18942,
                              "loc": {
                                "start": {
                                  "line": 540,
                                  "column": 51
                                },
                                "end": {
                                  "line": 540,
                                  "column": 58
                                },
                                "identifierName": "results"
                              },
                              "name": "results"
                            }
                          ],
                          "body": {
                            "type": "MemberExpression",
                            "start": 18946,
                            "end": 18956,
                            "loc": {
                              "start": {
                                "line": 540,
                                "column": 62
                              },
                              "end": {
                                "line": 540,
                                "column": 72
                              }
                            },
                            "object": {
                              "type": "Identifier",
                              "start": 18946,
                              "end": 18953,
                              "loc": {
                                "start": {
                                  "line": 540,
                                  "column": 62
                                },
                                "end": {
                                  "line": 540,
                                  "column": 69
                                },
                                "identifierName": "results"
                              },
                              "name": "results"
                            },
                            "property": {
                              "type": "NumericLiteral",
                              "start": 18954,
                              "end": 18955,
                              "loc": {
                                "start": {
                                  "line": 540,
                                  "column": 70
                                },
                                "end": {
                                  "line": 540,
                                  "column": 71
                                }
                              },
                              "extra": {
                                "rawValue": 0,
                                "raw": "0"
                              },
                              "value": 0
                            },
                            "computed": true
                          }
                        }
                      ]
                    }
                  }
                ],
                "directives": []
              }
            },
            {
              "type": "ClassMethod",
              "start": 18966,
              "end": 19946,
              "loc": {
                "start": {
                  "line": 543,
                  "column": 2
                },
                "end": {
                  "line": 567,
                  "column": 3
                }
              },
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 18966,
                "end": 18972,
                "loc": {
                  "start": {
                    "line": 543,
                    "column": 2
                  },
                  "end": {
                    "line": 543,
                    "column": 8
                  },
                  "identifierName": "update"
                },
                "name": "update"
              },
              "static": false,
              "kind": "method",
              "id": null,
              "generator": false,
              "expression": false,
              "async": false,
              "params": [
                {
                  "type": "Identifier",
                  "start": 18973,
                  "end": 18981,
                  "loc": {
                    "start": {
                      "line": 543,
                      "column": 9
                    },
                    "end": {
                      "line": 543,
                      "column": 17
                    },
                    "identifierName": "instance"
                  },
                  "name": "instance"
                },
                {
                  "type": "Identifier",
                  "start": 18983,
                  "end": 18992,
                  "loc": {
                    "start": {
                      "line": 543,
                      "column": 19
                    },
                    "end": {
                      "line": 543,
                      "column": 28
                    },
                    "identifierName": "tableName"
                  },
                  "name": "tableName"
                },
                {
                  "type": "Identifier",
                  "start": 18994,
                  "end": 19000,
                  "loc": {
                    "start": {
                      "line": 543,
                      "column": 30
                    },
                    "end": {
                      "line": 543,
                      "column": 36
                    },
                    "identifierName": "values"
                  },
                  "name": "values"
                },
                {
                  "type": "Identifier",
                  "start": 19002,
                  "end": 19012,
                  "loc": {
                    "start": {
                      "line": 543,
                      "column": 38
                    },
                    "end": {
                      "line": 543,
                      "column": 48
                    },
                    "identifierName": "identifier"
                  },
                  "name": "identifier"
                },
                {
                  "type": "Identifier",
                  "start": 19014,
                  "end": 19021,
                  "loc": {
                    "start": {
                      "line": 543,
                      "column": 50
                    },
                    "end": {
                      "line": 543,
                      "column": 57
                    },
                    "identifierName": "options"
                  },
                  "name": "options"
                }
              ],
              "body": {
                "type": "BlockStatement",
                "start": 19023,
                "end": 19946,
                "loc": {
                  "start": {
                    "line": 543,
                    "column": 59
                  },
                  "end": {
                    "line": 567,
                    "column": 3
                  }
                },
                "body": [
                  {
                    "type": "ExpressionStatement",
                    "start": 19029,
                    "end": 19062,
                    "loc": {
                      "start": {
                        "line": 544,
                        "column": 4
                      },
                      "end": {
                        "line": 544,
                        "column": 37
                      }
                    },
                    "expression": {
                      "type": "AssignmentExpression",
                      "start": 19029,
                      "end": 19061,
                      "loc": {
                        "start": {
                          "line": 544,
                          "column": 4
                        },
                        "end": {
                          "line": 544,
                          "column": 36
                        }
                      },
                      "operator": "=",
                      "left": {
                        "type": "Identifier",
                        "start": 19029,
                        "end": 19036,
                        "loc": {
                          "start": {
                            "line": 544,
                            "column": 4
                          },
                          "end": {
                            "line": 544,
                            "column": 11
                          },
                          "identifierName": "options"
                        },
                        "name": "options"
                      },
                      "right": {
                        "type": "CallExpression",
                        "start": 19039,
                        "end": 19061,
                        "loc": {
                          "start": {
                            "line": 544,
                            "column": 14
                          },
                          "end": {
                            "line": 544,
                            "column": 36
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 19039,
                          "end": 19046,
                          "loc": {
                            "start": {
                              "line": 544,
                              "column": 14
                            },
                            "end": {
                              "line": 544,
                              "column": 21
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 19039,
                            "end": 19040,
                            "loc": {
                              "start": {
                                "line": 544,
                                "column": 14
                              },
                              "end": {
                                "line": 544,
                                "column": 15
                              },
                              "identifierName": "_"
                            },
                            "name": "_"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 19041,
                            "end": 19046,
                            "loc": {
                              "start": {
                                "line": 544,
                                "column": 16
                              },
                              "end": {
                                "line": 544,
                                "column": 21
                              },
                              "identifierName": "clone"
                            },
                            "name": "clone"
                          },
                          "computed": false
                        },
                        "arguments": [
                          {
                            "type": "LogicalExpression",
                            "start": 19047,
                            "end": 19060,
                            "loc": {
                              "start": {
                                "line": 544,
                                "column": 22
                              },
                              "end": {
                                "line": 544,
                                "column": 35
                              }
                            },
                            "left": {
                              "type": "Identifier",
                              "start": 19047,
                              "end": 19054,
                              "loc": {
                                "start": {
                                  "line": 544,
                                  "column": 22
                                },
                                "end": {
                                  "line": 544,
                                  "column": 29
                                },
                                "identifierName": "options"
                              },
                              "name": "options"
                            },
                            "operator": "||",
                            "right": {
                              "type": "ObjectExpression",
                              "start": 19058,
                              "end": 19060,
                              "loc": {
                                "start": {
                                  "line": 544,
                                  "column": 33
                                },
                                "end": {
                                  "line": 544,
                                  "column": 35
                                }
                              },
                              "properties": []
                            }
                          }
                        ]
                      }
                    }
                  },
                  {
                    "type": "ExpressionStatement",
                    "start": 19067,
                    "end": 19164,
                    "loc": {
                      "start": {
                        "line": 545,
                        "column": 4
                      },
                      "end": {
                        "line": 545,
                        "column": 101
                      }
                    },
                    "expression": {
                      "type": "AssignmentExpression",
                      "start": 19067,
                      "end": 19163,
                      "loc": {
                        "start": {
                          "line": 545,
                          "column": 4
                        },
                        "end": {
                          "line": 545,
                          "column": 100
                        }
                      },
                      "operator": "=",
                      "left": {
                        "type": "MemberExpression",
                        "start": 19067,
                        "end": 19085,
                        "loc": {
                          "start": {
                            "line": 545,
                            "column": 4
                          },
                          "end": {
                            "line": 545,
                            "column": 22
                          }
                        },
                        "object": {
                          "type": "Identifier",
                          "start": 19067,
                          "end": 19074,
                          "loc": {
                            "start": {
                              "line": 545,
                              "column": 4
                            },
                            "end": {
                              "line": 545,
                              "column": 11
                            },
                            "identifierName": "options"
                          },
                          "name": "options"
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 19075,
                          "end": 19085,
                          "loc": {
                            "start": {
                              "line": 545,
                              "column": 12
                            },
                            "end": {
                              "line": 545,
                              "column": 22
                            },
                            "identifierName": "hasTrigger"
                          },
                          "name": "hasTrigger"
                        },
                        "computed": false
                      },
                      "right": {
                        "type": "UnaryExpression",
                        "start": 19088,
                        "end": 19163,
                        "loc": {
                          "start": {
                            "line": 545,
                            "column": 25
                          },
                          "end": {
                            "line": 545,
                            "column": 100
                          }
                        },
                        "operator": "!",
                        "prefix": true,
                        "argument": {
                          "type": "UnaryExpression",
                          "start": 19089,
                          "end": 19163,
                          "loc": {
                            "start": {
                              "line": 545,
                              "column": 26
                            },
                            "end": {
                              "line": 545,
                              "column": 100
                            }
                          },
                          "operator": "!",
                          "prefix": true,
                          "argument": {
                            "type": "LogicalExpression",
                            "start": 19091,
                            "end": 19162,
                            "loc": {
                              "start": {
                                "line": 545,
                                "column": 28
                              },
                              "end": {
                                "line": 545,
                                "column": 99
                              }
                            },
                            "left": {
                              "type": "LogicalExpression",
                              "start": 19091,
                              "end": 19125,
                              "loc": {
                                "start": {
                                  "line": 545,
                                  "column": 28
                                },
                                "end": {
                                  "line": 545,
                                  "column": 62
                                }
                              },
                              "left": {
                                "type": "Identifier",
                                "start": 19091,
                                "end": 19099,
                                "loc": {
                                  "start": {
                                    "line": 545,
                                    "column": 28
                                  },
                                  "end": {
                                    "line": 545,
                                    "column": 36
                                  },
                                  "identifierName": "instance"
                                },
                                "name": "instance"
                              },
                              "operator": "&&",
                              "right": {
                                "type": "MemberExpression",
                                "start": 19103,
                                "end": 19125,
                                "loc": {
                                  "start": {
                                    "line": 545,
                                    "column": 40
                                  },
                                  "end": {
                                    "line": 545,
                                    "column": 62
                                  }
                                },
                                "object": {
                                  "type": "Identifier",
                                  "start": 19103,
                                  "end": 19111,
                                  "loc": {
                                    "start": {
                                      "line": 545,
                                      "column": 40
                                    },
                                    "end": {
                                      "line": 545,
                                      "column": 48
                                    },
                                    "identifierName": "instance"
                                  },
                                  "name": "instance"
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 19112,
                                  "end": 19125,
                                  "loc": {
                                    "start": {
                                      "line": 545,
                                      "column": 49
                                    },
                                    "end": {
                                      "line": 545,
                                      "column": 62
                                    },
                                    "identifierName": "_modelOptions"
                                  },
                                  "name": "_modelOptions"
                                },
                                "computed": false
                              }
                            },
                            "operator": "&&",
                            "right": {
                              "type": "MemberExpression",
                              "start": 19129,
                              "end": 19162,
                              "loc": {
                                "start": {
                                  "line": 545,
                                  "column": 66
                                },
                                "end": {
                                  "line": 545,
                                  "column": 99
                                }
                              },
                              "object": {
                                "type": "MemberExpression",
                                "start": 19129,
                                "end": 19151,
                                "loc": {
                                  "start": {
                                    "line": 545,
                                    "column": 66
                                  },
                                  "end": {
                                    "line": 545,
                                    "column": 88
                                  }
                                },
                                "object": {
                                  "type": "Identifier",
                                  "start": 19129,
                                  "end": 19137,
                                  "loc": {
                                    "start": {
                                      "line": 545,
                                      "column": 66
                                    },
                                    "end": {
                                      "line": 545,
                                      "column": 74
                                    },
                                    "identifierName": "instance"
                                  },
                                  "name": "instance"
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 19138,
                                  "end": 19151,
                                  "loc": {
                                    "start": {
                                      "line": 545,
                                      "column": 75
                                    },
                                    "end": {
                                      "line": 545,
                                      "column": 88
                                    },
                                    "identifierName": "_modelOptions"
                                  },
                                  "name": "_modelOptions"
                                },
                                "computed": false
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 19152,
                                "end": 19162,
                                "loc": {
                                  "start": {
                                    "line": 545,
                                    "column": 89
                                  },
                                  "end": {
                                    "line": 545,
                                    "column": 99
                                  },
                                  "identifierName": "hasTrigger"
                                },
                                "name": "hasTrigger"
                              },
                              "computed": false
                            },
                            "extra": {
                              "parenthesized": true,
                              "parenStart": 19090
                            }
                          },
                          "extra": {
                            "parenthesizedArgument": false
                          }
                        },
                        "extra": {
                          "parenthesizedArgument": false
                        }
                      }
                    }
                  },
                  {
                    "type": "VariableDeclaration",
                    "start": 19171,
                    "end": 19291,
                    "loc": {
                      "start": {
                        "line": 548,
                        "column": 4
                      },
                      "end": {
                        "line": 548,
                        "column": 124
                      }
                    },
                    "declarations": [
                      {
                        "type": "VariableDeclarator",
                        "start": 19177,
                        "end": 19290,
                        "loc": {
                          "start": {
                            "line": 548,
                            "column": 10
                          },
                          "end": {
                            "line": 548,
                            "column": 123
                          }
                        },
                        "id": {
                          "type": "Identifier",
                          "start": 19177,
                          "end": 19180,
                          "loc": {
                            "start": {
                              "line": 548,
                              "column": 10
                            },
                            "end": {
                              "line": 548,
                              "column": 13
                            },
                            "identifierName": "sql"
                          },
                          "name": "sql"
                        },
                        "init": {
                          "type": "CallExpression",
                          "start": 19183,
                          "end": 19290,
                          "loc": {
                            "start": {
                              "line": 548,
                              "column": 16
                            },
                            "end": {
                              "line": 548,
                              "column": 123
                            }
                          },
                          "callee": {
                            "type": "MemberExpression",
                            "start": 19183,
                            "end": 19214,
                            "loc": {
                              "start": {
                                "line": 548,
                                "column": 16
                              },
                              "end": {
                                "line": 548,
                                "column": 47
                              }
                            },
                            "object": {
                              "type": "MemberExpression",
                              "start": 19183,
                              "end": 19202,
                              "loc": {
                                "start": {
                                  "line": 548,
                                  "column": 16
                                },
                                "end": {
                                  "line": 548,
                                  "column": 35
                                }
                              },
                              "object": {
                                "type": "ThisExpression",
                                "start": 19183,
                                "end": 19187,
                                "loc": {
                                  "start": {
                                    "line": 548,
                                    "column": 16
                                  },
                                  "end": {
                                    "line": 548,
                                    "column": 20
                                  }
                                }
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 19188,
                                "end": 19202,
                                "loc": {
                                  "start": {
                                    "line": 548,
                                    "column": 21
                                  },
                                  "end": {
                                    "line": 548,
                                    "column": 35
                                  },
                                  "identifierName": "QueryGenerator"
                                },
                                "name": "QueryGenerator"
                              },
                              "computed": false
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 19203,
                              "end": 19214,
                              "loc": {
                                "start": {
                                  "line": 548,
                                  "column": 36
                                },
                                "end": {
                                  "line": 548,
                                  "column": 47
                                },
                                "identifierName": "updateQuery"
                              },
                              "name": "updateQuery"
                            },
                            "computed": false
                          },
                          "arguments": [
                            {
                              "type": "Identifier",
                              "start": 19215,
                              "end": 19224,
                              "loc": {
                                "start": {
                                  "line": 548,
                                  "column": 48
                                },
                                "end": {
                                  "line": 548,
                                  "column": 57
                                },
                                "identifierName": "tableName"
                              },
                              "name": "tableName"
                            },
                            {
                              "type": "Identifier",
                              "start": 19226,
                              "end": 19232,
                              "loc": {
                                "start": {
                                  "line": 548,
                                  "column": 59
                                },
                                "end": {
                                  "line": 548,
                                  "column": 65
                                },
                                "identifierName": "values"
                              },
                              "name": "values"
                            },
                            {
                              "type": "Identifier",
                              "start": 19234,
                              "end": 19244,
                              "loc": {
                                "start": {
                                  "line": 548,
                                  "column": 67
                                },
                                "end": {
                                  "line": 548,
                                  "column": 77
                                },
                                "identifierName": "identifier"
                              },
                              "name": "identifier"
                            },
                            {
                              "type": "Identifier",
                              "start": 19246,
                              "end": 19253,
                              "loc": {
                                "start": {
                                  "line": 548,
                                  "column": 79
                                },
                                "end": {
                                  "line": 548,
                                  "column": 86
                                },
                                "identifierName": "options"
                              },
                              "name": "options"
                            },
                            {
                              "type": "MemberExpression",
                              "start": 19255,
                              "end": 19289,
                              "loc": {
                                "start": {
                                  "line": 548,
                                  "column": 88
                                },
                                "end": {
                                  "line": 548,
                                  "column": 122
                                }
                              },
                              "object": {
                                "type": "MemberExpression",
                                "start": 19255,
                                "end": 19275,
                                "loc": {
                                  "start": {
                                    "line": 548,
                                    "column": 88
                                  },
                                  "end": {
                                    "line": 548,
                                    "column": 108
                                  }
                                },
                                "object": {
                                  "type": "Identifier",
                                  "start": 19255,
                                  "end": 19263,
                                  "loc": {
                                    "start": {
                                      "line": 548,
                                      "column": 88
                                    },
                                    "end": {
                                      "line": 548,
                                      "column": 96
                                    },
                                    "identifierName": "instance"
                                  },
                                  "name": "instance"
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 19264,
                                  "end": 19275,
                                  "loc": {
                                    "start": {
                                      "line": 548,
                                      "column": 97
                                    },
                                    "end": {
                                      "line": 548,
                                      "column": 108
                                    },
                                    "identifierName": "constructor"
                                  },
                                  "name": "constructor"
                                },
                                "computed": false
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 19276,
                                "end": 19289,
                                "loc": {
                                  "start": {
                                    "line": 548,
                                    "column": 109
                                  },
                                  "end": {
                                    "line": 548,
                                    "column": 122
                                  },
                                  "identifierName": "rawAttributes"
                                },
                                "name": "rawAttributes"
                              },
                              "computed": false
                            }
                          ]
                        }
                      }
                    ],
                    "kind": "const"
                  },
                  {
                    "type": "VariableDeclaration",
                    "start": 19296,
                    "end": 19317,
                    "loc": {
                      "start": {
                        "line": 549,
                        "column": 4
                      },
                      "end": {
                        "line": 549,
                        "column": 25
                      }
                    },
                    "declarations": [
                      {
                        "type": "VariableDeclarator",
                        "start": 19300,
                        "end": 19316,
                        "loc": {
                          "start": {
                            "line": 549,
                            "column": 8
                          },
                          "end": {
                            "line": 549,
                            "column": 24
                          }
                        },
                        "id": {
                          "type": "Identifier",
                          "start": 19300,
                          "end": 19308,
                          "loc": {
                            "start": {
                              "line": 549,
                              "column": 8
                            },
                            "end": {
                              "line": 549,
                              "column": 16
                            },
                            "identifierName": "restrict"
                          },
                          "name": "restrict"
                        },
                        "init": {
                          "type": "BooleanLiteral",
                          "start": 19311,
                          "end": 19316,
                          "loc": {
                            "start": {
                              "line": 549,
                              "column": 19
                            },
                            "end": {
                              "line": 549,
                              "column": 24
                            }
                          },
                          "value": false
                        }
                      }
                    ],
                    "kind": "let"
                  },
                  {
                    "type": "ExpressionStatement",
                    "start": 19323,
                    "end": 19356,
                    "loc": {
                      "start": {
                        "line": 551,
                        "column": 4
                      },
                      "end": {
                        "line": 551,
                        "column": 37
                      }
                    },
                    "expression": {
                      "type": "AssignmentExpression",
                      "start": 19323,
                      "end": 19355,
                      "loc": {
                        "start": {
                          "line": 551,
                          "column": 4
                        },
                        "end": {
                          "line": 551,
                          "column": 36
                        }
                      },
                      "operator": "=",
                      "left": {
                        "type": "MemberExpression",
                        "start": 19323,
                        "end": 19335,
                        "loc": {
                          "start": {
                            "line": 551,
                            "column": 4
                          },
                          "end": {
                            "line": 551,
                            "column": 16
                          }
                        },
                        "object": {
                          "type": "Identifier",
                          "start": 19323,
                          "end": 19330,
                          "loc": {
                            "start": {
                              "line": 551,
                              "column": 4
                            },
                            "end": {
                              "line": 551,
                              "column": 11
                            },
                            "identifierName": "options"
                          },
                          "name": "options"
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 19331,
                          "end": 19335,
                          "loc": {
                            "start": {
                              "line": 551,
                              "column": 12
                            },
                            "end": {
                              "line": 551,
                              "column": 16
                            },
                            "identifierName": "type"
                          },
                          "name": "type"
                        },
                        "computed": false
                      },
                      "right": {
                        "type": "MemberExpression",
                        "start": 19338,
                        "end": 19355,
                        "loc": {
                          "start": {
                            "line": 551,
                            "column": 19
                          },
                          "end": {
                            "line": 551,
                            "column": 36
                          }
                        },
                        "object": {
                          "type": "Identifier",
                          "start": 19338,
                          "end": 19348,
                          "loc": {
                            "start": {
                              "line": 551,
                              "column": 19
                            },
                            "end": {
                              "line": 551,
                              "column": 29
                            },
                            "identifierName": "QueryTypes"
                          },
                          "name": "QueryTypes"
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 19349,
                          "end": 19355,
                          "loc": {
                            "start": {
                              "line": 551,
                              "column": 30
                            },
                            "end": {
                              "line": 551,
                              "column": 36
                            },
                            "identifierName": "UPDATE"
                          },
                          "name": "UPDATE"
                        },
                        "computed": false
                      }
                    },
                    "trailingComments": [
                      {
                        "type": "CommentLine",
                        "value": " Check for a restrict field",
                        "start": 19362,
                        "end": 19391,
                        "loc": {
                          "start": {
                            "line": 553,
                            "column": 4
                          },
                          "end": {
                            "line": 553,
                            "column": 33
                          }
                        }
                      }
                    ]
                  },
                  {
                    "type": "IfStatement",
                    "start": 19396,
                    "end": 19861,
                    "loc": {
                      "start": {
                        "line": 554,
                        "column": 4
                      },
                      "end": {
                        "line": 563,
                        "column": 5
                      }
                    },
                    "test": {
                      "type": "LogicalExpression",
                      "start": 19400,
                      "end": 19457,
                      "loc": {
                        "start": {
                          "line": 554,
                          "column": 8
                        },
                        "end": {
                          "line": 554,
                          "column": 65
                        }
                      },
                      "left": {
                        "type": "MemberExpression",
                        "start": 19400,
                        "end": 19420,
                        "loc": {
                          "start": {
                            "line": 554,
                            "column": 8
                          },
                          "end": {
                            "line": 554,
                            "column": 28
                          }
                        },
                        "object": {
                          "type": "Identifier",
                          "start": 19400,
                          "end": 19408,
                          "loc": {
                            "start": {
                              "line": 554,
                              "column": 8
                            },
                            "end": {
                              "line": 554,
                              "column": 16
                            },
                            "identifierName": "instance"
                          },
                          "name": "instance",
                          "leadingComments": null
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 19409,
                          "end": 19420,
                          "loc": {
                            "start": {
                              "line": 554,
                              "column": 17
                            },
                            "end": {
                              "line": 554,
                              "column": 28
                            },
                            "identifierName": "constructor"
                          },
                          "name": "constructor"
                        },
                        "computed": false,
                        "leadingComments": null
                      },
                      "operator": "&&",
                      "right": {
                        "type": "MemberExpression",
                        "start": 19424,
                        "end": 19457,
                        "loc": {
                          "start": {
                            "line": 554,
                            "column": 32
                          },
                          "end": {
                            "line": 554,
                            "column": 65
                          }
                        },
                        "object": {
                          "type": "MemberExpression",
                          "start": 19424,
                          "end": 19444,
                          "loc": {
                            "start": {
                              "line": 554,
                              "column": 32
                            },
                            "end": {
                              "line": 554,
                              "column": 52
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 19424,
                            "end": 19432,
                            "loc": {
                              "start": {
                                "line": 554,
                                "column": 32
                              },
                              "end": {
                                "line": 554,
                                "column": 40
                              },
                              "identifierName": "instance"
                            },
                            "name": "instance"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 19433,
                            "end": 19444,
                            "loc": {
                              "start": {
                                "line": 554,
                                "column": 41
                              },
                              "end": {
                                "line": 554,
                                "column": 52
                              },
                              "identifierName": "constructor"
                            },
                            "name": "constructor"
                          },
                          "computed": false
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 19445,
                          "end": 19457,
                          "loc": {
                            "start": {
                              "line": 554,
                              "column": 53
                            },
                            "end": {
                              "line": 554,
                              "column": 65
                            },
                            "identifierName": "associations"
                          },
                          "name": "associations"
                        },
                        "computed": false
                      },
                      "leadingComments": null
                    },
                    "consequent": {
                      "type": "BlockStatement",
                      "start": 19459,
                      "end": 19861,
                      "loc": {
                        "start": {
                          "line": 554,
                          "column": 67
                        },
                        "end": {
                          "line": 563,
                          "column": 5
                        }
                      },
                      "body": [
                        {
                          "type": "VariableDeclaration",
                          "start": 19467,
                          "end": 19527,
                          "loc": {
                            "start": {
                              "line": 555,
                              "column": 6
                            },
                            "end": {
                              "line": 555,
                              "column": 66
                            }
                          },
                          "declarations": [
                            {
                              "type": "VariableDeclarator",
                              "start": 19473,
                              "end": 19526,
                              "loc": {
                                "start": {
                                  "line": 555,
                                  "column": 12
                                },
                                "end": {
                                  "line": 555,
                                  "column": 65
                                }
                              },
                              "id": {
                                "type": "Identifier",
                                "start": 19473,
                                "end": 19477,
                                "loc": {
                                  "start": {
                                    "line": 555,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 555,
                                    "column": 16
                                  },
                                  "identifierName": "keys"
                                },
                                "name": "keys"
                              },
                              "init": {
                                "type": "CallExpression",
                                "start": 19480,
                                "end": 19526,
                                "loc": {
                                  "start": {
                                    "line": 555,
                                    "column": 19
                                  },
                                  "end": {
                                    "line": 555,
                                    "column": 65
                                  }
                                },
                                "callee": {
                                  "type": "MemberExpression",
                                  "start": 19480,
                                  "end": 19491,
                                  "loc": {
                                    "start": {
                                      "line": 555,
                                      "column": 19
                                    },
                                    "end": {
                                      "line": 555,
                                      "column": 30
                                    }
                                  },
                                  "object": {
                                    "type": "Identifier",
                                    "start": 19480,
                                    "end": 19486,
                                    "loc": {
                                      "start": {
                                        "line": 555,
                                        "column": 19
                                      },
                                      "end": {
                                        "line": 555,
                                        "column": 25
                                      },
                                      "identifierName": "Object"
                                    },
                                    "name": "Object"
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 19487,
                                    "end": 19491,
                                    "loc": {
                                      "start": {
                                        "line": 555,
                                        "column": 26
                                      },
                                      "end": {
                                        "line": 555,
                                        "column": 30
                                      },
                                      "identifierName": "keys"
                                    },
                                    "name": "keys"
                                  },
                                  "computed": false
                                },
                                "arguments": [
                                  {
                                    "type": "MemberExpression",
                                    "start": 19492,
                                    "end": 19525,
                                    "loc": {
                                      "start": {
                                        "line": 555,
                                        "column": 31
                                      },
                                      "end": {
                                        "line": 555,
                                        "column": 64
                                      }
                                    },
                                    "object": {
                                      "type": "MemberExpression",
                                      "start": 19492,
                                      "end": 19512,
                                      "loc": {
                                        "start": {
                                          "line": 555,
                                          "column": 31
                                        },
                                        "end": {
                                          "line": 555,
                                          "column": 51
                                        }
                                      },
                                      "object": {
                                        "type": "Identifier",
                                        "start": 19492,
                                        "end": 19500,
                                        "loc": {
                                          "start": {
                                            "line": 555,
                                            "column": 31
                                          },
                                          "end": {
                                            "line": 555,
                                            "column": 39
                                          },
                                          "identifierName": "instance"
                                        },
                                        "name": "instance"
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 19501,
                                        "end": 19512,
                                        "loc": {
                                          "start": {
                                            "line": 555,
                                            "column": 40
                                          },
                                          "end": {
                                            "line": 555,
                                            "column": 51
                                          },
                                          "identifierName": "constructor"
                                        },
                                        "name": "constructor"
                                      },
                                      "computed": false
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 19513,
                                      "end": 19525,
                                      "loc": {
                                        "start": {
                                          "line": 555,
                                          "column": 52
                                        },
                                        "end": {
                                          "line": 555,
                                          "column": 64
                                        },
                                        "identifierName": "associations"
                                      },
                                      "name": "associations"
                                    },
                                    "computed": false
                                  }
                                ]
                              }
                            }
                          ],
                          "kind": "const"
                        },
                        {
                          "type": "VariableDeclaration",
                          "start": 19534,
                          "end": 19561,
                          "loc": {
                            "start": {
                              "line": 556,
                              "column": 6
                            },
                            "end": {
                              "line": 556,
                              "column": 33
                            }
                          },
                          "declarations": [
                            {
                              "type": "VariableDeclarator",
                              "start": 19540,
                              "end": 19560,
                              "loc": {
                                "start": {
                                  "line": 556,
                                  "column": 12
                                },
                                "end": {
                                  "line": 556,
                                  "column": 32
                                }
                              },
                              "id": {
                                "type": "Identifier",
                                "start": 19540,
                                "end": 19546,
                                "loc": {
                                  "start": {
                                    "line": 556,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 556,
                                    "column": 18
                                  },
                                  "identifierName": "length"
                                },
                                "name": "length"
                              },
                              "init": {
                                "type": "MemberExpression",
                                "start": 19549,
                                "end": 19560,
                                "loc": {
                                  "start": {
                                    "line": 556,
                                    "column": 21
                                  },
                                  "end": {
                                    "line": 556,
                                    "column": 32
                                  }
                                },
                                "object": {
                                  "type": "Identifier",
                                  "start": 19549,
                                  "end": 19553,
                                  "loc": {
                                    "start": {
                                      "line": 556,
                                      "column": 21
                                    },
                                    "end": {
                                      "line": 556,
                                      "column": 25
                                    },
                                    "identifierName": "keys"
                                  },
                                  "name": "keys"
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 19554,
                                  "end": 19560,
                                  "loc": {
                                    "start": {
                                      "line": 556,
                                      "column": 26
                                    },
                                    "end": {
                                      "line": 556,
                                      "column": 32
                                    },
                                    "identifierName": "length"
                                  },
                                  "name": "length"
                                },
                                "computed": false
                              }
                            }
                          ],
                          "kind": "const"
                        },
                        {
                          "type": "ForStatement",
                          "start": 19569,
                          "end": 19855,
                          "loc": {
                            "start": {
                              "line": 558,
                              "column": 6
                            },
                            "end": {
                              "line": 562,
                              "column": 7
                            }
                          },
                          "init": {
                            "type": "VariableDeclaration",
                            "start": 19574,
                            "end": 19583,
                            "loc": {
                              "start": {
                                "line": 558,
                                "column": 11
                              },
                              "end": {
                                "line": 558,
                                "column": 20
                              }
                            },
                            "declarations": [
                              {
                                "type": "VariableDeclarator",
                                "start": 19578,
                                "end": 19583,
                                "loc": {
                                  "start": {
                                    "line": 558,
                                    "column": 15
                                  },
                                  "end": {
                                    "line": 558,
                                    "column": 20
                                  }
                                },
                                "id": {
                                  "type": "Identifier",
                                  "start": 19578,
                                  "end": 19579,
                                  "loc": {
                                    "start": {
                                      "line": 558,
                                      "column": 15
                                    },
                                    "end": {
                                      "line": 558,
                                      "column": 16
                                    },
                                    "identifierName": "i"
                                  },
                                  "name": "i"
                                },
                                "init": {
                                  "type": "NumericLiteral",
                                  "start": 19582,
                                  "end": 19583,
                                  "loc": {
                                    "start": {
                                      "line": 558,
                                      "column": 19
                                    },
                                    "end": {
                                      "line": 558,
                                      "column": 20
                                    }
                                  },
                                  "extra": {
                                    "rawValue": 0,
                                    "raw": "0"
                                  },
                                  "value": 0
                                }
                              }
                            ],
                            "kind": "let"
                          },
                          "test": {
                            "type": "BinaryExpression",
                            "start": 19585,
                            "end": 19595,
                            "loc": {
                              "start": {
                                "line": 558,
                                "column": 22
                              },
                              "end": {
                                "line": 558,
                                "column": 32
                              }
                            },
                            "left": {
                              "type": "Identifier",
                              "start": 19585,
                              "end": 19586,
                              "loc": {
                                "start": {
                                  "line": 558,
                                  "column": 22
                                },
                                "end": {
                                  "line": 558,
                                  "column": 23
                                },
                                "identifierName": "i"
                              },
                              "name": "i"
                            },
                            "operator": "<",
                            "right": {
                              "type": "Identifier",
                              "start": 19589,
                              "end": 19595,
                              "loc": {
                                "start": {
                                  "line": 558,
                                  "column": 26
                                },
                                "end": {
                                  "line": 558,
                                  "column": 32
                                },
                                "identifierName": "length"
                              },
                              "name": "length"
                            }
                          },
                          "update": {
                            "type": "UpdateExpression",
                            "start": 19597,
                            "end": 19600,
                            "loc": {
                              "start": {
                                "line": 558,
                                "column": 34
                              },
                              "end": {
                                "line": 558,
                                "column": 37
                              }
                            },
                            "operator": "++",
                            "prefix": false,
                            "argument": {
                              "type": "Identifier",
                              "start": 19597,
                              "end": 19598,
                              "loc": {
                                "start": {
                                  "line": 558,
                                  "column": 34
                                },
                                "end": {
                                  "line": 558,
                                  "column": 35
                                },
                                "identifierName": "i"
                              },
                              "name": "i"
                            }
                          },
                          "body": {
                            "type": "BlockStatement",
                            "start": 19602,
                            "end": 19855,
                            "loc": {
                              "start": {
                                "line": 558,
                                "column": 39
                              },
                              "end": {
                                "line": 562,
                                "column": 7
                              }
                            },
                            "body": [
                              {
                                "type": "IfStatement",
                                "start": 19612,
                                "end": 19847,
                                "loc": {
                                  "start": {
                                    "line": 559,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 561,
                                    "column": 9
                                  }
                                },
                                "test": {
                                  "type": "LogicalExpression",
                                  "start": 19616,
                                  "end": 19807,
                                  "loc": {
                                    "start": {
                                      "line": 559,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 559,
                                      "column": 203
                                    }
                                  },
                                  "left": {
                                    "type": "LogicalExpression",
                                    "start": 19616,
                                    "end": 19729,
                                    "loc": {
                                      "start": {
                                        "line": 559,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 559,
                                        "column": 125
                                      }
                                    },
                                    "left": {
                                      "type": "MemberExpression",
                                      "start": 19616,
                                      "end": 19666,
                                      "loc": {
                                        "start": {
                                          "line": 559,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 559,
                                          "column": 62
                                        }
                                      },
                                      "object": {
                                        "type": "MemberExpression",
                                        "start": 19616,
                                        "end": 19658,
                                        "loc": {
                                          "start": {
                                            "line": 559,
                                            "column": 12
                                          },
                                          "end": {
                                            "line": 559,
                                            "column": 54
                                          }
                                        },
                                        "object": {
                                          "type": "MemberExpression",
                                          "start": 19616,
                                          "end": 19649,
                                          "loc": {
                                            "start": {
                                              "line": 559,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 559,
                                              "column": 45
                                            }
                                          },
                                          "object": {
                                            "type": "MemberExpression",
                                            "start": 19616,
                                            "end": 19636,
                                            "loc": {
                                              "start": {
                                                "line": 559,
                                                "column": 12
                                              },
                                              "end": {
                                                "line": 559,
                                                "column": 32
                                              }
                                            },
                                            "object": {
                                              "type": "Identifier",
                                              "start": 19616,
                                              "end": 19624,
                                              "loc": {
                                                "start": {
                                                  "line": 559,
                                                  "column": 12
                                                },
                                                "end": {
                                                  "line": 559,
                                                  "column": 20
                                                },
                                                "identifierName": "instance"
                                              },
                                              "name": "instance"
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 19625,
                                              "end": 19636,
                                              "loc": {
                                                "start": {
                                                  "line": 559,
                                                  "column": 21
                                                },
                                                "end": {
                                                  "line": 559,
                                                  "column": 32
                                                },
                                                "identifierName": "constructor"
                                              },
                                              "name": "constructor"
                                            },
                                            "computed": false
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 19637,
                                            "end": 19649,
                                            "loc": {
                                              "start": {
                                                "line": 559,
                                                "column": 33
                                              },
                                              "end": {
                                                "line": 559,
                                                "column": 45
                                              },
                                              "identifierName": "associations"
                                            },
                                            "name": "associations"
                                          },
                                          "computed": false
                                        },
                                        "property": {
                                          "type": "MemberExpression",
                                          "start": 19650,
                                          "end": 19657,
                                          "loc": {
                                            "start": {
                                              "line": 559,
                                              "column": 46
                                            },
                                            "end": {
                                              "line": 559,
                                              "column": 53
                                            }
                                          },
                                          "object": {
                                            "type": "Identifier",
                                            "start": 19650,
                                            "end": 19654,
                                            "loc": {
                                              "start": {
                                                "line": 559,
                                                "column": 46
                                              },
                                              "end": {
                                                "line": 559,
                                                "column": 50
                                              },
                                              "identifierName": "keys"
                                            },
                                            "name": "keys"
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 19655,
                                            "end": 19656,
                                            "loc": {
                                              "start": {
                                                "line": 559,
                                                "column": 51
                                              },
                                              "end": {
                                                "line": 559,
                                                "column": 52
                                              },
                                              "identifierName": "i"
                                            },
                                            "name": "i"
                                          },
                                          "computed": true
                                        },
                                        "computed": true
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 19659,
                                        "end": 19666,
                                        "loc": {
                                          "start": {
                                            "line": 559,
                                            "column": 55
                                          },
                                          "end": {
                                            "line": 559,
                                            "column": 62
                                          },
                                          "identifierName": "options"
                                        },
                                        "name": "options"
                                      },
                                      "computed": false
                                    },
                                    "operator": "&&",
                                    "right": {
                                      "type": "MemberExpression",
                                      "start": 19670,
                                      "end": 19729,
                                      "loc": {
                                        "start": {
                                          "line": 559,
                                          "column": 66
                                        },
                                        "end": {
                                          "line": 559,
                                          "column": 125
                                        }
                                      },
                                      "object": {
                                        "type": "MemberExpression",
                                        "start": 19670,
                                        "end": 19720,
                                        "loc": {
                                          "start": {
                                            "line": 559,
                                            "column": 66
                                          },
                                          "end": {
                                            "line": 559,
                                            "column": 116
                                          }
                                        },
                                        "object": {
                                          "type": "MemberExpression",
                                          "start": 19670,
                                          "end": 19712,
                                          "loc": {
                                            "start": {
                                              "line": 559,
                                              "column": 66
                                            },
                                            "end": {
                                              "line": 559,
                                              "column": 108
                                            }
                                          },
                                          "object": {
                                            "type": "MemberExpression",
                                            "start": 19670,
                                            "end": 19703,
                                            "loc": {
                                              "start": {
                                                "line": 559,
                                                "column": 66
                                              },
                                              "end": {
                                                "line": 559,
                                                "column": 99
                                              }
                                            },
                                            "object": {
                                              "type": "MemberExpression",
                                              "start": 19670,
                                              "end": 19690,
                                              "loc": {
                                                "start": {
                                                  "line": 559,
                                                  "column": 66
                                                },
                                                "end": {
                                                  "line": 559,
                                                  "column": 86
                                                }
                                              },
                                              "object": {
                                                "type": "Identifier",
                                                "start": 19670,
                                                "end": 19678,
                                                "loc": {
                                                  "start": {
                                                    "line": 559,
                                                    "column": 66
                                                  },
                                                  "end": {
                                                    "line": 559,
                                                    "column": 74
                                                  },
                                                  "identifierName": "instance"
                                                },
                                                "name": "instance"
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 19679,
                                                "end": 19690,
                                                "loc": {
                                                  "start": {
                                                    "line": 559,
                                                    "column": 75
                                                  },
                                                  "end": {
                                                    "line": 559,
                                                    "column": 86
                                                  },
                                                  "identifierName": "constructor"
                                                },
                                                "name": "constructor"
                                              },
                                              "computed": false
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 19691,
                                              "end": 19703,
                                              "loc": {
                                                "start": {
                                                  "line": 559,
                                                  "column": 87
                                                },
                                                "end": {
                                                  "line": 559,
                                                  "column": 99
                                                },
                                                "identifierName": "associations"
                                              },
                                              "name": "associations"
                                            },
                                            "computed": false
                                          },
                                          "property": {
                                            "type": "MemberExpression",
                                            "start": 19704,
                                            "end": 19711,
                                            "loc": {
                                              "start": {
                                                "line": 559,
                                                "column": 100
                                              },
                                              "end": {
                                                "line": 559,
                                                "column": 107
                                              }
                                            },
                                            "object": {
                                              "type": "Identifier",
                                              "start": 19704,
                                              "end": 19708,
                                              "loc": {
                                                "start": {
                                                  "line": 559,
                                                  "column": 100
                                                },
                                                "end": {
                                                  "line": 559,
                                                  "column": 104
                                                },
                                                "identifierName": "keys"
                                              },
                                              "name": "keys"
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 19709,
                                              "end": 19710,
                                              "loc": {
                                                "start": {
                                                  "line": 559,
                                                  "column": 105
                                                },
                                                "end": {
                                                  "line": 559,
                                                  "column": 106
                                                },
                                                "identifierName": "i"
                                              },
                                              "name": "i"
                                            },
                                            "computed": true
                                          },
                                          "computed": true
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 19713,
                                          "end": 19720,
                                          "loc": {
                                            "start": {
                                              "line": 559,
                                              "column": 109
                                            },
                                            "end": {
                                              "line": 559,
                                              "column": 116
                                            },
                                            "identifierName": "options"
                                          },
                                          "name": "options"
                                        },
                                        "computed": false
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 19721,
                                        "end": 19729,
                                        "loc": {
                                          "start": {
                                            "line": 559,
                                            "column": 117
                                          },
                                          "end": {
                                            "line": 559,
                                            "column": 125
                                          },
                                          "identifierName": "onUpdate"
                                        },
                                        "name": "onUpdate"
                                      },
                                      "computed": false
                                    }
                                  },
                                  "operator": "&&",
                                  "right": {
                                    "type": "BinaryExpression",
                                    "start": 19733,
                                    "end": 19807,
                                    "loc": {
                                      "start": {
                                        "line": 559,
                                        "column": 129
                                      },
                                      "end": {
                                        "line": 559,
                                        "column": 203
                                      }
                                    },
                                    "left": {
                                      "type": "MemberExpression",
                                      "start": 19733,
                                      "end": 19792,
                                      "loc": {
                                        "start": {
                                          "line": 559,
                                          "column": 129
                                        },
                                        "end": {
                                          "line": 559,
                                          "column": 188
                                        }
                                      },
                                      "object": {
                                        "type": "MemberExpression",
                                        "start": 19733,
                                        "end": 19783,
                                        "loc": {
                                          "start": {
                                            "line": 559,
                                            "column": 129
                                          },
                                          "end": {
                                            "line": 559,
                                            "column": 179
                                          }
                                        },
                                        "object": {
                                          "type": "MemberExpression",
                                          "start": 19733,
                                          "end": 19775,
                                          "loc": {
                                            "start": {
                                              "line": 559,
                                              "column": 129
                                            },
                                            "end": {
                                              "line": 559,
                                              "column": 171
                                            }
                                          },
                                          "object": {
                                            "type": "MemberExpression",
                                            "start": 19733,
                                            "end": 19766,
                                            "loc": {
                                              "start": {
                                                "line": 559,
                                                "column": 129
                                              },
                                              "end": {
                                                "line": 559,
                                                "column": 162
                                              }
                                            },
                                            "object": {
                                              "type": "MemberExpression",
                                              "start": 19733,
                                              "end": 19753,
                                              "loc": {
                                                "start": {
                                                  "line": 559,
                                                  "column": 129
                                                },
                                                "end": {
                                                  "line": 559,
                                                  "column": 149
                                                }
                                              },
                                              "object": {
                                                "type": "Identifier",
                                                "start": 19733,
                                                "end": 19741,
                                                "loc": {
                                                  "start": {
                                                    "line": 559,
                                                    "column": 129
                                                  },
                                                  "end": {
                                                    "line": 559,
                                                    "column": 137
                                                  },
                                                  "identifierName": "instance"
                                                },
                                                "name": "instance"
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 19742,
                                                "end": 19753,
                                                "loc": {
                                                  "start": {
                                                    "line": 559,
                                                    "column": 138
                                                  },
                                                  "end": {
                                                    "line": 559,
                                                    "column": 149
                                                  },
                                                  "identifierName": "constructor"
                                                },
                                                "name": "constructor"
                                              },
                                              "computed": false
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 19754,
                                              "end": 19766,
                                              "loc": {
                                                "start": {
                                                  "line": 559,
                                                  "column": 150
                                                },
                                                "end": {
                                                  "line": 559,
                                                  "column": 162
                                                },
                                                "identifierName": "associations"
                                              },
                                              "name": "associations"
                                            },
                                            "computed": false
                                          },
                                          "property": {
                                            "type": "MemberExpression",
                                            "start": 19767,
                                            "end": 19774,
                                            "loc": {
                                              "start": {
                                                "line": 559,
                                                "column": 163
                                              },
                                              "end": {
                                                "line": 559,
                                                "column": 170
                                              }
                                            },
                                            "object": {
                                              "type": "Identifier",
                                              "start": 19767,
                                              "end": 19771,
                                              "loc": {
                                                "start": {
                                                  "line": 559,
                                                  "column": 163
                                                },
                                                "end": {
                                                  "line": 559,
                                                  "column": 167
                                                },
                                                "identifierName": "keys"
                                              },
                                              "name": "keys"
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 19772,
                                              "end": 19773,
                                              "loc": {
                                                "start": {
                                                  "line": 559,
                                                  "column": 168
                                                },
                                                "end": {
                                                  "line": 559,
                                                  "column": 169
                                                },
                                                "identifierName": "i"
                                              },
                                              "name": "i"
                                            },
                                            "computed": true
                                          },
                                          "computed": true
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 19776,
                                          "end": 19783,
                                          "loc": {
                                            "start": {
                                              "line": 559,
                                              "column": 172
                                            },
                                            "end": {
                                              "line": 559,
                                              "column": 179
                                            },
                                            "identifierName": "options"
                                          },
                                          "name": "options"
                                        },
                                        "computed": false
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 19784,
                                        "end": 19792,
                                        "loc": {
                                          "start": {
                                            "line": 559,
                                            "column": 180
                                          },
                                          "end": {
                                            "line": 559,
                                            "column": 188
                                          },
                                          "identifierName": "onUpdate"
                                        },
                                        "name": "onUpdate"
                                      },
                                      "computed": false
                                    },
                                    "operator": "===",
                                    "right": {
                                      "type": "StringLiteral",
                                      "start": 19797,
                                      "end": 19807,
                                      "loc": {
                                        "start": {
                                          "line": 559,
                                          "column": 193
                                        },
                                        "end": {
                                          "line": 559,
                                          "column": 203
                                        }
                                      },
                                      "extra": {
                                        "rawValue": "restrict",
                                        "raw": "'restrict'"
                                      },
                                      "value": "restrict"
                                    }
                                  }
                                },
                                "consequent": {
                                  "type": "BlockStatement",
                                  "start": 19809,
                                  "end": 19847,
                                  "loc": {
                                    "start": {
                                      "line": 559,
                                      "column": 205
                                    },
                                    "end": {
                                      "line": 561,
                                      "column": 9
                                    }
                                  },
                                  "body": [
                                    {
                                      "type": "ExpressionStatement",
                                      "start": 19821,
                                      "end": 19837,
                                      "loc": {
                                        "start": {
                                          "line": 560,
                                          "column": 10
                                        },
                                        "end": {
                                          "line": 560,
                                          "column": 26
                                        }
                                      },
                                      "expression": {
                                        "type": "AssignmentExpression",
                                        "start": 19821,
                                        "end": 19836,
                                        "loc": {
                                          "start": {
                                            "line": 560,
                                            "column": 10
                                          },
                                          "end": {
                                            "line": 560,
                                            "column": 25
                                          }
                                        },
                                        "operator": "=",
                                        "left": {
                                          "type": "Identifier",
                                          "start": 19821,
                                          "end": 19829,
                                          "loc": {
                                            "start": {
                                              "line": 560,
                                              "column": 10
                                            },
                                            "end": {
                                              "line": 560,
                                              "column": 18
                                            },
                                            "identifierName": "restrict"
                                          },
                                          "name": "restrict"
                                        },
                                        "right": {
                                          "type": "BooleanLiteral",
                                          "start": 19832,
                                          "end": 19836,
                                          "loc": {
                                            "start": {
                                              "line": 560,
                                              "column": 21
                                            },
                                            "end": {
                                              "line": 560,
                                              "column": 25
                                            }
                                          },
                                          "value": true
                                        }
                                      }
                                    }
                                  ],
                                  "directives": []
                                },
                                "alternate": null
                              }
                            ],
                            "directives": []
                          }
                        }
                      ],
                      "directives": []
                    },
                    "alternate": null,
                    "leadingComments": [
                      {
                        "type": "CommentLine",
                        "value": " Check for a restrict field",
                        "start": 19362,
                        "end": 19391,
                        "loc": {
                          "start": {
                            "line": 553,
                            "column": 4
                          },
                          "end": {
                            "line": 553,
                            "column": 33
                          }
                        }
                      }
                    ]
                  },
                  {
                    "type": "ExpressionStatement",
                    "start": 19867,
                    "end": 19895,
                    "loc": {
                      "start": {
                        "line": 565,
                        "column": 4
                      },
                      "end": {
                        "line": 565,
                        "column": 32
                      }
                    },
                    "expression": {
                      "type": "AssignmentExpression",
                      "start": 19867,
                      "end": 19894,
                      "loc": {
                        "start": {
                          "line": 565,
                          "column": 4
                        },
                        "end": {
                          "line": 565,
                          "column": 31
                        }
                      },
                      "operator": "=",
                      "left": {
                        "type": "MemberExpression",
                        "start": 19867,
                        "end": 19883,
                        "loc": {
                          "start": {
                            "line": 565,
                            "column": 4
                          },
                          "end": {
                            "line": 565,
                            "column": 20
                          }
                        },
                        "object": {
                          "type": "Identifier",
                          "start": 19867,
                          "end": 19874,
                          "loc": {
                            "start": {
                              "line": 565,
                              "column": 4
                            },
                            "end": {
                              "line": 565,
                              "column": 11
                            },
                            "identifierName": "options"
                          },
                          "name": "options"
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 19875,
                          "end": 19883,
                          "loc": {
                            "start": {
                              "line": 565,
                              "column": 12
                            },
                            "end": {
                              "line": 565,
                              "column": 20
                            },
                            "identifierName": "instance"
                          },
                          "name": "instance"
                        },
                        "computed": false
                      },
                      "right": {
                        "type": "Identifier",
                        "start": 19886,
                        "end": 19894,
                        "loc": {
                          "start": {
                            "line": 565,
                            "column": 23
                          },
                          "end": {
                            "line": 565,
                            "column": 31
                          },
                          "identifierName": "instance"
                        },
                        "name": "instance"
                      }
                    }
                  },
                  {
                    "type": "ReturnStatement",
                    "start": 19900,
                    "end": 19942,
                    "loc": {
                      "start": {
                        "line": 566,
                        "column": 4
                      },
                      "end": {
                        "line": 566,
                        "column": 46
                      }
                    },
                    "argument": {
                      "type": "CallExpression",
                      "start": 19907,
                      "end": 19941,
                      "loc": {
                        "start": {
                          "line": 566,
                          "column": 11
                        },
                        "end": {
                          "line": 566,
                          "column": 45
                        }
                      },
                      "callee": {
                        "type": "MemberExpression",
                        "start": 19907,
                        "end": 19927,
                        "loc": {
                          "start": {
                            "line": 566,
                            "column": 11
                          },
                          "end": {
                            "line": 566,
                            "column": 31
                          }
                        },
                        "object": {
                          "type": "MemberExpression",
                          "start": 19907,
                          "end": 19921,
                          "loc": {
                            "start": {
                              "line": 566,
                              "column": 11
                            },
                            "end": {
                              "line": 566,
                              "column": 25
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 19907,
                            "end": 19911,
                            "loc": {
                              "start": {
                                "line": 566,
                                "column": 11
                              },
                              "end": {
                                "line": 566,
                                "column": 15
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 19912,
                            "end": 19921,
                            "loc": {
                              "start": {
                                "line": 566,
                                "column": 16
                              },
                              "end": {
                                "line": 566,
                                "column": 25
                              },
                              "identifierName": "sequelize"
                            },
                            "name": "sequelize"
                          },
                          "computed": false
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 19922,
                          "end": 19927,
                          "loc": {
                            "start": {
                              "line": 566,
                              "column": 26
                            },
                            "end": {
                              "line": 566,
                              "column": 31
                            },
                            "identifierName": "query"
                          },
                          "name": "query"
                        },
                        "computed": false
                      },
                      "arguments": [
                        {
                          "type": "Identifier",
                          "start": 19928,
                          "end": 19931,
                          "loc": {
                            "start": {
                              "line": 566,
                              "column": 32
                            },
                            "end": {
                              "line": 566,
                              "column": 35
                            },
                            "identifierName": "sql"
                          },
                          "name": "sql"
                        },
                        {
                          "type": "Identifier",
                          "start": 19933,
                          "end": 19940,
                          "loc": {
                            "start": {
                              "line": 566,
                              "column": 37
                            },
                            "end": {
                              "line": 566,
                              "column": 44
                            },
                            "identifierName": "options"
                          },
                          "name": "options"
                        }
                      ]
                    }
                  }
                ],
                "directives": []
              }
            },
            {
              "type": "ClassMethod",
              "start": 19950,
              "end": 20492,
              "loc": {
                "start": {
                  "line": 569,
                  "column": 2
                },
                "end": {
                  "line": 579,
                  "column": 3
                }
              },
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 19950,
                "end": 19960,
                "loc": {
                  "start": {
                    "line": 569,
                    "column": 2
                  },
                  "end": {
                    "line": 569,
                    "column": 12
                  },
                  "identifierName": "bulkUpdate"
                },
                "name": "bulkUpdate"
              },
              "static": false,
              "kind": "method",
              "id": null,
              "generator": false,
              "expression": false,
              "async": false,
              "params": [
                {
                  "type": "Identifier",
                  "start": 19961,
                  "end": 19970,
                  "loc": {
                    "start": {
                      "line": 569,
                      "column": 13
                    },
                    "end": {
                      "line": 569,
                      "column": 22
                    },
                    "identifierName": "tableName"
                  },
                  "name": "tableName"
                },
                {
                  "type": "Identifier",
                  "start": 19972,
                  "end": 19978,
                  "loc": {
                    "start": {
                      "line": 569,
                      "column": 24
                    },
                    "end": {
                      "line": 569,
                      "column": 30
                    },
                    "identifierName": "values"
                  },
                  "name": "values"
                },
                {
                  "type": "Identifier",
                  "start": 19980,
                  "end": 19990,
                  "loc": {
                    "start": {
                      "line": 569,
                      "column": 32
                    },
                    "end": {
                      "line": 569,
                      "column": 42
                    },
                    "identifierName": "identifier"
                  },
                  "name": "identifier"
                },
                {
                  "type": "Identifier",
                  "start": 19992,
                  "end": 19999,
                  "loc": {
                    "start": {
                      "line": 569,
                      "column": 44
                    },
                    "end": {
                      "line": 569,
                      "column": 51
                    },
                    "identifierName": "options"
                  },
                  "name": "options"
                },
                {
                  "type": "Identifier",
                  "start": 20001,
                  "end": 20011,
                  "loc": {
                    "start": {
                      "line": 569,
                      "column": 53
                    },
                    "end": {
                      "line": 569,
                      "column": 63
                    },
                    "identifierName": "attributes"
                  },
                  "name": "attributes"
                }
              ],
              "body": {
                "type": "BlockStatement",
                "start": 20013,
                "end": 20492,
                "loc": {
                  "start": {
                    "line": 569,
                    "column": 65
                  },
                  "end": {
                    "line": 579,
                    "column": 3
                  }
                },
                "body": [
                  {
                    "type": "ExpressionStatement",
                    "start": 20019,
                    "end": 20054,
                    "loc": {
                      "start": {
                        "line": 570,
                        "column": 4
                      },
                      "end": {
                        "line": 570,
                        "column": 39
                      }
                    },
                    "expression": {
                      "type": "AssignmentExpression",
                      "start": 20019,
                      "end": 20053,
                      "loc": {
                        "start": {
                          "line": 570,
                          "column": 4
                        },
                        "end": {
                          "line": 570,
                          "column": 38
                        }
                      },
                      "operator": "=",
                      "left": {
                        "type": "Identifier",
                        "start": 20019,
                        "end": 20026,
                        "loc": {
                          "start": {
                            "line": 570,
                            "column": 4
                          },
                          "end": {
                            "line": 570,
                            "column": 11
                          },
                          "identifierName": "options"
                        },
                        "name": "options"
                      },
                      "right": {
                        "type": "CallExpression",
                        "start": 20029,
                        "end": 20053,
                        "loc": {
                          "start": {
                            "line": 570,
                            "column": 14
                          },
                          "end": {
                            "line": 570,
                            "column": 38
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 20029,
                          "end": 20044,
                          "loc": {
                            "start": {
                              "line": 570,
                              "column": 14
                            },
                            "end": {
                              "line": 570,
                              "column": 29
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 20029,
                            "end": 20034,
                            "loc": {
                              "start": {
                                "line": 570,
                                "column": 14
                              },
                              "end": {
                                "line": 570,
                                "column": 19
                              },
                              "identifierName": "Utils"
                            },
                            "name": "Utils"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 20035,
                            "end": 20044,
                            "loc": {
                              "start": {
                                "line": 570,
                                "column": 20
                              },
                              "end": {
                                "line": 570,
                                "column": 29
                              },
                              "identifierName": "cloneDeep"
                            },
                            "name": "cloneDeep"
                          },
                          "computed": false
                        },
                        "arguments": [
                          {
                            "type": "Identifier",
                            "start": 20045,
                            "end": 20052,
                            "loc": {
                              "start": {
                                "line": 570,
                                "column": 30
                              },
                              "end": {
                                "line": 570,
                                "column": 37
                              },
                              "identifierName": "options"
                            },
                            "name": "options"
                          }
                        ]
                      }
                    }
                  },
                  {
                    "type": "IfStatement",
                    "start": 20059,
                    "end": 20136,
                    "loc": {
                      "start": {
                        "line": 571,
                        "column": 4
                      },
                      "end": {
                        "line": 571,
                        "column": 81
                      }
                    },
                    "test": {
                      "type": "BinaryExpression",
                      "start": 20063,
                      "end": 20093,
                      "loc": {
                        "start": {
                          "line": 571,
                          "column": 8
                        },
                        "end": {
                          "line": 571,
                          "column": 38
                        }
                      },
                      "left": {
                        "type": "UnaryExpression",
                        "start": 20063,
                        "end": 20080,
                        "loc": {
                          "start": {
                            "line": 571,
                            "column": 8
                          },
                          "end": {
                            "line": 571,
                            "column": 25
                          }
                        },
                        "operator": "typeof",
                        "prefix": true,
                        "argument": {
                          "type": "Identifier",
                          "start": 20070,
                          "end": 20080,
                          "loc": {
                            "start": {
                              "line": 571,
                              "column": 15
                            },
                            "end": {
                              "line": 571,
                              "column": 25
                            },
                            "identifierName": "identifier"
                          },
                          "name": "identifier"
                        },
                        "extra": {
                          "parenthesizedArgument": false
                        }
                      },
                      "operator": "===",
                      "right": {
                        "type": "StringLiteral",
                        "start": 20085,
                        "end": 20093,
                        "loc": {
                          "start": {
                            "line": 571,
                            "column": 30
                          },
                          "end": {
                            "line": 571,
                            "column": 38
                          }
                        },
                        "extra": {
                          "rawValue": "object",
                          "raw": "'object'"
                        },
                        "value": "object"
                      }
                    },
                    "consequent": {
                      "type": "ExpressionStatement",
                      "start": 20095,
                      "end": 20136,
                      "loc": {
                        "start": {
                          "line": 571,
                          "column": 40
                        },
                        "end": {
                          "line": 571,
                          "column": 81
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 20095,
                        "end": 20135,
                        "loc": {
                          "start": {
                            "line": 571,
                            "column": 40
                          },
                          "end": {
                            "line": 571,
                            "column": 80
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "Identifier",
                          "start": 20095,
                          "end": 20105,
                          "loc": {
                            "start": {
                              "line": 571,
                              "column": 40
                            },
                            "end": {
                              "line": 571,
                              "column": 50
                            },
                            "identifierName": "identifier"
                          },
                          "name": "identifier"
                        },
                        "right": {
                          "type": "CallExpression",
                          "start": 20108,
                          "end": 20135,
                          "loc": {
                            "start": {
                              "line": 571,
                              "column": 53
                            },
                            "end": {
                              "line": 571,
                              "column": 80
                            }
                          },
                          "callee": {
                            "type": "MemberExpression",
                            "start": 20108,
                            "end": 20123,
                            "loc": {
                              "start": {
                                "line": 571,
                                "column": 53
                              },
                              "end": {
                                "line": 571,
                                "column": 68
                              }
                            },
                            "object": {
                              "type": "Identifier",
                              "start": 20108,
                              "end": 20113,
                              "loc": {
                                "start": {
                                  "line": 571,
                                  "column": 53
                                },
                                "end": {
                                  "line": 571,
                                  "column": 58
                                },
                                "identifierName": "Utils"
                              },
                              "name": "Utils"
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 20114,
                              "end": 20123,
                              "loc": {
                                "start": {
                                  "line": 571,
                                  "column": 59
                                },
                                "end": {
                                  "line": 571,
                                  "column": 68
                                },
                                "identifierName": "cloneDeep"
                              },
                              "name": "cloneDeep"
                            },
                            "computed": false
                          },
                          "arguments": [
                            {
                              "type": "Identifier",
                              "start": 20124,
                              "end": 20134,
                              "loc": {
                                "start": {
                                  "line": 571,
                                  "column": 69
                                },
                                "end": {
                                  "line": 571,
                                  "column": 79
                                },
                                "identifierName": "identifier"
                              },
                              "name": "identifier"
                            }
                          ]
                        }
                      }
                    },
                    "alternate": null
                  },
                  {
                    "type": "VariableDeclaration",
                    "start": 20142,
                    "end": 20238,
                    "loc": {
                      "start": {
                        "line": 573,
                        "column": 4
                      },
                      "end": {
                        "line": 573,
                        "column": 100
                      }
                    },
                    "declarations": [
                      {
                        "type": "VariableDeclarator",
                        "start": 20148,
                        "end": 20237,
                        "loc": {
                          "start": {
                            "line": 573,
                            "column": 10
                          },
                          "end": {
                            "line": 573,
                            "column": 99
                          }
                        },
                        "id": {
                          "type": "Identifier",
                          "start": 20148,
                          "end": 20151,
                          "loc": {
                            "start": {
                              "line": 573,
                              "column": 10
                            },
                            "end": {
                              "line": 573,
                              "column": 13
                            },
                            "identifierName": "sql"
                          },
                          "name": "sql"
                        },
                        "init": {
                          "type": "CallExpression",
                          "start": 20154,
                          "end": 20237,
                          "loc": {
                            "start": {
                              "line": 573,
                              "column": 16
                            },
                            "end": {
                              "line": 573,
                              "column": 99
                            }
                          },
                          "callee": {
                            "type": "MemberExpression",
                            "start": 20154,
                            "end": 20185,
                            "loc": {
                              "start": {
                                "line": 573,
                                "column": 16
                              },
                              "end": {
                                "line": 573,
                                "column": 47
                              }
                            },
                            "object": {
                              "type": "MemberExpression",
                              "start": 20154,
                              "end": 20173,
                              "loc": {
                                "start": {
                                  "line": 573,
                                  "column": 16
                                },
                                "end": {
                                  "line": 573,
                                  "column": 35
                                }
                              },
                              "object": {
                                "type": "ThisExpression",
                                "start": 20154,
                                "end": 20158,
                                "loc": {
                                  "start": {
                                    "line": 573,
                                    "column": 16
                                  },
                                  "end": {
                                    "line": 573,
                                    "column": 20
                                  }
                                }
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 20159,
                                "end": 20173,
                                "loc": {
                                  "start": {
                                    "line": 573,
                                    "column": 21
                                  },
                                  "end": {
                                    "line": 573,
                                    "column": 35
                                  },
                                  "identifierName": "QueryGenerator"
                                },
                                "name": "QueryGenerator"
                              },
                              "computed": false
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 20174,
                              "end": 20185,
                              "loc": {
                                "start": {
                                  "line": 573,
                                  "column": 36
                                },
                                "end": {
                                  "line": 573,
                                  "column": 47
                                },
                                "identifierName": "updateQuery"
                              },
                              "name": "updateQuery"
                            },
                            "computed": false
                          },
                          "arguments": [
                            {
                              "type": "Identifier",
                              "start": 20186,
                              "end": 20195,
                              "loc": {
                                "start": {
                                  "line": 573,
                                  "column": 48
                                },
                                "end": {
                                  "line": 573,
                                  "column": 57
                                },
                                "identifierName": "tableName"
                              },
                              "name": "tableName"
                            },
                            {
                              "type": "Identifier",
                              "start": 20197,
                              "end": 20203,
                              "loc": {
                                "start": {
                                  "line": 573,
                                  "column": 59
                                },
                                "end": {
                                  "line": 573,
                                  "column": 65
                                },
                                "identifierName": "values"
                              },
                              "name": "values"
                            },
                            {
                              "type": "Identifier",
                              "start": 20205,
                              "end": 20215,
                              "loc": {
                                "start": {
                                  "line": 573,
                                  "column": 67
                                },
                                "end": {
                                  "line": 573,
                                  "column": 77
                                },
                                "identifierName": "identifier"
                              },
                              "name": "identifier"
                            },
                            {
                              "type": "Identifier",
                              "start": 20217,
                              "end": 20224,
                              "loc": {
                                "start": {
                                  "line": 573,
                                  "column": 79
                                },
                                "end": {
                                  "line": 573,
                                  "column": 86
                                },
                                "identifierName": "options"
                              },
                              "name": "options"
                            },
                            {
                              "type": "Identifier",
                              "start": 20226,
                              "end": 20236,
                              "loc": {
                                "start": {
                                  "line": 573,
                                  "column": 88
                                },
                                "end": {
                                  "line": 573,
                                  "column": 98
                                },
                                "identifierName": "attributes"
                              },
                              "name": "attributes"
                            }
                          ]
                        }
                      }
                    ],
                    "kind": "const"
                  },
                  {
                    "type": "VariableDeclaration",
                    "start": 20243,
                    "end": 20313,
                    "loc": {
                      "start": {
                        "line": 574,
                        "column": 4
                      },
                      "end": {
                        "line": 574,
                        "column": 74
                      }
                    },
                    "declarations": [
                      {
                        "type": "VariableDeclarator",
                        "start": 20249,
                        "end": 20312,
                        "loc": {
                          "start": {
                            "line": 574,
                            "column": 10
                          },
                          "end": {
                            "line": 574,
                            "column": 73
                          }
                        },
                        "id": {
                          "type": "Identifier",
                          "start": 20249,
                          "end": 20254,
                          "loc": {
                            "start": {
                              "line": 574,
                              "column": 10
                            },
                            "end": {
                              "line": 574,
                              "column": 15
                            },
                            "identifierName": "table"
                          },
                          "name": "table"
                        },
                        "init": {
                          "type": "ConditionalExpression",
                          "start": 20257,
                          "end": 20312,
                          "loc": {
                            "start": {
                              "line": 574,
                              "column": 18
                            },
                            "end": {
                              "line": 574,
                              "column": 73
                            }
                          },
                          "test": {
                            "type": "CallExpression",
                            "start": 20257,
                            "end": 20284,
                            "loc": {
                              "start": {
                                "line": 574,
                                "column": 18
                              },
                              "end": {
                                "line": 574,
                                "column": 45
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 20257,
                              "end": 20273,
                              "loc": {
                                "start": {
                                  "line": 574,
                                  "column": 18
                                },
                                "end": {
                                  "line": 574,
                                  "column": 34
                                }
                              },
                              "object": {
                                "type": "MemberExpression",
                                "start": 20257,
                                "end": 20264,
                                "loc": {
                                  "start": {
                                    "line": 574,
                                    "column": 18
                                  },
                                  "end": {
                                    "line": 574,
                                    "column": 25
                                  }
                                },
                                "object": {
                                  "type": "Identifier",
                                  "start": 20257,
                                  "end": 20262,
                                  "loc": {
                                    "start": {
                                      "line": 574,
                                      "column": 18
                                    },
                                    "end": {
                                      "line": 574,
                                      "column": 23
                                    },
                                    "identifierName": "Utils"
                                  },
                                  "name": "Utils"
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 20263,
                                  "end": 20264,
                                  "loc": {
                                    "start": {
                                      "line": 574,
                                      "column": 24
                                    },
                                    "end": {
                                      "line": 574,
                                      "column": 25
                                    },
                                    "identifierName": "_"
                                  },
                                  "name": "_"
                                },
                                "computed": false
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 20265,
                                "end": 20273,
                                "loc": {
                                  "start": {
                                    "line": 574,
                                    "column": 26
                                  },
                                  "end": {
                                    "line": 574,
                                    "column": 34
                                  },
                                  "identifierName": "isObject"
                                },
                                "name": "isObject"
                              },
                              "computed": false
                            },
                            "arguments": [
                              {
                                "type": "Identifier",
                                "start": 20274,
                                "end": 20283,
                                "loc": {
                                  "start": {
                                    "line": 574,
                                    "column": 35
                                  },
                                  "end": {
                                    "line": 574,
                                    "column": 44
                                  },
                                  "identifierName": "tableName"
                                },
                                "name": "tableName"
                              }
                            ]
                          },
                          "consequent": {
                            "type": "Identifier",
                            "start": 20287,
                            "end": 20296,
                            "loc": {
                              "start": {
                                "line": 574,
                                "column": 48
                              },
                              "end": {
                                "line": 574,
                                "column": 57
                              },
                              "identifierName": "tableName"
                            },
                            "name": "tableName"
                          },
                          "alternate": {
                            "type": "ObjectExpression",
                            "start": 20299,
                            "end": 20312,
                            "loc": {
                              "start": {
                                "line": 574,
                                "column": 60
                              },
                              "end": {
                                "line": 574,
                                "column": 73
                              }
                            },
                            "properties": [
                              {
                                "type": "ObjectProperty",
                                "start": 20301,
                                "end": 20310,
                                "loc": {
                                  "start": {
                                    "line": 574,
                                    "column": 62
                                  },
                                  "end": {
                                    "line": 574,
                                    "column": 71
                                  }
                                },
                                "method": false,
                                "shorthand": true,
                                "computed": false,
                                "key": {
                                  "type": "Identifier",
                                  "start": 20301,
                                  "end": 20310,
                                  "loc": {
                                    "start": {
                                      "line": 574,
                                      "column": 62
                                    },
                                    "end": {
                                      "line": 574,
                                      "column": 71
                                    },
                                    "identifierName": "tableName"
                                  },
                                  "name": "tableName"
                                },
                                "value": {
                                  "type": "Identifier",
                                  "start": 20301,
                                  "end": 20310,
                                  "loc": {
                                    "start": {
                                      "line": 574,
                                      "column": 62
                                    },
                                    "end": {
                                      "line": 574,
                                      "column": 71
                                    },
                                    "identifierName": "tableName"
                                  },
                                  "name": "tableName"
                                },
                                "extra": {
                                  "shorthand": true
                                }
                              }
                            ]
                          }
                        }
                      }
                    ],
                    "kind": "const"
                  },
                  {
                    "type": "VariableDeclaration",
                    "start": 20318,
                    "end": 20413,
                    "loc": {
                      "start": {
                        "line": 575,
                        "column": 4
                      },
                      "end": {
                        "line": 575,
                        "column": 99
                      }
                    },
                    "declarations": [
                      {
                        "type": "VariableDeclarator",
                        "start": 20324,
                        "end": 20412,
                        "loc": {
                          "start": {
                            "line": 575,
                            "column": 10
                          },
                          "end": {
                            "line": 575,
                            "column": 98
                          }
                        },
                        "id": {
                          "type": "Identifier",
                          "start": 20324,
                          "end": 20329,
                          "loc": {
                            "start": {
                              "line": 575,
                              "column": 10
                            },
                            "end": {
                              "line": 575,
                              "column": 15
                            },
                            "identifierName": "model"
                          },
                          "name": "model"
                        },
                        "init": {
                          "type": "CallExpression",
                          "start": 20332,
                          "end": 20412,
                          "loc": {
                            "start": {
                              "line": 575,
                              "column": 18
                            },
                            "end": {
                              "line": 575,
                              "column": 98
                            }
                          },
                          "callee": {
                            "type": "MemberExpression",
                            "start": 20332,
                            "end": 20344,
                            "loc": {
                              "start": {
                                "line": 575,
                                "column": 18
                              },
                              "end": {
                                "line": 575,
                                "column": 30
                              }
                            },
                            "object": {
                              "type": "MemberExpression",
                              "start": 20332,
                              "end": 20339,
                              "loc": {
                                "start": {
                                  "line": 575,
                                  "column": 18
                                },
                                "end": {
                                  "line": 575,
                                  "column": 25
                                }
                              },
                              "object": {
                                "type": "Identifier",
                                "start": 20332,
                                "end": 20337,
                                "loc": {
                                  "start": {
                                    "line": 575,
                                    "column": 18
                                  },
                                  "end": {
                                    "line": 575,
                                    "column": 23
                                  },
                                  "identifierName": "Utils"
                                },
                                "name": "Utils"
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 20338,
                                "end": 20339,
                                "loc": {
                                  "start": {
                                    "line": 575,
                                    "column": 24
                                  },
                                  "end": {
                                    "line": 575,
                                    "column": 25
                                  },
                                  "identifierName": "_"
                                },
                                "name": "_"
                              },
                              "computed": false
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 20340,
                              "end": 20344,
                              "loc": {
                                "start": {
                                  "line": 575,
                                  "column": 26
                                },
                                "end": {
                                  "line": 575,
                                  "column": 30
                                },
                                "identifierName": "find"
                              },
                              "name": "find"
                            },
                            "computed": false
                          },
                          "arguments": [
                            {
                              "type": "MemberExpression",
                              "start": 20345,
                              "end": 20379,
                              "loc": {
                                "start": {
                                  "line": 575,
                                  "column": 31
                                },
                                "end": {
                                  "line": 575,
                                  "column": 65
                                }
                              },
                              "object": {
                                "type": "MemberExpression",
                                "start": 20345,
                                "end": 20372,
                                "loc": {
                                  "start": {
                                    "line": 575,
                                    "column": 31
                                  },
                                  "end": {
                                    "line": 575,
                                    "column": 58
                                  }
                                },
                                "object": {
                                  "type": "MemberExpression",
                                  "start": 20345,
                                  "end": 20359,
                                  "loc": {
                                    "start": {
                                      "line": 575,
                                      "column": 31
                                    },
                                    "end": {
                                      "line": 575,
                                      "column": 45
                                    }
                                  },
                                  "object": {
                                    "type": "ThisExpression",
                                    "start": 20345,
                                    "end": 20349,
                                    "loc": {
                                      "start": {
                                        "line": 575,
                                        "column": 31
                                      },
                                      "end": {
                                        "line": 575,
                                        "column": 35
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 20350,
                                    "end": 20359,
                                    "loc": {
                                      "start": {
                                        "line": 575,
                                        "column": 36
                                      },
                                      "end": {
                                        "line": 575,
                                        "column": 45
                                      },
                                      "identifierName": "sequelize"
                                    },
                                    "name": "sequelize"
                                  },
                                  "computed": false
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 20360,
                                  "end": 20372,
                                  "loc": {
                                    "start": {
                                      "line": 575,
                                      "column": 46
                                    },
                                    "end": {
                                      "line": 575,
                                      "column": 58
                                    },
                                    "identifierName": "modelManager"
                                  },
                                  "name": "modelManager"
                                },
                                "computed": false
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 20373,
                                "end": 20379,
                                "loc": {
                                  "start": {
                                    "line": 575,
                                    "column": 59
                                  },
                                  "end": {
                                    "line": 575,
                                    "column": 65
                                  },
                                  "identifierName": "models"
                                },
                                "name": "models"
                              },
                              "computed": false
                            },
                            {
                              "type": "ObjectExpression",
                              "start": 20381,
                              "end": 20411,
                              "loc": {
                                "start": {
                                  "line": 575,
                                  "column": 67
                                },
                                "end": {
                                  "line": 575,
                                  "column": 97
                                }
                              },
                              "properties": [
                                {
                                  "type": "ObjectProperty",
                                  "start": 20383,
                                  "end": 20409,
                                  "loc": {
                                    "start": {
                                      "line": 575,
                                      "column": 69
                                    },
                                    "end": {
                                      "line": 575,
                                      "column": 95
                                    }
                                  },
                                  "method": false,
                                  "shorthand": false,
                                  "computed": false,
                                  "key": {
                                    "type": "Identifier",
                                    "start": 20383,
                                    "end": 20392,
                                    "loc": {
                                      "start": {
                                        "line": 575,
                                        "column": 69
                                      },
                                      "end": {
                                        "line": 575,
                                        "column": 78
                                      },
                                      "identifierName": "tableName"
                                    },
                                    "name": "tableName"
                                  },
                                  "value": {
                                    "type": "MemberExpression",
                                    "start": 20394,
                                    "end": 20409,
                                    "loc": {
                                      "start": {
                                        "line": 575,
                                        "column": 80
                                      },
                                      "end": {
                                        "line": 575,
                                        "column": 95
                                      }
                                    },
                                    "object": {
                                      "type": "Identifier",
                                      "start": 20394,
                                      "end": 20399,
                                      "loc": {
                                        "start": {
                                          "line": 575,
                                          "column": 80
                                        },
                                        "end": {
                                          "line": 575,
                                          "column": 85
                                        },
                                        "identifierName": "table"
                                      },
                                      "name": "table"
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 20400,
                                      "end": 20409,
                                      "loc": {
                                        "start": {
                                          "line": 575,
                                          "column": 86
                                        },
                                        "end": {
                                          "line": 575,
                                          "column": 95
                                        },
                                        "identifierName": "tableName"
                                      },
                                      "name": "tableName"
                                    },
                                    "computed": false
                                  }
                                }
                              ]
                            }
                          ]
                        }
                      }
                    ],
                    "kind": "const"
                  },
                  {
                    "type": "ExpressionStatement",
                    "start": 20419,
                    "end": 20441,
                    "loc": {
                      "start": {
                        "line": 577,
                        "column": 4
                      },
                      "end": {
                        "line": 577,
                        "column": 26
                      }
                    },
                    "expression": {
                      "type": "AssignmentExpression",
                      "start": 20419,
                      "end": 20440,
                      "loc": {
                        "start": {
                          "line": 577,
                          "column": 4
                        },
                        "end": {
                          "line": 577,
                          "column": 25
                        }
                      },
                      "operator": "=",
                      "left": {
                        "type": "MemberExpression",
                        "start": 20419,
                        "end": 20432,
                        "loc": {
                          "start": {
                            "line": 577,
                            "column": 4
                          },
                          "end": {
                            "line": 577,
                            "column": 17
                          }
                        },
                        "object": {
                          "type": "Identifier",
                          "start": 20419,
                          "end": 20426,
                          "loc": {
                            "start": {
                              "line": 577,
                              "column": 4
                            },
                            "end": {
                              "line": 577,
                              "column": 11
                            },
                            "identifierName": "options"
                          },
                          "name": "options"
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 20427,
                          "end": 20432,
                          "loc": {
                            "start": {
                              "line": 577,
                              "column": 12
                            },
                            "end": {
                              "line": 577,
                              "column": 17
                            },
                            "identifierName": "model"
                          },
                          "name": "model"
                        },
                        "computed": false
                      },
                      "right": {
                        "type": "Identifier",
                        "start": 20435,
                        "end": 20440,
                        "loc": {
                          "start": {
                            "line": 577,
                            "column": 20
                          },
                          "end": {
                            "line": 577,
                            "column": 25
                          },
                          "identifierName": "model"
                        },
                        "name": "model"
                      }
                    }
                  },
                  {
                    "type": "ReturnStatement",
                    "start": 20446,
                    "end": 20488,
                    "loc": {
                      "start": {
                        "line": 578,
                        "column": 4
                      },
                      "end": {
                        "line": 578,
                        "column": 46
                      }
                    },
                    "argument": {
                      "type": "CallExpression",
                      "start": 20453,
                      "end": 20487,
                      "loc": {
                        "start": {
                          "line": 578,
                          "column": 11
                        },
                        "end": {
                          "line": 578,
                          "column": 45
                        }
                      },
                      "callee": {
                        "type": "MemberExpression",
                        "start": 20453,
                        "end": 20473,
                        "loc": {
                          "start": {
                            "line": 578,
                            "column": 11
                          },
                          "end": {
                            "line": 578,
                            "column": 31
                          }
                        },
                        "object": {
                          "type": "MemberExpression",
                          "start": 20453,
                          "end": 20467,
                          "loc": {
                            "start": {
                              "line": 578,
                              "column": 11
                            },
                            "end": {
                              "line": 578,
                              "column": 25
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 20453,
                            "end": 20457,
                            "loc": {
                              "start": {
                                "line": 578,
                                "column": 11
                              },
                              "end": {
                                "line": 578,
                                "column": 15
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 20458,
                            "end": 20467,
                            "loc": {
                              "start": {
                                "line": 578,
                                "column": 16
                              },
                              "end": {
                                "line": 578,
                                "column": 25
                              },
                              "identifierName": "sequelize"
                            },
                            "name": "sequelize"
                          },
                          "computed": false
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 20468,
                          "end": 20473,
                          "loc": {
                            "start": {
                              "line": 578,
                              "column": 26
                            },
                            "end": {
                              "line": 578,
                              "column": 31
                            },
                            "identifierName": "query"
                          },
                          "name": "query"
                        },
                        "computed": false
                      },
                      "arguments": [
                        {
                          "type": "Identifier",
                          "start": 20474,
                          "end": 20477,
                          "loc": {
                            "start": {
                              "line": 578,
                              "column": 32
                            },
                            "end": {
                              "line": 578,
                              "column": 35
                            },
                            "identifierName": "sql"
                          },
                          "name": "sql"
                        },
                        {
                          "type": "Identifier",
                          "start": 20479,
                          "end": 20486,
                          "loc": {
                            "start": {
                              "line": 578,
                              "column": 37
                            },
                            "end": {
                              "line": 578,
                              "column": 44
                            },
                            "identifierName": "options"
                          },
                          "name": "options"
                        }
                      ]
                    }
                  }
                ],
                "directives": []
              }
            },
            {
              "type": "ClassMethod",
              "start": 20496,
              "end": 21847,
              "loc": {
                "start": {
                  "line": 581,
                  "column": 2
                },
                "end": {
                  "line": 618,
                  "column": 3
                }
              },
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 20496,
                "end": 20502,
                "loc": {
                  "start": {
                    "line": 581,
                    "column": 2
                  },
                  "end": {
                    "line": 581,
                    "column": 8
                  },
                  "identifierName": "delete"
                },
                "name": "delete"
              },
              "static": false,
              "kind": "method",
              "id": null,
              "generator": false,
              "expression": false,
              "async": false,
              "params": [
                {
                  "type": "Identifier",
                  "start": 20503,
                  "end": 20511,
                  "loc": {
                    "start": {
                      "line": 581,
                      "column": 9
                    },
                    "end": {
                      "line": 581,
                      "column": 17
                    },
                    "identifierName": "instance"
                  },
                  "name": "instance"
                },
                {
                  "type": "Identifier",
                  "start": 20513,
                  "end": 20522,
                  "loc": {
                    "start": {
                      "line": 581,
                      "column": 19
                    },
                    "end": {
                      "line": 581,
                      "column": 28
                    },
                    "identifierName": "tableName"
                  },
                  "name": "tableName"
                },
                {
                  "type": "Identifier",
                  "start": 20524,
                  "end": 20534,
                  "loc": {
                    "start": {
                      "line": 581,
                      "column": 30
                    },
                    "end": {
                      "line": 581,
                      "column": 40
                    },
                    "identifierName": "identifier"
                  },
                  "name": "identifier"
                },
                {
                  "type": "Identifier",
                  "start": 20536,
                  "end": 20543,
                  "loc": {
                    "start": {
                      "line": 581,
                      "column": 42
                    },
                    "end": {
                      "line": 581,
                      "column": 49
                    },
                    "identifierName": "options"
                  },
                  "name": "options"
                }
              ],
              "body": {
                "type": "BlockStatement",
                "start": 20545,
                "end": 21847,
                "loc": {
                  "start": {
                    "line": 581,
                    "column": 51
                  },
                  "end": {
                    "line": 618,
                    "column": 3
                  }
                },
                "body": [
                  {
                    "type": "VariableDeclaration",
                    "start": 20551,
                    "end": 20571,
                    "loc": {
                      "start": {
                        "line": 582,
                        "column": 4
                      },
                      "end": {
                        "line": 582,
                        "column": 24
                      }
                    },
                    "declarations": [
                      {
                        "type": "VariableDeclarator",
                        "start": 20557,
                        "end": 20570,
                        "loc": {
                          "start": {
                            "line": 582,
                            "column": 10
                          },
                          "end": {
                            "line": 582,
                            "column": 23
                          }
                        },
                        "id": {
                          "type": "Identifier",
                          "start": 20557,
                          "end": 20565,
                          "loc": {
                            "start": {
                              "line": 582,
                              "column": 10
                            },
                            "end": {
                              "line": 582,
                              "column": 18
                            },
                            "identifierName": "cascades"
                          },
                          "name": "cascades"
                        },
                        "init": {
                          "type": "ArrayExpression",
                          "start": 20568,
                          "end": 20570,
                          "loc": {
                            "start": {
                              "line": 582,
                              "column": 21
                            },
                            "end": {
                              "line": 582,
                              "column": 23
                            }
                          },
                          "elements": []
                        }
                      }
                    ],
                    "kind": "const"
                  },
                  {
                    "type": "VariableDeclaration",
                    "start": 20576,
                    "end": 20671,
                    "loc": {
                      "start": {
                        "line": 583,
                        "column": 4
                      },
                      "end": {
                        "line": 583,
                        "column": 99
                      }
                    },
                    "declarations": [
                      {
                        "type": "VariableDeclarator",
                        "start": 20582,
                        "end": 20670,
                        "loc": {
                          "start": {
                            "line": 583,
                            "column": 10
                          },
                          "end": {
                            "line": 583,
                            "column": 98
                          }
                        },
                        "id": {
                          "type": "Identifier",
                          "start": 20582,
                          "end": 20585,
                          "loc": {
                            "start": {
                              "line": 583,
                              "column": 10
                            },
                            "end": {
                              "line": 583,
                              "column": 13
                            },
                            "identifierName": "sql"
                          },
                          "name": "sql"
                        },
                        "init": {
                          "type": "CallExpression",
                          "start": 20588,
                          "end": 20670,
                          "loc": {
                            "start": {
                              "line": 583,
                              "column": 16
                            },
                            "end": {
                              "line": 583,
                              "column": 98
                            }
                          },
                          "callee": {
                            "type": "MemberExpression",
                            "start": 20588,
                            "end": 20619,
                            "loc": {
                              "start": {
                                "line": 583,
                                "column": 16
                              },
                              "end": {
                                "line": 583,
                                "column": 47
                              }
                            },
                            "object": {
                              "type": "MemberExpression",
                              "start": 20588,
                              "end": 20607,
                              "loc": {
                                "start": {
                                  "line": 583,
                                  "column": 16
                                },
                                "end": {
                                  "line": 583,
                                  "column": 35
                                }
                              },
                              "object": {
                                "type": "ThisExpression",
                                "start": 20588,
                                "end": 20592,
                                "loc": {
                                  "start": {
                                    "line": 583,
                                    "column": 16
                                  },
                                  "end": {
                                    "line": 583,
                                    "column": 20
                                  }
                                }
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 20593,
                                "end": 20607,
                                "loc": {
                                  "start": {
                                    "line": 583,
                                    "column": 21
                                  },
                                  "end": {
                                    "line": 583,
                                    "column": 35
                                  },
                                  "identifierName": "QueryGenerator"
                                },
                                "name": "QueryGenerator"
                              },
                              "computed": false
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 20608,
                              "end": 20619,
                              "loc": {
                                "start": {
                                  "line": 583,
                                  "column": 36
                                },
                                "end": {
                                  "line": 583,
                                  "column": 47
                                },
                                "identifierName": "deleteQuery"
                              },
                              "name": "deleteQuery"
                            },
                            "computed": false
                          },
                          "arguments": [
                            {
                              "type": "Identifier",
                              "start": 20620,
                              "end": 20629,
                              "loc": {
                                "start": {
                                  "line": 583,
                                  "column": 48
                                },
                                "end": {
                                  "line": 583,
                                  "column": 57
                                },
                                "identifierName": "tableName"
                              },
                              "name": "tableName"
                            },
                            {
                              "type": "Identifier",
                              "start": 20631,
                              "end": 20641,
                              "loc": {
                                "start": {
                                  "line": 583,
                                  "column": 59
                                },
                                "end": {
                                  "line": 583,
                                  "column": 69
                                },
                                "identifierName": "identifier"
                              },
                              "name": "identifier"
                            },
                            {
                              "type": "NullLiteral",
                              "start": 20643,
                              "end": 20647,
                              "loc": {
                                "start": {
                                  "line": 583,
                                  "column": 71
                                },
                                "end": {
                                  "line": 583,
                                  "column": 75
                                }
                              }
                            },
                            {
                              "type": "MemberExpression",
                              "start": 20649,
                              "end": 20669,
                              "loc": {
                                "start": {
                                  "line": 583,
                                  "column": 77
                                },
                                "end": {
                                  "line": 583,
                                  "column": 97
                                }
                              },
                              "object": {
                                "type": "Identifier",
                                "start": 20649,
                                "end": 20657,
                                "loc": {
                                  "start": {
                                    "line": 583,
                                    "column": 77
                                  },
                                  "end": {
                                    "line": 583,
                                    "column": 85
                                  },
                                  "identifierName": "instance"
                                },
                                "name": "instance"
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 20658,
                                "end": 20669,
                                "loc": {
                                  "start": {
                                    "line": 583,
                                    "column": 86
                                  },
                                  "end": {
                                    "line": 583,
                                    "column": 97
                                  },
                                  "identifierName": "constructor"
                                },
                                "name": "constructor"
                              },
                              "computed": false
                            }
                          ]
                        }
                      }
                    ],
                    "kind": "const"
                  },
                  {
                    "type": "ExpressionStatement",
                    "start": 20677,
                    "end": 20710,
                    "loc": {
                      "start": {
                        "line": 585,
                        "column": 4
                      },
                      "end": {
                        "line": 585,
                        "column": 37
                      }
                    },
                    "expression": {
                      "type": "AssignmentExpression",
                      "start": 20677,
                      "end": 20709,
                      "loc": {
                        "start": {
                          "line": 585,
                          "column": 4
                        },
                        "end": {
                          "line": 585,
                          "column": 36
                        }
                      },
                      "operator": "=",
                      "left": {
                        "type": "Identifier",
                        "start": 20677,
                        "end": 20684,
                        "loc": {
                          "start": {
                            "line": 585,
                            "column": 4
                          },
                          "end": {
                            "line": 585,
                            "column": 11
                          },
                          "identifierName": "options"
                        },
                        "name": "options"
                      },
                      "right": {
                        "type": "LogicalExpression",
                        "start": 20687,
                        "end": 20709,
                        "loc": {
                          "start": {
                            "line": 585,
                            "column": 14
                          },
                          "end": {
                            "line": 585,
                            "column": 36
                          }
                        },
                        "left": {
                          "type": "CallExpression",
                          "start": 20687,
                          "end": 20703,
                          "loc": {
                            "start": {
                              "line": 585,
                              "column": 14
                            },
                            "end": {
                              "line": 585,
                              "column": 30
                            }
                          },
                          "callee": {
                            "type": "MemberExpression",
                            "start": 20687,
                            "end": 20694,
                            "loc": {
                              "start": {
                                "line": 585,
                                "column": 14
                              },
                              "end": {
                                "line": 585,
                                "column": 21
                              }
                            },
                            "object": {
                              "type": "Identifier",
                              "start": 20687,
                              "end": 20688,
                              "loc": {
                                "start": {
                                  "line": 585,
                                  "column": 14
                                },
                                "end": {
                                  "line": 585,
                                  "column": 15
                                },
                                "identifierName": "_"
                              },
                              "name": "_"
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 20689,
                              "end": 20694,
                              "loc": {
                                "start": {
                                  "line": 585,
                                  "column": 16
                                },
                                "end": {
                                  "line": 585,
                                  "column": 21
                                },
                                "identifierName": "clone"
                              },
                              "name": "clone"
                            },
                            "computed": false
                          },
                          "arguments": [
                            {
                              "type": "Identifier",
                              "start": 20695,
                              "end": 20702,
                              "loc": {
                                "start": {
                                  "line": 585,
                                  "column": 22
                                },
                                "end": {
                                  "line": 585,
                                  "column": 29
                                },
                                "identifierName": "options"
                              },
                              "name": "options"
                            }
                          ]
                        },
                        "operator": "||",
                        "right": {
                          "type": "ObjectExpression",
                          "start": 20707,
                          "end": 20709,
                          "loc": {
                            "start": {
                              "line": 585,
                              "column": 34
                            },
                            "end": {
                              "line": 585,
                              "column": 36
                            }
                          },
                          "properties": []
                        }
                      }
                    },
                    "trailingComments": [
                      {
                        "type": "CommentLine",
                        "value": " Check for a restrict field",
                        "start": 20716,
                        "end": 20745,
                        "loc": {
                          "start": {
                            "line": 587,
                            "column": 4
                          },
                          "end": {
                            "line": 587,
                            "column": 33
                          }
                        }
                      }
                    ]
                  },
                  {
                    "type": "IfStatement",
                    "start": 20750,
                    "end": 21314,
                    "loc": {
                      "start": {
                        "line": 588,
                        "column": 4
                      },
                      "end": {
                        "line": 601,
                        "column": 5
                      }
                    },
                    "test": {
                      "type": "LogicalExpression",
                      "start": 20754,
                      "end": 20815,
                      "loc": {
                        "start": {
                          "line": 588,
                          "column": 8
                        },
                        "end": {
                          "line": 588,
                          "column": 69
                        }
                      },
                      "left": {
                        "type": "UnaryExpression",
                        "start": 20754,
                        "end": 20776,
                        "loc": {
                          "start": {
                            "line": 588,
                            "column": 8
                          },
                          "end": {
                            "line": 588,
                            "column": 30
                          }
                        },
                        "operator": "!",
                        "prefix": true,
                        "argument": {
                          "type": "UnaryExpression",
                          "start": 20755,
                          "end": 20776,
                          "loc": {
                            "start": {
                              "line": 588,
                              "column": 9
                            },
                            "end": {
                              "line": 588,
                              "column": 30
                            }
                          },
                          "operator": "!",
                          "prefix": true,
                          "argument": {
                            "type": "MemberExpression",
                            "start": 20756,
                            "end": 20776,
                            "loc": {
                              "start": {
                                "line": 588,
                                "column": 10
                              },
                              "end": {
                                "line": 588,
                                "column": 30
                              }
                            },
                            "object": {
                              "type": "Identifier",
                              "start": 20756,
                              "end": 20764,
                              "loc": {
                                "start": {
                                  "line": 588,
                                  "column": 10
                                },
                                "end": {
                                  "line": 588,
                                  "column": 18
                                },
                                "identifierName": "instance"
                              },
                              "name": "instance",
                              "leadingComments": null
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 20765,
                              "end": 20776,
                              "loc": {
                                "start": {
                                  "line": 588,
                                  "column": 19
                                },
                                "end": {
                                  "line": 588,
                                  "column": 30
                                },
                                "identifierName": "constructor"
                              },
                              "name": "constructor"
                            },
                            "computed": false,
                            "leadingComments": null
                          },
                          "extra": {
                            "parenthesizedArgument": false
                          },
                          "leadingComments": null
                        },
                        "extra": {
                          "parenthesizedArgument": false
                        },
                        "leadingComments": null
                      },
                      "operator": "&&",
                      "right": {
                        "type": "UnaryExpression",
                        "start": 20780,
                        "end": 20815,
                        "loc": {
                          "start": {
                            "line": 588,
                            "column": 34
                          },
                          "end": {
                            "line": 588,
                            "column": 69
                          }
                        },
                        "operator": "!",
                        "prefix": true,
                        "argument": {
                          "type": "UnaryExpression",
                          "start": 20781,
                          "end": 20815,
                          "loc": {
                            "start": {
                              "line": 588,
                              "column": 35
                            },
                            "end": {
                              "line": 588,
                              "column": 69
                            }
                          },
                          "operator": "!",
                          "prefix": true,
                          "argument": {
                            "type": "MemberExpression",
                            "start": 20782,
                            "end": 20815,
                            "loc": {
                              "start": {
                                "line": 588,
                                "column": 36
                              },
                              "end": {
                                "line": 588,
                                "column": 69
                              }
                            },
                            "object": {
                              "type": "MemberExpression",
                              "start": 20782,
                              "end": 20802,
                              "loc": {
                                "start": {
                                  "line": 588,
                                  "column": 36
                                },
                                "end": {
                                  "line": 588,
                                  "column": 56
                                }
                              },
                              "object": {
                                "type": "Identifier",
                                "start": 20782,
                                "end": 20790,
                                "loc": {
                                  "start": {
                                    "line": 588,
                                    "column": 36
                                  },
                                  "end": {
                                    "line": 588,
                                    "column": 44
                                  },
                                  "identifierName": "instance"
                                },
                                "name": "instance"
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 20791,
                                "end": 20802,
                                "loc": {
                                  "start": {
                                    "line": 588,
                                    "column": 45
                                  },
                                  "end": {
                                    "line": 588,
                                    "column": 56
                                  },
                                  "identifierName": "constructor"
                                },
                                "name": "constructor"
                              },
                              "computed": false
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 20803,
                              "end": 20815,
                              "loc": {
                                "start": {
                                  "line": 588,
                                  "column": 57
                                },
                                "end": {
                                  "line": 588,
                                  "column": 69
                                },
                                "identifierName": "associations"
                              },
                              "name": "associations"
                            },
                            "computed": false
                          },
                          "extra": {
                            "parenthesizedArgument": false
                          }
                        },
                        "extra": {
                          "parenthesizedArgument": false
                        }
                      },
                      "leadingComments": null
                    },
                    "consequent": {
                      "type": "BlockStatement",
                      "start": 20817,
                      "end": 21314,
                      "loc": {
                        "start": {
                          "line": 588,
                          "column": 71
                        },
                        "end": {
                          "line": 601,
                          "column": 5
                        }
                      },
                      "body": [
                        {
                          "type": "VariableDeclaration",
                          "start": 20825,
                          "end": 20885,
                          "loc": {
                            "start": {
                              "line": 589,
                              "column": 6
                            },
                            "end": {
                              "line": 589,
                              "column": 66
                            }
                          },
                          "declarations": [
                            {
                              "type": "VariableDeclarator",
                              "start": 20831,
                              "end": 20884,
                              "loc": {
                                "start": {
                                  "line": 589,
                                  "column": 12
                                },
                                "end": {
                                  "line": 589,
                                  "column": 65
                                }
                              },
                              "id": {
                                "type": "Identifier",
                                "start": 20831,
                                "end": 20835,
                                "loc": {
                                  "start": {
                                    "line": 589,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 589,
                                    "column": 16
                                  },
                                  "identifierName": "keys"
                                },
                                "name": "keys"
                              },
                              "init": {
                                "type": "CallExpression",
                                "start": 20838,
                                "end": 20884,
                                "loc": {
                                  "start": {
                                    "line": 589,
                                    "column": 19
                                  },
                                  "end": {
                                    "line": 589,
                                    "column": 65
                                  }
                                },
                                "callee": {
                                  "type": "MemberExpression",
                                  "start": 20838,
                                  "end": 20849,
                                  "loc": {
                                    "start": {
                                      "line": 589,
                                      "column": 19
                                    },
                                    "end": {
                                      "line": 589,
                                      "column": 30
                                    }
                                  },
                                  "object": {
                                    "type": "Identifier",
                                    "start": 20838,
                                    "end": 20844,
                                    "loc": {
                                      "start": {
                                        "line": 589,
                                        "column": 19
                                      },
                                      "end": {
                                        "line": 589,
                                        "column": 25
                                      },
                                      "identifierName": "Object"
                                    },
                                    "name": "Object"
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 20845,
                                    "end": 20849,
                                    "loc": {
                                      "start": {
                                        "line": 589,
                                        "column": 26
                                      },
                                      "end": {
                                        "line": 589,
                                        "column": 30
                                      },
                                      "identifierName": "keys"
                                    },
                                    "name": "keys"
                                  },
                                  "computed": false
                                },
                                "arguments": [
                                  {
                                    "type": "MemberExpression",
                                    "start": 20850,
                                    "end": 20883,
                                    "loc": {
                                      "start": {
                                        "line": 589,
                                        "column": 31
                                      },
                                      "end": {
                                        "line": 589,
                                        "column": 64
                                      }
                                    },
                                    "object": {
                                      "type": "MemberExpression",
                                      "start": 20850,
                                      "end": 20870,
                                      "loc": {
                                        "start": {
                                          "line": 589,
                                          "column": 31
                                        },
                                        "end": {
                                          "line": 589,
                                          "column": 51
                                        }
                                      },
                                      "object": {
                                        "type": "Identifier",
                                        "start": 20850,
                                        "end": 20858,
                                        "loc": {
                                          "start": {
                                            "line": 589,
                                            "column": 31
                                          },
                                          "end": {
                                            "line": 589,
                                            "column": 39
                                          },
                                          "identifierName": "instance"
                                        },
                                        "name": "instance"
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 20859,
                                        "end": 20870,
                                        "loc": {
                                          "start": {
                                            "line": 589,
                                            "column": 40
                                          },
                                          "end": {
                                            "line": 589,
                                            "column": 51
                                          },
                                          "identifierName": "constructor"
                                        },
                                        "name": "constructor"
                                      },
                                      "computed": false
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 20871,
                                      "end": 20883,
                                      "loc": {
                                        "start": {
                                          "line": 589,
                                          "column": 52
                                        },
                                        "end": {
                                          "line": 589,
                                          "column": 64
                                        },
                                        "identifierName": "associations"
                                      },
                                      "name": "associations"
                                    },
                                    "computed": false
                                  }
                                ]
                              }
                            }
                          ],
                          "kind": "const"
                        },
                        {
                          "type": "VariableDeclaration",
                          "start": 20892,
                          "end": 20919,
                          "loc": {
                            "start": {
                              "line": 590,
                              "column": 6
                            },
                            "end": {
                              "line": 590,
                              "column": 33
                            }
                          },
                          "declarations": [
                            {
                              "type": "VariableDeclarator",
                              "start": 20898,
                              "end": 20918,
                              "loc": {
                                "start": {
                                  "line": 590,
                                  "column": 12
                                },
                                "end": {
                                  "line": 590,
                                  "column": 32
                                }
                              },
                              "id": {
                                "type": "Identifier",
                                "start": 20898,
                                "end": 20904,
                                "loc": {
                                  "start": {
                                    "line": 590,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 590,
                                    "column": 18
                                  },
                                  "identifierName": "length"
                                },
                                "name": "length"
                              },
                              "init": {
                                "type": "MemberExpression",
                                "start": 20907,
                                "end": 20918,
                                "loc": {
                                  "start": {
                                    "line": 590,
                                    "column": 21
                                  },
                                  "end": {
                                    "line": 590,
                                    "column": 32
                                  }
                                },
                                "object": {
                                  "type": "Identifier",
                                  "start": 20907,
                                  "end": 20911,
                                  "loc": {
                                    "start": {
                                      "line": 590,
                                      "column": 21
                                    },
                                    "end": {
                                      "line": 590,
                                      "column": 25
                                    },
                                    "identifierName": "keys"
                                  },
                                  "name": "keys"
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 20912,
                                  "end": 20918,
                                  "loc": {
                                    "start": {
                                      "line": 590,
                                      "column": 26
                                    },
                                    "end": {
                                      "line": 590,
                                      "column": 32
                                    },
                                    "identifierName": "length"
                                  },
                                  "name": "length"
                                },
                                "computed": false
                              }
                            }
                          ],
                          "kind": "const"
                        },
                        {
                          "type": "VariableDeclaration",
                          "start": 20926,
                          "end": 20942,
                          "loc": {
                            "start": {
                              "line": 591,
                              "column": 6
                            },
                            "end": {
                              "line": 591,
                              "column": 22
                            }
                          },
                          "declarations": [
                            {
                              "type": "VariableDeclarator",
                              "start": 20930,
                              "end": 20941,
                              "loc": {
                                "start": {
                                  "line": 591,
                                  "column": 10
                                },
                                "end": {
                                  "line": 591,
                                  "column": 21
                                }
                              },
                              "id": {
                                "type": "Identifier",
                                "start": 20930,
                                "end": 20941,
                                "loc": {
                                  "start": {
                                    "line": 591,
                                    "column": 10
                                  },
                                  "end": {
                                    "line": 591,
                                    "column": 21
                                  },
                                  "identifierName": "association"
                                },
                                "name": "association"
                              },
                              "init": null
                            }
                          ],
                          "kind": "let"
                        },
                        {
                          "type": "ForStatement",
                          "start": 20950,
                          "end": 21308,
                          "loc": {
                            "start": {
                              "line": 593,
                              "column": 6
                            },
                            "end": {
                              "line": 600,
                              "column": 7
                            }
                          },
                          "init": {
                            "type": "VariableDeclaration",
                            "start": 20955,
                            "end": 20964,
                            "loc": {
                              "start": {
                                "line": 593,
                                "column": 11
                              },
                              "end": {
                                "line": 593,
                                "column": 20
                              }
                            },
                            "declarations": [
                              {
                                "type": "VariableDeclarator",
                                "start": 20959,
                                "end": 20964,
                                "loc": {
                                  "start": {
                                    "line": 593,
                                    "column": 15
                                  },
                                  "end": {
                                    "line": 593,
                                    "column": 20
                                  }
                                },
                                "id": {
                                  "type": "Identifier",
                                  "start": 20959,
                                  "end": 20960,
                                  "loc": {
                                    "start": {
                                      "line": 593,
                                      "column": 15
                                    },
                                    "end": {
                                      "line": 593,
                                      "column": 16
                                    },
                                    "identifierName": "i"
                                  },
                                  "name": "i"
                                },
                                "init": {
                                  "type": "NumericLiteral",
                                  "start": 20963,
                                  "end": 20964,
                                  "loc": {
                                    "start": {
                                      "line": 593,
                                      "column": 19
                                    },
                                    "end": {
                                      "line": 593,
                                      "column": 20
                                    }
                                  },
                                  "extra": {
                                    "rawValue": 0,
                                    "raw": "0"
                                  },
                                  "value": 0
                                }
                              }
                            ],
                            "kind": "let"
                          },
                          "test": {
                            "type": "BinaryExpression",
                            "start": 20966,
                            "end": 20976,
                            "loc": {
                              "start": {
                                "line": 593,
                                "column": 22
                              },
                              "end": {
                                "line": 593,
                                "column": 32
                              }
                            },
                            "left": {
                              "type": "Identifier",
                              "start": 20966,
                              "end": 20967,
                              "loc": {
                                "start": {
                                  "line": 593,
                                  "column": 22
                                },
                                "end": {
                                  "line": 593,
                                  "column": 23
                                },
                                "identifierName": "i"
                              },
                              "name": "i"
                            },
                            "operator": "<",
                            "right": {
                              "type": "Identifier",
                              "start": 20970,
                              "end": 20976,
                              "loc": {
                                "start": {
                                  "line": 593,
                                  "column": 26
                                },
                                "end": {
                                  "line": 593,
                                  "column": 32
                                },
                                "identifierName": "length"
                              },
                              "name": "length"
                            }
                          },
                          "update": {
                            "type": "UpdateExpression",
                            "start": 20978,
                            "end": 20981,
                            "loc": {
                              "start": {
                                "line": 593,
                                "column": 34
                              },
                              "end": {
                                "line": 593,
                                "column": 37
                              }
                            },
                            "operator": "++",
                            "prefix": false,
                            "argument": {
                              "type": "Identifier",
                              "start": 20978,
                              "end": 20979,
                              "loc": {
                                "start": {
                                  "line": 593,
                                  "column": 34
                                },
                                "end": {
                                  "line": 593,
                                  "column": 35
                                },
                                "identifierName": "i"
                              },
                              "name": "i"
                            }
                          },
                          "body": {
                            "type": "BlockStatement",
                            "start": 20983,
                            "end": 21308,
                            "loc": {
                              "start": {
                                "line": 593,
                                "column": 39
                              },
                              "end": {
                                "line": 600,
                                "column": 7
                              }
                            },
                            "body": [
                              {
                                "type": "ExpressionStatement",
                                "start": 20993,
                                "end": 21050,
                                "loc": {
                                  "start": {
                                    "line": 594,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 594,
                                    "column": 65
                                  }
                                },
                                "expression": {
                                  "type": "AssignmentExpression",
                                  "start": 20993,
                                  "end": 21049,
                                  "loc": {
                                    "start": {
                                      "line": 594,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 594,
                                      "column": 64
                                    }
                                  },
                                  "operator": "=",
                                  "left": {
                                    "type": "Identifier",
                                    "start": 20993,
                                    "end": 21004,
                                    "loc": {
                                      "start": {
                                        "line": 594,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 594,
                                        "column": 19
                                      },
                                      "identifierName": "association"
                                    },
                                    "name": "association"
                                  },
                                  "right": {
                                    "type": "MemberExpression",
                                    "start": 21007,
                                    "end": 21049,
                                    "loc": {
                                      "start": {
                                        "line": 594,
                                        "column": 22
                                      },
                                      "end": {
                                        "line": 594,
                                        "column": 64
                                      }
                                    },
                                    "object": {
                                      "type": "MemberExpression",
                                      "start": 21007,
                                      "end": 21040,
                                      "loc": {
                                        "start": {
                                          "line": 594,
                                          "column": 22
                                        },
                                        "end": {
                                          "line": 594,
                                          "column": 55
                                        }
                                      },
                                      "object": {
                                        "type": "MemberExpression",
                                        "start": 21007,
                                        "end": 21027,
                                        "loc": {
                                          "start": {
                                            "line": 594,
                                            "column": 22
                                          },
                                          "end": {
                                            "line": 594,
                                            "column": 42
                                          }
                                        },
                                        "object": {
                                          "type": "Identifier",
                                          "start": 21007,
                                          "end": 21015,
                                          "loc": {
                                            "start": {
                                              "line": 594,
                                              "column": 22
                                            },
                                            "end": {
                                              "line": 594,
                                              "column": 30
                                            },
                                            "identifierName": "instance"
                                          },
                                          "name": "instance"
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 21016,
                                          "end": 21027,
                                          "loc": {
                                            "start": {
                                              "line": 594,
                                              "column": 31
                                            },
                                            "end": {
                                              "line": 594,
                                              "column": 42
                                            },
                                            "identifierName": "constructor"
                                          },
                                          "name": "constructor"
                                        },
                                        "computed": false
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 21028,
                                        "end": 21040,
                                        "loc": {
                                          "start": {
                                            "line": 594,
                                            "column": 43
                                          },
                                          "end": {
                                            "line": 594,
                                            "column": 55
                                          },
                                          "identifierName": "associations"
                                        },
                                        "name": "associations"
                                      },
                                      "computed": false
                                    },
                                    "property": {
                                      "type": "MemberExpression",
                                      "start": 21041,
                                      "end": 21048,
                                      "loc": {
                                        "start": {
                                          "line": 594,
                                          "column": 56
                                        },
                                        "end": {
                                          "line": 594,
                                          "column": 63
                                        }
                                      },
                                      "object": {
                                        "type": "Identifier",
                                        "start": 21041,
                                        "end": 21045,
                                        "loc": {
                                          "start": {
                                            "line": 594,
                                            "column": 56
                                          },
                                          "end": {
                                            "line": 594,
                                            "column": 60
                                          },
                                          "identifierName": "keys"
                                        },
                                        "name": "keys"
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 21046,
                                        "end": 21047,
                                        "loc": {
                                          "start": {
                                            "line": 594,
                                            "column": 61
                                          },
                                          "end": {
                                            "line": 594,
                                            "column": 62
                                          },
                                          "identifierName": "i"
                                        },
                                        "name": "i"
                                      },
                                      "computed": true
                                    },
                                    "computed": true
                                  }
                                }
                              },
                              {
                                "type": "IfStatement",
                                "start": 21059,
                                "end": 21300,
                                "loc": {
                                  "start": {
                                    "line": 595,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 599,
                                    "column": 9
                                  }
                                },
                                "test": {
                                  "type": "LogicalExpression",
                                  "start": 21063,
                                  "end": 21235,
                                  "loc": {
                                    "start": {
                                      "line": 595,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 597,
                                      "column": 47
                                    }
                                  },
                                  "left": {
                                    "type": "LogicalExpression",
                                    "start": 21063,
                                    "end": 21184,
                                    "loc": {
                                      "start": {
                                        "line": 595,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 596,
                                        "column": 66
                                      }
                                    },
                                    "left": {
                                      "type": "LogicalExpression",
                                      "start": 21063,
                                      "end": 21114,
                                      "loc": {
                                        "start": {
                                          "line": 595,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 595,
                                          "column": 63
                                        }
                                      },
                                      "left": {
                                        "type": "MemberExpression",
                                        "start": 21063,
                                        "end": 21082,
                                        "loc": {
                                          "start": {
                                            "line": 595,
                                            "column": 12
                                          },
                                          "end": {
                                            "line": 595,
                                            "column": 31
                                          }
                                        },
                                        "object": {
                                          "type": "Identifier",
                                          "start": 21063,
                                          "end": 21074,
                                          "loc": {
                                            "start": {
                                              "line": 595,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 595,
                                              "column": 23
                                            },
                                            "identifierName": "association"
                                          },
                                          "name": "association"
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 21075,
                                          "end": 21082,
                                          "loc": {
                                            "start": {
                                              "line": 595,
                                              "column": 24
                                            },
                                            "end": {
                                              "line": 595,
                                              "column": 31
                                            },
                                            "identifierName": "options"
                                          },
                                          "name": "options"
                                        },
                                        "computed": false
                                      },
                                      "operator": "&&",
                                      "right": {
                                        "type": "MemberExpression",
                                        "start": 21086,
                                        "end": 21114,
                                        "loc": {
                                          "start": {
                                            "line": 595,
                                            "column": 35
                                          },
                                          "end": {
                                            "line": 595,
                                            "column": 63
                                          }
                                        },
                                        "object": {
                                          "type": "MemberExpression",
                                          "start": 21086,
                                          "end": 21105,
                                          "loc": {
                                            "start": {
                                              "line": 595,
                                              "column": 35
                                            },
                                            "end": {
                                              "line": 595,
                                              "column": 54
                                            }
                                          },
                                          "object": {
                                            "type": "Identifier",
                                            "start": 21086,
                                            "end": 21097,
                                            "loc": {
                                              "start": {
                                                "line": 595,
                                                "column": 35
                                              },
                                              "end": {
                                                "line": 595,
                                                "column": 46
                                              },
                                              "identifierName": "association"
                                            },
                                            "name": "association"
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 21098,
                                            "end": 21105,
                                            "loc": {
                                              "start": {
                                                "line": 595,
                                                "column": 47
                                              },
                                              "end": {
                                                "line": 595,
                                                "column": 54
                                              },
                                              "identifierName": "options"
                                            },
                                            "name": "options"
                                          },
                                          "computed": false
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 21106,
                                          "end": 21114,
                                          "loc": {
                                            "start": {
                                              "line": 595,
                                              "column": 55
                                            },
                                            "end": {
                                              "line": 595,
                                              "column": 63
                                            },
                                            "identifierName": "onDelete"
                                          },
                                          "name": "onDelete"
                                        },
                                        "computed": false
                                      }
                                    },
                                    "operator": "&&",
                                    "right": {
                                      "type": "BinaryExpression",
                                      "start": 21128,
                                      "end": 21184,
                                      "loc": {
                                        "start": {
                                          "line": 596,
                                          "column": 10
                                        },
                                        "end": {
                                          "line": 596,
                                          "column": 66
                                        }
                                      },
                                      "left": {
                                        "type": "CallExpression",
                                        "start": 21128,
                                        "end": 21170,
                                        "loc": {
                                          "start": {
                                            "line": 596,
                                            "column": 10
                                          },
                                          "end": {
                                            "line": 596,
                                            "column": 52
                                          }
                                        },
                                        "callee": {
                                          "type": "MemberExpression",
                                          "start": 21128,
                                          "end": 21168,
                                          "loc": {
                                            "start": {
                                              "line": 596,
                                              "column": 10
                                            },
                                            "end": {
                                              "line": 596,
                                              "column": 50
                                            }
                                          },
                                          "object": {
                                            "type": "MemberExpression",
                                            "start": 21128,
                                            "end": 21156,
                                            "loc": {
                                              "start": {
                                                "line": 596,
                                                "column": 10
                                              },
                                              "end": {
                                                "line": 596,
                                                "column": 38
                                              }
                                            },
                                            "object": {
                                              "type": "MemberExpression",
                                              "start": 21128,
                                              "end": 21147,
                                              "loc": {
                                                "start": {
                                                  "line": 596,
                                                  "column": 10
                                                },
                                                "end": {
                                                  "line": 596,
                                                  "column": 29
                                                }
                                              },
                                              "object": {
                                                "type": "Identifier",
                                                "start": 21128,
                                                "end": 21139,
                                                "loc": {
                                                  "start": {
                                                    "line": 596,
                                                    "column": 10
                                                  },
                                                  "end": {
                                                    "line": 596,
                                                    "column": 21
                                                  },
                                                  "identifierName": "association"
                                                },
                                                "name": "association"
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 21140,
                                                "end": 21147,
                                                "loc": {
                                                  "start": {
                                                    "line": 596,
                                                    "column": 22
                                                  },
                                                  "end": {
                                                    "line": 596,
                                                    "column": 29
                                                  },
                                                  "identifierName": "options"
                                                },
                                                "name": "options"
                                              },
                                              "computed": false
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 21148,
                                              "end": 21156,
                                              "loc": {
                                                "start": {
                                                  "line": 596,
                                                  "column": 30
                                                },
                                                "end": {
                                                  "line": 596,
                                                  "column": 38
                                                },
                                                "identifierName": "onDelete"
                                              },
                                              "name": "onDelete"
                                            },
                                            "computed": false
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 21157,
                                            "end": 21168,
                                            "loc": {
                                              "start": {
                                                "line": 596,
                                                "column": 39
                                              },
                                              "end": {
                                                "line": 596,
                                                "column": 50
                                              },
                                              "identifierName": "toLowerCase"
                                            },
                                            "name": "toLowerCase"
                                          },
                                          "computed": false
                                        },
                                        "arguments": []
                                      },
                                      "operator": "===",
                                      "right": {
                                        "type": "StringLiteral",
                                        "start": 21175,
                                        "end": 21184,
                                        "loc": {
                                          "start": {
                                            "line": 596,
                                            "column": 57
                                          },
                                          "end": {
                                            "line": 596,
                                            "column": 66
                                          }
                                        },
                                        "extra": {
                                          "rawValue": "cascade",
                                          "raw": "'cascade'"
                                        },
                                        "value": "cascade"
                                      }
                                    }
                                  },
                                  "operator": "&&",
                                  "right": {
                                    "type": "BinaryExpression",
                                    "start": 21198,
                                    "end": 21235,
                                    "loc": {
                                      "start": {
                                        "line": 597,
                                        "column": 10
                                      },
                                      "end": {
                                        "line": 597,
                                        "column": 47
                                      }
                                    },
                                    "left": {
                                      "type": "MemberExpression",
                                      "start": 21198,
                                      "end": 21226,
                                      "loc": {
                                        "start": {
                                          "line": 597,
                                          "column": 10
                                        },
                                        "end": {
                                          "line": 597,
                                          "column": 38
                                        }
                                      },
                                      "object": {
                                        "type": "MemberExpression",
                                        "start": 21198,
                                        "end": 21217,
                                        "loc": {
                                          "start": {
                                            "line": 597,
                                            "column": 10
                                          },
                                          "end": {
                                            "line": 597,
                                            "column": 29
                                          }
                                        },
                                        "object": {
                                          "type": "Identifier",
                                          "start": 21198,
                                          "end": 21209,
                                          "loc": {
                                            "start": {
                                              "line": 597,
                                              "column": 10
                                            },
                                            "end": {
                                              "line": 597,
                                              "column": 21
                                            },
                                            "identifierName": "association"
                                          },
                                          "name": "association"
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 21210,
                                          "end": 21217,
                                          "loc": {
                                            "start": {
                                              "line": 597,
                                              "column": 22
                                            },
                                            "end": {
                                              "line": 597,
                                              "column": 29
                                            },
                                            "identifierName": "options"
                                          },
                                          "name": "options"
                                        },
                                        "computed": false
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 21218,
                                        "end": 21226,
                                        "loc": {
                                          "start": {
                                            "line": 597,
                                            "column": 30
                                          },
                                          "end": {
                                            "line": 597,
                                            "column": 38
                                          },
                                          "identifierName": "useHooks"
                                        },
                                        "name": "useHooks"
                                      },
                                      "computed": false
                                    },
                                    "operator": "===",
                                    "right": {
                                      "type": "BooleanLiteral",
                                      "start": 21231,
                                      "end": 21235,
                                      "loc": {
                                        "start": {
                                          "line": 597,
                                          "column": 43
                                        },
                                        "end": {
                                          "line": 597,
                                          "column": 47
                                        }
                                      },
                                      "value": true
                                    }
                                  }
                                },
                                "consequent": {
                                  "type": "BlockStatement",
                                  "start": 21237,
                                  "end": 21300,
                                  "loc": {
                                    "start": {
                                      "line": 597,
                                      "column": 49
                                    },
                                    "end": {
                                      "line": 599,
                                      "column": 9
                                    }
                                  },
                                  "body": [
                                    {
                                      "type": "ExpressionStatement",
                                      "start": 21249,
                                      "end": 21290,
                                      "loc": {
                                        "start": {
                                          "line": 598,
                                          "column": 10
                                        },
                                        "end": {
                                          "line": 598,
                                          "column": 51
                                        }
                                      },
                                      "expression": {
                                        "type": "CallExpression",
                                        "start": 21249,
                                        "end": 21289,
                                        "loc": {
                                          "start": {
                                            "line": 598,
                                            "column": 10
                                          },
                                          "end": {
                                            "line": 598,
                                            "column": 50
                                          }
                                        },
                                        "callee": {
                                          "type": "MemberExpression",
                                          "start": 21249,
                                          "end": 21262,
                                          "loc": {
                                            "start": {
                                              "line": 598,
                                              "column": 10
                                            },
                                            "end": {
                                              "line": 598,
                                              "column": 23
                                            }
                                          },
                                          "object": {
                                            "type": "Identifier",
                                            "start": 21249,
                                            "end": 21257,
                                            "loc": {
                                              "start": {
                                                "line": 598,
                                                "column": 10
                                              },
                                              "end": {
                                                "line": 598,
                                                "column": 18
                                              },
                                              "identifierName": "cascades"
                                            },
                                            "name": "cascades"
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 21258,
                                            "end": 21262,
                                            "loc": {
                                              "start": {
                                                "line": 598,
                                                "column": 19
                                              },
                                              "end": {
                                                "line": 598,
                                                "column": 23
                                              },
                                              "identifierName": "push"
                                            },
                                            "name": "push"
                                          },
                                          "computed": false
                                        },
                                        "arguments": [
                                          {
                                            "type": "MemberExpression",
                                            "start": 21263,
                                            "end": 21288,
                                            "loc": {
                                              "start": {
                                                "line": 598,
                                                "column": 24
                                              },
                                              "end": {
                                                "line": 598,
                                                "column": 49
                                              }
                                            },
                                            "object": {
                                              "type": "MemberExpression",
                                              "start": 21263,
                                              "end": 21284,
                                              "loc": {
                                                "start": {
                                                  "line": 598,
                                                  "column": 24
                                                },
                                                "end": {
                                                  "line": 598,
                                                  "column": 45
                                                }
                                              },
                                              "object": {
                                                "type": "Identifier",
                                                "start": 21263,
                                                "end": 21274,
                                                "loc": {
                                                  "start": {
                                                    "line": 598,
                                                    "column": 24
                                                  },
                                                  "end": {
                                                    "line": 598,
                                                    "column": 35
                                                  },
                                                  "identifierName": "association"
                                                },
                                                "name": "association"
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 21275,
                                                "end": 21284,
                                                "loc": {
                                                  "start": {
                                                    "line": 598,
                                                    "column": 36
                                                  },
                                                  "end": {
                                                    "line": 598,
                                                    "column": 45
                                                  },
                                                  "identifierName": "accessors"
                                                },
                                                "name": "accessors"
                                              },
                                              "computed": false
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 21285,
                                              "end": 21288,
                                              "loc": {
                                                "start": {
                                                  "line": 598,
                                                  "column": 46
                                                },
                                                "end": {
                                                  "line": 598,
                                                  "column": 49
                                                },
                                                "identifierName": "get"
                                              },
                                              "name": "get"
                                            },
                                            "computed": false
                                          }
                                        ]
                                      }
                                    }
                                  ],
                                  "directives": []
                                },
                                "alternate": null
                              }
                            ],
                            "directives": []
                          }
                        }
                      ],
                      "directives": []
                    },
                    "alternate": null,
                    "leadingComments": [
                      {
                        "type": "CommentLine",
                        "value": " Check for a restrict field",
                        "start": 20716,
                        "end": 20745,
                        "loc": {
                          "start": {
                            "line": 587,
                            "column": 4
                          },
                          "end": {
                            "line": 587,
                            "column": 33
                          }
                        }
                      }
                    ]
                  },
                  {
                    "type": "ReturnStatement",
                    "start": 21320,
                    "end": 21843,
                    "loc": {
                      "start": {
                        "line": 603,
                        "column": 4
                      },
                      "end": {
                        "line": 617,
                        "column": 7
                      }
                    },
                    "argument": {
                      "type": "CallExpression",
                      "start": 21327,
                      "end": 21842,
                      "loc": {
                        "start": {
                          "line": 603,
                          "column": 11
                        },
                        "end": {
                          "line": 617,
                          "column": 6
                        }
                      },
                      "callee": {
                        "type": "MemberExpression",
                        "start": 21327,
                        "end": 21743,
                        "loc": {
                          "start": {
                            "line": 603,
                            "column": 11
                          },
                          "end": {
                            "line": 614,
                            "column": 11
                          }
                        },
                        "object": {
                          "type": "CallExpression",
                          "start": 21327,
                          "end": 21738,
                          "loc": {
                            "start": {
                              "line": 603,
                              "column": 11
                            },
                            "end": {
                              "line": 614,
                              "column": 6
                            }
                          },
                          "callee": {
                            "type": "MemberExpression",
                            "start": 21327,
                            "end": 21339,
                            "loc": {
                              "start": {
                                "line": 603,
                                "column": 11
                              },
                              "end": {
                                "line": 603,
                                "column": 23
                              }
                            },
                            "object": {
                              "type": "Identifier",
                              "start": 21327,
                              "end": 21334,
                              "loc": {
                                "start": {
                                  "line": 603,
                                  "column": 11
                                },
                                "end": {
                                  "line": 603,
                                  "column": 18
                                },
                                "identifierName": "Promise"
                              },
                              "name": "Promise"
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 21335,
                              "end": 21339,
                              "loc": {
                                "start": {
                                  "line": 603,
                                  "column": 19
                                },
                                "end": {
                                  "line": 603,
                                  "column": 23
                                },
                                "identifierName": "each"
                              },
                              "name": "each"
                            },
                            "computed": false
                          },
                          "arguments": [
                            {
                              "type": "Identifier",
                              "start": 21340,
                              "end": 21348,
                              "loc": {
                                "start": {
                                  "line": 603,
                                  "column": 24
                                },
                                "end": {
                                  "line": 603,
                                  "column": 32
                                },
                                "identifierName": "cascades"
                              },
                              "name": "cascades"
                            },
                            {
                              "type": "ArrowFunctionExpression",
                              "start": 21350,
                              "end": 21737,
                              "loc": {
                                "start": {
                                  "line": 603,
                                  "column": 34
                                },
                                "end": {
                                  "line": 614,
                                  "column": 5
                                }
                              },
                              "id": null,
                              "generator": false,
                              "expression": false,
                              "async": false,
                              "params": [
                                {
                                  "type": "Identifier",
                                  "start": 21350,
                                  "end": 21357,
                                  "loc": {
                                    "start": {
                                      "line": 603,
                                      "column": 34
                                    },
                                    "end": {
                                      "line": 603,
                                      "column": 41
                                    },
                                    "identifierName": "cascade"
                                  },
                                  "name": "cascade"
                                }
                              ],
                              "body": {
                                "type": "BlockStatement",
                                "start": 21361,
                                "end": 21737,
                                "loc": {
                                  "start": {
                                    "line": 603,
                                    "column": 45
                                  },
                                  "end": {
                                    "line": 614,
                                    "column": 5
                                  }
                                },
                                "body": [
                                  {
                                    "type": "ReturnStatement",
                                    "start": 21369,
                                    "end": 21731,
                                    "loc": {
                                      "start": {
                                        "line": 604,
                                        "column": 6
                                      },
                                      "end": {
                                        "line": 613,
                                        "column": 9
                                      }
                                    },
                                    "argument": {
                                      "type": "CallExpression",
                                      "start": 21376,
                                      "end": 21730,
                                      "loc": {
                                        "start": {
                                          "line": 604,
                                          "column": 13
                                        },
                                        "end": {
                                          "line": 613,
                                          "column": 8
                                        }
                                      },
                                      "callee": {
                                        "type": "MemberExpression",
                                        "start": 21376,
                                        "end": 21407,
                                        "loc": {
                                          "start": {
                                            "line": 604,
                                            "column": 13
                                          },
                                          "end": {
                                            "line": 604,
                                            "column": 44
                                          }
                                        },
                                        "object": {
                                          "type": "CallExpression",
                                          "start": 21376,
                                          "end": 21402,
                                          "loc": {
                                            "start": {
                                              "line": 604,
                                              "column": 13
                                            },
                                            "end": {
                                              "line": 604,
                                              "column": 39
                                            }
                                          },
                                          "callee": {
                                            "type": "MemberExpression",
                                            "start": 21376,
                                            "end": 21393,
                                            "loc": {
                                              "start": {
                                                "line": 604,
                                                "column": 13
                                              },
                                              "end": {
                                                "line": 604,
                                                "column": 30
                                              }
                                            },
                                            "object": {
                                              "type": "Identifier",
                                              "start": 21376,
                                              "end": 21384,
                                              "loc": {
                                                "start": {
                                                  "line": 604,
                                                  "column": 13
                                                },
                                                "end": {
                                                  "line": 604,
                                                  "column": 21
                                                },
                                                "identifierName": "instance"
                                              },
                                              "name": "instance"
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 21385,
                                              "end": 21392,
                                              "loc": {
                                                "start": {
                                                  "line": 604,
                                                  "column": 22
                                                },
                                                "end": {
                                                  "line": 604,
                                                  "column": 29
                                                },
                                                "identifierName": "cascade"
                                              },
                                              "name": "cascade"
                                            },
                                            "computed": true
                                          },
                                          "arguments": [
                                            {
                                              "type": "Identifier",
                                              "start": 21394,
                                              "end": 21401,
                                              "loc": {
                                                "start": {
                                                  "line": 604,
                                                  "column": 31
                                                },
                                                "end": {
                                                  "line": 604,
                                                  "column": 38
                                                },
                                                "identifierName": "options"
                                              },
                                              "name": "options"
                                            }
                                          ]
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 21403,
                                          "end": 21407,
                                          "loc": {
                                            "start": {
                                              "line": 604,
                                              "column": 40
                                            },
                                            "end": {
                                              "line": 604,
                                              "column": 44
                                            },
                                            "identifierName": "then"
                                          },
                                          "name": "then"
                                        },
                                        "computed": false
                                      },
                                      "arguments": [
                                        {
                                          "type": "ArrowFunctionExpression",
                                          "start": 21408,
                                          "end": 21729,
                                          "loc": {
                                            "start": {
                                              "line": 604,
                                              "column": 45
                                            },
                                            "end": {
                                              "line": 613,
                                              "column": 7
                                            }
                                          },
                                          "id": null,
                                          "generator": false,
                                          "expression": false,
                                          "async": false,
                                          "params": [
                                            {
                                              "type": "Identifier",
                                              "start": 21408,
                                              "end": 21417,
                                              "loc": {
                                                "start": {
                                                  "line": 604,
                                                  "column": 45
                                                },
                                                "end": {
                                                  "line": 604,
                                                  "column": 54
                                                },
                                                "identifierName": "instances"
                                              },
                                              "name": "instances"
                                            }
                                          ],
                                          "body": {
                                            "type": "BlockStatement",
                                            "start": 21421,
                                            "end": 21729,
                                            "loc": {
                                              "start": {
                                                "line": 604,
                                                "column": 58
                                              },
                                              "end": {
                                                "line": 613,
                                                "column": 7
                                              }
                                            },
                                            "body": [
                                              {
                                                "type": "IfStatement",
                                                "start": 21513,
                                                "end": 21576,
                                                "loc": {
                                                  "start": {
                                                    "line": 606,
                                                    "column": 8
                                                  },
                                                  "end": {
                                                    "line": 608,
                                                    "column": 9
                                                  }
                                                },
                                                "test": {
                                                  "type": "UnaryExpression",
                                                  "start": 21517,
                                                  "end": 21527,
                                                  "loc": {
                                                    "start": {
                                                      "line": 606,
                                                      "column": 12
                                                    },
                                                    "end": {
                                                      "line": 606,
                                                      "column": 22
                                                    }
                                                  },
                                                  "operator": "!",
                                                  "prefix": true,
                                                  "argument": {
                                                    "type": "Identifier",
                                                    "start": 21518,
                                                    "end": 21527,
                                                    "loc": {
                                                      "start": {
                                                        "line": 606,
                                                        "column": 13
                                                      },
                                                      "end": {
                                                        "line": 606,
                                                        "column": 22
                                                      },
                                                      "identifierName": "instances"
                                                    },
                                                    "name": "instances",
                                                    "leadingComments": null
                                                  },
                                                  "extra": {
                                                    "parenthesizedArgument": false
                                                  },
                                                  "leadingComments": null
                                                },
                                                "consequent": {
                                                  "type": "BlockStatement",
                                                  "start": 21529,
                                                  "end": 21576,
                                                  "loc": {
                                                    "start": {
                                                      "line": 606,
                                                      "column": 24
                                                    },
                                                    "end": {
                                                      "line": 608,
                                                      "column": 9
                                                    }
                                                  },
                                                  "body": [
                                                    {
                                                      "type": "ReturnStatement",
                                                      "start": 21541,
                                                      "end": 21566,
                                                      "loc": {
                                                        "start": {
                                                          "line": 607,
                                                          "column": 10
                                                        },
                                                        "end": {
                                                          "line": 607,
                                                          "column": 35
                                                        }
                                                      },
                                                      "argument": {
                                                        "type": "CallExpression",
                                                        "start": 21548,
                                                        "end": 21565,
                                                        "loc": {
                                                          "start": {
                                                            "line": 607,
                                                            "column": 17
                                                          },
                                                          "end": {
                                                            "line": 607,
                                                            "column": 34
                                                          }
                                                        },
                                                        "callee": {
                                                          "type": "MemberExpression",
                                                          "start": 21548,
                                                          "end": 21563,
                                                          "loc": {
                                                            "start": {
                                                              "line": 607,
                                                              "column": 17
                                                            },
                                                            "end": {
                                                              "line": 607,
                                                              "column": 32
                                                            }
                                                          },
                                                          "object": {
                                                            "type": "Identifier",
                                                            "start": 21548,
                                                            "end": 21555,
                                                            "loc": {
                                                              "start": {
                                                                "line": 607,
                                                                "column": 17
                                                              },
                                                              "end": {
                                                                "line": 607,
                                                                "column": 24
                                                              },
                                                              "identifierName": "Promise"
                                                            },
                                                            "name": "Promise"
                                                          },
                                                          "property": {
                                                            "type": "Identifier",
                                                            "start": 21556,
                                                            "end": 21563,
                                                            "loc": {
                                                              "start": {
                                                                "line": 607,
                                                                "column": 25
                                                              },
                                                              "end": {
                                                                "line": 607,
                                                                "column": 32
                                                              },
                                                              "identifierName": "resolve"
                                                            },
                                                            "name": "resolve"
                                                          },
                                                          "computed": false
                                                        },
                                                        "arguments": []
                                                      }
                                                    }
                                                  ],
                                                  "directives": []
                                                },
                                                "alternate": null,
                                                "leadingComments": [
                                                  {
                                                    "type": "CommentLine",
                                                    "value": " Check for hasOne relationship with non-existing associate (\"has zero\")",
                                                    "start": 21431,
                                                    "end": 21504,
                                                    "loc": {
                                                      "start": {
                                                        "line": 605,
                                                        "column": 8
                                                      },
                                                      "end": {
                                                        "line": 605,
                                                        "column": 81
                                                      }
                                                    }
                                                  }
                                                ]
                                              },
                                              {
                                                "type": "IfStatement",
                                                "start": 21586,
                                                "end": 21641,
                                                "loc": {
                                                  "start": {
                                                    "line": 610,
                                                    "column": 8
                                                  },
                                                  "end": {
                                                    "line": 610,
                                                    "column": 63
                                                  }
                                                },
                                                "test": {
                                                  "type": "UnaryExpression",
                                                  "start": 21590,
                                                  "end": 21615,
                                                  "loc": {
                                                    "start": {
                                                      "line": 610,
                                                      "column": 12
                                                    },
                                                    "end": {
                                                      "line": 610,
                                                      "column": 37
                                                    }
                                                  },
                                                  "operator": "!",
                                                  "prefix": true,
                                                  "argument": {
                                                    "type": "CallExpression",
                                                    "start": 21591,
                                                    "end": 21615,
                                                    "loc": {
                                                      "start": {
                                                        "line": 610,
                                                        "column": 13
                                                      },
                                                      "end": {
                                                        "line": 610,
                                                        "column": 37
                                                      }
                                                    },
                                                    "callee": {
                                                      "type": "MemberExpression",
                                                      "start": 21591,
                                                      "end": 21604,
                                                      "loc": {
                                                        "start": {
                                                          "line": 610,
                                                          "column": 13
                                                        },
                                                        "end": {
                                                          "line": 610,
                                                          "column": 26
                                                        }
                                                      },
                                                      "object": {
                                                        "type": "Identifier",
                                                        "start": 21591,
                                                        "end": 21596,
                                                        "loc": {
                                                          "start": {
                                                            "line": 610,
                                                            "column": 13
                                                          },
                                                          "end": {
                                                            "line": 610,
                                                            "column": 18
                                                          },
                                                          "identifierName": "Array"
                                                        },
                                                        "name": "Array"
                                                      },
                                                      "property": {
                                                        "type": "Identifier",
                                                        "start": 21597,
                                                        "end": 21604,
                                                        "loc": {
                                                          "start": {
                                                            "line": 610,
                                                            "column": 19
                                                          },
                                                          "end": {
                                                            "line": 610,
                                                            "column": 26
                                                          },
                                                          "identifierName": "isArray"
                                                        },
                                                        "name": "isArray"
                                                      },
                                                      "computed": false
                                                    },
                                                    "arguments": [
                                                      {
                                                        "type": "Identifier",
                                                        "start": 21605,
                                                        "end": 21614,
                                                        "loc": {
                                                          "start": {
                                                            "line": 610,
                                                            "column": 27
                                                          },
                                                          "end": {
                                                            "line": 610,
                                                            "column": 36
                                                          },
                                                          "identifierName": "instances"
                                                        },
                                                        "name": "instances"
                                                      }
                                                    ]
                                                  },
                                                  "extra": {
                                                    "parenthesizedArgument": false
                                                  }
                                                },
                                                "consequent": {
                                                  "type": "ExpressionStatement",
                                                  "start": 21617,
                                                  "end": 21641,
                                                  "loc": {
                                                    "start": {
                                                      "line": 610,
                                                      "column": 39
                                                    },
                                                    "end": {
                                                      "line": 610,
                                                      "column": 63
                                                    }
                                                  },
                                                  "expression": {
                                                    "type": "AssignmentExpression",
                                                    "start": 21617,
                                                    "end": 21640,
                                                    "loc": {
                                                      "start": {
                                                        "line": 610,
                                                        "column": 39
                                                      },
                                                      "end": {
                                                        "line": 610,
                                                        "column": 62
                                                      }
                                                    },
                                                    "operator": "=",
                                                    "left": {
                                                      "type": "Identifier",
                                                      "start": 21617,
                                                      "end": 21626,
                                                      "loc": {
                                                        "start": {
                                                          "line": 610,
                                                          "column": 39
                                                        },
                                                        "end": {
                                                          "line": 610,
                                                          "column": 48
                                                        },
                                                        "identifierName": "instances"
                                                      },
                                                      "name": "instances"
                                                    },
                                                    "right": {
                                                      "type": "ArrayExpression",
                                                      "start": 21629,
                                                      "end": 21640,
                                                      "loc": {
                                                        "start": {
                                                          "line": 610,
                                                          "column": 51
                                                        },
                                                        "end": {
                                                          "line": 610,
                                                          "column": 62
                                                        }
                                                      },
                                                      "elements": [
                                                        {
                                                          "type": "Identifier",
                                                          "start": 21630,
                                                          "end": 21639,
                                                          "loc": {
                                                            "start": {
                                                              "line": 610,
                                                              "column": 52
                                                            },
                                                            "end": {
                                                              "line": 610,
                                                              "column": 61
                                                            },
                                                            "identifierName": "instances"
                                                          },
                                                          "name": "instances"
                                                        }
                                                      ]
                                                    }
                                                  }
                                                },
                                                "alternate": null
                                              },
                                              {
                                                "type": "ReturnStatement",
                                                "start": 21651,
                                                "end": 21721,
                                                "loc": {
                                                  "start": {
                                                    "line": 612,
                                                    "column": 8
                                                  },
                                                  "end": {
                                                    "line": 612,
                                                    "column": 78
                                                  }
                                                },
                                                "argument": {
                                                  "type": "CallExpression",
                                                  "start": 21658,
                                                  "end": 21720,
                                                  "loc": {
                                                    "start": {
                                                      "line": 612,
                                                      "column": 15
                                                    },
                                                    "end": {
                                                      "line": 612,
                                                      "column": 77
                                                    }
                                                  },
                                                  "callee": {
                                                    "type": "MemberExpression",
                                                    "start": 21658,
                                                    "end": 21670,
                                                    "loc": {
                                                      "start": {
                                                        "line": 612,
                                                        "column": 15
                                                      },
                                                      "end": {
                                                        "line": 612,
                                                        "column": 27
                                                      }
                                                    },
                                                    "object": {
                                                      "type": "Identifier",
                                                      "start": 21658,
                                                      "end": 21665,
                                                      "loc": {
                                                        "start": {
                                                          "line": 612,
                                                          "column": 15
                                                        },
                                                        "end": {
                                                          "line": 612,
                                                          "column": 22
                                                        },
                                                        "identifierName": "Promise"
                                                      },
                                                      "name": "Promise"
                                                    },
                                                    "property": {
                                                      "type": "Identifier",
                                                      "start": 21666,
                                                      "end": 21670,
                                                      "loc": {
                                                        "start": {
                                                          "line": 612,
                                                          "column": 23
                                                        },
                                                        "end": {
                                                          "line": 612,
                                                          "column": 27
                                                        },
                                                        "identifierName": "each"
                                                      },
                                                      "name": "each"
                                                    },
                                                    "computed": false
                                                  },
                                                  "arguments": [
                                                    {
                                                      "type": "Identifier",
                                                      "start": 21671,
                                                      "end": 21680,
                                                      "loc": {
                                                        "start": {
                                                          "line": 612,
                                                          "column": 28
                                                        },
                                                        "end": {
                                                          "line": 612,
                                                          "column": 37
                                                        },
                                                        "identifierName": "instances"
                                                      },
                                                      "name": "instances"
                                                    },
                                                    {
                                                      "type": "ArrowFunctionExpression",
                                                      "start": 21682,
                                                      "end": 21719,
                                                      "loc": {
                                                        "start": {
                                                          "line": 612,
                                                          "column": 39
                                                        },
                                                        "end": {
                                                          "line": 612,
                                                          "column": 76
                                                        }
                                                      },
                                                      "id": null,
                                                      "generator": false,
                                                      "expression": true,
                                                      "async": false,
                                                      "params": [
                                                        {
                                                          "type": "Identifier",
                                                          "start": 21682,
                                                          "end": 21690,
                                                          "loc": {
                                                            "start": {
                                                              "line": 612,
                                                              "column": 39
                                                            },
                                                            "end": {
                                                              "line": 612,
                                                              "column": 47
                                                            },
                                                            "identifierName": "instance"
                                                          },
                                                          "name": "instance"
                                                        }
                                                      ],
                                                      "body": {
                                                        "type": "CallExpression",
                                                        "start": 21694,
                                                        "end": 21719,
                                                        "loc": {
                                                          "start": {
                                                            "line": 612,
                                                            "column": 51
                                                          },
                                                          "end": {
                                                            "line": 612,
                                                            "column": 76
                                                          }
                                                        },
                                                        "callee": {
                                                          "type": "MemberExpression",
                                                          "start": 21694,
                                                          "end": 21710,
                                                          "loc": {
                                                            "start": {
                                                              "line": 612,
                                                              "column": 51
                                                            },
                                                            "end": {
                                                              "line": 612,
                                                              "column": 67
                                                            }
                                                          },
                                                          "object": {
                                                            "type": "Identifier",
                                                            "start": 21694,
                                                            "end": 21702,
                                                            "loc": {
                                                              "start": {
                                                                "line": 612,
                                                                "column": 51
                                                              },
                                                              "end": {
                                                                "line": 612,
                                                                "column": 59
                                                              },
                                                              "identifierName": "instance"
                                                            },
                                                            "name": "instance"
                                                          },
                                                          "property": {
                                                            "type": "Identifier",
                                                            "start": 21703,
                                                            "end": 21710,
                                                            "loc": {
                                                              "start": {
                                                                "line": 612,
                                                                "column": 60
                                                              },
                                                              "end": {
                                                                "line": 612,
                                                                "column": 67
                                                              },
                                                              "identifierName": "destroy"
                                                            },
                                                            "name": "destroy"
                                                          },
                                                          "computed": false
                                                        },
                                                        "arguments": [
                                                          {
                                                            "type": "Identifier",
                                                            "start": 21711,
                                                            "end": 21718,
                                                            "loc": {
                                                              "start": {
                                                                "line": 612,
                                                                "column": 68
                                                              },
                                                              "end": {
                                                                "line": 612,
                                                                "column": 75
                                                              },
                                                              "identifierName": "options"
                                                            },
                                                            "name": "options"
                                                          }
                                                        ]
                                                      }
                                                    }
                                                  ]
                                                }
                                              }
                                            ],
                                            "directives": []
                                          }
                                        }
                                      ]
                                    }
                                  }
                                ],
                                "directives": []
                              }
                            }
                          ]
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 21739,
                          "end": 21743,
                          "loc": {
                            "start": {
                              "line": 614,
                              "column": 7
                            },
                            "end": {
                              "line": 614,
                              "column": 11
                            },
                            "identifierName": "then"
                          },
                          "name": "then"
                        },
                        "computed": false
                      },
                      "arguments": [
                        {
                          "type": "ArrowFunctionExpression",
                          "start": 21744,
                          "end": 21841,
                          "loc": {
                            "start": {
                              "line": 614,
                              "column": 12
                            },
                            "end": {
                              "line": 617,
                              "column": 5
                            }
                          },
                          "id": null,
                          "generator": false,
                          "expression": false,
                          "async": false,
                          "params": [],
                          "body": {
                            "type": "BlockStatement",
                            "start": 21750,
                            "end": 21841,
                            "loc": {
                              "start": {
                                "line": 614,
                                "column": 18
                              },
                              "end": {
                                "line": 617,
                                "column": 5
                              }
                            },
                            "body": [
                              {
                                "type": "ExpressionStatement",
                                "start": 21758,
                                "end": 21786,
                                "loc": {
                                  "start": {
                                    "line": 615,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 615,
                                    "column": 34
                                  }
                                },
                                "expression": {
                                  "type": "AssignmentExpression",
                                  "start": 21758,
                                  "end": 21785,
                                  "loc": {
                                    "start": {
                                      "line": 615,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 615,
                                      "column": 33
                                    }
                                  },
                                  "operator": "=",
                                  "left": {
                                    "type": "MemberExpression",
                                    "start": 21758,
                                    "end": 21774,
                                    "loc": {
                                      "start": {
                                        "line": 615,
                                        "column": 6
                                      },
                                      "end": {
                                        "line": 615,
                                        "column": 22
                                      }
                                    },
                                    "object": {
                                      "type": "Identifier",
                                      "start": 21758,
                                      "end": 21765,
                                      "loc": {
                                        "start": {
                                          "line": 615,
                                          "column": 6
                                        },
                                        "end": {
                                          "line": 615,
                                          "column": 13
                                        },
                                        "identifierName": "options"
                                      },
                                      "name": "options"
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 21766,
                                      "end": 21774,
                                      "loc": {
                                        "start": {
                                          "line": 615,
                                          "column": 14
                                        },
                                        "end": {
                                          "line": 615,
                                          "column": 22
                                        },
                                        "identifierName": "instance"
                                      },
                                      "name": "instance"
                                    },
                                    "computed": false
                                  },
                                  "right": {
                                    "type": "Identifier",
                                    "start": 21777,
                                    "end": 21785,
                                    "loc": {
                                      "start": {
                                        "line": 615,
                                        "column": 25
                                      },
                                      "end": {
                                        "line": 615,
                                        "column": 33
                                      },
                                      "identifierName": "instance"
                                    },
                                    "name": "instance"
                                  }
                                }
                              },
                              {
                                "type": "ReturnStatement",
                                "start": 21793,
                                "end": 21835,
                                "loc": {
                                  "start": {
                                    "line": 616,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 616,
                                    "column": 48
                                  }
                                },
                                "argument": {
                                  "type": "CallExpression",
                                  "start": 21800,
                                  "end": 21834,
                                  "loc": {
                                    "start": {
                                      "line": 616,
                                      "column": 13
                                    },
                                    "end": {
                                      "line": 616,
                                      "column": 47
                                    }
                                  },
                                  "callee": {
                                    "type": "MemberExpression",
                                    "start": 21800,
                                    "end": 21820,
                                    "loc": {
                                      "start": {
                                        "line": 616,
                                        "column": 13
                                      },
                                      "end": {
                                        "line": 616,
                                        "column": 33
                                      }
                                    },
                                    "object": {
                                      "type": "MemberExpression",
                                      "start": 21800,
                                      "end": 21814,
                                      "loc": {
                                        "start": {
                                          "line": 616,
                                          "column": 13
                                        },
                                        "end": {
                                          "line": 616,
                                          "column": 27
                                        }
                                      },
                                      "object": {
                                        "type": "ThisExpression",
                                        "start": 21800,
                                        "end": 21804,
                                        "loc": {
                                          "start": {
                                            "line": 616,
                                            "column": 13
                                          },
                                          "end": {
                                            "line": 616,
                                            "column": 17
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 21805,
                                        "end": 21814,
                                        "loc": {
                                          "start": {
                                            "line": 616,
                                            "column": 18
                                          },
                                          "end": {
                                            "line": 616,
                                            "column": 27
                                          },
                                          "identifierName": "sequelize"
                                        },
                                        "name": "sequelize"
                                      },
                                      "computed": false
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 21815,
                                      "end": 21820,
                                      "loc": {
                                        "start": {
                                          "line": 616,
                                          "column": 28
                                        },
                                        "end": {
                                          "line": 616,
                                          "column": 33
                                        },
                                        "identifierName": "query"
                                      },
                                      "name": "query"
                                    },
                                    "computed": false
                                  },
                                  "arguments": [
                                    {
                                      "type": "Identifier",
                                      "start": 21821,
                                      "end": 21824,
                                      "loc": {
                                        "start": {
                                          "line": 616,
                                          "column": 34
                                        },
                                        "end": {
                                          "line": 616,
                                          "column": 37
                                        },
                                        "identifierName": "sql"
                                      },
                                      "name": "sql"
                                    },
                                    {
                                      "type": "Identifier",
                                      "start": 21826,
                                      "end": 21833,
                                      "loc": {
                                        "start": {
                                          "line": 616,
                                          "column": 39
                                        },
                                        "end": {
                                          "line": 616,
                                          "column": 46
                                        },
                                        "identifierName": "options"
                                      },
                                      "name": "options"
                                    }
                                  ]
                                }
                              }
                            ],
                            "directives": []
                          }
                        }
                      ]
                    }
                  }
                ],
                "directives": []
              }
            },
            {
              "type": "ClassMethod",
              "start": 21851,
              "end": 22214,
              "loc": {
                "start": {
                  "line": 620,
                  "column": 2
                },
                "end": {
                  "line": 627,
                  "column": 3
                }
              },
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 21851,
                "end": 21861,
                "loc": {
                  "start": {
                    "line": 620,
                    "column": 2
                  },
                  "end": {
                    "line": 620,
                    "column": 12
                  },
                  "identifierName": "bulkDelete"
                },
                "name": "bulkDelete"
              },
              "static": false,
              "kind": "method",
              "id": null,
              "generator": false,
              "expression": false,
              "async": false,
              "params": [
                {
                  "type": "Identifier",
                  "start": 21862,
                  "end": 21871,
                  "loc": {
                    "start": {
                      "line": 620,
                      "column": 13
                    },
                    "end": {
                      "line": 620,
                      "column": 22
                    },
                    "identifierName": "tableName"
                  },
                  "name": "tableName"
                },
                {
                  "type": "Identifier",
                  "start": 21873,
                  "end": 21883,
                  "loc": {
                    "start": {
                      "line": 620,
                      "column": 24
                    },
                    "end": {
                      "line": 620,
                      "column": 34
                    },
                    "identifierName": "identifier"
                  },
                  "name": "identifier"
                },
                {
                  "type": "Identifier",
                  "start": 21885,
                  "end": 21892,
                  "loc": {
                    "start": {
                      "line": 620,
                      "column": 36
                    },
                    "end": {
                      "line": 620,
                      "column": 43
                    },
                    "identifierName": "options"
                  },
                  "name": "options"
                },
                {
                  "type": "Identifier",
                  "start": 21894,
                  "end": 21899,
                  "loc": {
                    "start": {
                      "line": 620,
                      "column": 45
                    },
                    "end": {
                      "line": 620,
                      "column": 50
                    },
                    "identifierName": "model"
                  },
                  "name": "model"
                }
              ],
              "body": {
                "type": "BlockStatement",
                "start": 21901,
                "end": 22214,
                "loc": {
                  "start": {
                    "line": 620,
                    "column": 52
                  },
                  "end": {
                    "line": 627,
                    "column": 3
                  }
                },
                "body": [
                  {
                    "type": "ExpressionStatement",
                    "start": 21907,
                    "end": 21942,
                    "loc": {
                      "start": {
                        "line": 621,
                        "column": 4
                      },
                      "end": {
                        "line": 621,
                        "column": 39
                      }
                    },
                    "expression": {
                      "type": "AssignmentExpression",
                      "start": 21907,
                      "end": 21941,
                      "loc": {
                        "start": {
                          "line": 621,
                          "column": 4
                        },
                        "end": {
                          "line": 621,
                          "column": 38
                        }
                      },
                      "operator": "=",
                      "left": {
                        "type": "Identifier",
                        "start": 21907,
                        "end": 21914,
                        "loc": {
                          "start": {
                            "line": 621,
                            "column": 4
                          },
                          "end": {
                            "line": 621,
                            "column": 11
                          },
                          "identifierName": "options"
                        },
                        "name": "options"
                      },
                      "right": {
                        "type": "CallExpression",
                        "start": 21917,
                        "end": 21941,
                        "loc": {
                          "start": {
                            "line": 621,
                            "column": 14
                          },
                          "end": {
                            "line": 621,
                            "column": 38
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 21917,
                          "end": 21932,
                          "loc": {
                            "start": {
                              "line": 621,
                              "column": 14
                            },
                            "end": {
                              "line": 621,
                              "column": 29
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 21917,
                            "end": 21922,
                            "loc": {
                              "start": {
                                "line": 621,
                                "column": 14
                              },
                              "end": {
                                "line": 621,
                                "column": 19
                              },
                              "identifierName": "Utils"
                            },
                            "name": "Utils"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 21923,
                            "end": 21932,
                            "loc": {
                              "start": {
                                "line": 621,
                                "column": 20
                              },
                              "end": {
                                "line": 621,
                                "column": 29
                              },
                              "identifierName": "cloneDeep"
                            },
                            "name": "cloneDeep"
                          },
                          "computed": false
                        },
                        "arguments": [
                          {
                            "type": "Identifier",
                            "start": 21933,
                            "end": 21940,
                            "loc": {
                              "start": {
                                "line": 621,
                                "column": 30
                              },
                              "end": {
                                "line": 621,
                                "column": 37
                              },
                              "identifierName": "options"
                            },
                            "name": "options"
                          }
                        ]
                      }
                    }
                  },
                  {
                    "type": "ExpressionStatement",
                    "start": 21947,
                    "end": 21992,
                    "loc": {
                      "start": {
                        "line": 622,
                        "column": 4
                      },
                      "end": {
                        "line": 622,
                        "column": 49
                      }
                    },
                    "expression": {
                      "type": "AssignmentExpression",
                      "start": 21947,
                      "end": 21991,
                      "loc": {
                        "start": {
                          "line": 622,
                          "column": 4
                        },
                        "end": {
                          "line": 622,
                          "column": 48
                        }
                      },
                      "operator": "=",
                      "left": {
                        "type": "Identifier",
                        "start": 21947,
                        "end": 21954,
                        "loc": {
                          "start": {
                            "line": 622,
                            "column": 4
                          },
                          "end": {
                            "line": 622,
                            "column": 11
                          },
                          "identifierName": "options"
                        },
                        "name": "options"
                      },
                      "right": {
                        "type": "CallExpression",
                        "start": 21957,
                        "end": 21991,
                        "loc": {
                          "start": {
                            "line": 622,
                            "column": 14
                          },
                          "end": {
                            "line": 622,
                            "column": 48
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 21957,
                          "end": 21967,
                          "loc": {
                            "start": {
                              "line": 622,
                              "column": 14
                            },
                            "end": {
                              "line": 622,
                              "column": 24
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 21957,
                            "end": 21958,
                            "loc": {
                              "start": {
                                "line": 622,
                                "column": 14
                              },
                              "end": {
                                "line": 622,
                                "column": 15
                              },
                              "identifierName": "_"
                            },
                            "name": "_"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 21959,
                            "end": 21967,
                            "loc": {
                              "start": {
                                "line": 622,
                                "column": 16
                              },
                              "end": {
                                "line": 622,
                                "column": 24
                              },
                              "identifierName": "defaults"
                            },
                            "name": "defaults"
                          },
                          "computed": false
                        },
                        "arguments": [
                          {
                            "type": "Identifier",
                            "start": 21968,
                            "end": 21975,
                            "loc": {
                              "start": {
                                "line": 622,
                                "column": 25
                              },
                              "end": {
                                "line": 622,
                                "column": 32
                              },
                              "identifierName": "options"
                            },
                            "name": "options"
                          },
                          {
                            "type": "ObjectExpression",
                            "start": 21977,
                            "end": 21990,
                            "loc": {
                              "start": {
                                "line": 622,
                                "column": 34
                              },
                              "end": {
                                "line": 622,
                                "column": 47
                              }
                            },
                            "properties": [
                              {
                                "type": "ObjectProperty",
                                "start": 21978,
                                "end": 21989,
                                "loc": {
                                  "start": {
                                    "line": 622,
                                    "column": 35
                                  },
                                  "end": {
                                    "line": 622,
                                    "column": 46
                                  }
                                },
                                "method": false,
                                "shorthand": false,
                                "computed": false,
                                "key": {
                                  "type": "Identifier",
                                  "start": 21978,
                                  "end": 21983,
                                  "loc": {
                                    "start": {
                                      "line": 622,
                                      "column": 35
                                    },
                                    "end": {
                                      "line": 622,
                                      "column": 40
                                    },
                                    "identifierName": "limit"
                                  },
                                  "name": "limit"
                                },
                                "value": {
                                  "type": "NullLiteral",
                                  "start": 21985,
                                  "end": 21989,
                                  "loc": {
                                    "start": {
                                      "line": 622,
                                      "column": 42
                                    },
                                    "end": {
                                      "line": 622,
                                      "column": 46
                                    }
                                  }
                                }
                              }
                            ]
                          }
                        ]
                      }
                    }
                  },
                  {
                    "type": "IfStatement",
                    "start": 21997,
                    "end": 22074,
                    "loc": {
                      "start": {
                        "line": 623,
                        "column": 4
                      },
                      "end": {
                        "line": 623,
                        "column": 81
                      }
                    },
                    "test": {
                      "type": "BinaryExpression",
                      "start": 22001,
                      "end": 22031,
                      "loc": {
                        "start": {
                          "line": 623,
                          "column": 8
                        },
                        "end": {
                          "line": 623,
                          "column": 38
                        }
                      },
                      "left": {
                        "type": "UnaryExpression",
                        "start": 22001,
                        "end": 22018,
                        "loc": {
                          "start": {
                            "line": 623,
                            "column": 8
                          },
                          "end": {
                            "line": 623,
                            "column": 25
                          }
                        },
                        "operator": "typeof",
                        "prefix": true,
                        "argument": {
                          "type": "Identifier",
                          "start": 22008,
                          "end": 22018,
                          "loc": {
                            "start": {
                              "line": 623,
                              "column": 15
                            },
                            "end": {
                              "line": 623,
                              "column": 25
                            },
                            "identifierName": "identifier"
                          },
                          "name": "identifier"
                        },
                        "extra": {
                          "parenthesizedArgument": false
                        }
                      },
                      "operator": "===",
                      "right": {
                        "type": "StringLiteral",
                        "start": 22023,
                        "end": 22031,
                        "loc": {
                          "start": {
                            "line": 623,
                            "column": 30
                          },
                          "end": {
                            "line": 623,
                            "column": 38
                          }
                        },
                        "extra": {
                          "rawValue": "object",
                          "raw": "'object'"
                        },
                        "value": "object"
                      }
                    },
                    "consequent": {
                      "type": "ExpressionStatement",
                      "start": 22033,
                      "end": 22074,
                      "loc": {
                        "start": {
                          "line": 623,
                          "column": 40
                        },
                        "end": {
                          "line": 623,
                          "column": 81
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 22033,
                        "end": 22073,
                        "loc": {
                          "start": {
                            "line": 623,
                            "column": 40
                          },
                          "end": {
                            "line": 623,
                            "column": 80
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "Identifier",
                          "start": 22033,
                          "end": 22043,
                          "loc": {
                            "start": {
                              "line": 623,
                              "column": 40
                            },
                            "end": {
                              "line": 623,
                              "column": 50
                            },
                            "identifierName": "identifier"
                          },
                          "name": "identifier"
                        },
                        "right": {
                          "type": "CallExpression",
                          "start": 22046,
                          "end": 22073,
                          "loc": {
                            "start": {
                              "line": 623,
                              "column": 53
                            },
                            "end": {
                              "line": 623,
                              "column": 80
                            }
                          },
                          "callee": {
                            "type": "MemberExpression",
                            "start": 22046,
                            "end": 22061,
                            "loc": {
                              "start": {
                                "line": 623,
                                "column": 53
                              },
                              "end": {
                                "line": 623,
                                "column": 68
                              }
                            },
                            "object": {
                              "type": "Identifier",
                              "start": 22046,
                              "end": 22051,
                              "loc": {
                                "start": {
                                  "line": 623,
                                  "column": 53
                                },
                                "end": {
                                  "line": 623,
                                  "column": 58
                                },
                                "identifierName": "Utils"
                              },
                              "name": "Utils"
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 22052,
                              "end": 22061,
                              "loc": {
                                "start": {
                                  "line": 623,
                                  "column": 59
                                },
                                "end": {
                                  "line": 623,
                                  "column": 68
                                },
                                "identifierName": "cloneDeep"
                              },
                              "name": "cloneDeep"
                            },
                            "computed": false
                          },
                          "arguments": [
                            {
                              "type": "Identifier",
                              "start": 22062,
                              "end": 22072,
                              "loc": {
                                "start": {
                                  "line": 623,
                                  "column": 69
                                },
                                "end": {
                                  "line": 623,
                                  "column": 79
                                },
                                "identifierName": "identifier"
                              },
                              "name": "identifier"
                            }
                          ]
                        }
                      }
                    },
                    "alternate": null
                  },
                  {
                    "type": "VariableDeclaration",
                    "start": 22080,
                    "end": 22163,
                    "loc": {
                      "start": {
                        "line": 625,
                        "column": 4
                      },
                      "end": {
                        "line": 625,
                        "column": 87
                      }
                    },
                    "declarations": [
                      {
                        "type": "VariableDeclarator",
                        "start": 22086,
                        "end": 22162,
                        "loc": {
                          "start": {
                            "line": 625,
                            "column": 10
                          },
                          "end": {
                            "line": 625,
                            "column": 86
                          }
                        },
                        "id": {
                          "type": "Identifier",
                          "start": 22086,
                          "end": 22089,
                          "loc": {
                            "start": {
                              "line": 625,
                              "column": 10
                            },
                            "end": {
                              "line": 625,
                              "column": 13
                            },
                            "identifierName": "sql"
                          },
                          "name": "sql"
                        },
                        "init": {
                          "type": "CallExpression",
                          "start": 22092,
                          "end": 22162,
                          "loc": {
                            "start": {
                              "line": 625,
                              "column": 16
                            },
                            "end": {
                              "line": 625,
                              "column": 86
                            }
                          },
                          "callee": {
                            "type": "MemberExpression",
                            "start": 22092,
                            "end": 22123,
                            "loc": {
                              "start": {
                                "line": 625,
                                "column": 16
                              },
                              "end": {
                                "line": 625,
                                "column": 47
                              }
                            },
                            "object": {
                              "type": "MemberExpression",
                              "start": 22092,
                              "end": 22111,
                              "loc": {
                                "start": {
                                  "line": 625,
                                  "column": 16
                                },
                                "end": {
                                  "line": 625,
                                  "column": 35
                                }
                              },
                              "object": {
                                "type": "ThisExpression",
                                "start": 22092,
                                "end": 22096,
                                "loc": {
                                  "start": {
                                    "line": 625,
                                    "column": 16
                                  },
                                  "end": {
                                    "line": 625,
                                    "column": 20
                                  }
                                }
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 22097,
                                "end": 22111,
                                "loc": {
                                  "start": {
                                    "line": 625,
                                    "column": 21
                                  },
                                  "end": {
                                    "line": 625,
                                    "column": 35
                                  },
                                  "identifierName": "QueryGenerator"
                                },
                                "name": "QueryGenerator"
                              },
                              "computed": false
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 22112,
                              "end": 22123,
                              "loc": {
                                "start": {
                                  "line": 625,
                                  "column": 36
                                },
                                "end": {
                                  "line": 625,
                                  "column": 47
                                },
                                "identifierName": "deleteQuery"
                              },
                              "name": "deleteQuery"
                            },
                            "computed": false
                          },
                          "arguments": [
                            {
                              "type": "Identifier",
                              "start": 22124,
                              "end": 22133,
                              "loc": {
                                "start": {
                                  "line": 625,
                                  "column": 48
                                },
                                "end": {
                                  "line": 625,
                                  "column": 57
                                },
                                "identifierName": "tableName"
                              },
                              "name": "tableName"
                            },
                            {
                              "type": "Identifier",
                              "start": 22135,
                              "end": 22145,
                              "loc": {
                                "start": {
                                  "line": 625,
                                  "column": 59
                                },
                                "end": {
                                  "line": 625,
                                  "column": 69
                                },
                                "identifierName": "identifier"
                              },
                              "name": "identifier"
                            },
                            {
                              "type": "Identifier",
                              "start": 22147,
                              "end": 22154,
                              "loc": {
                                "start": {
                                  "line": 625,
                                  "column": 71
                                },
                                "end": {
                                  "line": 625,
                                  "column": 78
                                },
                                "identifierName": "options"
                              },
                              "name": "options"
                            },
                            {
                              "type": "Identifier",
                              "start": 22156,
                              "end": 22161,
                              "loc": {
                                "start": {
                                  "line": 625,
                                  "column": 80
                                },
                                "end": {
                                  "line": 625,
                                  "column": 85
                                },
                                "identifierName": "model"
                              },
                              "name": "model"
                            }
                          ]
                        }
                      }
                    ],
                    "kind": "const"
                  },
                  {
                    "type": "ReturnStatement",
                    "start": 22168,
                    "end": 22210,
                    "loc": {
                      "start": {
                        "line": 626,
                        "column": 4
                      },
                      "end": {
                        "line": 626,
                        "column": 46
                      }
                    },
                    "argument": {
                      "type": "CallExpression",
                      "start": 22175,
                      "end": 22209,
                      "loc": {
                        "start": {
                          "line": 626,
                          "column": 11
                        },
                        "end": {
                          "line": 626,
                          "column": 45
                        }
                      },
                      "callee": {
                        "type": "MemberExpression",
                        "start": 22175,
                        "end": 22195,
                        "loc": {
                          "start": {
                            "line": 626,
                            "column": 11
                          },
                          "end": {
                            "line": 626,
                            "column": 31
                          }
                        },
                        "object": {
                          "type": "MemberExpression",
                          "start": 22175,
                          "end": 22189,
                          "loc": {
                            "start": {
                              "line": 626,
                              "column": 11
                            },
                            "end": {
                              "line": 626,
                              "column": 25
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 22175,
                            "end": 22179,
                            "loc": {
                              "start": {
                                "line": 626,
                                "column": 11
                              },
                              "end": {
                                "line": 626,
                                "column": 15
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 22180,
                            "end": 22189,
                            "loc": {
                              "start": {
                                "line": 626,
                                "column": 16
                              },
                              "end": {
                                "line": 626,
                                "column": 25
                              },
                              "identifierName": "sequelize"
                            },
                            "name": "sequelize"
                          },
                          "computed": false
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 22190,
                          "end": 22195,
                          "loc": {
                            "start": {
                              "line": 626,
                              "column": 26
                            },
                            "end": {
                              "line": 626,
                              "column": 31
                            },
                            "identifierName": "query"
                          },
                          "name": "query"
                        },
                        "computed": false
                      },
                      "arguments": [
                        {
                          "type": "Identifier",
                          "start": 22196,
                          "end": 22199,
                          "loc": {
                            "start": {
                              "line": 626,
                              "column": 32
                            },
                            "end": {
                              "line": 626,
                              "column": 35
                            },
                            "identifierName": "sql"
                          },
                          "name": "sql"
                        },
                        {
                          "type": "Identifier",
                          "start": 22201,
                          "end": 22208,
                          "loc": {
                            "start": {
                              "line": 626,
                              "column": 37
                            },
                            "end": {
                              "line": 626,
                              "column": 44
                            },
                            "identifierName": "options"
                          },
                          "name": "options"
                        }
                      ]
                    }
                  }
                ],
                "directives": []
              }
            },
            {
              "type": "ClassMethod",
              "start": 22218,
              "end": 22483,
              "loc": {
                "start": {
                  "line": 629,
                  "column": 2
                },
                "end": {
                  "line": 638,
                  "column": 3
                }
              },
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 22218,
                "end": 22224,
                "loc": {
                  "start": {
                    "line": 629,
                    "column": 2
                  },
                  "end": {
                    "line": 629,
                    "column": 8
                  },
                  "identifierName": "select"
                },
                "name": "select"
              },
              "static": false,
              "kind": "method",
              "id": null,
              "generator": false,
              "expression": false,
              "async": false,
              "params": [
                {
                  "type": "Identifier",
                  "start": 22225,
                  "end": 22230,
                  "loc": {
                    "start": {
                      "line": 629,
                      "column": 9
                    },
                    "end": {
                      "line": 629,
                      "column": 14
                    },
                    "identifierName": "model"
                  },
                  "name": "model"
                },
                {
                  "type": "Identifier",
                  "start": 22232,
                  "end": 22241,
                  "loc": {
                    "start": {
                      "line": 629,
                      "column": 16
                    },
                    "end": {
                      "line": 629,
                      "column": 25
                    },
                    "identifierName": "tableName"
                  },
                  "name": "tableName"
                },
                {
                  "type": "Identifier",
                  "start": 22243,
                  "end": 22250,
                  "loc": {
                    "start": {
                      "line": 629,
                      "column": 27
                    },
                    "end": {
                      "line": 629,
                      "column": 34
                    },
                    "identifierName": "options"
                  },
                  "name": "options"
                }
              ],
              "body": {
                "type": "BlockStatement",
                "start": 22252,
                "end": 22483,
                "loc": {
                  "start": {
                    "line": 629,
                    "column": 36
                  },
                  "end": {
                    "line": 638,
                    "column": 3
                  }
                },
                "body": [
                  {
                    "type": "ExpressionStatement",
                    "start": 22258,
                    "end": 22293,
                    "loc": {
                      "start": {
                        "line": 630,
                        "column": 4
                      },
                      "end": {
                        "line": 630,
                        "column": 39
                      }
                    },
                    "expression": {
                      "type": "AssignmentExpression",
                      "start": 22258,
                      "end": 22292,
                      "loc": {
                        "start": {
                          "line": 630,
                          "column": 4
                        },
                        "end": {
                          "line": 630,
                          "column": 38
                        }
                      },
                      "operator": "=",
                      "left": {
                        "type": "Identifier",
                        "start": 22258,
                        "end": 22265,
                        "loc": {
                          "start": {
                            "line": 630,
                            "column": 4
                          },
                          "end": {
                            "line": 630,
                            "column": 11
                          },
                          "identifierName": "options"
                        },
                        "name": "options"
                      },
                      "right": {
                        "type": "CallExpression",
                        "start": 22268,
                        "end": 22292,
                        "loc": {
                          "start": {
                            "line": 630,
                            "column": 14
                          },
                          "end": {
                            "line": 630,
                            "column": 38
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 22268,
                          "end": 22283,
                          "loc": {
                            "start": {
                              "line": 630,
                              "column": 14
                            },
                            "end": {
                              "line": 630,
                              "column": 29
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 22268,
                            "end": 22273,
                            "loc": {
                              "start": {
                                "line": 630,
                                "column": 14
                              },
                              "end": {
                                "line": 630,
                                "column": 19
                              },
                              "identifierName": "Utils"
                            },
                            "name": "Utils"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 22274,
                            "end": 22283,
                            "loc": {
                              "start": {
                                "line": 630,
                                "column": 20
                              },
                              "end": {
                                "line": 630,
                                "column": 29
                              },
                              "identifierName": "cloneDeep"
                            },
                            "name": "cloneDeep"
                          },
                          "computed": false
                        },
                        "arguments": [
                          {
                            "type": "Identifier",
                            "start": 22284,
                            "end": 22291,
                            "loc": {
                              "start": {
                                "line": 630,
                                "column": 30
                              },
                              "end": {
                                "line": 630,
                                "column": 37
                              },
                              "identifierName": "options"
                            },
                            "name": "options"
                          }
                        ]
                      }
                    }
                  },
                  {
                    "type": "ExpressionStatement",
                    "start": 22298,
                    "end": 22331,
                    "loc": {
                      "start": {
                        "line": 631,
                        "column": 4
                      },
                      "end": {
                        "line": 631,
                        "column": 37
                      }
                    },
                    "expression": {
                      "type": "AssignmentExpression",
                      "start": 22298,
                      "end": 22330,
                      "loc": {
                        "start": {
                          "line": 631,
                          "column": 4
                        },
                        "end": {
                          "line": 631,
                          "column": 36
                        }
                      },
                      "operator": "=",
                      "left": {
                        "type": "MemberExpression",
                        "start": 22298,
                        "end": 22310,
                        "loc": {
                          "start": {
                            "line": 631,
                            "column": 4
                          },
                          "end": {
                            "line": 631,
                            "column": 16
                          }
                        },
                        "object": {
                          "type": "Identifier",
                          "start": 22298,
                          "end": 22305,
                          "loc": {
                            "start": {
                              "line": 631,
                              "column": 4
                            },
                            "end": {
                              "line": 631,
                              "column": 11
                            },
                            "identifierName": "options"
                          },
                          "name": "options"
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 22306,
                          "end": 22310,
                          "loc": {
                            "start": {
                              "line": 631,
                              "column": 12
                            },
                            "end": {
                              "line": 631,
                              "column": 16
                            },
                            "identifierName": "type"
                          },
                          "name": "type"
                        },
                        "computed": false
                      },
                      "right": {
                        "type": "MemberExpression",
                        "start": 22313,
                        "end": 22330,
                        "loc": {
                          "start": {
                            "line": 631,
                            "column": 19
                          },
                          "end": {
                            "line": 631,
                            "column": 36
                          }
                        },
                        "object": {
                          "type": "Identifier",
                          "start": 22313,
                          "end": 22323,
                          "loc": {
                            "start": {
                              "line": 631,
                              "column": 19
                            },
                            "end": {
                              "line": 631,
                              "column": 29
                            },
                            "identifierName": "QueryTypes"
                          },
                          "name": "QueryTypes"
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 22324,
                          "end": 22330,
                          "loc": {
                            "start": {
                              "line": 631,
                              "column": 30
                            },
                            "end": {
                              "line": 631,
                              "column": 36
                            },
                            "identifierName": "SELECT"
                          },
                          "name": "SELECT"
                        },
                        "computed": false
                      }
                    }
                  },
                  {
                    "type": "ExpressionStatement",
                    "start": 22336,
                    "end": 22358,
                    "loc": {
                      "start": {
                        "line": 632,
                        "column": 4
                      },
                      "end": {
                        "line": 632,
                        "column": 26
                      }
                    },
                    "expression": {
                      "type": "AssignmentExpression",
                      "start": 22336,
                      "end": 22357,
                      "loc": {
                        "start": {
                          "line": 632,
                          "column": 4
                        },
                        "end": {
                          "line": 632,
                          "column": 25
                        }
                      },
                      "operator": "=",
                      "left": {
                        "type": "MemberExpression",
                        "start": 22336,
                        "end": 22349,
                        "loc": {
                          "start": {
                            "line": 632,
                            "column": 4
                          },
                          "end": {
                            "line": 632,
                            "column": 17
                          }
                        },
                        "object": {
                          "type": "Identifier",
                          "start": 22336,
                          "end": 22343,
                          "loc": {
                            "start": {
                              "line": 632,
                              "column": 4
                            },
                            "end": {
                              "line": 632,
                              "column": 11
                            },
                            "identifierName": "options"
                          },
                          "name": "options"
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 22344,
                          "end": 22349,
                          "loc": {
                            "start": {
                              "line": 632,
                              "column": 12
                            },
                            "end": {
                              "line": 632,
                              "column": 17
                            },
                            "identifierName": "model"
                          },
                          "name": "model"
                        },
                        "computed": false
                      },
                      "right": {
                        "type": "Identifier",
                        "start": 22352,
                        "end": 22357,
                        "loc": {
                          "start": {
                            "line": 632,
                            "column": 20
                          },
                          "end": {
                            "line": 632,
                            "column": 25
                          },
                          "identifierName": "model"
                        },
                        "name": "model"
                      }
                    }
                  },
                  {
                    "type": "ReturnStatement",
                    "start": 22364,
                    "end": 22479,
                    "loc": {
                      "start": {
                        "line": 634,
                        "column": 4
                      },
                      "end": {
                        "line": 637,
                        "column": 6
                      }
                    },
                    "argument": {
                      "type": "CallExpression",
                      "start": 22371,
                      "end": 22478,
                      "loc": {
                        "start": {
                          "line": 634,
                          "column": 11
                        },
                        "end": {
                          "line": 637,
                          "column": 5
                        }
                      },
                      "callee": {
                        "type": "MemberExpression",
                        "start": 22371,
                        "end": 22391,
                        "loc": {
                          "start": {
                            "line": 634,
                            "column": 11
                          },
                          "end": {
                            "line": 634,
                            "column": 31
                          }
                        },
                        "object": {
                          "type": "MemberExpression",
                          "start": 22371,
                          "end": 22385,
                          "loc": {
                            "start": {
                              "line": 634,
                              "column": 11
                            },
                            "end": {
                              "line": 634,
                              "column": 25
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 22371,
                            "end": 22375,
                            "loc": {
                              "start": {
                                "line": 634,
                                "column": 11
                              },
                              "end": {
                                "line": 634,
                                "column": 15
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 22376,
                            "end": 22385,
                            "loc": {
                              "start": {
                                "line": 634,
                                "column": 16
                              },
                              "end": {
                                "line": 634,
                                "column": 25
                              },
                              "identifierName": "sequelize"
                            },
                            "name": "sequelize"
                          },
                          "computed": false
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 22386,
                          "end": 22391,
                          "loc": {
                            "start": {
                              "line": 634,
                              "column": 26
                            },
                            "end": {
                              "line": 634,
                              "column": 31
                            },
                            "identifierName": "query"
                          },
                          "name": "query"
                        },
                        "computed": false
                      },
                      "arguments": [
                        {
                          "type": "CallExpression",
                          "start": 22399,
                          "end": 22457,
                          "loc": {
                            "start": {
                              "line": 635,
                              "column": 6
                            },
                            "end": {
                              "line": 635,
                              "column": 64
                            }
                          },
                          "callee": {
                            "type": "MemberExpression",
                            "start": 22399,
                            "end": 22430,
                            "loc": {
                              "start": {
                                "line": 635,
                                "column": 6
                              },
                              "end": {
                                "line": 635,
                                "column": 37
                              }
                            },
                            "object": {
                              "type": "MemberExpression",
                              "start": 22399,
                              "end": 22418,
                              "loc": {
                                "start": {
                                  "line": 635,
                                  "column": 6
                                },
                                "end": {
                                  "line": 635,
                                  "column": 25
                                }
                              },
                              "object": {
                                "type": "ThisExpression",
                                "start": 22399,
                                "end": 22403,
                                "loc": {
                                  "start": {
                                    "line": 635,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 635,
                                    "column": 10
                                  }
                                }
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 22404,
                                "end": 22418,
                                "loc": {
                                  "start": {
                                    "line": 635,
                                    "column": 11
                                  },
                                  "end": {
                                    "line": 635,
                                    "column": 25
                                  },
                                  "identifierName": "QueryGenerator"
                                },
                                "name": "QueryGenerator"
                              },
                              "computed": false
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 22419,
                              "end": 22430,
                              "loc": {
                                "start": {
                                  "line": 635,
                                  "column": 26
                                },
                                "end": {
                                  "line": 635,
                                  "column": 37
                                },
                                "identifierName": "selectQuery"
                              },
                              "name": "selectQuery"
                            },
                            "computed": false
                          },
                          "arguments": [
                            {
                              "type": "Identifier",
                              "start": 22431,
                              "end": 22440,
                              "loc": {
                                "start": {
                                  "line": 635,
                                  "column": 38
                                },
                                "end": {
                                  "line": 635,
                                  "column": 47
                                },
                                "identifierName": "tableName"
                              },
                              "name": "tableName"
                            },
                            {
                              "type": "Identifier",
                              "start": 22442,
                              "end": 22449,
                              "loc": {
                                "start": {
                                  "line": 635,
                                  "column": 49
                                },
                                "end": {
                                  "line": 635,
                                  "column": 56
                                },
                                "identifierName": "options"
                              },
                              "name": "options"
                            },
                            {
                              "type": "Identifier",
                              "start": 22451,
                              "end": 22456,
                              "loc": {
                                "start": {
                                  "line": 635,
                                  "column": 58
                                },
                                "end": {
                                  "line": 635,
                                  "column": 63
                                },
                                "identifierName": "model"
                              },
                              "name": "model"
                            }
                          ]
                        },
                        {
                          "type": "Identifier",
                          "start": 22465,
                          "end": 22472,
                          "loc": {
                            "start": {
                              "line": 636,
                              "column": 6
                            },
                            "end": {
                              "line": 636,
                              "column": 13
                            },
                            "identifierName": "options"
                          },
                          "name": "options"
                        }
                      ]
                    }
                  }
                ],
                "directives": []
              }
            },
            {
              "type": "ClassMethod",
              "start": 22487,
              "end": 22819,
              "loc": {
                "start": {
                  "line": 640,
                  "column": 2
                },
                "end": {
                  "line": 648,
                  "column": 3
                }
              },
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 22487,
                "end": 22496,
                "loc": {
                  "start": {
                    "line": 640,
                    "column": 2
                  },
                  "end": {
                    "line": 640,
                    "column": 11
                  },
                  "identifierName": "increment"
                },
                "name": "increment"
              },
              "static": false,
              "kind": "method",
              "id": null,
              "generator": false,
              "expression": false,
              "async": false,
              "params": [
                {
                  "type": "Identifier",
                  "start": 22497,
                  "end": 22505,
                  "loc": {
                    "start": {
                      "line": 640,
                      "column": 12
                    },
                    "end": {
                      "line": 640,
                      "column": 20
                    },
                    "identifierName": "instance"
                  },
                  "name": "instance"
                },
                {
                  "type": "Identifier",
                  "start": 22507,
                  "end": 22516,
                  "loc": {
                    "start": {
                      "line": 640,
                      "column": 22
                    },
                    "end": {
                      "line": 640,
                      "column": 31
                    },
                    "identifierName": "tableName"
                  },
                  "name": "tableName"
                },
                {
                  "type": "Identifier",
                  "start": 22518,
                  "end": 22524,
                  "loc": {
                    "start": {
                      "line": 640,
                      "column": 33
                    },
                    "end": {
                      "line": 640,
                      "column": 39
                    },
                    "identifierName": "values"
                  },
                  "name": "values"
                },
                {
                  "type": "Identifier",
                  "start": 22526,
                  "end": 22536,
                  "loc": {
                    "start": {
                      "line": 640,
                      "column": 41
                    },
                    "end": {
                      "line": 640,
                      "column": 51
                    },
                    "identifierName": "identifier"
                  },
                  "name": "identifier"
                },
                {
                  "type": "Identifier",
                  "start": 22538,
                  "end": 22545,
                  "loc": {
                    "start": {
                      "line": 640,
                      "column": 53
                    },
                    "end": {
                      "line": 640,
                      "column": 60
                    },
                    "identifierName": "options"
                  },
                  "name": "options"
                }
              ],
              "body": {
                "type": "BlockStatement",
                "start": 22547,
                "end": 22819,
                "loc": {
                  "start": {
                    "line": 640,
                    "column": 62
                  },
                  "end": {
                    "line": 648,
                    "column": 3
                  }
                },
                "body": [
                  {
                    "type": "VariableDeclaration",
                    "start": 22553,
                    "end": 22657,
                    "loc": {
                      "start": {
                        "line": 641,
                        "column": 4
                      },
                      "end": {
                        "line": 641,
                        "column": 108
                      }
                    },
                    "declarations": [
                      {
                        "type": "VariableDeclarator",
                        "start": 22559,
                        "end": 22656,
                        "loc": {
                          "start": {
                            "line": 641,
                            "column": 10
                          },
                          "end": {
                            "line": 641,
                            "column": 107
                          }
                        },
                        "id": {
                          "type": "Identifier",
                          "start": 22559,
                          "end": 22562,
                          "loc": {
                            "start": {
                              "line": 641,
                              "column": 10
                            },
                            "end": {
                              "line": 641,
                              "column": 13
                            },
                            "identifierName": "sql"
                          },
                          "name": "sql"
                        },
                        "init": {
                          "type": "CallExpression",
                          "start": 22565,
                          "end": 22656,
                          "loc": {
                            "start": {
                              "line": 641,
                              "column": 16
                            },
                            "end": {
                              "line": 641,
                              "column": 107
                            }
                          },
                          "callee": {
                            "type": "MemberExpression",
                            "start": 22565,
                            "end": 22600,
                            "loc": {
                              "start": {
                                "line": 641,
                                "column": 16
                              },
                              "end": {
                                "line": 641,
                                "column": 51
                              }
                            },
                            "object": {
                              "type": "MemberExpression",
                              "start": 22565,
                              "end": 22584,
                              "loc": {
                                "start": {
                                  "line": 641,
                                  "column": 16
                                },
                                "end": {
                                  "line": 641,
                                  "column": 35
                                }
                              },
                              "object": {
                                "type": "ThisExpression",
                                "start": 22565,
                                "end": 22569,
                                "loc": {
                                  "start": {
                                    "line": 641,
                                    "column": 16
                                  },
                                  "end": {
                                    "line": 641,
                                    "column": 20
                                  }
                                }
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 22570,
                                "end": 22584,
                                "loc": {
                                  "start": {
                                    "line": 641,
                                    "column": 21
                                  },
                                  "end": {
                                    "line": 641,
                                    "column": 35
                                  },
                                  "identifierName": "QueryGenerator"
                                },
                                "name": "QueryGenerator"
                              },
                              "computed": false
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 22585,
                              "end": 22600,
                              "loc": {
                                "start": {
                                  "line": 641,
                                  "column": 36
                                },
                                "end": {
                                  "line": 641,
                                  "column": 51
                                },
                                "identifierName": "arithmeticQuery"
                              },
                              "name": "arithmeticQuery"
                            },
                            "computed": false
                          },
                          "arguments": [
                            {
                              "type": "StringLiteral",
                              "start": 22601,
                              "end": 22604,
                              "loc": {
                                "start": {
                                  "line": 641,
                                  "column": 52
                                },
                                "end": {
                                  "line": 641,
                                  "column": 55
                                }
                              },
                              "extra": {
                                "rawValue": "+",
                                "raw": "'+'"
                              },
                              "value": "+"
                            },
                            {
                              "type": "Identifier",
                              "start": 22606,
                              "end": 22615,
                              "loc": {
                                "start": {
                                  "line": 641,
                                  "column": 57
                                },
                                "end": {
                                  "line": 641,
                                  "column": 66
                                },
                                "identifierName": "tableName"
                              },
                              "name": "tableName"
                            },
                            {
                              "type": "Identifier",
                              "start": 22617,
                              "end": 22623,
                              "loc": {
                                "start": {
                                  "line": 641,
                                  "column": 68
                                },
                                "end": {
                                  "line": 641,
                                  "column": 74
                                },
                                "identifierName": "values"
                              },
                              "name": "values"
                            },
                            {
                              "type": "Identifier",
                              "start": 22625,
                              "end": 22635,
                              "loc": {
                                "start": {
                                  "line": 641,
                                  "column": 76
                                },
                                "end": {
                                  "line": 641,
                                  "column": 86
                                },
                                "identifierName": "identifier"
                              },
                              "name": "identifier"
                            },
                            {
                              "type": "MemberExpression",
                              "start": 22637,
                              "end": 22655,
                              "loc": {
                                "start": {
                                  "line": 641,
                                  "column": 88
                                },
                                "end": {
                                  "line": 641,
                                  "column": 106
                                }
                              },
                              "object": {
                                "type": "Identifier",
                                "start": 22637,
                                "end": 22644,
                                "loc": {
                                  "start": {
                                    "line": 641,
                                    "column": 88
                                  },
                                  "end": {
                                    "line": 641,
                                    "column": 95
                                  },
                                  "identifierName": "options"
                                },
                                "name": "options"
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 22645,
                                "end": 22655,
                                "loc": {
                                  "start": {
                                    "line": 641,
                                    "column": 96
                                  },
                                  "end": {
                                    "line": 641,
                                    "column": 106
                                  },
                                  "identifierName": "attributes"
                                },
                                "name": "attributes"
                              },
                              "computed": false
                            }
                          ]
                        }
                      }
                    ],
                    "kind": "const"
                  },
                  {
                    "type": "ExpressionStatement",
                    "start": 22663,
                    "end": 22696,
                    "loc": {
                      "start": {
                        "line": 643,
                        "column": 4
                      },
                      "end": {
                        "line": 643,
                        "column": 37
                      }
                    },
                    "expression": {
                      "type": "AssignmentExpression",
                      "start": 22663,
                      "end": 22695,
                      "loc": {
                        "start": {
                          "line": 643,
                          "column": 4
                        },
                        "end": {
                          "line": 643,
                          "column": 36
                        }
                      },
                      "operator": "=",
                      "left": {
                        "type": "Identifier",
                        "start": 22663,
                        "end": 22670,
                        "loc": {
                          "start": {
                            "line": 643,
                            "column": 4
                          },
                          "end": {
                            "line": 643,
                            "column": 11
                          },
                          "identifierName": "options"
                        },
                        "name": "options"
                      },
                      "right": {
                        "type": "LogicalExpression",
                        "start": 22673,
                        "end": 22695,
                        "loc": {
                          "start": {
                            "line": 643,
                            "column": 14
                          },
                          "end": {
                            "line": 643,
                            "column": 36
                          }
                        },
                        "left": {
                          "type": "CallExpression",
                          "start": 22673,
                          "end": 22689,
                          "loc": {
                            "start": {
                              "line": 643,
                              "column": 14
                            },
                            "end": {
                              "line": 643,
                              "column": 30
                            }
                          },
                          "callee": {
                            "type": "MemberExpression",
                            "start": 22673,
                            "end": 22680,
                            "loc": {
                              "start": {
                                "line": 643,
                                "column": 14
                              },
                              "end": {
                                "line": 643,
                                "column": 21
                              }
                            },
                            "object": {
                              "type": "Identifier",
                              "start": 22673,
                              "end": 22674,
                              "loc": {
                                "start": {
                                  "line": 643,
                                  "column": 14
                                },
                                "end": {
                                  "line": 643,
                                  "column": 15
                                },
                                "identifierName": "_"
                              },
                              "name": "_"
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 22675,
                              "end": 22680,
                              "loc": {
                                "start": {
                                  "line": 643,
                                  "column": 16
                                },
                                "end": {
                                  "line": 643,
                                  "column": 21
                                },
                                "identifierName": "clone"
                              },
                              "name": "clone"
                            },
                            "computed": false
                          },
                          "arguments": [
                            {
                              "type": "Identifier",
                              "start": 22681,
                              "end": 22688,
                              "loc": {
                                "start": {
                                  "line": 643,
                                  "column": 22
                                },
                                "end": {
                                  "line": 643,
                                  "column": 29
                                },
                                "identifierName": "options"
                              },
                              "name": "options"
                            }
                          ]
                        },
                        "operator": "||",
                        "right": {
                          "type": "ObjectExpression",
                          "start": 22693,
                          "end": 22695,
                          "loc": {
                            "start": {
                              "line": 643,
                              "column": 34
                            },
                            "end": {
                              "line": 643,
                              "column": 36
                            }
                          },
                          "properties": []
                        }
                      }
                    }
                  },
                  {
                    "type": "ExpressionStatement",
                    "start": 22702,
                    "end": 22735,
                    "loc": {
                      "start": {
                        "line": 645,
                        "column": 4
                      },
                      "end": {
                        "line": 645,
                        "column": 37
                      }
                    },
                    "expression": {
                      "type": "AssignmentExpression",
                      "start": 22702,
                      "end": 22734,
                      "loc": {
                        "start": {
                          "line": 645,
                          "column": 4
                        },
                        "end": {
                          "line": 645,
                          "column": 36
                        }
                      },
                      "operator": "=",
                      "left": {
                        "type": "MemberExpression",
                        "start": 22702,
                        "end": 22714,
                        "loc": {
                          "start": {
                            "line": 645,
                            "column": 4
                          },
                          "end": {
                            "line": 645,
                            "column": 16
                          }
                        },
                        "object": {
                          "type": "Identifier",
                          "start": 22702,
                          "end": 22709,
                          "loc": {
                            "start": {
                              "line": 645,
                              "column": 4
                            },
                            "end": {
                              "line": 645,
                              "column": 11
                            },
                            "identifierName": "options"
                          },
                          "name": "options"
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 22710,
                          "end": 22714,
                          "loc": {
                            "start": {
                              "line": 645,
                              "column": 12
                            },
                            "end": {
                              "line": 645,
                              "column": 16
                            },
                            "identifierName": "type"
                          },
                          "name": "type"
                        },
                        "computed": false
                      },
                      "right": {
                        "type": "MemberExpression",
                        "start": 22717,
                        "end": 22734,
                        "loc": {
                          "start": {
                            "line": 645,
                            "column": 19
                          },
                          "end": {
                            "line": 645,
                            "column": 36
                          }
                        },
                        "object": {
                          "type": "Identifier",
                          "start": 22717,
                          "end": 22727,
                          "loc": {
                            "start": {
                              "line": 645,
                              "column": 19
                            },
                            "end": {
                              "line": 645,
                              "column": 29
                            },
                            "identifierName": "QueryTypes"
                          },
                          "name": "QueryTypes"
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 22728,
                          "end": 22734,
                          "loc": {
                            "start": {
                              "line": 645,
                              "column": 30
                            },
                            "end": {
                              "line": 645,
                              "column": 36
                            },
                            "identifierName": "UPDATE"
                          },
                          "name": "UPDATE"
                        },
                        "computed": false
                      }
                    }
                  },
                  {
                    "type": "ExpressionStatement",
                    "start": 22740,
                    "end": 22768,
                    "loc": {
                      "start": {
                        "line": 646,
                        "column": 4
                      },
                      "end": {
                        "line": 646,
                        "column": 32
                      }
                    },
                    "expression": {
                      "type": "AssignmentExpression",
                      "start": 22740,
                      "end": 22767,
                      "loc": {
                        "start": {
                          "line": 646,
                          "column": 4
                        },
                        "end": {
                          "line": 646,
                          "column": 31
                        }
                      },
                      "operator": "=",
                      "left": {
                        "type": "MemberExpression",
                        "start": 22740,
                        "end": 22756,
                        "loc": {
                          "start": {
                            "line": 646,
                            "column": 4
                          },
                          "end": {
                            "line": 646,
                            "column": 20
                          }
                        },
                        "object": {
                          "type": "Identifier",
                          "start": 22740,
                          "end": 22747,
                          "loc": {
                            "start": {
                              "line": 646,
                              "column": 4
                            },
                            "end": {
                              "line": 646,
                              "column": 11
                            },
                            "identifierName": "options"
                          },
                          "name": "options"
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 22748,
                          "end": 22756,
                          "loc": {
                            "start": {
                              "line": 646,
                              "column": 12
                            },
                            "end": {
                              "line": 646,
                              "column": 20
                            },
                            "identifierName": "instance"
                          },
                          "name": "instance"
                        },
                        "computed": false
                      },
                      "right": {
                        "type": "Identifier",
                        "start": 22759,
                        "end": 22767,
                        "loc": {
                          "start": {
                            "line": 646,
                            "column": 23
                          },
                          "end": {
                            "line": 646,
                            "column": 31
                          },
                          "identifierName": "instance"
                        },
                        "name": "instance"
                      }
                    }
                  },
                  {
                    "type": "ReturnStatement",
                    "start": 22773,
                    "end": 22815,
                    "loc": {
                      "start": {
                        "line": 647,
                        "column": 4
                      },
                      "end": {
                        "line": 647,
                        "column": 46
                      }
                    },
                    "argument": {
                      "type": "CallExpression",
                      "start": 22780,
                      "end": 22814,
                      "loc": {
                        "start": {
                          "line": 647,
                          "column": 11
                        },
                        "end": {
                          "line": 647,
                          "column": 45
                        }
                      },
                      "callee": {
                        "type": "MemberExpression",
                        "start": 22780,
                        "end": 22800,
                        "loc": {
                          "start": {
                            "line": 647,
                            "column": 11
                          },
                          "end": {
                            "line": 647,
                            "column": 31
                          }
                        },
                        "object": {
                          "type": "MemberExpression",
                          "start": 22780,
                          "end": 22794,
                          "loc": {
                            "start": {
                              "line": 647,
                              "column": 11
                            },
                            "end": {
                              "line": 647,
                              "column": 25
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 22780,
                            "end": 22784,
                            "loc": {
                              "start": {
                                "line": 647,
                                "column": 11
                              },
                              "end": {
                                "line": 647,
                                "column": 15
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 22785,
                            "end": 22794,
                            "loc": {
                              "start": {
                                "line": 647,
                                "column": 16
                              },
                              "end": {
                                "line": 647,
                                "column": 25
                              },
                              "identifierName": "sequelize"
                            },
                            "name": "sequelize"
                          },
                          "computed": false
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 22795,
                          "end": 22800,
                          "loc": {
                            "start": {
                              "line": 647,
                              "column": 26
                            },
                            "end": {
                              "line": 647,
                              "column": 31
                            },
                            "identifierName": "query"
                          },
                          "name": "query"
                        },
                        "computed": false
                      },
                      "arguments": [
                        {
                          "type": "Identifier",
                          "start": 22801,
                          "end": 22804,
                          "loc": {
                            "start": {
                              "line": 647,
                              "column": 32
                            },
                            "end": {
                              "line": 647,
                              "column": 35
                            },
                            "identifierName": "sql"
                          },
                          "name": "sql"
                        },
                        {
                          "type": "Identifier",
                          "start": 22806,
                          "end": 22813,
                          "loc": {
                            "start": {
                              "line": 647,
                              "column": 37
                            },
                            "end": {
                              "line": 647,
                              "column": 44
                            },
                            "identifierName": "options"
                          },
                          "name": "options"
                        }
                      ]
                    }
                  }
                ],
                "directives": []
              }
            },
            {
              "type": "ClassMethod",
              "start": 22823,
              "end": 23155,
              "loc": {
                "start": {
                  "line": 650,
                  "column": 2
                },
                "end": {
                  "line": 658,
                  "column": 3
                }
              },
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 22823,
                "end": 22832,
                "loc": {
                  "start": {
                    "line": 650,
                    "column": 2
                  },
                  "end": {
                    "line": 650,
                    "column": 11
                  },
                  "identifierName": "decrement"
                },
                "name": "decrement"
              },
              "static": false,
              "kind": "method",
              "id": null,
              "generator": false,
              "expression": false,
              "async": false,
              "params": [
                {
                  "type": "Identifier",
                  "start": 22833,
                  "end": 22841,
                  "loc": {
                    "start": {
                      "line": 650,
                      "column": 12
                    },
                    "end": {
                      "line": 650,
                      "column": 20
                    },
                    "identifierName": "instance"
                  },
                  "name": "instance"
                },
                {
                  "type": "Identifier",
                  "start": 22843,
                  "end": 22852,
                  "loc": {
                    "start": {
                      "line": 650,
                      "column": 22
                    },
                    "end": {
                      "line": 650,
                      "column": 31
                    },
                    "identifierName": "tableName"
                  },
                  "name": "tableName"
                },
                {
                  "type": "Identifier",
                  "start": 22854,
                  "end": 22860,
                  "loc": {
                    "start": {
                      "line": 650,
                      "column": 33
                    },
                    "end": {
                      "line": 650,
                      "column": 39
                    },
                    "identifierName": "values"
                  },
                  "name": "values"
                },
                {
                  "type": "Identifier",
                  "start": 22862,
                  "end": 22872,
                  "loc": {
                    "start": {
                      "line": 650,
                      "column": 41
                    },
                    "end": {
                      "line": 650,
                      "column": 51
                    },
                    "identifierName": "identifier"
                  },
                  "name": "identifier"
                },
                {
                  "type": "Identifier",
                  "start": 22874,
                  "end": 22881,
                  "loc": {
                    "start": {
                      "line": 650,
                      "column": 53
                    },
                    "end": {
                      "line": 650,
                      "column": 60
                    },
                    "identifierName": "options"
                  },
                  "name": "options"
                }
              ],
              "body": {
                "type": "BlockStatement",
                "start": 22883,
                "end": 23155,
                "loc": {
                  "start": {
                    "line": 650,
                    "column": 62
                  },
                  "end": {
                    "line": 658,
                    "column": 3
                  }
                },
                "body": [
                  {
                    "type": "VariableDeclaration",
                    "start": 22889,
                    "end": 22993,
                    "loc": {
                      "start": {
                        "line": 651,
                        "column": 4
                      },
                      "end": {
                        "line": 651,
                        "column": 108
                      }
                    },
                    "declarations": [
                      {
                        "type": "VariableDeclarator",
                        "start": 22895,
                        "end": 22992,
                        "loc": {
                          "start": {
                            "line": 651,
                            "column": 10
                          },
                          "end": {
                            "line": 651,
                            "column": 107
                          }
                        },
                        "id": {
                          "type": "Identifier",
                          "start": 22895,
                          "end": 22898,
                          "loc": {
                            "start": {
                              "line": 651,
                              "column": 10
                            },
                            "end": {
                              "line": 651,
                              "column": 13
                            },
                            "identifierName": "sql"
                          },
                          "name": "sql"
                        },
                        "init": {
                          "type": "CallExpression",
                          "start": 22901,
                          "end": 22992,
                          "loc": {
                            "start": {
                              "line": 651,
                              "column": 16
                            },
                            "end": {
                              "line": 651,
                              "column": 107
                            }
                          },
                          "callee": {
                            "type": "MemberExpression",
                            "start": 22901,
                            "end": 22936,
                            "loc": {
                              "start": {
                                "line": 651,
                                "column": 16
                              },
                              "end": {
                                "line": 651,
                                "column": 51
                              }
                            },
                            "object": {
                              "type": "MemberExpression",
                              "start": 22901,
                              "end": 22920,
                              "loc": {
                                "start": {
                                  "line": 651,
                                  "column": 16
                                },
                                "end": {
                                  "line": 651,
                                  "column": 35
                                }
                              },
                              "object": {
                                "type": "ThisExpression",
                                "start": 22901,
                                "end": 22905,
                                "loc": {
                                  "start": {
                                    "line": 651,
                                    "column": 16
                                  },
                                  "end": {
                                    "line": 651,
                                    "column": 20
                                  }
                                }
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 22906,
                                "end": 22920,
                                "loc": {
                                  "start": {
                                    "line": 651,
                                    "column": 21
                                  },
                                  "end": {
                                    "line": 651,
                                    "column": 35
                                  },
                                  "identifierName": "QueryGenerator"
                                },
                                "name": "QueryGenerator"
                              },
                              "computed": false
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 22921,
                              "end": 22936,
                              "loc": {
                                "start": {
                                  "line": 651,
                                  "column": 36
                                },
                                "end": {
                                  "line": 651,
                                  "column": 51
                                },
                                "identifierName": "arithmeticQuery"
                              },
                              "name": "arithmeticQuery"
                            },
                            "computed": false
                          },
                          "arguments": [
                            {
                              "type": "StringLiteral",
                              "start": 22937,
                              "end": 22940,
                              "loc": {
                                "start": {
                                  "line": 651,
                                  "column": 52
                                },
                                "end": {
                                  "line": 651,
                                  "column": 55
                                }
                              },
                              "extra": {
                                "rawValue": "-",
                                "raw": "'-'"
                              },
                              "value": "-"
                            },
                            {
                              "type": "Identifier",
                              "start": 22942,
                              "end": 22951,
                              "loc": {
                                "start": {
                                  "line": 651,
                                  "column": 57
                                },
                                "end": {
                                  "line": 651,
                                  "column": 66
                                },
                                "identifierName": "tableName"
                              },
                              "name": "tableName"
                            },
                            {
                              "type": "Identifier",
                              "start": 22953,
                              "end": 22959,
                              "loc": {
                                "start": {
                                  "line": 651,
                                  "column": 68
                                },
                                "end": {
                                  "line": 651,
                                  "column": 74
                                },
                                "identifierName": "values"
                              },
                              "name": "values"
                            },
                            {
                              "type": "Identifier",
                              "start": 22961,
                              "end": 22971,
                              "loc": {
                                "start": {
                                  "line": 651,
                                  "column": 76
                                },
                                "end": {
                                  "line": 651,
                                  "column": 86
                                },
                                "identifierName": "identifier"
                              },
                              "name": "identifier"
                            },
                            {
                              "type": "MemberExpression",
                              "start": 22973,
                              "end": 22991,
                              "loc": {
                                "start": {
                                  "line": 651,
                                  "column": 88
                                },
                                "end": {
                                  "line": 651,
                                  "column": 106
                                }
                              },
                              "object": {
                                "type": "Identifier",
                                "start": 22973,
                                "end": 22980,
                                "loc": {
                                  "start": {
                                    "line": 651,
                                    "column": 88
                                  },
                                  "end": {
                                    "line": 651,
                                    "column": 95
                                  },
                                  "identifierName": "options"
                                },
                                "name": "options"
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 22981,
                                "end": 22991,
                                "loc": {
                                  "start": {
                                    "line": 651,
                                    "column": 96
                                  },
                                  "end": {
                                    "line": 651,
                                    "column": 106
                                  },
                                  "identifierName": "attributes"
                                },
                                "name": "attributes"
                              },
                              "computed": false
                            }
                          ]
                        }
                      }
                    ],
                    "kind": "const"
                  },
                  {
                    "type": "ExpressionStatement",
                    "start": 22999,
                    "end": 23032,
                    "loc": {
                      "start": {
                        "line": 653,
                        "column": 4
                      },
                      "end": {
                        "line": 653,
                        "column": 37
                      }
                    },
                    "expression": {
                      "type": "AssignmentExpression",
                      "start": 22999,
                      "end": 23031,
                      "loc": {
                        "start": {
                          "line": 653,
                          "column": 4
                        },
                        "end": {
                          "line": 653,
                          "column": 36
                        }
                      },
                      "operator": "=",
                      "left": {
                        "type": "Identifier",
                        "start": 22999,
                        "end": 23006,
                        "loc": {
                          "start": {
                            "line": 653,
                            "column": 4
                          },
                          "end": {
                            "line": 653,
                            "column": 11
                          },
                          "identifierName": "options"
                        },
                        "name": "options"
                      },
                      "right": {
                        "type": "LogicalExpression",
                        "start": 23009,
                        "end": 23031,
                        "loc": {
                          "start": {
                            "line": 653,
                            "column": 14
                          },
                          "end": {
                            "line": 653,
                            "column": 36
                          }
                        },
                        "left": {
                          "type": "CallExpression",
                          "start": 23009,
                          "end": 23025,
                          "loc": {
                            "start": {
                              "line": 653,
                              "column": 14
                            },
                            "end": {
                              "line": 653,
                              "column": 30
                            }
                          },
                          "callee": {
                            "type": "MemberExpression",
                            "start": 23009,
                            "end": 23016,
                            "loc": {
                              "start": {
                                "line": 653,
                                "column": 14
                              },
                              "end": {
                                "line": 653,
                                "column": 21
                              }
                            },
                            "object": {
                              "type": "Identifier",
                              "start": 23009,
                              "end": 23010,
                              "loc": {
                                "start": {
                                  "line": 653,
                                  "column": 14
                                },
                                "end": {
                                  "line": 653,
                                  "column": 15
                                },
                                "identifierName": "_"
                              },
                              "name": "_"
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 23011,
                              "end": 23016,
                              "loc": {
                                "start": {
                                  "line": 653,
                                  "column": 16
                                },
                                "end": {
                                  "line": 653,
                                  "column": 21
                                },
                                "identifierName": "clone"
                              },
                              "name": "clone"
                            },
                            "computed": false
                          },
                          "arguments": [
                            {
                              "type": "Identifier",
                              "start": 23017,
                              "end": 23024,
                              "loc": {
                                "start": {
                                  "line": 653,
                                  "column": 22
                                },
                                "end": {
                                  "line": 653,
                                  "column": 29
                                },
                                "identifierName": "options"
                              },
                              "name": "options"
                            }
                          ]
                        },
                        "operator": "||",
                        "right": {
                          "type": "ObjectExpression",
                          "start": 23029,
                          "end": 23031,
                          "loc": {
                            "start": {
                              "line": 653,
                              "column": 34
                            },
                            "end": {
                              "line": 653,
                              "column": 36
                            }
                          },
                          "properties": []
                        }
                      }
                    }
                  },
                  {
                    "type": "ExpressionStatement",
                    "start": 23038,
                    "end": 23071,
                    "loc": {
                      "start": {
                        "line": 655,
                        "column": 4
                      },
                      "end": {
                        "line": 655,
                        "column": 37
                      }
                    },
                    "expression": {
                      "type": "AssignmentExpression",
                      "start": 23038,
                      "end": 23070,
                      "loc": {
                        "start": {
                          "line": 655,
                          "column": 4
                        },
                        "end": {
                          "line": 655,
                          "column": 36
                        }
                      },
                      "operator": "=",
                      "left": {
                        "type": "MemberExpression",
                        "start": 23038,
                        "end": 23050,
                        "loc": {
                          "start": {
                            "line": 655,
                            "column": 4
                          },
                          "end": {
                            "line": 655,
                            "column": 16
                          }
                        },
                        "object": {
                          "type": "Identifier",
                          "start": 23038,
                          "end": 23045,
                          "loc": {
                            "start": {
                              "line": 655,
                              "column": 4
                            },
                            "end": {
                              "line": 655,
                              "column": 11
                            },
                            "identifierName": "options"
                          },
                          "name": "options"
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 23046,
                          "end": 23050,
                          "loc": {
                            "start": {
                              "line": 655,
                              "column": 12
                            },
                            "end": {
                              "line": 655,
                              "column": 16
                            },
                            "identifierName": "type"
                          },
                          "name": "type"
                        },
                        "computed": false
                      },
                      "right": {
                        "type": "MemberExpression",
                        "start": 23053,
                        "end": 23070,
                        "loc": {
                          "start": {
                            "line": 655,
                            "column": 19
                          },
                          "end": {
                            "line": 655,
                            "column": 36
                          }
                        },
                        "object": {
                          "type": "Identifier",
                          "start": 23053,
                          "end": 23063,
                          "loc": {
                            "start": {
                              "line": 655,
                              "column": 19
                            },
                            "end": {
                              "line": 655,
                              "column": 29
                            },
                            "identifierName": "QueryTypes"
                          },
                          "name": "QueryTypes"
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 23064,
                          "end": 23070,
                          "loc": {
                            "start": {
                              "line": 655,
                              "column": 30
                            },
                            "end": {
                              "line": 655,
                              "column": 36
                            },
                            "identifierName": "UPDATE"
                          },
                          "name": "UPDATE"
                        },
                        "computed": false
                      }
                    }
                  },
                  {
                    "type": "ExpressionStatement",
                    "start": 23076,
                    "end": 23104,
                    "loc": {
                      "start": {
                        "line": 656,
                        "column": 4
                      },
                      "end": {
                        "line": 656,
                        "column": 32
                      }
                    },
                    "expression": {
                      "type": "AssignmentExpression",
                      "start": 23076,
                      "end": 23103,
                      "loc": {
                        "start": {
                          "line": 656,
                          "column": 4
                        },
                        "end": {
                          "line": 656,
                          "column": 31
                        }
                      },
                      "operator": "=",
                      "left": {
                        "type": "MemberExpression",
                        "start": 23076,
                        "end": 23092,
                        "loc": {
                          "start": {
                            "line": 656,
                            "column": 4
                          },
                          "end": {
                            "line": 656,
                            "column": 20
                          }
                        },
                        "object": {
                          "type": "Identifier",
                          "start": 23076,
                          "end": 23083,
                          "loc": {
                            "start": {
                              "line": 656,
                              "column": 4
                            },
                            "end": {
                              "line": 656,
                              "column": 11
                            },
                            "identifierName": "options"
                          },
                          "name": "options"
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 23084,
                          "end": 23092,
                          "loc": {
                            "start": {
                              "line": 656,
                              "column": 12
                            },
                            "end": {
                              "line": 656,
                              "column": 20
                            },
                            "identifierName": "instance"
                          },
                          "name": "instance"
                        },
                        "computed": false
                      },
                      "right": {
                        "type": "Identifier",
                        "start": 23095,
                        "end": 23103,
                        "loc": {
                          "start": {
                            "line": 656,
                            "column": 23
                          },
                          "end": {
                            "line": 656,
                            "column": 31
                          },
                          "identifierName": "instance"
                        },
                        "name": "instance"
                      }
                    }
                  },
                  {
                    "type": "ReturnStatement",
                    "start": 23109,
                    "end": 23151,
                    "loc": {
                      "start": {
                        "line": 657,
                        "column": 4
                      },
                      "end": {
                        "line": 657,
                        "column": 46
                      }
                    },
                    "argument": {
                      "type": "CallExpression",
                      "start": 23116,
                      "end": 23150,
                      "loc": {
                        "start": {
                          "line": 657,
                          "column": 11
                        },
                        "end": {
                          "line": 657,
                          "column": 45
                        }
                      },
                      "callee": {
                        "type": "MemberExpression",
                        "start": 23116,
                        "end": 23136,
                        "loc": {
                          "start": {
                            "line": 657,
                            "column": 11
                          },
                          "end": {
                            "line": 657,
                            "column": 31
                          }
                        },
                        "object": {
                          "type": "MemberExpression",
                          "start": 23116,
                          "end": 23130,
                          "loc": {
                            "start": {
                              "line": 657,
                              "column": 11
                            },
                            "end": {
                              "line": 657,
                              "column": 25
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 23116,
                            "end": 23120,
                            "loc": {
                              "start": {
                                "line": 657,
                                "column": 11
                              },
                              "end": {
                                "line": 657,
                                "column": 15
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 23121,
                            "end": 23130,
                            "loc": {
                              "start": {
                                "line": 657,
                                "column": 16
                              },
                              "end": {
                                "line": 657,
                                "column": 25
                              },
                              "identifierName": "sequelize"
                            },
                            "name": "sequelize"
                          },
                          "computed": false
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 23131,
                          "end": 23136,
                          "loc": {
                            "start": {
                              "line": 657,
                              "column": 26
                            },
                            "end": {
                              "line": 657,
                              "column": 31
                            },
                            "identifierName": "query"
                          },
                          "name": "query"
                        },
                        "computed": false
                      },
                      "arguments": [
                        {
                          "type": "Identifier",
                          "start": 23137,
                          "end": 23140,
                          "loc": {
                            "start": {
                              "line": 657,
                              "column": 32
                            },
                            "end": {
                              "line": 657,
                              "column": 35
                            },
                            "identifierName": "sql"
                          },
                          "name": "sql"
                        },
                        {
                          "type": "Identifier",
                          "start": 23142,
                          "end": 23149,
                          "loc": {
                            "start": {
                              "line": 657,
                              "column": 37
                            },
                            "end": {
                              "line": 657,
                              "column": 44
                            },
                            "identifierName": "options"
                          },
                          "name": "options"
                        }
                      ]
                    }
                  }
                ],
                "directives": []
              }
            },
            {
              "type": "ClassMethod",
              "start": 23159,
              "end": 24577,
              "loc": {
                "start": {
                  "line": 660,
                  "column": 2
                },
                "end": {
                  "line": 706,
                  "column": 3
                }
              },
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 23159,
                "end": 23168,
                "loc": {
                  "start": {
                    "line": 660,
                    "column": 2
                  },
                  "end": {
                    "line": 660,
                    "column": 11
                  },
                  "identifierName": "rawSelect"
                },
                "name": "rawSelect"
              },
              "static": false,
              "kind": "method",
              "id": null,
              "generator": false,
              "expression": false,
              "async": false,
              "params": [
                {
                  "type": "Identifier",
                  "start": 23169,
                  "end": 23178,
                  "loc": {
                    "start": {
                      "line": 660,
                      "column": 12
                    },
                    "end": {
                      "line": 660,
                      "column": 21
                    },
                    "identifierName": "tableName"
                  },
                  "name": "tableName"
                },
                {
                  "type": "Identifier",
                  "start": 23180,
                  "end": 23187,
                  "loc": {
                    "start": {
                      "line": 660,
                      "column": 23
                    },
                    "end": {
                      "line": 660,
                      "column": 30
                    },
                    "identifierName": "options"
                  },
                  "name": "options"
                },
                {
                  "type": "Identifier",
                  "start": 23189,
                  "end": 23206,
                  "loc": {
                    "start": {
                      "line": 660,
                      "column": 32
                    },
                    "end": {
                      "line": 660,
                      "column": 49
                    },
                    "identifierName": "attributeSelector"
                  },
                  "name": "attributeSelector"
                },
                {
                  "type": "Identifier",
                  "start": 23208,
                  "end": 23213,
                  "loc": {
                    "start": {
                      "line": 660,
                      "column": 51
                    },
                    "end": {
                      "line": 660,
                      "column": 56
                    },
                    "identifierName": "Model"
                  },
                  "name": "Model"
                }
              ],
              "body": {
                "type": "BlockStatement",
                "start": 23215,
                "end": 24577,
                "loc": {
                  "start": {
                    "line": 660,
                    "column": 58
                  },
                  "end": {
                    "line": 706,
                    "column": 3
                  }
                },
                "body": [
                  {
                    "type": "IfStatement",
                    "start": 23221,
                    "end": 23359,
                    "loc": {
                      "start": {
                        "line": 661,
                        "column": 4
                      },
                      "end": {
                        "line": 666,
                        "column": 5
                      }
                    },
                    "test": {
                      "type": "MemberExpression",
                      "start": 23225,
                      "end": 23239,
                      "loc": {
                        "start": {
                          "line": 661,
                          "column": 8
                        },
                        "end": {
                          "line": 661,
                          "column": 22
                        }
                      },
                      "object": {
                        "type": "Identifier",
                        "start": 23225,
                        "end": 23232,
                        "loc": {
                          "start": {
                            "line": 661,
                            "column": 8
                          },
                          "end": {
                            "line": 661,
                            "column": 15
                          },
                          "identifierName": "options"
                        },
                        "name": "options"
                      },
                      "property": {
                        "type": "Identifier",
                        "start": 23233,
                        "end": 23239,
                        "loc": {
                          "start": {
                            "line": 661,
                            "column": 16
                          },
                          "end": {
                            "line": 661,
                            "column": 22
                          },
                          "identifierName": "schema"
                        },
                        "name": "schema"
                      },
                      "computed": false
                    },
                    "consequent": {
                      "type": "BlockStatement",
                      "start": 23241,
                      "end": 23359,
                      "loc": {
                        "start": {
                          "line": 661,
                          "column": 24
                        },
                        "end": {
                          "line": 666,
                          "column": 5
                        }
                      },
                      "body": [
                        {
                          "type": "ExpressionStatement",
                          "start": 23249,
                          "end": 23353,
                          "loc": {
                            "start": {
                              "line": 662,
                              "column": 6
                            },
                            "end": {
                              "line": 665,
                              "column": 9
                            }
                          },
                          "expression": {
                            "type": "AssignmentExpression",
                            "start": 23249,
                            "end": 23352,
                            "loc": {
                              "start": {
                                "line": 662,
                                "column": 6
                              },
                              "end": {
                                "line": 665,
                                "column": 8
                              }
                            },
                            "operator": "=",
                            "left": {
                              "type": "Identifier",
                              "start": 23249,
                              "end": 23258,
                              "loc": {
                                "start": {
                                  "line": 662,
                                  "column": 6
                                },
                                "end": {
                                  "line": 662,
                                  "column": 15
                                },
                                "identifierName": "tableName"
                              },
                              "name": "tableName"
                            },
                            "right": {
                              "type": "CallExpression",
                              "start": 23261,
                              "end": 23352,
                              "loc": {
                                "start": {
                                  "line": 662,
                                  "column": 18
                                },
                                "end": {
                                  "line": 665,
                                  "column": 8
                                }
                              },
                              "callee": {
                                "type": "MemberExpression",
                                "start": 23261,
                                "end": 23290,
                                "loc": {
                                  "start": {
                                    "line": 662,
                                    "column": 18
                                  },
                                  "end": {
                                    "line": 662,
                                    "column": 47
                                  }
                                },
                                "object": {
                                  "type": "MemberExpression",
                                  "start": 23261,
                                  "end": 23280,
                                  "loc": {
                                    "start": {
                                      "line": 662,
                                      "column": 18
                                    },
                                    "end": {
                                      "line": 662,
                                      "column": 37
                                    }
                                  },
                                  "object": {
                                    "type": "ThisExpression",
                                    "start": 23261,
                                    "end": 23265,
                                    "loc": {
                                      "start": {
                                        "line": 662,
                                        "column": 18
                                      },
                                      "end": {
                                        "line": 662,
                                        "column": 22
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 23266,
                                    "end": 23280,
                                    "loc": {
                                      "start": {
                                        "line": 662,
                                        "column": 23
                                      },
                                      "end": {
                                        "line": 662,
                                        "column": 37
                                      },
                                      "identifierName": "QueryGenerator"
                                    },
                                    "name": "QueryGenerator"
                                  },
                                  "computed": false
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 23281,
                                  "end": 23290,
                                  "loc": {
                                    "start": {
                                      "line": 662,
                                      "column": 38
                                    },
                                    "end": {
                                      "line": 662,
                                      "column": 47
                                    },
                                    "identifierName": "addSchema"
                                  },
                                  "name": "addSchema"
                                },
                                "computed": false
                              },
                              "arguments": [
                                {
                                  "type": "ObjectExpression",
                                  "start": 23291,
                                  "end": 23351,
                                  "loc": {
                                    "start": {
                                      "line": 662,
                                      "column": 48
                                    },
                                    "end": {
                                      "line": 665,
                                      "column": 7
                                    }
                                  },
                                  "properties": [
                                    {
                                      "type": "ObjectProperty",
                                      "start": 23301,
                                      "end": 23310,
                                      "loc": {
                                        "start": {
                                          "line": 663,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 663,
                                          "column": 17
                                        }
                                      },
                                      "method": false,
                                      "shorthand": true,
                                      "computed": false,
                                      "key": {
                                        "type": "Identifier",
                                        "start": 23301,
                                        "end": 23310,
                                        "loc": {
                                          "start": {
                                            "line": 663,
                                            "column": 8
                                          },
                                          "end": {
                                            "line": 663,
                                            "column": 17
                                          },
                                          "identifierName": "tableName"
                                        },
                                        "name": "tableName"
                                      },
                                      "value": {
                                        "type": "Identifier",
                                        "start": 23301,
                                        "end": 23310,
                                        "loc": {
                                          "start": {
                                            "line": 663,
                                            "column": 8
                                          },
                                          "end": {
                                            "line": 663,
                                            "column": 17
                                          },
                                          "identifierName": "tableName"
                                        },
                                        "name": "tableName"
                                      },
                                      "extra": {
                                        "shorthand": true
                                      }
                                    },
                                    {
                                      "type": "ObjectProperty",
                                      "start": 23320,
                                      "end": 23343,
                                      "loc": {
                                        "start": {
                                          "line": 664,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 664,
                                          "column": 31
                                        }
                                      },
                                      "method": false,
                                      "shorthand": false,
                                      "computed": false,
                                      "key": {
                                        "type": "Identifier",
                                        "start": 23320,
                                        "end": 23327,
                                        "loc": {
                                          "start": {
                                            "line": 664,
                                            "column": 8
                                          },
                                          "end": {
                                            "line": 664,
                                            "column": 15
                                          },
                                          "identifierName": "_schema"
                                        },
                                        "name": "_schema"
                                      },
                                      "value": {
                                        "type": "MemberExpression",
                                        "start": 23329,
                                        "end": 23343,
                                        "loc": {
                                          "start": {
                                            "line": 664,
                                            "column": 17
                                          },
                                          "end": {
                                            "line": 664,
                                            "column": 31
                                          }
                                        },
                                        "object": {
                                          "type": "Identifier",
                                          "start": 23329,
                                          "end": 23336,
                                          "loc": {
                                            "start": {
                                              "line": 664,
                                              "column": 17
                                            },
                                            "end": {
                                              "line": 664,
                                              "column": 24
                                            },
                                            "identifierName": "options"
                                          },
                                          "name": "options"
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 23337,
                                          "end": 23343,
                                          "loc": {
                                            "start": {
                                              "line": 664,
                                              "column": 25
                                            },
                                            "end": {
                                              "line": 664,
                                              "column": 31
                                            },
                                            "identifierName": "schema"
                                          },
                                          "name": "schema"
                                        },
                                        "computed": false
                                      }
                                    }
                                  ]
                                }
                              ]
                            }
                          }
                        }
                      ],
                      "directives": []
                    },
                    "alternate": null
                  },
                  {
                    "type": "ExpressionStatement",
                    "start": 23365,
                    "end": 23400,
                    "loc": {
                      "start": {
                        "line": 668,
                        "column": 4
                      },
                      "end": {
                        "line": 668,
                        "column": 39
                      }
                    },
                    "expression": {
                      "type": "AssignmentExpression",
                      "start": 23365,
                      "end": 23399,
                      "loc": {
                        "start": {
                          "line": 668,
                          "column": 4
                        },
                        "end": {
                          "line": 668,
                          "column": 38
                        }
                      },
                      "operator": "=",
                      "left": {
                        "type": "Identifier",
                        "start": 23365,
                        "end": 23372,
                        "loc": {
                          "start": {
                            "line": 668,
                            "column": 4
                          },
                          "end": {
                            "line": 668,
                            "column": 11
                          },
                          "identifierName": "options"
                        },
                        "name": "options"
                      },
                      "right": {
                        "type": "CallExpression",
                        "start": 23375,
                        "end": 23399,
                        "loc": {
                          "start": {
                            "line": 668,
                            "column": 14
                          },
                          "end": {
                            "line": 668,
                            "column": 38
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 23375,
                          "end": 23390,
                          "loc": {
                            "start": {
                              "line": 668,
                              "column": 14
                            },
                            "end": {
                              "line": 668,
                              "column": 29
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 23375,
                            "end": 23380,
                            "loc": {
                              "start": {
                                "line": 668,
                                "column": 14
                              },
                              "end": {
                                "line": 668,
                                "column": 19
                              },
                              "identifierName": "Utils"
                            },
                            "name": "Utils"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 23381,
                            "end": 23390,
                            "loc": {
                              "start": {
                                "line": 668,
                                "column": 20
                              },
                              "end": {
                                "line": 668,
                                "column": 29
                              },
                              "identifierName": "cloneDeep"
                            },
                            "name": "cloneDeep"
                          },
                          "computed": false
                        },
                        "arguments": [
                          {
                            "type": "Identifier",
                            "start": 23391,
                            "end": 23398,
                            "loc": {
                              "start": {
                                "line": 668,
                                "column": 30
                              },
                              "end": {
                                "line": 668,
                                "column": 37
                              },
                              "identifierName": "options"
                            },
                            "name": "options"
                          }
                        ]
                      }
                    }
                  },
                  {
                    "type": "ExpressionStatement",
                    "start": 23405,
                    "end": 23510,
                    "loc": {
                      "start": {
                        "line": 669,
                        "column": 4
                      },
                      "end": {
                        "line": 673,
                        "column": 7
                      }
                    },
                    "expression": {
                      "type": "AssignmentExpression",
                      "start": 23405,
                      "end": 23509,
                      "loc": {
                        "start": {
                          "line": 669,
                          "column": 4
                        },
                        "end": {
                          "line": 673,
                          "column": 6
                        }
                      },
                      "operator": "=",
                      "left": {
                        "type": "Identifier",
                        "start": 23405,
                        "end": 23412,
                        "loc": {
                          "start": {
                            "line": 669,
                            "column": 4
                          },
                          "end": {
                            "line": 669,
                            "column": 11
                          },
                          "identifierName": "options"
                        },
                        "name": "options"
                      },
                      "right": {
                        "type": "CallExpression",
                        "start": 23415,
                        "end": 23509,
                        "loc": {
                          "start": {
                            "line": 669,
                            "column": 14
                          },
                          "end": {
                            "line": 673,
                            "column": 6
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 23415,
                          "end": 23425,
                          "loc": {
                            "start": {
                              "line": 669,
                              "column": 14
                            },
                            "end": {
                              "line": 669,
                              "column": 24
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 23415,
                            "end": 23416,
                            "loc": {
                              "start": {
                                "line": 669,
                                "column": 14
                              },
                              "end": {
                                "line": 669,
                                "column": 15
                              },
                              "identifierName": "_"
                            },
                            "name": "_"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 23417,
                            "end": 23425,
                            "loc": {
                              "start": {
                                "line": 669,
                                "column": 16
                              },
                              "end": {
                                "line": 669,
                                "column": 24
                              },
                              "identifierName": "defaults"
                            },
                            "name": "defaults"
                          },
                          "computed": false
                        },
                        "arguments": [
                          {
                            "type": "Identifier",
                            "start": 23426,
                            "end": 23433,
                            "loc": {
                              "start": {
                                "line": 669,
                                "column": 25
                              },
                              "end": {
                                "line": 669,
                                "column": 32
                              },
                              "identifierName": "options"
                            },
                            "name": "options"
                          },
                          {
                            "type": "ObjectExpression",
                            "start": 23435,
                            "end": 23508,
                            "loc": {
                              "start": {
                                "line": 669,
                                "column": 34
                              },
                              "end": {
                                "line": 673,
                                "column": 5
                              }
                            },
                            "properties": [
                              {
                                "type": "ObjectProperty",
                                "start": 23443,
                                "end": 23452,
                                "loc": {
                                  "start": {
                                    "line": 670,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 670,
                                    "column": 15
                                  }
                                },
                                "method": false,
                                "shorthand": false,
                                "computed": false,
                                "key": {
                                  "type": "Identifier",
                                  "start": 23443,
                                  "end": 23446,
                                  "loc": {
                                    "start": {
                                      "line": 670,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 670,
                                      "column": 9
                                    },
                                    "identifierName": "raw"
                                  },
                                  "name": "raw"
                                },
                                "value": {
                                  "type": "BooleanLiteral",
                                  "start": 23448,
                                  "end": 23452,
                                  "loc": {
                                    "start": {
                                      "line": 670,
                                      "column": 11
                                    },
                                    "end": {
                                      "line": 670,
                                      "column": 15
                                    }
                                  },
                                  "value": true
                                }
                              },
                              {
                                "type": "ObjectProperty",
                                "start": 23460,
                                "end": 23471,
                                "loc": {
                                  "start": {
                                    "line": 671,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 671,
                                    "column": 17
                                  }
                                },
                                "method": false,
                                "shorthand": false,
                                "computed": false,
                                "key": {
                                  "type": "Identifier",
                                  "start": 23460,
                                  "end": 23465,
                                  "loc": {
                                    "start": {
                                      "line": 671,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 671,
                                      "column": 11
                                    },
                                    "identifierName": "plain"
                                  },
                                  "name": "plain"
                                },
                                "value": {
                                  "type": "BooleanLiteral",
                                  "start": 23467,
                                  "end": 23471,
                                  "loc": {
                                    "start": {
                                      "line": 671,
                                      "column": 13
                                    },
                                    "end": {
                                      "line": 671,
                                      "column": 17
                                    }
                                  },
                                  "value": true
                                }
                              },
                              {
                                "type": "ObjectProperty",
                                "start": 23479,
                                "end": 23502,
                                "loc": {
                                  "start": {
                                    "line": 672,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 672,
                                    "column": 29
                                  }
                                },
                                "method": false,
                                "shorthand": false,
                                "computed": false,
                                "key": {
                                  "type": "Identifier",
                                  "start": 23479,
                                  "end": 23483,
                                  "loc": {
                                    "start": {
                                      "line": 672,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 672,
                                      "column": 10
                                    },
                                    "identifierName": "type"
                                  },
                                  "name": "type"
                                },
                                "value": {
                                  "type": "MemberExpression",
                                  "start": 23485,
                                  "end": 23502,
                                  "loc": {
                                    "start": {
                                      "line": 672,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 672,
                                      "column": 29
                                    }
                                  },
                                  "object": {
                                    "type": "Identifier",
                                    "start": 23485,
                                    "end": 23495,
                                    "loc": {
                                      "start": {
                                        "line": 672,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 672,
                                        "column": 22
                                      },
                                      "identifierName": "QueryTypes"
                                    },
                                    "name": "QueryTypes"
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 23496,
                                    "end": 23502,
                                    "loc": {
                                      "start": {
                                        "line": 672,
                                        "column": 23
                                      },
                                      "end": {
                                        "line": 672,
                                        "column": 29
                                      },
                                      "identifierName": "SELECT"
                                    },
                                    "name": "SELECT"
                                  },
                                  "computed": false
                                }
                              }
                            ]
                          }
                        ]
                      }
                    }
                  },
                  {
                    "type": "VariableDeclaration",
                    "start": 23516,
                    "end": 23587,
                    "loc": {
                      "start": {
                        "line": 675,
                        "column": 4
                      },
                      "end": {
                        "line": 675,
                        "column": 75
                      }
                    },
                    "declarations": [
                      {
                        "type": "VariableDeclarator",
                        "start": 23522,
                        "end": 23586,
                        "loc": {
                          "start": {
                            "line": 675,
                            "column": 10
                          },
                          "end": {
                            "line": 675,
                            "column": 74
                          }
                        },
                        "id": {
                          "type": "Identifier",
                          "start": 23522,
                          "end": 23525,
                          "loc": {
                            "start": {
                              "line": 675,
                              "column": 10
                            },
                            "end": {
                              "line": 675,
                              "column": 13
                            },
                            "identifierName": "sql"
                          },
                          "name": "sql"
                        },
                        "init": {
                          "type": "CallExpression",
                          "start": 23528,
                          "end": 23586,
                          "loc": {
                            "start": {
                              "line": 675,
                              "column": 16
                            },
                            "end": {
                              "line": 675,
                              "column": 74
                            }
                          },
                          "callee": {
                            "type": "MemberExpression",
                            "start": 23528,
                            "end": 23559,
                            "loc": {
                              "start": {
                                "line": 675,
                                "column": 16
                              },
                              "end": {
                                "line": 675,
                                "column": 47
                              }
                            },
                            "object": {
                              "type": "MemberExpression",
                              "start": 23528,
                              "end": 23547,
                              "loc": {
                                "start": {
                                  "line": 675,
                                  "column": 16
                                },
                                "end": {
                                  "line": 675,
                                  "column": 35
                                }
                              },
                              "object": {
                                "type": "ThisExpression",
                                "start": 23528,
                                "end": 23532,
                                "loc": {
                                  "start": {
                                    "line": 675,
                                    "column": 16
                                  },
                                  "end": {
                                    "line": 675,
                                    "column": 20
                                  }
                                }
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 23533,
                                "end": 23547,
                                "loc": {
                                  "start": {
                                    "line": 675,
                                    "column": 21
                                  },
                                  "end": {
                                    "line": 675,
                                    "column": 35
                                  },
                                  "identifierName": "QueryGenerator"
                                },
                                "name": "QueryGenerator"
                              },
                              "computed": false
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 23548,
                              "end": 23559,
                              "loc": {
                                "start": {
                                  "line": 675,
                                  "column": 36
                                },
                                "end": {
                                  "line": 675,
                                  "column": 47
                                },
                                "identifierName": "selectQuery"
                              },
                              "name": "selectQuery"
                            },
                            "computed": false
                          },
                          "arguments": [
                            {
                              "type": "Identifier",
                              "start": 23560,
                              "end": 23569,
                              "loc": {
                                "start": {
                                  "line": 675,
                                  "column": 48
                                },
                                "end": {
                                  "line": 675,
                                  "column": 57
                                },
                                "identifierName": "tableName"
                              },
                              "name": "tableName"
                            },
                            {
                              "type": "Identifier",
                              "start": 23571,
                              "end": 23578,
                              "loc": {
                                "start": {
                                  "line": 675,
                                  "column": 59
                                },
                                "end": {
                                  "line": 675,
                                  "column": 66
                                },
                                "identifierName": "options"
                              },
                              "name": "options"
                            },
                            {
                              "type": "Identifier",
                              "start": 23580,
                              "end": 23585,
                              "loc": {
                                "start": {
                                  "line": 675,
                                  "column": 68
                                },
                                "end": {
                                  "line": 675,
                                  "column": 73
                                },
                                "identifierName": "Model"
                              },
                              "name": "Model"
                            }
                          ]
                        }
                      }
                    ],
                    "kind": "const"
                  },
                  {
                    "type": "IfStatement",
                    "start": 23593,
                    "end": 23698,
                    "loc": {
                      "start": {
                        "line": 677,
                        "column": 4
                      },
                      "end": {
                        "line": 679,
                        "column": 5
                      }
                    },
                    "test": {
                      "type": "BinaryExpression",
                      "start": 23597,
                      "end": 23628,
                      "loc": {
                        "start": {
                          "line": 677,
                          "column": 8
                        },
                        "end": {
                          "line": 677,
                          "column": 39
                        }
                      },
                      "left": {
                        "type": "Identifier",
                        "start": 23597,
                        "end": 23614,
                        "loc": {
                          "start": {
                            "line": 677,
                            "column": 8
                          },
                          "end": {
                            "line": 677,
                            "column": 25
                          },
                          "identifierName": "attributeSelector"
                        },
                        "name": "attributeSelector"
                      },
                      "operator": "===",
                      "right": {
                        "type": "Identifier",
                        "start": 23619,
                        "end": 23628,
                        "loc": {
                          "start": {
                            "line": 677,
                            "column": 30
                          },
                          "end": {
                            "line": 677,
                            "column": 39
                          },
                          "identifierName": "undefined"
                        },
                        "name": "undefined"
                      }
                    },
                    "consequent": {
                      "type": "BlockStatement",
                      "start": 23630,
                      "end": 23698,
                      "loc": {
                        "start": {
                          "line": 677,
                          "column": 41
                        },
                        "end": {
                          "line": 679,
                          "column": 5
                        }
                      },
                      "body": [
                        {
                          "type": "ThrowStatement",
                          "start": 23638,
                          "end": 23692,
                          "loc": {
                            "start": {
                              "line": 678,
                              "column": 6
                            },
                            "end": {
                              "line": 678,
                              "column": 60
                            }
                          },
                          "argument": {
                            "type": "NewExpression",
                            "start": 23644,
                            "end": 23691,
                            "loc": {
                              "start": {
                                "line": 678,
                                "column": 12
                              },
                              "end": {
                                "line": 678,
                                "column": 59
                              }
                            },
                            "callee": {
                              "type": "Identifier",
                              "start": 23648,
                              "end": 23653,
                              "loc": {
                                "start": {
                                  "line": 678,
                                  "column": 16
                                },
                                "end": {
                                  "line": 678,
                                  "column": 21
                                },
                                "identifierName": "Error"
                              },
                              "name": "Error"
                            },
                            "arguments": [
                              {
                                "type": "StringLiteral",
                                "start": 23654,
                                "end": 23690,
                                "loc": {
                                  "start": {
                                    "line": 678,
                                    "column": 22
                                  },
                                  "end": {
                                    "line": 678,
                                    "column": 58
                                  }
                                },
                                "extra": {
                                  "rawValue": "Please pass an attribute selector!",
                                  "raw": "'Please pass an attribute selector!'"
                                },
                                "value": "Please pass an attribute selector!"
                              }
                            ]
                          }
                        }
                      ],
                      "directives": []
                    },
                    "alternate": null
                  },
                  {
                    "type": "ReturnStatement",
                    "start": 23704,
                    "end": 24573,
                    "loc": {
                      "start": {
                        "line": 681,
                        "column": 4
                      },
                      "end": {
                        "line": 705,
                        "column": 7
                      }
                    },
                    "argument": {
                      "type": "CallExpression",
                      "start": 23711,
                      "end": 24572,
                      "loc": {
                        "start": {
                          "line": 681,
                          "column": 11
                        },
                        "end": {
                          "line": 705,
                          "column": 6
                        }
                      },
                      "callee": {
                        "type": "MemberExpression",
                        "start": 23711,
                        "end": 23750,
                        "loc": {
                          "start": {
                            "line": 681,
                            "column": 11
                          },
                          "end": {
                            "line": 681,
                            "column": 50
                          }
                        },
                        "object": {
                          "type": "CallExpression",
                          "start": 23711,
                          "end": 23745,
                          "loc": {
                            "start": {
                              "line": 681,
                              "column": 11
                            },
                            "end": {
                              "line": 681,
                              "column": 45
                            }
                          },
                          "callee": {
                            "type": "MemberExpression",
                            "start": 23711,
                            "end": 23731,
                            "loc": {
                              "start": {
                                "line": 681,
                                "column": 11
                              },
                              "end": {
                                "line": 681,
                                "column": 31
                              }
                            },
                            "object": {
                              "type": "MemberExpression",
                              "start": 23711,
                              "end": 23725,
                              "loc": {
                                "start": {
                                  "line": 681,
                                  "column": 11
                                },
                                "end": {
                                  "line": 681,
                                  "column": 25
                                }
                              },
                              "object": {
                                "type": "ThisExpression",
                                "start": 23711,
                                "end": 23715,
                                "loc": {
                                  "start": {
                                    "line": 681,
                                    "column": 11
                                  },
                                  "end": {
                                    "line": 681,
                                    "column": 15
                                  }
                                }
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 23716,
                                "end": 23725,
                                "loc": {
                                  "start": {
                                    "line": 681,
                                    "column": 16
                                  },
                                  "end": {
                                    "line": 681,
                                    "column": 25
                                  },
                                  "identifierName": "sequelize"
                                },
                                "name": "sequelize"
                              },
                              "computed": false
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 23726,
                              "end": 23731,
                              "loc": {
                                "start": {
                                  "line": 681,
                                  "column": 26
                                },
                                "end": {
                                  "line": 681,
                                  "column": 31
                                },
                                "identifierName": "query"
                              },
                              "name": "query"
                            },
                            "computed": false
                          },
                          "arguments": [
                            {
                              "type": "Identifier",
                              "start": 23732,
                              "end": 23735,
                              "loc": {
                                "start": {
                                  "line": 681,
                                  "column": 32
                                },
                                "end": {
                                  "line": 681,
                                  "column": 35
                                },
                                "identifierName": "sql"
                              },
                              "name": "sql"
                            },
                            {
                              "type": "Identifier",
                              "start": 23737,
                              "end": 23744,
                              "loc": {
                                "start": {
                                  "line": 681,
                                  "column": 37
                                },
                                "end": {
                                  "line": 681,
                                  "column": 44
                                },
                                "identifierName": "options"
                              },
                              "name": "options"
                            }
                          ]
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 23746,
                          "end": 23750,
                          "loc": {
                            "start": {
                              "line": 681,
                              "column": 46
                            },
                            "end": {
                              "line": 681,
                              "column": 50
                            },
                            "identifierName": "then"
                          },
                          "name": "then"
                        },
                        "computed": false
                      },
                      "arguments": [
                        {
                          "type": "ArrowFunctionExpression",
                          "start": 23751,
                          "end": 24571,
                          "loc": {
                            "start": {
                              "line": 681,
                              "column": 51
                            },
                            "end": {
                              "line": 705,
                              "column": 5
                            }
                          },
                          "id": null,
                          "generator": false,
                          "expression": false,
                          "async": false,
                          "params": [
                            {
                              "type": "Identifier",
                              "start": 23751,
                              "end": 23755,
                              "loc": {
                                "start": {
                                  "line": 681,
                                  "column": 51
                                },
                                "end": {
                                  "line": 681,
                                  "column": 55
                                },
                                "identifierName": "data"
                              },
                              "name": "data"
                            }
                          ],
                          "body": {
                            "type": "BlockStatement",
                            "start": 23759,
                            "end": 24571,
                            "loc": {
                              "start": {
                                "line": 681,
                                "column": 59
                              },
                              "end": {
                                "line": 705,
                                "column": 5
                              }
                            },
                            "body": [
                              {
                                "type": "IfStatement",
                                "start": 23767,
                                "end": 23817,
                                "loc": {
                                  "start": {
                                    "line": 682,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 684,
                                    "column": 7
                                  }
                                },
                                "test": {
                                  "type": "UnaryExpression",
                                  "start": 23771,
                                  "end": 23785,
                                  "loc": {
                                    "start": {
                                      "line": 682,
                                      "column": 10
                                    },
                                    "end": {
                                      "line": 682,
                                      "column": 24
                                    }
                                  },
                                  "operator": "!",
                                  "prefix": true,
                                  "argument": {
                                    "type": "MemberExpression",
                                    "start": 23772,
                                    "end": 23785,
                                    "loc": {
                                      "start": {
                                        "line": 682,
                                        "column": 11
                                      },
                                      "end": {
                                        "line": 682,
                                        "column": 24
                                      }
                                    },
                                    "object": {
                                      "type": "Identifier",
                                      "start": 23772,
                                      "end": 23779,
                                      "loc": {
                                        "start": {
                                          "line": 682,
                                          "column": 11
                                        },
                                        "end": {
                                          "line": 682,
                                          "column": 18
                                        },
                                        "identifierName": "options"
                                      },
                                      "name": "options"
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 23780,
                                      "end": 23785,
                                      "loc": {
                                        "start": {
                                          "line": 682,
                                          "column": 19
                                        },
                                        "end": {
                                          "line": 682,
                                          "column": 24
                                        },
                                        "identifierName": "plain"
                                      },
                                      "name": "plain"
                                    },
                                    "computed": false
                                  },
                                  "extra": {
                                    "parenthesizedArgument": false
                                  }
                                },
                                "consequent": {
                                  "type": "BlockStatement",
                                  "start": 23787,
                                  "end": 23817,
                                  "loc": {
                                    "start": {
                                      "line": 682,
                                      "column": 26
                                    },
                                    "end": {
                                      "line": 684,
                                      "column": 7
                                    }
                                  },
                                  "body": [
                                    {
                                      "type": "ReturnStatement",
                                      "start": 23797,
                                      "end": 23809,
                                      "loc": {
                                        "start": {
                                          "line": 683,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 683,
                                          "column": 20
                                        }
                                      },
                                      "argument": {
                                        "type": "Identifier",
                                        "start": 23804,
                                        "end": 23808,
                                        "loc": {
                                          "start": {
                                            "line": 683,
                                            "column": 15
                                          },
                                          "end": {
                                            "line": 683,
                                            "column": 19
                                          },
                                          "identifierName": "data"
                                        },
                                        "name": "data"
                                      }
                                    }
                                  ],
                                  "directives": []
                                },
                                "alternate": null
                              },
                              {
                                "type": "VariableDeclaration",
                                "start": 23825,
                                "end": 23876,
                                "loc": {
                                  "start": {
                                    "line": 686,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 686,
                                    "column": 57
                                  }
                                },
                                "declarations": [
                                  {
                                    "type": "VariableDeclarator",
                                    "start": 23829,
                                    "end": 23875,
                                    "loc": {
                                      "start": {
                                        "line": 686,
                                        "column": 10
                                      },
                                      "end": {
                                        "line": 686,
                                        "column": 56
                                      }
                                    },
                                    "id": {
                                      "type": "Identifier",
                                      "start": 23829,
                                      "end": 23835,
                                      "loc": {
                                        "start": {
                                          "line": 686,
                                          "column": 10
                                        },
                                        "end": {
                                          "line": 686,
                                          "column": 16
                                        },
                                        "identifierName": "result"
                                      },
                                      "name": "result"
                                    },
                                    "init": {
                                      "type": "ConditionalExpression",
                                      "start": 23838,
                                      "end": 23875,
                                      "loc": {
                                        "start": {
                                          "line": 686,
                                          "column": 19
                                        },
                                        "end": {
                                          "line": 686,
                                          "column": 56
                                        }
                                      },
                                      "test": {
                                        "type": "Identifier",
                                        "start": 23838,
                                        "end": 23842,
                                        "loc": {
                                          "start": {
                                            "line": 686,
                                            "column": 19
                                          },
                                          "end": {
                                            "line": 686,
                                            "column": 23
                                          },
                                          "identifierName": "data"
                                        },
                                        "name": "data"
                                      },
                                      "consequent": {
                                        "type": "MemberExpression",
                                        "start": 23845,
                                        "end": 23868,
                                        "loc": {
                                          "start": {
                                            "line": 686,
                                            "column": 26
                                          },
                                          "end": {
                                            "line": 686,
                                            "column": 49
                                          }
                                        },
                                        "object": {
                                          "type": "Identifier",
                                          "start": 23845,
                                          "end": 23849,
                                          "loc": {
                                            "start": {
                                              "line": 686,
                                              "column": 26
                                            },
                                            "end": {
                                              "line": 686,
                                              "column": 30
                                            },
                                            "identifierName": "data"
                                          },
                                          "name": "data"
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 23850,
                                          "end": 23867,
                                          "loc": {
                                            "start": {
                                              "line": 686,
                                              "column": 31
                                            },
                                            "end": {
                                              "line": 686,
                                              "column": 48
                                            },
                                            "identifierName": "attributeSelector"
                                          },
                                          "name": "attributeSelector"
                                        },
                                        "computed": true
                                      },
                                      "alternate": {
                                        "type": "NullLiteral",
                                        "start": 23871,
                                        "end": 23875,
                                        "loc": {
                                          "start": {
                                            "line": 686,
                                            "column": 52
                                          },
                                          "end": {
                                            "line": 686,
                                            "column": 56
                                          }
                                        }
                                      }
                                    }
                                  }
                                ],
                                "kind": "let"
                              },
                              {
                                "type": "IfStatement",
                                "start": 23884,
                                "end": 24543,
                                "loc": {
                                  "start": {
                                    "line": 688,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 702,
                                    "column": 7
                                  }
                                },
                                "test": {
                                  "type": "LogicalExpression",
                                  "start": 23888,
                                  "end": 23915,
                                  "loc": {
                                    "start": {
                                      "line": 688,
                                      "column": 10
                                    },
                                    "end": {
                                      "line": 688,
                                      "column": 37
                                    }
                                  },
                                  "left": {
                                    "type": "Identifier",
                                    "start": 23888,
                                    "end": 23895,
                                    "loc": {
                                      "start": {
                                        "line": 688,
                                        "column": 10
                                      },
                                      "end": {
                                        "line": 688,
                                        "column": 17
                                      },
                                      "identifierName": "options"
                                    },
                                    "name": "options"
                                  },
                                  "operator": "&&",
                                  "right": {
                                    "type": "MemberExpression",
                                    "start": 23899,
                                    "end": 23915,
                                    "loc": {
                                      "start": {
                                        "line": 688,
                                        "column": 21
                                      },
                                      "end": {
                                        "line": 688,
                                        "column": 37
                                      }
                                    },
                                    "object": {
                                      "type": "Identifier",
                                      "start": 23899,
                                      "end": 23906,
                                      "loc": {
                                        "start": {
                                          "line": 688,
                                          "column": 21
                                        },
                                        "end": {
                                          "line": 688,
                                          "column": 28
                                        },
                                        "identifierName": "options"
                                      },
                                      "name": "options"
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 23907,
                                      "end": 23915,
                                      "loc": {
                                        "start": {
                                          "line": 688,
                                          "column": 29
                                        },
                                        "end": {
                                          "line": 688,
                                          "column": 37
                                        },
                                        "identifierName": "dataType"
                                      },
                                      "name": "dataType"
                                    },
                                    "computed": false
                                  }
                                },
                                "consequent": {
                                  "type": "BlockStatement",
                                  "start": 23917,
                                  "end": 24543,
                                  "loc": {
                                    "start": {
                                      "line": 688,
                                      "column": 39
                                    },
                                    "end": {
                                      "line": 702,
                                      "column": 7
                                    }
                                  },
                                  "body": [
                                    {
                                      "type": "VariableDeclaration",
                                      "start": 23927,
                                      "end": 23961,
                                      "loc": {
                                        "start": {
                                          "line": 689,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 689,
                                          "column": 42
                                        }
                                      },
                                      "declarations": [
                                        {
                                          "type": "VariableDeclarator",
                                          "start": 23933,
                                          "end": 23960,
                                          "loc": {
                                            "start": {
                                              "line": 689,
                                              "column": 14
                                            },
                                            "end": {
                                              "line": 689,
                                              "column": 41
                                            }
                                          },
                                          "id": {
                                            "type": "Identifier",
                                            "start": 23933,
                                            "end": 23941,
                                            "loc": {
                                              "start": {
                                                "line": 689,
                                                "column": 14
                                              },
                                              "end": {
                                                "line": 689,
                                                "column": 22
                                              },
                                              "identifierName": "dataType"
                                            },
                                            "name": "dataType"
                                          },
                                          "init": {
                                            "type": "MemberExpression",
                                            "start": 23944,
                                            "end": 23960,
                                            "loc": {
                                              "start": {
                                                "line": 689,
                                                "column": 25
                                              },
                                              "end": {
                                                "line": 689,
                                                "column": 41
                                              }
                                            },
                                            "object": {
                                              "type": "Identifier",
                                              "start": 23944,
                                              "end": 23951,
                                              "loc": {
                                                "start": {
                                                  "line": 689,
                                                  "column": 25
                                                },
                                                "end": {
                                                  "line": 689,
                                                  "column": 32
                                                },
                                                "identifierName": "options"
                                              },
                                              "name": "options"
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 23952,
                                              "end": 23960,
                                              "loc": {
                                                "start": {
                                                  "line": 689,
                                                  "column": 33
                                                },
                                                "end": {
                                                  "line": 689,
                                                  "column": 41
                                                },
                                                "identifierName": "dataType"
                                              },
                                              "name": "dataType"
                                            },
                                            "computed": false
                                          }
                                        }
                                      ],
                                      "kind": "const"
                                    },
                                    {
                                      "type": "IfStatement",
                                      "start": 23971,
                                      "end": 24535,
                                      "loc": {
                                        "start": {
                                          "line": 691,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 701,
                                          "column": 9
                                        }
                                      },
                                      "test": {
                                        "type": "LogicalExpression",
                                        "start": 23975,
                                        "end": 24051,
                                        "loc": {
                                          "start": {
                                            "line": 691,
                                            "column": 12
                                          },
                                          "end": {
                                            "line": 691,
                                            "column": 88
                                          }
                                        },
                                        "left": {
                                          "type": "BinaryExpression",
                                          "start": 23975,
                                          "end": 24012,
                                          "loc": {
                                            "start": {
                                              "line": 691,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 691,
                                              "column": 49
                                            }
                                          },
                                          "left": {
                                            "type": "Identifier",
                                            "start": 23975,
                                            "end": 23983,
                                            "loc": {
                                              "start": {
                                                "line": 691,
                                                "column": 12
                                              },
                                              "end": {
                                                "line": 691,
                                                "column": 20
                                              },
                                              "identifierName": "dataType"
                                            },
                                            "name": "dataType"
                                          },
                                          "operator": "instanceof",
                                          "right": {
                                            "type": "MemberExpression",
                                            "start": 23995,
                                            "end": 24012,
                                            "loc": {
                                              "start": {
                                                "line": 691,
                                                "column": 32
                                              },
                                              "end": {
                                                "line": 691,
                                                "column": 49
                                              }
                                            },
                                            "object": {
                                              "type": "Identifier",
                                              "start": 23995,
                                              "end": 24004,
                                              "loc": {
                                                "start": {
                                                  "line": 691,
                                                  "column": 32
                                                },
                                                "end": {
                                                  "line": 691,
                                                  "column": 41
                                                },
                                                "identifierName": "DataTypes"
                                              },
                                              "name": "DataTypes"
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 24005,
                                              "end": 24012,
                                              "loc": {
                                                "start": {
                                                  "line": 691,
                                                  "column": 42
                                                },
                                                "end": {
                                                  "line": 691,
                                                  "column": 49
                                                },
                                                "identifierName": "DECIMAL"
                                              },
                                              "name": "DECIMAL"
                                            },
                                            "computed": false
                                          }
                                        },
                                        "operator": "||",
                                        "right": {
                                          "type": "BinaryExpression",
                                          "start": 24016,
                                          "end": 24051,
                                          "loc": {
                                            "start": {
                                              "line": 691,
                                              "column": 53
                                            },
                                            "end": {
                                              "line": 691,
                                              "column": 88
                                            }
                                          },
                                          "left": {
                                            "type": "Identifier",
                                            "start": 24016,
                                            "end": 24024,
                                            "loc": {
                                              "start": {
                                                "line": 691,
                                                "column": 53
                                              },
                                              "end": {
                                                "line": 691,
                                                "column": 61
                                              },
                                              "identifierName": "dataType"
                                            },
                                            "name": "dataType"
                                          },
                                          "operator": "instanceof",
                                          "right": {
                                            "type": "MemberExpression",
                                            "start": 24036,
                                            "end": 24051,
                                            "loc": {
                                              "start": {
                                                "line": 691,
                                                "column": 73
                                              },
                                              "end": {
                                                "line": 691,
                                                "column": 88
                                              }
                                            },
                                            "object": {
                                              "type": "Identifier",
                                              "start": 24036,
                                              "end": 24045,
                                              "loc": {
                                                "start": {
                                                  "line": 691,
                                                  "column": 73
                                                },
                                                "end": {
                                                  "line": 691,
                                                  "column": 82
                                                },
                                                "identifierName": "DataTypes"
                                              },
                                              "name": "DataTypes"
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 24046,
                                              "end": 24051,
                                              "loc": {
                                                "start": {
                                                  "line": 691,
                                                  "column": 83
                                                },
                                                "end": {
                                                  "line": 691,
                                                  "column": 88
                                                },
                                                "identifierName": "FLOAT"
                                              },
                                              "name": "FLOAT"
                                            },
                                            "computed": false
                                          }
                                        }
                                      },
                                      "consequent": {
                                        "type": "BlockStatement",
                                        "start": 24053,
                                        "end": 24103,
                                        "loc": {
                                          "start": {
                                            "line": 691,
                                            "column": 90
                                          },
                                          "end": {
                                            "line": 693,
                                            "column": 9
                                          }
                                        },
                                        "body": [
                                          {
                                            "type": "ExpressionStatement",
                                            "start": 24065,
                                            "end": 24093,
                                            "loc": {
                                              "start": {
                                                "line": 692,
                                                "column": 10
                                              },
                                              "end": {
                                                "line": 692,
                                                "column": 38
                                              }
                                            },
                                            "expression": {
                                              "type": "AssignmentExpression",
                                              "start": 24065,
                                              "end": 24092,
                                              "loc": {
                                                "start": {
                                                  "line": 692,
                                                  "column": 10
                                                },
                                                "end": {
                                                  "line": 692,
                                                  "column": 37
                                                }
                                              },
                                              "operator": "=",
                                              "left": {
                                                "type": "Identifier",
                                                "start": 24065,
                                                "end": 24071,
                                                "loc": {
                                                  "start": {
                                                    "line": 692,
                                                    "column": 10
                                                  },
                                                  "end": {
                                                    "line": 692,
                                                    "column": 16
                                                  },
                                                  "identifierName": "result"
                                                },
                                                "name": "result"
                                              },
                                              "right": {
                                                "type": "CallExpression",
                                                "start": 24074,
                                                "end": 24092,
                                                "loc": {
                                                  "start": {
                                                    "line": 692,
                                                    "column": 19
                                                  },
                                                  "end": {
                                                    "line": 692,
                                                    "column": 37
                                                  }
                                                },
                                                "callee": {
                                                  "type": "Identifier",
                                                  "start": 24074,
                                                  "end": 24084,
                                                  "loc": {
                                                    "start": {
                                                      "line": 692,
                                                      "column": 19
                                                    },
                                                    "end": {
                                                      "line": 692,
                                                      "column": 29
                                                    },
                                                    "identifierName": "parseFloat"
                                                  },
                                                  "name": "parseFloat"
                                                },
                                                "arguments": [
                                                  {
                                                    "type": "Identifier",
                                                    "start": 24085,
                                                    "end": 24091,
                                                    "loc": {
                                                      "start": {
                                                        "line": 692,
                                                        "column": 30
                                                      },
                                                      "end": {
                                                        "line": 692,
                                                        "column": 36
                                                      },
                                                      "identifierName": "result"
                                                    },
                                                    "name": "result"
                                                  }
                                                ]
                                              }
                                            }
                                          }
                                        ],
                                        "directives": []
                                      },
                                      "alternate": {
                                        "type": "IfStatement",
                                        "start": 24109,
                                        "end": 24535,
                                        "loc": {
                                          "start": {
                                            "line": 693,
                                            "column": 15
                                          },
                                          "end": {
                                            "line": 701,
                                            "column": 9
                                          }
                                        },
                                        "test": {
                                          "type": "LogicalExpression",
                                          "start": 24113,
                                          "end": 24190,
                                          "loc": {
                                            "start": {
                                              "line": 693,
                                              "column": 19
                                            },
                                            "end": {
                                              "line": 693,
                                              "column": 96
                                            }
                                          },
                                          "left": {
                                            "type": "BinaryExpression",
                                            "start": 24113,
                                            "end": 24150,
                                            "loc": {
                                              "start": {
                                                "line": 693,
                                                "column": 19
                                              },
                                              "end": {
                                                "line": 693,
                                                "column": 56
                                              }
                                            },
                                            "left": {
                                              "type": "Identifier",
                                              "start": 24113,
                                              "end": 24121,
                                              "loc": {
                                                "start": {
                                                  "line": 693,
                                                  "column": 19
                                                },
                                                "end": {
                                                  "line": 693,
                                                  "column": 27
                                                },
                                                "identifierName": "dataType"
                                              },
                                              "name": "dataType"
                                            },
                                            "operator": "instanceof",
                                            "right": {
                                              "type": "MemberExpression",
                                              "start": 24133,
                                              "end": 24150,
                                              "loc": {
                                                "start": {
                                                  "line": 693,
                                                  "column": 39
                                                },
                                                "end": {
                                                  "line": 693,
                                                  "column": 56
                                                }
                                              },
                                              "object": {
                                                "type": "Identifier",
                                                "start": 24133,
                                                "end": 24142,
                                                "loc": {
                                                  "start": {
                                                    "line": 693,
                                                    "column": 39
                                                  },
                                                  "end": {
                                                    "line": 693,
                                                    "column": 48
                                                  },
                                                  "identifierName": "DataTypes"
                                                },
                                                "name": "DataTypes"
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 24143,
                                                "end": 24150,
                                                "loc": {
                                                  "start": {
                                                    "line": 693,
                                                    "column": 49
                                                  },
                                                  "end": {
                                                    "line": 693,
                                                    "column": 56
                                                  },
                                                  "identifierName": "INTEGER"
                                                },
                                                "name": "INTEGER"
                                              },
                                              "computed": false
                                            }
                                          },
                                          "operator": "||",
                                          "right": {
                                            "type": "BinaryExpression",
                                            "start": 24154,
                                            "end": 24190,
                                            "loc": {
                                              "start": {
                                                "line": 693,
                                                "column": 60
                                              },
                                              "end": {
                                                "line": 693,
                                                "column": 96
                                              }
                                            },
                                            "left": {
                                              "type": "Identifier",
                                              "start": 24154,
                                              "end": 24162,
                                              "loc": {
                                                "start": {
                                                  "line": 693,
                                                  "column": 60
                                                },
                                                "end": {
                                                  "line": 693,
                                                  "column": 68
                                                },
                                                "identifierName": "dataType"
                                              },
                                              "name": "dataType"
                                            },
                                            "operator": "instanceof",
                                            "right": {
                                              "type": "MemberExpression",
                                              "start": 24174,
                                              "end": 24190,
                                              "loc": {
                                                "start": {
                                                  "line": 693,
                                                  "column": 80
                                                },
                                                "end": {
                                                  "line": 693,
                                                  "column": 96
                                                }
                                              },
                                              "object": {
                                                "type": "Identifier",
                                                "start": 24174,
                                                "end": 24183,
                                                "loc": {
                                                  "start": {
                                                    "line": 693,
                                                    "column": 80
                                                  },
                                                  "end": {
                                                    "line": 693,
                                                    "column": 89
                                                  },
                                                  "identifierName": "DataTypes"
                                                },
                                                "name": "DataTypes"
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 24184,
                                                "end": 24190,
                                                "loc": {
                                                  "start": {
                                                    "line": 693,
                                                    "column": 90
                                                  },
                                                  "end": {
                                                    "line": 693,
                                                    "column": 96
                                                  },
                                                  "identifierName": "BIGINT"
                                                },
                                                "name": "BIGINT"
                                              },
                                              "computed": false
                                            }
                                          }
                                        },
                                        "consequent": {
                                          "type": "BlockStatement",
                                          "start": 24192,
                                          "end": 24244,
                                          "loc": {
                                            "start": {
                                              "line": 693,
                                              "column": 98
                                            },
                                            "end": {
                                              "line": 695,
                                              "column": 9
                                            }
                                          },
                                          "body": [
                                            {
                                              "type": "ExpressionStatement",
                                              "start": 24204,
                                              "end": 24234,
                                              "loc": {
                                                "start": {
                                                  "line": 694,
                                                  "column": 10
                                                },
                                                "end": {
                                                  "line": 694,
                                                  "column": 40
                                                }
                                              },
                                              "expression": {
                                                "type": "AssignmentExpression",
                                                "start": 24204,
                                                "end": 24233,
                                                "loc": {
                                                  "start": {
                                                    "line": 694,
                                                    "column": 10
                                                  },
                                                  "end": {
                                                    "line": 694,
                                                    "column": 39
                                                  }
                                                },
                                                "operator": "=",
                                                "left": {
                                                  "type": "Identifier",
                                                  "start": 24204,
                                                  "end": 24210,
                                                  "loc": {
                                                    "start": {
                                                      "line": 694,
                                                      "column": 10
                                                    },
                                                    "end": {
                                                      "line": 694,
                                                      "column": 16
                                                    },
                                                    "identifierName": "result"
                                                  },
                                                  "name": "result"
                                                },
                                                "right": {
                                                  "type": "CallExpression",
                                                  "start": 24213,
                                                  "end": 24233,
                                                  "loc": {
                                                    "start": {
                                                      "line": 694,
                                                      "column": 19
                                                    },
                                                    "end": {
                                                      "line": 694,
                                                      "column": 39
                                                    }
                                                  },
                                                  "callee": {
                                                    "type": "Identifier",
                                                    "start": 24213,
                                                    "end": 24221,
                                                    "loc": {
                                                      "start": {
                                                        "line": 694,
                                                        "column": 19
                                                      },
                                                      "end": {
                                                        "line": 694,
                                                        "column": 27
                                                      },
                                                      "identifierName": "parseInt"
                                                    },
                                                    "name": "parseInt"
                                                  },
                                                  "arguments": [
                                                    {
                                                      "type": "Identifier",
                                                      "start": 24222,
                                                      "end": 24228,
                                                      "loc": {
                                                        "start": {
                                                          "line": 694,
                                                          "column": 28
                                                        },
                                                        "end": {
                                                          "line": 694,
                                                          "column": 34
                                                        },
                                                        "identifierName": "result"
                                                      },
                                                      "name": "result"
                                                    },
                                                    {
                                                      "type": "NumericLiteral",
                                                      "start": 24230,
                                                      "end": 24232,
                                                      "loc": {
                                                        "start": {
                                                          "line": 694,
                                                          "column": 36
                                                        },
                                                        "end": {
                                                          "line": 694,
                                                          "column": 38
                                                        }
                                                      },
                                                      "extra": {
                                                        "rawValue": 10,
                                                        "raw": "10"
                                                      },
                                                      "value": 10
                                                    }
                                                  ]
                                                }
                                              }
                                            }
                                          ],
                                          "directives": []
                                        },
                                        "alternate": {
                                          "type": "IfStatement",
                                          "start": 24250,
                                          "end": 24535,
                                          "loc": {
                                            "start": {
                                              "line": 695,
                                              "column": 15
                                            },
                                            "end": {
                                              "line": 701,
                                              "column": 9
                                            }
                                          },
                                          "test": {
                                            "type": "BinaryExpression",
                                            "start": 24254,
                                            "end": 24288,
                                            "loc": {
                                              "start": {
                                                "line": 695,
                                                "column": 19
                                              },
                                              "end": {
                                                "line": 695,
                                                "column": 53
                                              }
                                            },
                                            "left": {
                                              "type": "Identifier",
                                              "start": 24254,
                                              "end": 24262,
                                              "loc": {
                                                "start": {
                                                  "line": 695,
                                                  "column": 19
                                                },
                                                "end": {
                                                  "line": 695,
                                                  "column": 27
                                                },
                                                "identifierName": "dataType"
                                              },
                                              "name": "dataType"
                                            },
                                            "operator": "instanceof",
                                            "right": {
                                              "type": "MemberExpression",
                                              "start": 24274,
                                              "end": 24288,
                                              "loc": {
                                                "start": {
                                                  "line": 695,
                                                  "column": 39
                                                },
                                                "end": {
                                                  "line": 695,
                                                  "column": 53
                                                }
                                              },
                                              "object": {
                                                "type": "Identifier",
                                                "start": 24274,
                                                "end": 24283,
                                                "loc": {
                                                  "start": {
                                                    "line": 695,
                                                    "column": 39
                                                  },
                                                  "end": {
                                                    "line": 695,
                                                    "column": 48
                                                  },
                                                  "identifierName": "DataTypes"
                                                },
                                                "name": "DataTypes"
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 24284,
                                                "end": 24288,
                                                "loc": {
                                                  "start": {
                                                    "line": 695,
                                                    "column": 49
                                                  },
                                                  "end": {
                                                    "line": 695,
                                                    "column": 53
                                                  },
                                                  "identifierName": "DATE"
                                                },
                                                "name": "DATE"
                                              },
                                              "computed": false
                                            }
                                          },
                                          "consequent": {
                                            "type": "BlockStatement",
                                            "start": 24290,
                                            "end": 24420,
                                            "loc": {
                                              "start": {
                                                "line": 695,
                                                "column": 55
                                              },
                                              "end": {
                                                "line": 699,
                                                "column": 9
                                              }
                                            },
                                            "body": [
                                              {
                                                "type": "IfStatement",
                                                "start": 24302,
                                                "end": 24410,
                                                "loc": {
                                                  "start": {
                                                    "line": 696,
                                                    "column": 10
                                                  },
                                                  "end": {
                                                    "line": 698,
                                                    "column": 11
                                                  }
                                                },
                                                "test": {
                                                  "type": "LogicalExpression",
                                                  "start": 24306,
                                                  "end": 24356,
                                                  "loc": {
                                                    "start": {
                                                      "line": 696,
                                                      "column": 14
                                                    },
                                                    "end": {
                                                      "line": 696,
                                                      "column": 64
                                                    }
                                                  },
                                                  "left": {
                                                    "type": "UnaryExpression",
                                                    "start": 24306,
                                                    "end": 24329,
                                                    "loc": {
                                                      "start": {
                                                        "line": 696,
                                                        "column": 14
                                                      },
                                                      "end": {
                                                        "line": 696,
                                                        "column": 37
                                                      }
                                                    },
                                                    "operator": "!",
                                                    "prefix": true,
                                                    "argument": {
                                                      "type": "CallExpression",
                                                      "start": 24307,
                                                      "end": 24329,
                                                      "loc": {
                                                        "start": {
                                                          "line": 696,
                                                          "column": 15
                                                        },
                                                        "end": {
                                                          "line": 696,
                                                          "column": 37
                                                        }
                                                      },
                                                      "callee": {
                                                        "type": "MemberExpression",
                                                        "start": 24307,
                                                        "end": 24321,
                                                        "loc": {
                                                          "start": {
                                                            "line": 696,
                                                            "column": 15
                                                          },
                                                          "end": {
                                                            "line": 696,
                                                            "column": 29
                                                          }
                                                        },
                                                        "object": {
                                                          "type": "MemberExpression",
                                                          "start": 24307,
                                                          "end": 24314,
                                                          "loc": {
                                                            "start": {
                                                              "line": 696,
                                                              "column": 15
                                                            },
                                                            "end": {
                                                              "line": 696,
                                                              "column": 22
                                                            }
                                                          },
                                                          "object": {
                                                            "type": "Identifier",
                                                            "start": 24307,
                                                            "end": 24312,
                                                            "loc": {
                                                              "start": {
                                                                "line": 696,
                                                                "column": 15
                                                              },
                                                              "end": {
                                                                "line": 696,
                                                                "column": 20
                                                              },
                                                              "identifierName": "Utils"
                                                            },
                                                            "name": "Utils"
                                                          },
                                                          "property": {
                                                            "type": "Identifier",
                                                            "start": 24313,
                                                            "end": 24314,
                                                            "loc": {
                                                              "start": {
                                                                "line": 696,
                                                                "column": 21
                                                              },
                                                              "end": {
                                                                "line": 696,
                                                                "column": 22
                                                              },
                                                              "identifierName": "_"
                                                            },
                                                            "name": "_"
                                                          },
                                                          "computed": false
                                                        },
                                                        "property": {
                                                          "type": "Identifier",
                                                          "start": 24315,
                                                          "end": 24321,
                                                          "loc": {
                                                            "start": {
                                                              "line": 696,
                                                              "column": 23
                                                            },
                                                            "end": {
                                                              "line": 696,
                                                              "column": 29
                                                            },
                                                            "identifierName": "isNull"
                                                          },
                                                          "name": "isNull"
                                                        },
                                                        "computed": false
                                                      },
                                                      "arguments": [
                                                        {
                                                          "type": "Identifier",
                                                          "start": 24322,
                                                          "end": 24328,
                                                          "loc": {
                                                            "start": {
                                                              "line": 696,
                                                              "column": 30
                                                            },
                                                            "end": {
                                                              "line": 696,
                                                              "column": 36
                                                            },
                                                            "identifierName": "result"
                                                          },
                                                          "name": "result"
                                                        }
                                                      ]
                                                    },
                                                    "extra": {
                                                      "parenthesizedArgument": false
                                                    }
                                                  },
                                                  "operator": "&&",
                                                  "right": {
                                                    "type": "UnaryExpression",
                                                    "start": 24333,
                                                    "end": 24356,
                                                    "loc": {
                                                      "start": {
                                                        "line": 696,
                                                        "column": 41
                                                      },
                                                      "end": {
                                                        "line": 696,
                                                        "column": 64
                                                      }
                                                    },
                                                    "operator": "!",
                                                    "prefix": true,
                                                    "argument": {
                                                      "type": "CallExpression",
                                                      "start": 24334,
                                                      "end": 24356,
                                                      "loc": {
                                                        "start": {
                                                          "line": 696,
                                                          "column": 42
                                                        },
                                                        "end": {
                                                          "line": 696,
                                                          "column": 64
                                                        }
                                                      },
                                                      "callee": {
                                                        "type": "MemberExpression",
                                                        "start": 24334,
                                                        "end": 24348,
                                                        "loc": {
                                                          "start": {
                                                            "line": 696,
                                                            "column": 42
                                                          },
                                                          "end": {
                                                            "line": 696,
                                                            "column": 56
                                                          }
                                                        },
                                                        "object": {
                                                          "type": "MemberExpression",
                                                          "start": 24334,
                                                          "end": 24341,
                                                          "loc": {
                                                            "start": {
                                                              "line": 696,
                                                              "column": 42
                                                            },
                                                            "end": {
                                                              "line": 696,
                                                              "column": 49
                                                            }
                                                          },
                                                          "object": {
                                                            "type": "Identifier",
                                                            "start": 24334,
                                                            "end": 24339,
                                                            "loc": {
                                                              "start": {
                                                                "line": 696,
                                                                "column": 42
                                                              },
                                                              "end": {
                                                                "line": 696,
                                                                "column": 47
                                                              },
                                                              "identifierName": "Utils"
                                                            },
                                                            "name": "Utils"
                                                          },
                                                          "property": {
                                                            "type": "Identifier",
                                                            "start": 24340,
                                                            "end": 24341,
                                                            "loc": {
                                                              "start": {
                                                                "line": 696,
                                                                "column": 48
                                                              },
                                                              "end": {
                                                                "line": 696,
                                                                "column": 49
                                                              },
                                                              "identifierName": "_"
                                                            },
                                                            "name": "_"
                                                          },
                                                          "computed": false
                                                        },
                                                        "property": {
                                                          "type": "Identifier",
                                                          "start": 24342,
                                                          "end": 24348,
                                                          "loc": {
                                                            "start": {
                                                              "line": 696,
                                                              "column": 50
                                                            },
                                                            "end": {
                                                              "line": 696,
                                                              "column": 56
                                                            },
                                                            "identifierName": "isDate"
                                                          },
                                                          "name": "isDate"
                                                        },
                                                        "computed": false
                                                      },
                                                      "arguments": [
                                                        {
                                                          "type": "Identifier",
                                                          "start": 24349,
                                                          "end": 24355,
                                                          "loc": {
                                                            "start": {
                                                              "line": 696,
                                                              "column": 57
                                                            },
                                                            "end": {
                                                              "line": 696,
                                                              "column": 63
                                                            },
                                                            "identifierName": "result"
                                                          },
                                                          "name": "result"
                                                        }
                                                      ]
                                                    },
                                                    "extra": {
                                                      "parenthesizedArgument": false
                                                    }
                                                  }
                                                },
                                                "consequent": {
                                                  "type": "BlockStatement",
                                                  "start": 24358,
                                                  "end": 24410,
                                                  "loc": {
                                                    "start": {
                                                      "line": 696,
                                                      "column": 66
                                                    },
                                                    "end": {
                                                      "line": 698,
                                                      "column": 11
                                                    }
                                                  },
                                                  "body": [
                                                    {
                                                      "type": "ExpressionStatement",
                                                      "start": 24372,
                                                      "end": 24398,
                                                      "loc": {
                                                        "start": {
                                                          "line": 697,
                                                          "column": 12
                                                        },
                                                        "end": {
                                                          "line": 697,
                                                          "column": 38
                                                        }
                                                      },
                                                      "expression": {
                                                        "type": "AssignmentExpression",
                                                        "start": 24372,
                                                        "end": 24397,
                                                        "loc": {
                                                          "start": {
                                                            "line": 697,
                                                            "column": 12
                                                          },
                                                          "end": {
                                                            "line": 697,
                                                            "column": 37
                                                          }
                                                        },
                                                        "operator": "=",
                                                        "left": {
                                                          "type": "Identifier",
                                                          "start": 24372,
                                                          "end": 24378,
                                                          "loc": {
                                                            "start": {
                                                              "line": 697,
                                                              "column": 12
                                                            },
                                                            "end": {
                                                              "line": 697,
                                                              "column": 18
                                                            },
                                                            "identifierName": "result"
                                                          },
                                                          "name": "result"
                                                        },
                                                        "right": {
                                                          "type": "NewExpression",
                                                          "start": 24381,
                                                          "end": 24397,
                                                          "loc": {
                                                            "start": {
                                                              "line": 697,
                                                              "column": 21
                                                            },
                                                            "end": {
                                                              "line": 697,
                                                              "column": 37
                                                            }
                                                          },
                                                          "callee": {
                                                            "type": "Identifier",
                                                            "start": 24385,
                                                            "end": 24389,
                                                            "loc": {
                                                              "start": {
                                                                "line": 697,
                                                                "column": 25
                                                              },
                                                              "end": {
                                                                "line": 697,
                                                                "column": 29
                                                              },
                                                              "identifierName": "Date"
                                                            },
                                                            "name": "Date"
                                                          },
                                                          "arguments": [
                                                            {
                                                              "type": "Identifier",
                                                              "start": 24390,
                                                              "end": 24396,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 697,
                                                                  "column": 30
                                                                },
                                                                "end": {
                                                                  "line": 697,
                                                                  "column": 36
                                                                },
                                                                "identifierName": "result"
                                                              },
                                                              "name": "result"
                                                            }
                                                          ]
                                                        }
                                                      }
                                                    }
                                                  ],
                                                  "directives": []
                                                },
                                                "alternate": null
                                              }
                                            ],
                                            "directives": []
                                          },
                                          "alternate": {
                                            "type": "IfStatement",
                                            "start": 24426,
                                            "end": 24535,
                                            "loc": {
                                              "start": {
                                                "line": 699,
                                                "column": 15
                                              },
                                              "end": {
                                                "line": 701,
                                                "column": 9
                                              }
                                            },
                                            "test": {
                                              "type": "BinaryExpression",
                                              "start": 24430,
                                              "end": 24466,
                                              "loc": {
                                                "start": {
                                                  "line": 699,
                                                  "column": 19
                                                },
                                                "end": {
                                                  "line": 699,
                                                  "column": 55
                                                }
                                              },
                                              "left": {
                                                "type": "Identifier",
                                                "start": 24430,
                                                "end": 24438,
                                                "loc": {
                                                  "start": {
                                                    "line": 699,
                                                    "column": 19
                                                  },
                                                  "end": {
                                                    "line": 699,
                                                    "column": 27
                                                  },
                                                  "identifierName": "dataType"
                                                },
                                                "name": "dataType"
                                              },
                                              "operator": "instanceof",
                                              "right": {
                                                "type": "MemberExpression",
                                                "start": 24450,
                                                "end": 24466,
                                                "loc": {
                                                  "start": {
                                                    "line": 699,
                                                    "column": 39
                                                  },
                                                  "end": {
                                                    "line": 699,
                                                    "column": 55
                                                  }
                                                },
                                                "object": {
                                                  "type": "Identifier",
                                                  "start": 24450,
                                                  "end": 24459,
                                                  "loc": {
                                                    "start": {
                                                      "line": 699,
                                                      "column": 39
                                                    },
                                                    "end": {
                                                      "line": 699,
                                                      "column": 48
                                                    },
                                                    "identifierName": "DataTypes"
                                                  },
                                                  "name": "DataTypes"
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 24460,
                                                  "end": 24466,
                                                  "loc": {
                                                    "start": {
                                                      "line": 699,
                                                      "column": 49
                                                    },
                                                    "end": {
                                                      "line": 699,
                                                      "column": 55
                                                    },
                                                    "identifierName": "STRING"
                                                  },
                                                  "name": "STRING"
                                                },
                                                "computed": false
                                              }
                                            },
                                            "consequent": {
                                              "type": "BlockStatement",
                                              "start": 24468,
                                              "end": 24535,
                                              "loc": {
                                                "start": {
                                                  "line": 699,
                                                  "column": 57
                                                },
                                                "end": {
                                                  "line": 701,
                                                  "column": 9
                                                }
                                              },
                                              "body": [],
                                              "directives": [],
                                              "leadingComments": null,
                                              "innerComments": [
                                                {
                                                  "type": "CommentLine",
                                                  "value": " Nothing to do, result is already a string.",
                                                  "start": 24480,
                                                  "end": 24525,
                                                  "loc": {
                                                    "start": {
                                                      "line": 700,
                                                      "column": 10
                                                    },
                                                    "end": {
                                                      "line": 700,
                                                      "column": 55
                                                    }
                                                  }
                                                }
                                              ]
                                            },
                                            "alternate": null
                                          }
                                        }
                                      }
                                    }
                                  ],
                                  "directives": []
                                },
                                "alternate": null
                              },
                              {
                                "type": "ReturnStatement",
                                "start": 24551,
                                "end": 24565,
                                "loc": {
                                  "start": {
                                    "line": 704,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 704,
                                    "column": 20
                                  }
                                },
                                "argument": {
                                  "type": "Identifier",
                                  "start": 24558,
                                  "end": 24564,
                                  "loc": {
                                    "start": {
                                      "line": 704,
                                      "column": 13
                                    },
                                    "end": {
                                      "line": 704,
                                      "column": 19
                                    },
                                    "identifierName": "result"
                                  },
                                  "name": "result"
                                }
                              }
                            ],
                            "directives": []
                          }
                        }
                      ]
                    }
                  }
                ],
                "directives": []
              }
            },
            {
              "type": "ClassMethod",
              "start": 24581,
              "end": 24990,
              "loc": {
                "start": {
                  "line": 708,
                  "column": 2
                },
                "end": {
                  "line": 716,
                  "column": 3
                }
              },
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 24581,
                "end": 24594,
                "loc": {
                  "start": {
                    "line": 708,
                    "column": 2
                  },
                  "end": {
                    "line": 708,
                    "column": 15
                  },
                  "identifierName": "createTrigger"
                },
                "name": "createTrigger"
              },
              "static": false,
              "kind": "method",
              "id": null,
              "generator": false,
              "expression": false,
              "async": false,
              "params": [
                {
                  "type": "Identifier",
                  "start": 24595,
                  "end": 24604,
                  "loc": {
                    "start": {
                      "line": 708,
                      "column": 16
                    },
                    "end": {
                      "line": 708,
                      "column": 25
                    },
                    "identifierName": "tableName"
                  },
                  "name": "tableName"
                },
                {
                  "type": "Identifier",
                  "start": 24606,
                  "end": 24617,
                  "loc": {
                    "start": {
                      "line": 708,
                      "column": 27
                    },
                    "end": {
                      "line": 708,
                      "column": 38
                    },
                    "identifierName": "triggerName"
                  },
                  "name": "triggerName"
                },
                {
                  "type": "Identifier",
                  "start": 24619,
                  "end": 24629,
                  "loc": {
                    "start": {
                      "line": 708,
                      "column": 40
                    },
                    "end": {
                      "line": 708,
                      "column": 50
                    },
                    "identifierName": "timingType"
                  },
                  "name": "timingType"
                },
                {
                  "type": "Identifier",
                  "start": 24631,
                  "end": 24642,
                  "loc": {
                    "start": {
                      "line": 708,
                      "column": 52
                    },
                    "end": {
                      "line": 708,
                      "column": 63
                    },
                    "identifierName": "fireOnArray"
                  },
                  "name": "fireOnArray"
                },
                {
                  "type": "Identifier",
                  "start": 24644,
                  "end": 24656,
                  "loc": {
                    "start": {
                      "line": 708,
                      "column": 65
                    },
                    "end": {
                      "line": 708,
                      "column": 77
                    },
                    "identifierName": "functionName"
                  },
                  "name": "functionName"
                },
                {
                  "type": "Identifier",
                  "start": 24658,
                  "end": 24672,
                  "loc": {
                    "start": {
                      "line": 708,
                      "column": 79
                    },
                    "end": {
                      "line": 708,
                      "column": 93
                    },
                    "identifierName": "functionParams"
                  },
                  "name": "functionParams"
                },
                {
                  "type": "Identifier",
                  "start": 24674,
                  "end": 24686,
                  "loc": {
                    "start": {
                      "line": 708,
                      "column": 95
                    },
                    "end": {
                      "line": 708,
                      "column": 107
                    },
                    "identifierName": "optionsArray"
                  },
                  "name": "optionsArray"
                },
                {
                  "type": "Identifier",
                  "start": 24688,
                  "end": 24695,
                  "loc": {
                    "start": {
                      "line": 708,
                      "column": 109
                    },
                    "end": {
                      "line": 708,
                      "column": 116
                    },
                    "identifierName": "options"
                  },
                  "name": "options"
                }
              ],
              "body": {
                "type": "BlockStatement",
                "start": 24697,
                "end": 24990,
                "loc": {
                  "start": {
                    "line": 708,
                    "column": 118
                  },
                  "end": {
                    "line": 716,
                    "column": 3
                  }
                },
                "body": [
                  {
                    "type": "VariableDeclaration",
                    "start": 24703,
                    "end": 24842,
                    "loc": {
                      "start": {
                        "line": 709,
                        "column": 4
                      },
                      "end": {
                        "line": 709,
                        "column": 143
                      }
                    },
                    "declarations": [
                      {
                        "type": "VariableDeclarator",
                        "start": 24709,
                        "end": 24841,
                        "loc": {
                          "start": {
                            "line": 709,
                            "column": 10
                          },
                          "end": {
                            "line": 709,
                            "column": 142
                          }
                        },
                        "id": {
                          "type": "Identifier",
                          "start": 24709,
                          "end": 24712,
                          "loc": {
                            "start": {
                              "line": 709,
                              "column": 10
                            },
                            "end": {
                              "line": 709,
                              "column": 13
                            },
                            "identifierName": "sql"
                          },
                          "name": "sql"
                        },
                        "init": {
                          "type": "CallExpression",
                          "start": 24715,
                          "end": 24841,
                          "loc": {
                            "start": {
                              "line": 709,
                              "column": 16
                            },
                            "end": {
                              "line": 709,
                              "column": 142
                            }
                          },
                          "callee": {
                            "type": "MemberExpression",
                            "start": 24715,
                            "end": 24748,
                            "loc": {
                              "start": {
                                "line": 709,
                                "column": 16
                              },
                              "end": {
                                "line": 709,
                                "column": 49
                              }
                            },
                            "object": {
                              "type": "MemberExpression",
                              "start": 24715,
                              "end": 24734,
                              "loc": {
                                "start": {
                                  "line": 709,
                                  "column": 16
                                },
                                "end": {
                                  "line": 709,
                                  "column": 35
                                }
                              },
                              "object": {
                                "type": "ThisExpression",
                                "start": 24715,
                                "end": 24719,
                                "loc": {
                                  "start": {
                                    "line": 709,
                                    "column": 16
                                  },
                                  "end": {
                                    "line": 709,
                                    "column": 20
                                  }
                                }
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 24720,
                                "end": 24734,
                                "loc": {
                                  "start": {
                                    "line": 709,
                                    "column": 21
                                  },
                                  "end": {
                                    "line": 709,
                                    "column": 35
                                  },
                                  "identifierName": "QueryGenerator"
                                },
                                "name": "QueryGenerator"
                              },
                              "computed": false
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 24735,
                              "end": 24748,
                              "loc": {
                                "start": {
                                  "line": 709,
                                  "column": 36
                                },
                                "end": {
                                  "line": 709,
                                  "column": 49
                                },
                                "identifierName": "createTrigger"
                              },
                              "name": "createTrigger"
                            },
                            "computed": false
                          },
                          "arguments": [
                            {
                              "type": "Identifier",
                              "start": 24749,
                              "end": 24758,
                              "loc": {
                                "start": {
                                  "line": 709,
                                  "column": 50
                                },
                                "end": {
                                  "line": 709,
                                  "column": 59
                                },
                                "identifierName": "tableName"
                              },
                              "name": "tableName"
                            },
                            {
                              "type": "Identifier",
                              "start": 24760,
                              "end": 24771,
                              "loc": {
                                "start": {
                                  "line": 709,
                                  "column": 61
                                },
                                "end": {
                                  "line": 709,
                                  "column": 72
                                },
                                "identifierName": "triggerName"
                              },
                              "name": "triggerName"
                            },
                            {
                              "type": "Identifier",
                              "start": 24773,
                              "end": 24783,
                              "loc": {
                                "start": {
                                  "line": 709,
                                  "column": 74
                                },
                                "end": {
                                  "line": 709,
                                  "column": 84
                                },
                                "identifierName": "timingType"
                              },
                              "name": "timingType"
                            },
                            {
                              "type": "Identifier",
                              "start": 24785,
                              "end": 24796,
                              "loc": {
                                "start": {
                                  "line": 709,
                                  "column": 86
                                },
                                "end": {
                                  "line": 709,
                                  "column": 97
                                },
                                "identifierName": "fireOnArray"
                              },
                              "name": "fireOnArray"
                            },
                            {
                              "type": "Identifier",
                              "start": 24798,
                              "end": 24810,
                              "loc": {
                                "start": {
                                  "line": 709,
                                  "column": 99
                                },
                                "end": {
                                  "line": 709,
                                  "column": 111
                                },
                                "identifierName": "functionName"
                              },
                              "name": "functionName"
                            },
                            {
                              "type": "Identifier",
                              "start": 24812,
                              "end": 24826,
                              "loc": {
                                "start": {
                                  "line": 709,
                                  "column": 113
                                },
                                "end": {
                                  "line": 709,
                                  "column": 127
                                },
                                "identifierName": "functionParams"
                              },
                              "name": "functionParams"
                            },
                            {
                              "type": "Identifier",
                              "start": 24828,
                              "end": 24840,
                              "loc": {
                                "start": {
                                  "line": 709,
                                  "column": 129
                                },
                                "end": {
                                  "line": 709,
                                  "column": 141
                                },
                                "identifierName": "optionsArray"
                              },
                              "name": "optionsArray"
                            }
                          ]
                        }
                      }
                    ],
                    "kind": "const"
                  },
                  {
                    "type": "ExpressionStatement",
                    "start": 24847,
                    "end": 24871,
                    "loc": {
                      "start": {
                        "line": 710,
                        "column": 4
                      },
                      "end": {
                        "line": 710,
                        "column": 28
                      }
                    },
                    "expression": {
                      "type": "AssignmentExpression",
                      "start": 24847,
                      "end": 24870,
                      "loc": {
                        "start": {
                          "line": 710,
                          "column": 4
                        },
                        "end": {
                          "line": 710,
                          "column": 27
                        }
                      },
                      "operator": "=",
                      "left": {
                        "type": "Identifier",
                        "start": 24847,
                        "end": 24854,
                        "loc": {
                          "start": {
                            "line": 710,
                            "column": 4
                          },
                          "end": {
                            "line": 710,
                            "column": 11
                          },
                          "identifierName": "options"
                        },
                        "name": "options"
                      },
                      "right": {
                        "type": "LogicalExpression",
                        "start": 24857,
                        "end": 24870,
                        "loc": {
                          "start": {
                            "line": 710,
                            "column": 14
                          },
                          "end": {
                            "line": 710,
                            "column": 27
                          }
                        },
                        "left": {
                          "type": "Identifier",
                          "start": 24857,
                          "end": 24864,
                          "loc": {
                            "start": {
                              "line": 710,
                              "column": 14
                            },
                            "end": {
                              "line": 710,
                              "column": 21
                            },
                            "identifierName": "options"
                          },
                          "name": "options"
                        },
                        "operator": "||",
                        "right": {
                          "type": "ObjectExpression",
                          "start": 24868,
                          "end": 24870,
                          "loc": {
                            "start": {
                              "line": 710,
                              "column": 25
                            },
                            "end": {
                              "line": 710,
                              "column": 27
                            }
                          },
                          "properties": []
                        }
                      }
                    }
                  },
                  {
                    "type": "IfStatement",
                    "start": 24876,
                    "end": 24986,
                    "loc": {
                      "start": {
                        "line": 711,
                        "column": 4
                      },
                      "end": {
                        "line": 715,
                        "column": 5
                      }
                    },
                    "test": {
                      "type": "Identifier",
                      "start": 24880,
                      "end": 24883,
                      "loc": {
                        "start": {
                          "line": 711,
                          "column": 8
                        },
                        "end": {
                          "line": 711,
                          "column": 11
                        },
                        "identifierName": "sql"
                      },
                      "name": "sql"
                    },
                    "consequent": {
                      "type": "BlockStatement",
                      "start": 24885,
                      "end": 24941,
                      "loc": {
                        "start": {
                          "line": 711,
                          "column": 13
                        },
                        "end": {
                          "line": 713,
                          "column": 5
                        }
                      },
                      "body": [
                        {
                          "type": "ReturnStatement",
                          "start": 24893,
                          "end": 24935,
                          "loc": {
                            "start": {
                              "line": 712,
                              "column": 6
                            },
                            "end": {
                              "line": 712,
                              "column": 48
                            }
                          },
                          "argument": {
                            "type": "CallExpression",
                            "start": 24900,
                            "end": 24934,
                            "loc": {
                              "start": {
                                "line": 712,
                                "column": 13
                              },
                              "end": {
                                "line": 712,
                                "column": 47
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 24900,
                              "end": 24920,
                              "loc": {
                                "start": {
                                  "line": 712,
                                  "column": 13
                                },
                                "end": {
                                  "line": 712,
                                  "column": 33
                                }
                              },
                              "object": {
                                "type": "MemberExpression",
                                "start": 24900,
                                "end": 24914,
                                "loc": {
                                  "start": {
                                    "line": 712,
                                    "column": 13
                                  },
                                  "end": {
                                    "line": 712,
                                    "column": 27
                                  }
                                },
                                "object": {
                                  "type": "ThisExpression",
                                  "start": 24900,
                                  "end": 24904,
                                  "loc": {
                                    "start": {
                                      "line": 712,
                                      "column": 13
                                    },
                                    "end": {
                                      "line": 712,
                                      "column": 17
                                    }
                                  }
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 24905,
                                  "end": 24914,
                                  "loc": {
                                    "start": {
                                      "line": 712,
                                      "column": 18
                                    },
                                    "end": {
                                      "line": 712,
                                      "column": 27
                                    },
                                    "identifierName": "sequelize"
                                  },
                                  "name": "sequelize"
                                },
                                "computed": false
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 24915,
                                "end": 24920,
                                "loc": {
                                  "start": {
                                    "line": 712,
                                    "column": 28
                                  },
                                  "end": {
                                    "line": 712,
                                    "column": 33
                                  },
                                  "identifierName": "query"
                                },
                                "name": "query"
                              },
                              "computed": false
                            },
                            "arguments": [
                              {
                                "type": "Identifier",
                                "start": 24921,
                                "end": 24924,
                                "loc": {
                                  "start": {
                                    "line": 712,
                                    "column": 34
                                  },
                                  "end": {
                                    "line": 712,
                                    "column": 37
                                  },
                                  "identifierName": "sql"
                                },
                                "name": "sql"
                              },
                              {
                                "type": "Identifier",
                                "start": 24926,
                                "end": 24933,
                                "loc": {
                                  "start": {
                                    "line": 712,
                                    "column": 39
                                  },
                                  "end": {
                                    "line": 712,
                                    "column": 46
                                  },
                                  "identifierName": "options"
                                },
                                "name": "options"
                              }
                            ]
                          }
                        }
                      ],
                      "directives": []
                    },
                    "alternate": {
                      "type": "BlockStatement",
                      "start": 24947,
                      "end": 24986,
                      "loc": {
                        "start": {
                          "line": 713,
                          "column": 11
                        },
                        "end": {
                          "line": 715,
                          "column": 5
                        }
                      },
                      "body": [
                        {
                          "type": "ReturnStatement",
                          "start": 24955,
                          "end": 24980,
                          "loc": {
                            "start": {
                              "line": 714,
                              "column": 6
                            },
                            "end": {
                              "line": 714,
                              "column": 31
                            }
                          },
                          "argument": {
                            "type": "CallExpression",
                            "start": 24962,
                            "end": 24979,
                            "loc": {
                              "start": {
                                "line": 714,
                                "column": 13
                              },
                              "end": {
                                "line": 714,
                                "column": 30
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 24962,
                              "end": 24977,
                              "loc": {
                                "start": {
                                  "line": 714,
                                  "column": 13
                                },
                                "end": {
                                  "line": 714,
                                  "column": 28
                                }
                              },
                              "object": {
                                "type": "Identifier",
                                "start": 24962,
                                "end": 24969,
                                "loc": {
                                  "start": {
                                    "line": 714,
                                    "column": 13
                                  },
                                  "end": {
                                    "line": 714,
                                    "column": 20
                                  },
                                  "identifierName": "Promise"
                                },
                                "name": "Promise"
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 24970,
                                "end": 24977,
                                "loc": {
                                  "start": {
                                    "line": 714,
                                    "column": 21
                                  },
                                  "end": {
                                    "line": 714,
                                    "column": 28
                                  },
                                  "identifierName": "resolve"
                                },
                                "name": "resolve"
                              },
                              "computed": false
                            },
                            "arguments": []
                          }
                        }
                      ],
                      "directives": []
                    }
                  }
                ],
                "directives": []
              }
            },
            {
              "type": "ClassMethod",
              "start": 24994,
              "end": 25262,
              "loc": {
                "start": {
                  "line": 718,
                  "column": 2
                },
                "end": {
                  "line": 727,
                  "column": 3
                }
              },
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 24994,
                "end": 25005,
                "loc": {
                  "start": {
                    "line": 718,
                    "column": 2
                  },
                  "end": {
                    "line": 718,
                    "column": 13
                  },
                  "identifierName": "dropTrigger"
                },
                "name": "dropTrigger"
              },
              "static": false,
              "kind": "method",
              "id": null,
              "generator": false,
              "expression": false,
              "async": false,
              "params": [
                {
                  "type": "Identifier",
                  "start": 25006,
                  "end": 25015,
                  "loc": {
                    "start": {
                      "line": 718,
                      "column": 14
                    },
                    "end": {
                      "line": 718,
                      "column": 23
                    },
                    "identifierName": "tableName"
                  },
                  "name": "tableName"
                },
                {
                  "type": "Identifier",
                  "start": 25017,
                  "end": 25028,
                  "loc": {
                    "start": {
                      "line": 718,
                      "column": 25
                    },
                    "end": {
                      "line": 718,
                      "column": 36
                    },
                    "identifierName": "triggerName"
                  },
                  "name": "triggerName"
                },
                {
                  "type": "Identifier",
                  "start": 25030,
                  "end": 25037,
                  "loc": {
                    "start": {
                      "line": 718,
                      "column": 38
                    },
                    "end": {
                      "line": 718,
                      "column": 45
                    },
                    "identifierName": "options"
                  },
                  "name": "options"
                }
              ],
              "body": {
                "type": "BlockStatement",
                "start": 25039,
                "end": 25262,
                "loc": {
                  "start": {
                    "line": 718,
                    "column": 47
                  },
                  "end": {
                    "line": 727,
                    "column": 3
                  }
                },
                "body": [
                  {
                    "type": "VariableDeclaration",
                    "start": 25045,
                    "end": 25113,
                    "loc": {
                      "start": {
                        "line": 719,
                        "column": 4
                      },
                      "end": {
                        "line": 719,
                        "column": 72
                      }
                    },
                    "declarations": [
                      {
                        "type": "VariableDeclarator",
                        "start": 25051,
                        "end": 25112,
                        "loc": {
                          "start": {
                            "line": 719,
                            "column": 10
                          },
                          "end": {
                            "line": 719,
                            "column": 71
                          }
                        },
                        "id": {
                          "type": "Identifier",
                          "start": 25051,
                          "end": 25054,
                          "loc": {
                            "start": {
                              "line": 719,
                              "column": 10
                            },
                            "end": {
                              "line": 719,
                              "column": 13
                            },
                            "identifierName": "sql"
                          },
                          "name": "sql"
                        },
                        "init": {
                          "type": "CallExpression",
                          "start": 25057,
                          "end": 25112,
                          "loc": {
                            "start": {
                              "line": 719,
                              "column": 16
                            },
                            "end": {
                              "line": 719,
                              "column": 71
                            }
                          },
                          "callee": {
                            "type": "MemberExpression",
                            "start": 25057,
                            "end": 25088,
                            "loc": {
                              "start": {
                                "line": 719,
                                "column": 16
                              },
                              "end": {
                                "line": 719,
                                "column": 47
                              }
                            },
                            "object": {
                              "type": "MemberExpression",
                              "start": 25057,
                              "end": 25076,
                              "loc": {
                                "start": {
                                  "line": 719,
                                  "column": 16
                                },
                                "end": {
                                  "line": 719,
                                  "column": 35
                                }
                              },
                              "object": {
                                "type": "ThisExpression",
                                "start": 25057,
                                "end": 25061,
                                "loc": {
                                  "start": {
                                    "line": 719,
                                    "column": 16
                                  },
                                  "end": {
                                    "line": 719,
                                    "column": 20
                                  }
                                }
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 25062,
                                "end": 25076,
                                "loc": {
                                  "start": {
                                    "line": 719,
                                    "column": 21
                                  },
                                  "end": {
                                    "line": 719,
                                    "column": 35
                                  },
                                  "identifierName": "QueryGenerator"
                                },
                                "name": "QueryGenerator"
                              },
                              "computed": false
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 25077,
                              "end": 25088,
                              "loc": {
                                "start": {
                                  "line": 719,
                                  "column": 36
                                },
                                "end": {
                                  "line": 719,
                                  "column": 47
                                },
                                "identifierName": "dropTrigger"
                              },
                              "name": "dropTrigger"
                            },
                            "computed": false
                          },
                          "arguments": [
                            {
                              "type": "Identifier",
                              "start": 25089,
                              "end": 25098,
                              "loc": {
                                "start": {
                                  "line": 719,
                                  "column": 48
                                },
                                "end": {
                                  "line": 719,
                                  "column": 57
                                },
                                "identifierName": "tableName"
                              },
                              "name": "tableName"
                            },
                            {
                              "type": "Identifier",
                              "start": 25100,
                              "end": 25111,
                              "loc": {
                                "start": {
                                  "line": 719,
                                  "column": 59
                                },
                                "end": {
                                  "line": 719,
                                  "column": 70
                                },
                                "identifierName": "triggerName"
                              },
                              "name": "triggerName"
                            }
                          ]
                        }
                      }
                    ],
                    "kind": "const"
                  },
                  {
                    "type": "ExpressionStatement",
                    "start": 25118,
                    "end": 25142,
                    "loc": {
                      "start": {
                        "line": 720,
                        "column": 4
                      },
                      "end": {
                        "line": 720,
                        "column": 28
                      }
                    },
                    "expression": {
                      "type": "AssignmentExpression",
                      "start": 25118,
                      "end": 25141,
                      "loc": {
                        "start": {
                          "line": 720,
                          "column": 4
                        },
                        "end": {
                          "line": 720,
                          "column": 27
                        }
                      },
                      "operator": "=",
                      "left": {
                        "type": "Identifier",
                        "start": 25118,
                        "end": 25125,
                        "loc": {
                          "start": {
                            "line": 720,
                            "column": 4
                          },
                          "end": {
                            "line": 720,
                            "column": 11
                          },
                          "identifierName": "options"
                        },
                        "name": "options"
                      },
                      "right": {
                        "type": "LogicalExpression",
                        "start": 25128,
                        "end": 25141,
                        "loc": {
                          "start": {
                            "line": 720,
                            "column": 14
                          },
                          "end": {
                            "line": 720,
                            "column": 27
                          }
                        },
                        "left": {
                          "type": "Identifier",
                          "start": 25128,
                          "end": 25135,
                          "loc": {
                            "start": {
                              "line": 720,
                              "column": 14
                            },
                            "end": {
                              "line": 720,
                              "column": 21
                            },
                            "identifierName": "options"
                          },
                          "name": "options"
                        },
                        "operator": "||",
                        "right": {
                          "type": "ObjectExpression",
                          "start": 25139,
                          "end": 25141,
                          "loc": {
                            "start": {
                              "line": 720,
                              "column": 25
                            },
                            "end": {
                              "line": 720,
                              "column": 27
                            }
                          },
                          "properties": []
                        }
                      }
                    }
                  },
                  {
                    "type": "IfStatement",
                    "start": 25148,
                    "end": 25258,
                    "loc": {
                      "start": {
                        "line": 722,
                        "column": 4
                      },
                      "end": {
                        "line": 726,
                        "column": 5
                      }
                    },
                    "test": {
                      "type": "Identifier",
                      "start": 25152,
                      "end": 25155,
                      "loc": {
                        "start": {
                          "line": 722,
                          "column": 8
                        },
                        "end": {
                          "line": 722,
                          "column": 11
                        },
                        "identifierName": "sql"
                      },
                      "name": "sql"
                    },
                    "consequent": {
                      "type": "BlockStatement",
                      "start": 25157,
                      "end": 25213,
                      "loc": {
                        "start": {
                          "line": 722,
                          "column": 13
                        },
                        "end": {
                          "line": 724,
                          "column": 5
                        }
                      },
                      "body": [
                        {
                          "type": "ReturnStatement",
                          "start": 25165,
                          "end": 25207,
                          "loc": {
                            "start": {
                              "line": 723,
                              "column": 6
                            },
                            "end": {
                              "line": 723,
                              "column": 48
                            }
                          },
                          "argument": {
                            "type": "CallExpression",
                            "start": 25172,
                            "end": 25206,
                            "loc": {
                              "start": {
                                "line": 723,
                                "column": 13
                              },
                              "end": {
                                "line": 723,
                                "column": 47
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 25172,
                              "end": 25192,
                              "loc": {
                                "start": {
                                  "line": 723,
                                  "column": 13
                                },
                                "end": {
                                  "line": 723,
                                  "column": 33
                                }
                              },
                              "object": {
                                "type": "MemberExpression",
                                "start": 25172,
                                "end": 25186,
                                "loc": {
                                  "start": {
                                    "line": 723,
                                    "column": 13
                                  },
                                  "end": {
                                    "line": 723,
                                    "column": 27
                                  }
                                },
                                "object": {
                                  "type": "ThisExpression",
                                  "start": 25172,
                                  "end": 25176,
                                  "loc": {
                                    "start": {
                                      "line": 723,
                                      "column": 13
                                    },
                                    "end": {
                                      "line": 723,
                                      "column": 17
                                    }
                                  }
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 25177,
                                  "end": 25186,
                                  "loc": {
                                    "start": {
                                      "line": 723,
                                      "column": 18
                                    },
                                    "end": {
                                      "line": 723,
                                      "column": 27
                                    },
                                    "identifierName": "sequelize"
                                  },
                                  "name": "sequelize"
                                },
                                "computed": false
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 25187,
                                "end": 25192,
                                "loc": {
                                  "start": {
                                    "line": 723,
                                    "column": 28
                                  },
                                  "end": {
                                    "line": 723,
                                    "column": 33
                                  },
                                  "identifierName": "query"
                                },
                                "name": "query"
                              },
                              "computed": false
                            },
                            "arguments": [
                              {
                                "type": "Identifier",
                                "start": 25193,
                                "end": 25196,
                                "loc": {
                                  "start": {
                                    "line": 723,
                                    "column": 34
                                  },
                                  "end": {
                                    "line": 723,
                                    "column": 37
                                  },
                                  "identifierName": "sql"
                                },
                                "name": "sql"
                              },
                              {
                                "type": "Identifier",
                                "start": 25198,
                                "end": 25205,
                                "loc": {
                                  "start": {
                                    "line": 723,
                                    "column": 39
                                  },
                                  "end": {
                                    "line": 723,
                                    "column": 46
                                  },
                                  "identifierName": "options"
                                },
                                "name": "options"
                              }
                            ]
                          }
                        }
                      ],
                      "directives": []
                    },
                    "alternate": {
                      "type": "BlockStatement",
                      "start": 25219,
                      "end": 25258,
                      "loc": {
                        "start": {
                          "line": 724,
                          "column": 11
                        },
                        "end": {
                          "line": 726,
                          "column": 5
                        }
                      },
                      "body": [
                        {
                          "type": "ReturnStatement",
                          "start": 25227,
                          "end": 25252,
                          "loc": {
                            "start": {
                              "line": 725,
                              "column": 6
                            },
                            "end": {
                              "line": 725,
                              "column": 31
                            }
                          },
                          "argument": {
                            "type": "CallExpression",
                            "start": 25234,
                            "end": 25251,
                            "loc": {
                              "start": {
                                "line": 725,
                                "column": 13
                              },
                              "end": {
                                "line": 725,
                                "column": 30
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 25234,
                              "end": 25249,
                              "loc": {
                                "start": {
                                  "line": 725,
                                  "column": 13
                                },
                                "end": {
                                  "line": 725,
                                  "column": 28
                                }
                              },
                              "object": {
                                "type": "Identifier",
                                "start": 25234,
                                "end": 25241,
                                "loc": {
                                  "start": {
                                    "line": 725,
                                    "column": 13
                                  },
                                  "end": {
                                    "line": 725,
                                    "column": 20
                                  },
                                  "identifierName": "Promise"
                                },
                                "name": "Promise"
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 25242,
                                "end": 25249,
                                "loc": {
                                  "start": {
                                    "line": 725,
                                    "column": 21
                                  },
                                  "end": {
                                    "line": 725,
                                    "column": 28
                                  },
                                  "identifierName": "resolve"
                                },
                                "name": "resolve"
                              },
                              "computed": false
                            },
                            "arguments": []
                          }
                        }
                      ],
                      "directives": []
                    }
                  }
                ],
                "directives": []
              }
            },
            {
              "type": "ClassMethod",
              "start": 25266,
              "end": 25576,
              "loc": {
                "start": {
                  "line": 729,
                  "column": 2
                },
                "end": {
                  "line": 738,
                  "column": 3
                }
              },
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 25266,
                "end": 25279,
                "loc": {
                  "start": {
                    "line": 729,
                    "column": 2
                  },
                  "end": {
                    "line": 729,
                    "column": 15
                  },
                  "identifierName": "renameTrigger"
                },
                "name": "renameTrigger"
              },
              "static": false,
              "kind": "method",
              "id": null,
              "generator": false,
              "expression": false,
              "async": false,
              "params": [
                {
                  "type": "Identifier",
                  "start": 25280,
                  "end": 25289,
                  "loc": {
                    "start": {
                      "line": 729,
                      "column": 16
                    },
                    "end": {
                      "line": 729,
                      "column": 25
                    },
                    "identifierName": "tableName"
                  },
                  "name": "tableName"
                },
                {
                  "type": "Identifier",
                  "start": 25291,
                  "end": 25305,
                  "loc": {
                    "start": {
                      "line": 729,
                      "column": 27
                    },
                    "end": {
                      "line": 729,
                      "column": 41
                    },
                    "identifierName": "oldTriggerName"
                  },
                  "name": "oldTriggerName"
                },
                {
                  "type": "Identifier",
                  "start": 25307,
                  "end": 25321,
                  "loc": {
                    "start": {
                      "line": 729,
                      "column": 43
                    },
                    "end": {
                      "line": 729,
                      "column": 57
                    },
                    "identifierName": "newTriggerName"
                  },
                  "name": "newTriggerName"
                },
                {
                  "type": "Identifier",
                  "start": 25323,
                  "end": 25330,
                  "loc": {
                    "start": {
                      "line": 729,
                      "column": 59
                    },
                    "end": {
                      "line": 729,
                      "column": 66
                    },
                    "identifierName": "options"
                  },
                  "name": "options"
                }
              ],
              "body": {
                "type": "BlockStatement",
                "start": 25332,
                "end": 25576,
                "loc": {
                  "start": {
                    "line": 729,
                    "column": 68
                  },
                  "end": {
                    "line": 738,
                    "column": 3
                  }
                },
                "body": [
                  {
                    "type": "VariableDeclaration",
                    "start": 25338,
                    "end": 25427,
                    "loc": {
                      "start": {
                        "line": 730,
                        "column": 4
                      },
                      "end": {
                        "line": 730,
                        "column": 93
                      }
                    },
                    "declarations": [
                      {
                        "type": "VariableDeclarator",
                        "start": 25344,
                        "end": 25426,
                        "loc": {
                          "start": {
                            "line": 730,
                            "column": 10
                          },
                          "end": {
                            "line": 730,
                            "column": 92
                          }
                        },
                        "id": {
                          "type": "Identifier",
                          "start": 25344,
                          "end": 25347,
                          "loc": {
                            "start": {
                              "line": 730,
                              "column": 10
                            },
                            "end": {
                              "line": 730,
                              "column": 13
                            },
                            "identifierName": "sql"
                          },
                          "name": "sql"
                        },
                        "init": {
                          "type": "CallExpression",
                          "start": 25350,
                          "end": 25426,
                          "loc": {
                            "start": {
                              "line": 730,
                              "column": 16
                            },
                            "end": {
                              "line": 730,
                              "column": 92
                            }
                          },
                          "callee": {
                            "type": "MemberExpression",
                            "start": 25350,
                            "end": 25383,
                            "loc": {
                              "start": {
                                "line": 730,
                                "column": 16
                              },
                              "end": {
                                "line": 730,
                                "column": 49
                              }
                            },
                            "object": {
                              "type": "MemberExpression",
                              "start": 25350,
                              "end": 25369,
                              "loc": {
                                "start": {
                                  "line": 730,
                                  "column": 16
                                },
                                "end": {
                                  "line": 730,
                                  "column": 35
                                }
                              },
                              "object": {
                                "type": "ThisExpression",
                                "start": 25350,
                                "end": 25354,
                                "loc": {
                                  "start": {
                                    "line": 730,
                                    "column": 16
                                  },
                                  "end": {
                                    "line": 730,
                                    "column": 20
                                  }
                                }
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 25355,
                                "end": 25369,
                                "loc": {
                                  "start": {
                                    "line": 730,
                                    "column": 21
                                  },
                                  "end": {
                                    "line": 730,
                                    "column": 35
                                  },
                                  "identifierName": "QueryGenerator"
                                },
                                "name": "QueryGenerator"
                              },
                              "computed": false
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 25370,
                              "end": 25383,
                              "loc": {
                                "start": {
                                  "line": 730,
                                  "column": 36
                                },
                                "end": {
                                  "line": 730,
                                  "column": 49
                                },
                                "identifierName": "renameTrigger"
                              },
                              "name": "renameTrigger"
                            },
                            "computed": false
                          },
                          "arguments": [
                            {
                              "type": "Identifier",
                              "start": 25384,
                              "end": 25393,
                              "loc": {
                                "start": {
                                  "line": 730,
                                  "column": 50
                                },
                                "end": {
                                  "line": 730,
                                  "column": 59
                                },
                                "identifierName": "tableName"
                              },
                              "name": "tableName"
                            },
                            {
                              "type": "Identifier",
                              "start": 25395,
                              "end": 25409,
                              "loc": {
                                "start": {
                                  "line": 730,
                                  "column": 61
                                },
                                "end": {
                                  "line": 730,
                                  "column": 75
                                },
                                "identifierName": "oldTriggerName"
                              },
                              "name": "oldTriggerName"
                            },
                            {
                              "type": "Identifier",
                              "start": 25411,
                              "end": 25425,
                              "loc": {
                                "start": {
                                  "line": 730,
                                  "column": 77
                                },
                                "end": {
                                  "line": 730,
                                  "column": 91
                                },
                                "identifierName": "newTriggerName"
                              },
                              "name": "newTriggerName"
                            }
                          ]
                        }
                      }
                    ],
                    "kind": "const"
                  },
                  {
                    "type": "ExpressionStatement",
                    "start": 25432,
                    "end": 25456,
                    "loc": {
                      "start": {
                        "line": 731,
                        "column": 4
                      },
                      "end": {
                        "line": 731,
                        "column": 28
                      }
                    },
                    "expression": {
                      "type": "AssignmentExpression",
                      "start": 25432,
                      "end": 25455,
                      "loc": {
                        "start": {
                          "line": 731,
                          "column": 4
                        },
                        "end": {
                          "line": 731,
                          "column": 27
                        }
                      },
                      "operator": "=",
                      "left": {
                        "type": "Identifier",
                        "start": 25432,
                        "end": 25439,
                        "loc": {
                          "start": {
                            "line": 731,
                            "column": 4
                          },
                          "end": {
                            "line": 731,
                            "column": 11
                          },
                          "identifierName": "options"
                        },
                        "name": "options"
                      },
                      "right": {
                        "type": "LogicalExpression",
                        "start": 25442,
                        "end": 25455,
                        "loc": {
                          "start": {
                            "line": 731,
                            "column": 14
                          },
                          "end": {
                            "line": 731,
                            "column": 27
                          }
                        },
                        "left": {
                          "type": "Identifier",
                          "start": 25442,
                          "end": 25449,
                          "loc": {
                            "start": {
                              "line": 731,
                              "column": 14
                            },
                            "end": {
                              "line": 731,
                              "column": 21
                            },
                            "identifierName": "options"
                          },
                          "name": "options"
                        },
                        "operator": "||",
                        "right": {
                          "type": "ObjectExpression",
                          "start": 25453,
                          "end": 25455,
                          "loc": {
                            "start": {
                              "line": 731,
                              "column": 25
                            },
                            "end": {
                              "line": 731,
                              "column": 27
                            }
                          },
                          "properties": []
                        }
                      }
                    }
                  },
                  {
                    "type": "IfStatement",
                    "start": 25462,
                    "end": 25572,
                    "loc": {
                      "start": {
                        "line": 733,
                        "column": 4
                      },
                      "end": {
                        "line": 737,
                        "column": 5
                      }
                    },
                    "test": {
                      "type": "Identifier",
                      "start": 25466,
                      "end": 25469,
                      "loc": {
                        "start": {
                          "line": 733,
                          "column": 8
                        },
                        "end": {
                          "line": 733,
                          "column": 11
                        },
                        "identifierName": "sql"
                      },
                      "name": "sql"
                    },
                    "consequent": {
                      "type": "BlockStatement",
                      "start": 25471,
                      "end": 25527,
                      "loc": {
                        "start": {
                          "line": 733,
                          "column": 13
                        },
                        "end": {
                          "line": 735,
                          "column": 5
                        }
                      },
                      "body": [
                        {
                          "type": "ReturnStatement",
                          "start": 25479,
                          "end": 25521,
                          "loc": {
                            "start": {
                              "line": 734,
                              "column": 6
                            },
                            "end": {
                              "line": 734,
                              "column": 48
                            }
                          },
                          "argument": {
                            "type": "CallExpression",
                            "start": 25486,
                            "end": 25520,
                            "loc": {
                              "start": {
                                "line": 734,
                                "column": 13
                              },
                              "end": {
                                "line": 734,
                                "column": 47
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 25486,
                              "end": 25506,
                              "loc": {
                                "start": {
                                  "line": 734,
                                  "column": 13
                                },
                                "end": {
                                  "line": 734,
                                  "column": 33
                                }
                              },
                              "object": {
                                "type": "MemberExpression",
                                "start": 25486,
                                "end": 25500,
                                "loc": {
                                  "start": {
                                    "line": 734,
                                    "column": 13
                                  },
                                  "end": {
                                    "line": 734,
                                    "column": 27
                                  }
                                },
                                "object": {
                                  "type": "ThisExpression",
                                  "start": 25486,
                                  "end": 25490,
                                  "loc": {
                                    "start": {
                                      "line": 734,
                                      "column": 13
                                    },
                                    "end": {
                                      "line": 734,
                                      "column": 17
                                    }
                                  }
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 25491,
                                  "end": 25500,
                                  "loc": {
                                    "start": {
                                      "line": 734,
                                      "column": 18
                                    },
                                    "end": {
                                      "line": 734,
                                      "column": 27
                                    },
                                    "identifierName": "sequelize"
                                  },
                                  "name": "sequelize"
                                },
                                "computed": false
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 25501,
                                "end": 25506,
                                "loc": {
                                  "start": {
                                    "line": 734,
                                    "column": 28
                                  },
                                  "end": {
                                    "line": 734,
                                    "column": 33
                                  },
                                  "identifierName": "query"
                                },
                                "name": "query"
                              },
                              "computed": false
                            },
                            "arguments": [
                              {
                                "type": "Identifier",
                                "start": 25507,
                                "end": 25510,
                                "loc": {
                                  "start": {
                                    "line": 734,
                                    "column": 34
                                  },
                                  "end": {
                                    "line": 734,
                                    "column": 37
                                  },
                                  "identifierName": "sql"
                                },
                                "name": "sql"
                              },
                              {
                                "type": "Identifier",
                                "start": 25512,
                                "end": 25519,
                                "loc": {
                                  "start": {
                                    "line": 734,
                                    "column": 39
                                  },
                                  "end": {
                                    "line": 734,
                                    "column": 46
                                  },
                                  "identifierName": "options"
                                },
                                "name": "options"
                              }
                            ]
                          }
                        }
                      ],
                      "directives": []
                    },
                    "alternate": {
                      "type": "BlockStatement",
                      "start": 25533,
                      "end": 25572,
                      "loc": {
                        "start": {
                          "line": 735,
                          "column": 11
                        },
                        "end": {
                          "line": 737,
                          "column": 5
                        }
                      },
                      "body": [
                        {
                          "type": "ReturnStatement",
                          "start": 25541,
                          "end": 25566,
                          "loc": {
                            "start": {
                              "line": 736,
                              "column": 6
                            },
                            "end": {
                              "line": 736,
                              "column": 31
                            }
                          },
                          "argument": {
                            "type": "CallExpression",
                            "start": 25548,
                            "end": 25565,
                            "loc": {
                              "start": {
                                "line": 736,
                                "column": 13
                              },
                              "end": {
                                "line": 736,
                                "column": 30
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 25548,
                              "end": 25563,
                              "loc": {
                                "start": {
                                  "line": 736,
                                  "column": 13
                                },
                                "end": {
                                  "line": 736,
                                  "column": 28
                                }
                              },
                              "object": {
                                "type": "Identifier",
                                "start": 25548,
                                "end": 25555,
                                "loc": {
                                  "start": {
                                    "line": 736,
                                    "column": 13
                                  },
                                  "end": {
                                    "line": 736,
                                    "column": 20
                                  },
                                  "identifierName": "Promise"
                                },
                                "name": "Promise"
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 25556,
                                "end": 25563,
                                "loc": {
                                  "start": {
                                    "line": 736,
                                    "column": 21
                                  },
                                  "end": {
                                    "line": 736,
                                    "column": 28
                                  },
                                  "identifierName": "resolve"
                                },
                                "name": "resolve"
                              },
                              "computed": false
                            },
                            "arguments": []
                          }
                        }
                      ],
                      "directives": []
                    }
                  }
                ],
                "directives": []
              }
            },
            {
              "type": "ClassMethod",
              "start": 25580,
              "end": 25915,
              "loc": {
                "start": {
                  "line": 740,
                  "column": 2
                },
                "end": {
                  "line": 749,
                  "column": 3
                }
              },
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 25580,
                "end": 25594,
                "loc": {
                  "start": {
                    "line": 740,
                    "column": 2
                  },
                  "end": {
                    "line": 740,
                    "column": 16
                  },
                  "identifierName": "createFunction"
                },
                "name": "createFunction"
              },
              "static": false,
              "kind": "method",
              "id": null,
              "generator": false,
              "expression": false,
              "async": false,
              "params": [
                {
                  "type": "Identifier",
                  "start": 25595,
                  "end": 25607,
                  "loc": {
                    "start": {
                      "line": 740,
                      "column": 17
                    },
                    "end": {
                      "line": 740,
                      "column": 29
                    },
                    "identifierName": "functionName"
                  },
                  "name": "functionName"
                },
                {
                  "type": "Identifier",
                  "start": 25609,
                  "end": 25615,
                  "loc": {
                    "start": {
                      "line": 740,
                      "column": 31
                    },
                    "end": {
                      "line": 740,
                      "column": 37
                    },
                    "identifierName": "params"
                  },
                  "name": "params"
                },
                {
                  "type": "Identifier",
                  "start": 25617,
                  "end": 25627,
                  "loc": {
                    "start": {
                      "line": 740,
                      "column": 39
                    },
                    "end": {
                      "line": 740,
                      "column": 49
                    },
                    "identifierName": "returnType"
                  },
                  "name": "returnType"
                },
                {
                  "type": "Identifier",
                  "start": 25629,
                  "end": 25637,
                  "loc": {
                    "start": {
                      "line": 740,
                      "column": 51
                    },
                    "end": {
                      "line": 740,
                      "column": 59
                    },
                    "identifierName": "language"
                  },
                  "name": "language"
                },
                {
                  "type": "Identifier",
                  "start": 25639,
                  "end": 25643,
                  "loc": {
                    "start": {
                      "line": 740,
                      "column": 61
                    },
                    "end": {
                      "line": 740,
                      "column": 65
                    },
                    "identifierName": "body"
                  },
                  "name": "body"
                },
                {
                  "type": "Identifier",
                  "start": 25645,
                  "end": 25652,
                  "loc": {
                    "start": {
                      "line": 740,
                      "column": 67
                    },
                    "end": {
                      "line": 740,
                      "column": 74
                    },
                    "identifierName": "options"
                  },
                  "name": "options"
                }
              ],
              "body": {
                "type": "BlockStatement",
                "start": 25654,
                "end": 25915,
                "loc": {
                  "start": {
                    "line": 740,
                    "column": 76
                  },
                  "end": {
                    "line": 749,
                    "column": 3
                  }
                },
                "body": [
                  {
                    "type": "VariableDeclaration",
                    "start": 25660,
                    "end": 25766,
                    "loc": {
                      "start": {
                        "line": 741,
                        "column": 4
                      },
                      "end": {
                        "line": 741,
                        "column": 110
                      }
                    },
                    "declarations": [
                      {
                        "type": "VariableDeclarator",
                        "start": 25666,
                        "end": 25765,
                        "loc": {
                          "start": {
                            "line": 741,
                            "column": 10
                          },
                          "end": {
                            "line": 741,
                            "column": 109
                          }
                        },
                        "id": {
                          "type": "Identifier",
                          "start": 25666,
                          "end": 25669,
                          "loc": {
                            "start": {
                              "line": 741,
                              "column": 10
                            },
                            "end": {
                              "line": 741,
                              "column": 13
                            },
                            "identifierName": "sql"
                          },
                          "name": "sql"
                        },
                        "init": {
                          "type": "CallExpression",
                          "start": 25672,
                          "end": 25765,
                          "loc": {
                            "start": {
                              "line": 741,
                              "column": 16
                            },
                            "end": {
                              "line": 741,
                              "column": 109
                            }
                          },
                          "callee": {
                            "type": "MemberExpression",
                            "start": 25672,
                            "end": 25706,
                            "loc": {
                              "start": {
                                "line": 741,
                                "column": 16
                              },
                              "end": {
                                "line": 741,
                                "column": 50
                              }
                            },
                            "object": {
                              "type": "MemberExpression",
                              "start": 25672,
                              "end": 25691,
                              "loc": {
                                "start": {
                                  "line": 741,
                                  "column": 16
                                },
                                "end": {
                                  "line": 741,
                                  "column": 35
                                }
                              },
                              "object": {
                                "type": "ThisExpression",
                                "start": 25672,
                                "end": 25676,
                                "loc": {
                                  "start": {
                                    "line": 741,
                                    "column": 16
                                  },
                                  "end": {
                                    "line": 741,
                                    "column": 20
                                  }
                                }
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 25677,
                                "end": 25691,
                                "loc": {
                                  "start": {
                                    "line": 741,
                                    "column": 21
                                  },
                                  "end": {
                                    "line": 741,
                                    "column": 35
                                  },
                                  "identifierName": "QueryGenerator"
                                },
                                "name": "QueryGenerator"
                              },
                              "computed": false
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 25692,
                              "end": 25706,
                              "loc": {
                                "start": {
                                  "line": 741,
                                  "column": 36
                                },
                                "end": {
                                  "line": 741,
                                  "column": 50
                                },
                                "identifierName": "createFunction"
                              },
                              "name": "createFunction"
                            },
                            "computed": false
                          },
                          "arguments": [
                            {
                              "type": "Identifier",
                              "start": 25707,
                              "end": 25719,
                              "loc": {
                                "start": {
                                  "line": 741,
                                  "column": 51
                                },
                                "end": {
                                  "line": 741,
                                  "column": 63
                                },
                                "identifierName": "functionName"
                              },
                              "name": "functionName"
                            },
                            {
                              "type": "Identifier",
                              "start": 25721,
                              "end": 25727,
                              "loc": {
                                "start": {
                                  "line": 741,
                                  "column": 65
                                },
                                "end": {
                                  "line": 741,
                                  "column": 71
                                },
                                "identifierName": "params"
                              },
                              "name": "params"
                            },
                            {
                              "type": "Identifier",
                              "start": 25729,
                              "end": 25739,
                              "loc": {
                                "start": {
                                  "line": 741,
                                  "column": 73
                                },
                                "end": {
                                  "line": 741,
                                  "column": 83
                                },
                                "identifierName": "returnType"
                              },
                              "name": "returnType"
                            },
                            {
                              "type": "Identifier",
                              "start": 25741,
                              "end": 25749,
                              "loc": {
                                "start": {
                                  "line": 741,
                                  "column": 85
                                },
                                "end": {
                                  "line": 741,
                                  "column": 93
                                },
                                "identifierName": "language"
                              },
                              "name": "language"
                            },
                            {
                              "type": "Identifier",
                              "start": 25751,
                              "end": 25755,
                              "loc": {
                                "start": {
                                  "line": 741,
                                  "column": 95
                                },
                                "end": {
                                  "line": 741,
                                  "column": 99
                                },
                                "identifierName": "body"
                              },
                              "name": "body"
                            },
                            {
                              "type": "Identifier",
                              "start": 25757,
                              "end": 25764,
                              "loc": {
                                "start": {
                                  "line": 741,
                                  "column": 101
                                },
                                "end": {
                                  "line": 741,
                                  "column": 108
                                },
                                "identifierName": "options"
                              },
                              "name": "options"
                            }
                          ]
                        }
                      }
                    ],
                    "kind": "const"
                  },
                  {
                    "type": "ExpressionStatement",
                    "start": 25771,
                    "end": 25795,
                    "loc": {
                      "start": {
                        "line": 742,
                        "column": 4
                      },
                      "end": {
                        "line": 742,
                        "column": 28
                      }
                    },
                    "expression": {
                      "type": "AssignmentExpression",
                      "start": 25771,
                      "end": 25794,
                      "loc": {
                        "start": {
                          "line": 742,
                          "column": 4
                        },
                        "end": {
                          "line": 742,
                          "column": 27
                        }
                      },
                      "operator": "=",
                      "left": {
                        "type": "Identifier",
                        "start": 25771,
                        "end": 25778,
                        "loc": {
                          "start": {
                            "line": 742,
                            "column": 4
                          },
                          "end": {
                            "line": 742,
                            "column": 11
                          },
                          "identifierName": "options"
                        },
                        "name": "options"
                      },
                      "right": {
                        "type": "LogicalExpression",
                        "start": 25781,
                        "end": 25794,
                        "loc": {
                          "start": {
                            "line": 742,
                            "column": 14
                          },
                          "end": {
                            "line": 742,
                            "column": 27
                          }
                        },
                        "left": {
                          "type": "Identifier",
                          "start": 25781,
                          "end": 25788,
                          "loc": {
                            "start": {
                              "line": 742,
                              "column": 14
                            },
                            "end": {
                              "line": 742,
                              "column": 21
                            },
                            "identifierName": "options"
                          },
                          "name": "options"
                        },
                        "operator": "||",
                        "right": {
                          "type": "ObjectExpression",
                          "start": 25792,
                          "end": 25794,
                          "loc": {
                            "start": {
                              "line": 742,
                              "column": 25
                            },
                            "end": {
                              "line": 742,
                              "column": 27
                            }
                          },
                          "properties": []
                        }
                      }
                    }
                  },
                  {
                    "type": "IfStatement",
                    "start": 25801,
                    "end": 25911,
                    "loc": {
                      "start": {
                        "line": 744,
                        "column": 4
                      },
                      "end": {
                        "line": 748,
                        "column": 5
                      }
                    },
                    "test": {
                      "type": "Identifier",
                      "start": 25805,
                      "end": 25808,
                      "loc": {
                        "start": {
                          "line": 744,
                          "column": 8
                        },
                        "end": {
                          "line": 744,
                          "column": 11
                        },
                        "identifierName": "sql"
                      },
                      "name": "sql"
                    },
                    "consequent": {
                      "type": "BlockStatement",
                      "start": 25810,
                      "end": 25866,
                      "loc": {
                        "start": {
                          "line": 744,
                          "column": 13
                        },
                        "end": {
                          "line": 746,
                          "column": 5
                        }
                      },
                      "body": [
                        {
                          "type": "ReturnStatement",
                          "start": 25818,
                          "end": 25860,
                          "loc": {
                            "start": {
                              "line": 745,
                              "column": 6
                            },
                            "end": {
                              "line": 745,
                              "column": 48
                            }
                          },
                          "argument": {
                            "type": "CallExpression",
                            "start": 25825,
                            "end": 25859,
                            "loc": {
                              "start": {
                                "line": 745,
                                "column": 13
                              },
                              "end": {
                                "line": 745,
                                "column": 47
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 25825,
                              "end": 25845,
                              "loc": {
                                "start": {
                                  "line": 745,
                                  "column": 13
                                },
                                "end": {
                                  "line": 745,
                                  "column": 33
                                }
                              },
                              "object": {
                                "type": "MemberExpression",
                                "start": 25825,
                                "end": 25839,
                                "loc": {
                                  "start": {
                                    "line": 745,
                                    "column": 13
                                  },
                                  "end": {
                                    "line": 745,
                                    "column": 27
                                  }
                                },
                                "object": {
                                  "type": "ThisExpression",
                                  "start": 25825,
                                  "end": 25829,
                                  "loc": {
                                    "start": {
                                      "line": 745,
                                      "column": 13
                                    },
                                    "end": {
                                      "line": 745,
                                      "column": 17
                                    }
                                  }
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 25830,
                                  "end": 25839,
                                  "loc": {
                                    "start": {
                                      "line": 745,
                                      "column": 18
                                    },
                                    "end": {
                                      "line": 745,
                                      "column": 27
                                    },
                                    "identifierName": "sequelize"
                                  },
                                  "name": "sequelize"
                                },
                                "computed": false
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 25840,
                                "end": 25845,
                                "loc": {
                                  "start": {
                                    "line": 745,
                                    "column": 28
                                  },
                                  "end": {
                                    "line": 745,
                                    "column": 33
                                  },
                                  "identifierName": "query"
                                },
                                "name": "query"
                              },
                              "computed": false
                            },
                            "arguments": [
                              {
                                "type": "Identifier",
                                "start": 25846,
                                "end": 25849,
                                "loc": {
                                  "start": {
                                    "line": 745,
                                    "column": 34
                                  },
                                  "end": {
                                    "line": 745,
                                    "column": 37
                                  },
                                  "identifierName": "sql"
                                },
                                "name": "sql"
                              },
                              {
                                "type": "Identifier",
                                "start": 25851,
                                "end": 25858,
                                "loc": {
                                  "start": {
                                    "line": 745,
                                    "column": 39
                                  },
                                  "end": {
                                    "line": 745,
                                    "column": 46
                                  },
                                  "identifierName": "options"
                                },
                                "name": "options"
                              }
                            ]
                          }
                        }
                      ],
                      "directives": []
                    },
                    "alternate": {
                      "type": "BlockStatement",
                      "start": 25872,
                      "end": 25911,
                      "loc": {
                        "start": {
                          "line": 746,
                          "column": 11
                        },
                        "end": {
                          "line": 748,
                          "column": 5
                        }
                      },
                      "body": [
                        {
                          "type": "ReturnStatement",
                          "start": 25880,
                          "end": 25905,
                          "loc": {
                            "start": {
                              "line": 747,
                              "column": 6
                            },
                            "end": {
                              "line": 747,
                              "column": 31
                            }
                          },
                          "argument": {
                            "type": "CallExpression",
                            "start": 25887,
                            "end": 25904,
                            "loc": {
                              "start": {
                                "line": 747,
                                "column": 13
                              },
                              "end": {
                                "line": 747,
                                "column": 30
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 25887,
                              "end": 25902,
                              "loc": {
                                "start": {
                                  "line": 747,
                                  "column": 13
                                },
                                "end": {
                                  "line": 747,
                                  "column": 28
                                }
                              },
                              "object": {
                                "type": "Identifier",
                                "start": 25887,
                                "end": 25894,
                                "loc": {
                                  "start": {
                                    "line": 747,
                                    "column": 13
                                  },
                                  "end": {
                                    "line": 747,
                                    "column": 20
                                  },
                                  "identifierName": "Promise"
                                },
                                "name": "Promise"
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 25895,
                                "end": 25902,
                                "loc": {
                                  "start": {
                                    "line": 747,
                                    "column": 21
                                  },
                                  "end": {
                                    "line": 747,
                                    "column": 28
                                  },
                                  "identifierName": "resolve"
                                },
                                "name": "resolve"
                              },
                              "computed": false
                            },
                            "arguments": []
                          }
                        }
                      ],
                      "directives": []
                    }
                  }
                ],
                "directives": []
              }
            },
            {
              "type": "ClassMethod",
              "start": 25919,
              "end": 26185,
              "loc": {
                "start": {
                  "line": 751,
                  "column": 2
                },
                "end": {
                  "line": 760,
                  "column": 3
                }
              },
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 25919,
                "end": 25931,
                "loc": {
                  "start": {
                    "line": 751,
                    "column": 2
                  },
                  "end": {
                    "line": 751,
                    "column": 14
                  },
                  "identifierName": "dropFunction"
                },
                "name": "dropFunction"
              },
              "static": false,
              "kind": "method",
              "id": null,
              "generator": false,
              "expression": false,
              "async": false,
              "params": [
                {
                  "type": "Identifier",
                  "start": 25932,
                  "end": 25944,
                  "loc": {
                    "start": {
                      "line": 751,
                      "column": 15
                    },
                    "end": {
                      "line": 751,
                      "column": 27
                    },
                    "identifierName": "functionName"
                  },
                  "name": "functionName"
                },
                {
                  "type": "Identifier",
                  "start": 25946,
                  "end": 25952,
                  "loc": {
                    "start": {
                      "line": 751,
                      "column": 29
                    },
                    "end": {
                      "line": 751,
                      "column": 35
                    },
                    "identifierName": "params"
                  },
                  "name": "params"
                },
                {
                  "type": "Identifier",
                  "start": 25954,
                  "end": 25961,
                  "loc": {
                    "start": {
                      "line": 751,
                      "column": 37
                    },
                    "end": {
                      "line": 751,
                      "column": 44
                    },
                    "identifierName": "options"
                  },
                  "name": "options"
                }
              ],
              "body": {
                "type": "BlockStatement",
                "start": 25963,
                "end": 26185,
                "loc": {
                  "start": {
                    "line": 751,
                    "column": 46
                  },
                  "end": {
                    "line": 760,
                    "column": 3
                  }
                },
                "body": [
                  {
                    "type": "VariableDeclaration",
                    "start": 25969,
                    "end": 26036,
                    "loc": {
                      "start": {
                        "line": 752,
                        "column": 4
                      },
                      "end": {
                        "line": 752,
                        "column": 71
                      }
                    },
                    "declarations": [
                      {
                        "type": "VariableDeclarator",
                        "start": 25975,
                        "end": 26035,
                        "loc": {
                          "start": {
                            "line": 752,
                            "column": 10
                          },
                          "end": {
                            "line": 752,
                            "column": 70
                          }
                        },
                        "id": {
                          "type": "Identifier",
                          "start": 25975,
                          "end": 25978,
                          "loc": {
                            "start": {
                              "line": 752,
                              "column": 10
                            },
                            "end": {
                              "line": 752,
                              "column": 13
                            },
                            "identifierName": "sql"
                          },
                          "name": "sql"
                        },
                        "init": {
                          "type": "CallExpression",
                          "start": 25981,
                          "end": 26035,
                          "loc": {
                            "start": {
                              "line": 752,
                              "column": 16
                            },
                            "end": {
                              "line": 752,
                              "column": 70
                            }
                          },
                          "callee": {
                            "type": "MemberExpression",
                            "start": 25981,
                            "end": 26013,
                            "loc": {
                              "start": {
                                "line": 752,
                                "column": 16
                              },
                              "end": {
                                "line": 752,
                                "column": 48
                              }
                            },
                            "object": {
                              "type": "MemberExpression",
                              "start": 25981,
                              "end": 26000,
                              "loc": {
                                "start": {
                                  "line": 752,
                                  "column": 16
                                },
                                "end": {
                                  "line": 752,
                                  "column": 35
                                }
                              },
                              "object": {
                                "type": "ThisExpression",
                                "start": 25981,
                                "end": 25985,
                                "loc": {
                                  "start": {
                                    "line": 752,
                                    "column": 16
                                  },
                                  "end": {
                                    "line": 752,
                                    "column": 20
                                  }
                                }
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 25986,
                                "end": 26000,
                                "loc": {
                                  "start": {
                                    "line": 752,
                                    "column": 21
                                  },
                                  "end": {
                                    "line": 752,
                                    "column": 35
                                  },
                                  "identifierName": "QueryGenerator"
                                },
                                "name": "QueryGenerator"
                              },
                              "computed": false
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 26001,
                              "end": 26013,
                              "loc": {
                                "start": {
                                  "line": 752,
                                  "column": 36
                                },
                                "end": {
                                  "line": 752,
                                  "column": 48
                                },
                                "identifierName": "dropFunction"
                              },
                              "name": "dropFunction"
                            },
                            "computed": false
                          },
                          "arguments": [
                            {
                              "type": "Identifier",
                              "start": 26014,
                              "end": 26026,
                              "loc": {
                                "start": {
                                  "line": 752,
                                  "column": 49
                                },
                                "end": {
                                  "line": 752,
                                  "column": 61
                                },
                                "identifierName": "functionName"
                              },
                              "name": "functionName"
                            },
                            {
                              "type": "Identifier",
                              "start": 26028,
                              "end": 26034,
                              "loc": {
                                "start": {
                                  "line": 752,
                                  "column": 63
                                },
                                "end": {
                                  "line": 752,
                                  "column": 69
                                },
                                "identifierName": "params"
                              },
                              "name": "params"
                            }
                          ]
                        }
                      }
                    ],
                    "kind": "const"
                  },
                  {
                    "type": "ExpressionStatement",
                    "start": 26041,
                    "end": 26065,
                    "loc": {
                      "start": {
                        "line": 753,
                        "column": 4
                      },
                      "end": {
                        "line": 753,
                        "column": 28
                      }
                    },
                    "expression": {
                      "type": "AssignmentExpression",
                      "start": 26041,
                      "end": 26064,
                      "loc": {
                        "start": {
                          "line": 753,
                          "column": 4
                        },
                        "end": {
                          "line": 753,
                          "column": 27
                        }
                      },
                      "operator": "=",
                      "left": {
                        "type": "Identifier",
                        "start": 26041,
                        "end": 26048,
                        "loc": {
                          "start": {
                            "line": 753,
                            "column": 4
                          },
                          "end": {
                            "line": 753,
                            "column": 11
                          },
                          "identifierName": "options"
                        },
                        "name": "options"
                      },
                      "right": {
                        "type": "LogicalExpression",
                        "start": 26051,
                        "end": 26064,
                        "loc": {
                          "start": {
                            "line": 753,
                            "column": 14
                          },
                          "end": {
                            "line": 753,
                            "column": 27
                          }
                        },
                        "left": {
                          "type": "Identifier",
                          "start": 26051,
                          "end": 26058,
                          "loc": {
                            "start": {
                              "line": 753,
                              "column": 14
                            },
                            "end": {
                              "line": 753,
                              "column": 21
                            },
                            "identifierName": "options"
                          },
                          "name": "options"
                        },
                        "operator": "||",
                        "right": {
                          "type": "ObjectExpression",
                          "start": 26062,
                          "end": 26064,
                          "loc": {
                            "start": {
                              "line": 753,
                              "column": 25
                            },
                            "end": {
                              "line": 753,
                              "column": 27
                            }
                          },
                          "properties": []
                        }
                      }
                    }
                  },
                  {
                    "type": "IfStatement",
                    "start": 26071,
                    "end": 26181,
                    "loc": {
                      "start": {
                        "line": 755,
                        "column": 4
                      },
                      "end": {
                        "line": 759,
                        "column": 5
                      }
                    },
                    "test": {
                      "type": "Identifier",
                      "start": 26075,
                      "end": 26078,
                      "loc": {
                        "start": {
                          "line": 755,
                          "column": 8
                        },
                        "end": {
                          "line": 755,
                          "column": 11
                        },
                        "identifierName": "sql"
                      },
                      "name": "sql"
                    },
                    "consequent": {
                      "type": "BlockStatement",
                      "start": 26080,
                      "end": 26136,
                      "loc": {
                        "start": {
                          "line": 755,
                          "column": 13
                        },
                        "end": {
                          "line": 757,
                          "column": 5
                        }
                      },
                      "body": [
                        {
                          "type": "ReturnStatement",
                          "start": 26088,
                          "end": 26130,
                          "loc": {
                            "start": {
                              "line": 756,
                              "column": 6
                            },
                            "end": {
                              "line": 756,
                              "column": 48
                            }
                          },
                          "argument": {
                            "type": "CallExpression",
                            "start": 26095,
                            "end": 26129,
                            "loc": {
                              "start": {
                                "line": 756,
                                "column": 13
                              },
                              "end": {
                                "line": 756,
                                "column": 47
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 26095,
                              "end": 26115,
                              "loc": {
                                "start": {
                                  "line": 756,
                                  "column": 13
                                },
                                "end": {
                                  "line": 756,
                                  "column": 33
                                }
                              },
                              "object": {
                                "type": "MemberExpression",
                                "start": 26095,
                                "end": 26109,
                                "loc": {
                                  "start": {
                                    "line": 756,
                                    "column": 13
                                  },
                                  "end": {
                                    "line": 756,
                                    "column": 27
                                  }
                                },
                                "object": {
                                  "type": "ThisExpression",
                                  "start": 26095,
                                  "end": 26099,
                                  "loc": {
                                    "start": {
                                      "line": 756,
                                      "column": 13
                                    },
                                    "end": {
                                      "line": 756,
                                      "column": 17
                                    }
                                  }
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 26100,
                                  "end": 26109,
                                  "loc": {
                                    "start": {
                                      "line": 756,
                                      "column": 18
                                    },
                                    "end": {
                                      "line": 756,
                                      "column": 27
                                    },
                                    "identifierName": "sequelize"
                                  },
                                  "name": "sequelize"
                                },
                                "computed": false
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 26110,
                                "end": 26115,
                                "loc": {
                                  "start": {
                                    "line": 756,
                                    "column": 28
                                  },
                                  "end": {
                                    "line": 756,
                                    "column": 33
                                  },
                                  "identifierName": "query"
                                },
                                "name": "query"
                              },
                              "computed": false
                            },
                            "arguments": [
                              {
                                "type": "Identifier",
                                "start": 26116,
                                "end": 26119,
                                "loc": {
                                  "start": {
                                    "line": 756,
                                    "column": 34
                                  },
                                  "end": {
                                    "line": 756,
                                    "column": 37
                                  },
                                  "identifierName": "sql"
                                },
                                "name": "sql"
                              },
                              {
                                "type": "Identifier",
                                "start": 26121,
                                "end": 26128,
                                "loc": {
                                  "start": {
                                    "line": 756,
                                    "column": 39
                                  },
                                  "end": {
                                    "line": 756,
                                    "column": 46
                                  },
                                  "identifierName": "options"
                                },
                                "name": "options"
                              }
                            ]
                          }
                        }
                      ],
                      "directives": []
                    },
                    "alternate": {
                      "type": "BlockStatement",
                      "start": 26142,
                      "end": 26181,
                      "loc": {
                        "start": {
                          "line": 757,
                          "column": 11
                        },
                        "end": {
                          "line": 759,
                          "column": 5
                        }
                      },
                      "body": [
                        {
                          "type": "ReturnStatement",
                          "start": 26150,
                          "end": 26175,
                          "loc": {
                            "start": {
                              "line": 758,
                              "column": 6
                            },
                            "end": {
                              "line": 758,
                              "column": 31
                            }
                          },
                          "argument": {
                            "type": "CallExpression",
                            "start": 26157,
                            "end": 26174,
                            "loc": {
                              "start": {
                                "line": 758,
                                "column": 13
                              },
                              "end": {
                                "line": 758,
                                "column": 30
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 26157,
                              "end": 26172,
                              "loc": {
                                "start": {
                                  "line": 758,
                                  "column": 13
                                },
                                "end": {
                                  "line": 758,
                                  "column": 28
                                }
                              },
                              "object": {
                                "type": "Identifier",
                                "start": 26157,
                                "end": 26164,
                                "loc": {
                                  "start": {
                                    "line": 758,
                                    "column": 13
                                  },
                                  "end": {
                                    "line": 758,
                                    "column": 20
                                  },
                                  "identifierName": "Promise"
                                },
                                "name": "Promise"
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 26165,
                                "end": 26172,
                                "loc": {
                                  "start": {
                                    "line": 758,
                                    "column": 21
                                  },
                                  "end": {
                                    "line": 758,
                                    "column": 28
                                  },
                                  "identifierName": "resolve"
                                },
                                "name": "resolve"
                              },
                              "computed": false
                            },
                            "arguments": []
                          }
                        }
                      ],
                      "directives": []
                    }
                  }
                ],
                "directives": []
              }
            },
            {
              "type": "ClassMethod",
              "start": 26189,
              "end": 26499,
              "loc": {
                "start": {
                  "line": 762,
                  "column": 2
                },
                "end": {
                  "line": 771,
                  "column": 3
                }
              },
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 26189,
                "end": 26203,
                "loc": {
                  "start": {
                    "line": 762,
                    "column": 2
                  },
                  "end": {
                    "line": 762,
                    "column": 16
                  },
                  "identifierName": "renameFunction"
                },
                "name": "renameFunction"
              },
              "static": false,
              "kind": "method",
              "id": null,
              "generator": false,
              "expression": false,
              "async": false,
              "params": [
                {
                  "type": "Identifier",
                  "start": 26204,
                  "end": 26219,
                  "loc": {
                    "start": {
                      "line": 762,
                      "column": 17
                    },
                    "end": {
                      "line": 762,
                      "column": 32
                    },
                    "identifierName": "oldFunctionName"
                  },
                  "name": "oldFunctionName"
                },
                {
                  "type": "Identifier",
                  "start": 26221,
                  "end": 26227,
                  "loc": {
                    "start": {
                      "line": 762,
                      "column": 34
                    },
                    "end": {
                      "line": 762,
                      "column": 40
                    },
                    "identifierName": "params"
                  },
                  "name": "params"
                },
                {
                  "type": "Identifier",
                  "start": 26229,
                  "end": 26244,
                  "loc": {
                    "start": {
                      "line": 762,
                      "column": 42
                    },
                    "end": {
                      "line": 762,
                      "column": 57
                    },
                    "identifierName": "newFunctionName"
                  },
                  "name": "newFunctionName"
                },
                {
                  "type": "Identifier",
                  "start": 26246,
                  "end": 26253,
                  "loc": {
                    "start": {
                      "line": 762,
                      "column": 59
                    },
                    "end": {
                      "line": 762,
                      "column": 66
                    },
                    "identifierName": "options"
                  },
                  "name": "options"
                }
              ],
              "body": {
                "type": "BlockStatement",
                "start": 26255,
                "end": 26499,
                "loc": {
                  "start": {
                    "line": 762,
                    "column": 68
                  },
                  "end": {
                    "line": 771,
                    "column": 3
                  }
                },
                "body": [
                  {
                    "type": "VariableDeclaration",
                    "start": 26261,
                    "end": 26350,
                    "loc": {
                      "start": {
                        "line": 763,
                        "column": 4
                      },
                      "end": {
                        "line": 763,
                        "column": 93
                      }
                    },
                    "declarations": [
                      {
                        "type": "VariableDeclarator",
                        "start": 26267,
                        "end": 26349,
                        "loc": {
                          "start": {
                            "line": 763,
                            "column": 10
                          },
                          "end": {
                            "line": 763,
                            "column": 92
                          }
                        },
                        "id": {
                          "type": "Identifier",
                          "start": 26267,
                          "end": 26270,
                          "loc": {
                            "start": {
                              "line": 763,
                              "column": 10
                            },
                            "end": {
                              "line": 763,
                              "column": 13
                            },
                            "identifierName": "sql"
                          },
                          "name": "sql"
                        },
                        "init": {
                          "type": "CallExpression",
                          "start": 26273,
                          "end": 26349,
                          "loc": {
                            "start": {
                              "line": 763,
                              "column": 16
                            },
                            "end": {
                              "line": 763,
                              "column": 92
                            }
                          },
                          "callee": {
                            "type": "MemberExpression",
                            "start": 26273,
                            "end": 26307,
                            "loc": {
                              "start": {
                                "line": 763,
                                "column": 16
                              },
                              "end": {
                                "line": 763,
                                "column": 50
                              }
                            },
                            "object": {
                              "type": "MemberExpression",
                              "start": 26273,
                              "end": 26292,
                              "loc": {
                                "start": {
                                  "line": 763,
                                  "column": 16
                                },
                                "end": {
                                  "line": 763,
                                  "column": 35
                                }
                              },
                              "object": {
                                "type": "ThisExpression",
                                "start": 26273,
                                "end": 26277,
                                "loc": {
                                  "start": {
                                    "line": 763,
                                    "column": 16
                                  },
                                  "end": {
                                    "line": 763,
                                    "column": 20
                                  }
                                }
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 26278,
                                "end": 26292,
                                "loc": {
                                  "start": {
                                    "line": 763,
                                    "column": 21
                                  },
                                  "end": {
                                    "line": 763,
                                    "column": 35
                                  },
                                  "identifierName": "QueryGenerator"
                                },
                                "name": "QueryGenerator"
                              },
                              "computed": false
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 26293,
                              "end": 26307,
                              "loc": {
                                "start": {
                                  "line": 763,
                                  "column": 36
                                },
                                "end": {
                                  "line": 763,
                                  "column": 50
                                },
                                "identifierName": "renameFunction"
                              },
                              "name": "renameFunction"
                            },
                            "computed": false
                          },
                          "arguments": [
                            {
                              "type": "Identifier",
                              "start": 26308,
                              "end": 26323,
                              "loc": {
                                "start": {
                                  "line": 763,
                                  "column": 51
                                },
                                "end": {
                                  "line": 763,
                                  "column": 66
                                },
                                "identifierName": "oldFunctionName"
                              },
                              "name": "oldFunctionName"
                            },
                            {
                              "type": "Identifier",
                              "start": 26325,
                              "end": 26331,
                              "loc": {
                                "start": {
                                  "line": 763,
                                  "column": 68
                                },
                                "end": {
                                  "line": 763,
                                  "column": 74
                                },
                                "identifierName": "params"
                              },
                              "name": "params"
                            },
                            {
                              "type": "Identifier",
                              "start": 26333,
                              "end": 26348,
                              "loc": {
                                "start": {
                                  "line": 763,
                                  "column": 76
                                },
                                "end": {
                                  "line": 763,
                                  "column": 91
                                },
                                "identifierName": "newFunctionName"
                              },
                              "name": "newFunctionName"
                            }
                          ]
                        }
                      }
                    ],
                    "kind": "const"
                  },
                  {
                    "type": "ExpressionStatement",
                    "start": 26355,
                    "end": 26379,
                    "loc": {
                      "start": {
                        "line": 764,
                        "column": 4
                      },
                      "end": {
                        "line": 764,
                        "column": 28
                      }
                    },
                    "expression": {
                      "type": "AssignmentExpression",
                      "start": 26355,
                      "end": 26378,
                      "loc": {
                        "start": {
                          "line": 764,
                          "column": 4
                        },
                        "end": {
                          "line": 764,
                          "column": 27
                        }
                      },
                      "operator": "=",
                      "left": {
                        "type": "Identifier",
                        "start": 26355,
                        "end": 26362,
                        "loc": {
                          "start": {
                            "line": 764,
                            "column": 4
                          },
                          "end": {
                            "line": 764,
                            "column": 11
                          },
                          "identifierName": "options"
                        },
                        "name": "options"
                      },
                      "right": {
                        "type": "LogicalExpression",
                        "start": 26365,
                        "end": 26378,
                        "loc": {
                          "start": {
                            "line": 764,
                            "column": 14
                          },
                          "end": {
                            "line": 764,
                            "column": 27
                          }
                        },
                        "left": {
                          "type": "Identifier",
                          "start": 26365,
                          "end": 26372,
                          "loc": {
                            "start": {
                              "line": 764,
                              "column": 14
                            },
                            "end": {
                              "line": 764,
                              "column": 21
                            },
                            "identifierName": "options"
                          },
                          "name": "options"
                        },
                        "operator": "||",
                        "right": {
                          "type": "ObjectExpression",
                          "start": 26376,
                          "end": 26378,
                          "loc": {
                            "start": {
                              "line": 764,
                              "column": 25
                            },
                            "end": {
                              "line": 764,
                              "column": 27
                            }
                          },
                          "properties": []
                        }
                      }
                    }
                  },
                  {
                    "type": "IfStatement",
                    "start": 26385,
                    "end": 26495,
                    "loc": {
                      "start": {
                        "line": 766,
                        "column": 4
                      },
                      "end": {
                        "line": 770,
                        "column": 5
                      }
                    },
                    "test": {
                      "type": "Identifier",
                      "start": 26389,
                      "end": 26392,
                      "loc": {
                        "start": {
                          "line": 766,
                          "column": 8
                        },
                        "end": {
                          "line": 766,
                          "column": 11
                        },
                        "identifierName": "sql"
                      },
                      "name": "sql"
                    },
                    "consequent": {
                      "type": "BlockStatement",
                      "start": 26394,
                      "end": 26450,
                      "loc": {
                        "start": {
                          "line": 766,
                          "column": 13
                        },
                        "end": {
                          "line": 768,
                          "column": 5
                        }
                      },
                      "body": [
                        {
                          "type": "ReturnStatement",
                          "start": 26402,
                          "end": 26444,
                          "loc": {
                            "start": {
                              "line": 767,
                              "column": 6
                            },
                            "end": {
                              "line": 767,
                              "column": 48
                            }
                          },
                          "argument": {
                            "type": "CallExpression",
                            "start": 26409,
                            "end": 26443,
                            "loc": {
                              "start": {
                                "line": 767,
                                "column": 13
                              },
                              "end": {
                                "line": 767,
                                "column": 47
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 26409,
                              "end": 26429,
                              "loc": {
                                "start": {
                                  "line": 767,
                                  "column": 13
                                },
                                "end": {
                                  "line": 767,
                                  "column": 33
                                }
                              },
                              "object": {
                                "type": "MemberExpression",
                                "start": 26409,
                                "end": 26423,
                                "loc": {
                                  "start": {
                                    "line": 767,
                                    "column": 13
                                  },
                                  "end": {
                                    "line": 767,
                                    "column": 27
                                  }
                                },
                                "object": {
                                  "type": "ThisExpression",
                                  "start": 26409,
                                  "end": 26413,
                                  "loc": {
                                    "start": {
                                      "line": 767,
                                      "column": 13
                                    },
                                    "end": {
                                      "line": 767,
                                      "column": 17
                                    }
                                  }
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 26414,
                                  "end": 26423,
                                  "loc": {
                                    "start": {
                                      "line": 767,
                                      "column": 18
                                    },
                                    "end": {
                                      "line": 767,
                                      "column": 27
                                    },
                                    "identifierName": "sequelize"
                                  },
                                  "name": "sequelize"
                                },
                                "computed": false
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 26424,
                                "end": 26429,
                                "loc": {
                                  "start": {
                                    "line": 767,
                                    "column": 28
                                  },
                                  "end": {
                                    "line": 767,
                                    "column": 33
                                  },
                                  "identifierName": "query"
                                },
                                "name": "query"
                              },
                              "computed": false
                            },
                            "arguments": [
                              {
                                "type": "Identifier",
                                "start": 26430,
                                "end": 26433,
                                "loc": {
                                  "start": {
                                    "line": 767,
                                    "column": 34
                                  },
                                  "end": {
                                    "line": 767,
                                    "column": 37
                                  },
                                  "identifierName": "sql"
                                },
                                "name": "sql"
                              },
                              {
                                "type": "Identifier",
                                "start": 26435,
                                "end": 26442,
                                "loc": {
                                  "start": {
                                    "line": 767,
                                    "column": 39
                                  },
                                  "end": {
                                    "line": 767,
                                    "column": 46
                                  },
                                  "identifierName": "options"
                                },
                                "name": "options"
                              }
                            ]
                          }
                        }
                      ],
                      "directives": []
                    },
                    "alternate": {
                      "type": "BlockStatement",
                      "start": 26456,
                      "end": 26495,
                      "loc": {
                        "start": {
                          "line": 768,
                          "column": 11
                        },
                        "end": {
                          "line": 770,
                          "column": 5
                        }
                      },
                      "body": [
                        {
                          "type": "ReturnStatement",
                          "start": 26464,
                          "end": 26489,
                          "loc": {
                            "start": {
                              "line": 769,
                              "column": 6
                            },
                            "end": {
                              "line": 769,
                              "column": 31
                            }
                          },
                          "argument": {
                            "type": "CallExpression",
                            "start": 26471,
                            "end": 26488,
                            "loc": {
                              "start": {
                                "line": 769,
                                "column": 13
                              },
                              "end": {
                                "line": 769,
                                "column": 30
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 26471,
                              "end": 26486,
                              "loc": {
                                "start": {
                                  "line": 769,
                                  "column": 13
                                },
                                "end": {
                                  "line": 769,
                                  "column": 28
                                }
                              },
                              "object": {
                                "type": "Identifier",
                                "start": 26471,
                                "end": 26478,
                                "loc": {
                                  "start": {
                                    "line": 769,
                                    "column": 13
                                  },
                                  "end": {
                                    "line": 769,
                                    "column": 20
                                  },
                                  "identifierName": "Promise"
                                },
                                "name": "Promise"
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 26479,
                                "end": 26486,
                                "loc": {
                                  "start": {
                                    "line": 769,
                                    "column": 21
                                  },
                                  "end": {
                                    "line": 769,
                                    "column": 28
                                  },
                                  "identifierName": "resolve"
                                },
                                "name": "resolve"
                              },
                              "computed": false
                            },
                            "arguments": []
                          }
                        }
                      ],
                      "directives": []
                    }
                  }
                ],
                "directives": [],
                "trailingComments": null
              },
              "trailingComments": [
                {
                  "type": "CommentLine",
                  "value": " Helper methods useful for querying",
                  "start": 26503,
                  "end": 26540,
                  "loc": {
                    "start": {
                      "line": 773,
                      "column": 2
                    },
                    "end": {
                      "line": 773,
                      "column": 39
                    }
                  }
                },
                {
                  "type": "CommentBlock",
                  "value": "*\n   * Escape an identifier (e.g. a table or attribute name). If force is true,\n   * the identifier will be quoted even if the `quoteIdentifiers` option is\n   * false.\n   * @private\n   ",
                  "start": 26544,
                  "end": 26733,
                  "loc": {
                    "start": {
                      "line": 775,
                      "column": 2
                    },
                    "end": {
                      "line": 780,
                      "column": 5
                    }
                  }
                }
              ]
            },
            {
              "type": "ClassMethod",
              "start": 26736,
              "end": 26843,
              "loc": {
                "start": {
                  "line": 781,
                  "column": 2
                },
                "end": {
                  "line": 783,
                  "column": 3
                }
              },
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 26736,
                "end": 26751,
                "loc": {
                  "start": {
                    "line": 781,
                    "column": 2
                  },
                  "end": {
                    "line": 781,
                    "column": 17
                  },
                  "identifierName": "quoteIdentifier"
                },
                "name": "quoteIdentifier",
                "leadingComments": null
              },
              "static": false,
              "kind": "method",
              "id": null,
              "generator": false,
              "expression": false,
              "async": false,
              "params": [
                {
                  "type": "Identifier",
                  "start": 26752,
                  "end": 26762,
                  "loc": {
                    "start": {
                      "line": 781,
                      "column": 18
                    },
                    "end": {
                      "line": 781,
                      "column": 28
                    },
                    "identifierName": "identifier"
                  },
                  "name": "identifier"
                },
                {
                  "type": "Identifier",
                  "start": 26764,
                  "end": 26769,
                  "loc": {
                    "start": {
                      "line": 781,
                      "column": 30
                    },
                    "end": {
                      "line": 781,
                      "column": 35
                    },
                    "identifierName": "force"
                  },
                  "name": "force"
                }
              ],
              "body": {
                "type": "BlockStatement",
                "start": 26771,
                "end": 26843,
                "loc": {
                  "start": {
                    "line": 781,
                    "column": 37
                  },
                  "end": {
                    "line": 783,
                    "column": 3
                  }
                },
                "body": [
                  {
                    "type": "ReturnStatement",
                    "start": 26777,
                    "end": 26839,
                    "loc": {
                      "start": {
                        "line": 782,
                        "column": 4
                      },
                      "end": {
                        "line": 782,
                        "column": 66
                      }
                    },
                    "argument": {
                      "type": "CallExpression",
                      "start": 26784,
                      "end": 26838,
                      "loc": {
                        "start": {
                          "line": 782,
                          "column": 11
                        },
                        "end": {
                          "line": 782,
                          "column": 65
                        }
                      },
                      "callee": {
                        "type": "MemberExpression",
                        "start": 26784,
                        "end": 26819,
                        "loc": {
                          "start": {
                            "line": 782,
                            "column": 11
                          },
                          "end": {
                            "line": 782,
                            "column": 46
                          }
                        },
                        "object": {
                          "type": "MemberExpression",
                          "start": 26784,
                          "end": 26803,
                          "loc": {
                            "start": {
                              "line": 782,
                              "column": 11
                            },
                            "end": {
                              "line": 782,
                              "column": 30
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 26784,
                            "end": 26788,
                            "loc": {
                              "start": {
                                "line": 782,
                                "column": 11
                              },
                              "end": {
                                "line": 782,
                                "column": 15
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 26789,
                            "end": 26803,
                            "loc": {
                              "start": {
                                "line": 782,
                                "column": 16
                              },
                              "end": {
                                "line": 782,
                                "column": 30
                              },
                              "identifierName": "QueryGenerator"
                            },
                            "name": "QueryGenerator"
                          },
                          "computed": false
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 26804,
                          "end": 26819,
                          "loc": {
                            "start": {
                              "line": 782,
                              "column": 31
                            },
                            "end": {
                              "line": 782,
                              "column": 46
                            },
                            "identifierName": "quoteIdentifier"
                          },
                          "name": "quoteIdentifier"
                        },
                        "computed": false
                      },
                      "arguments": [
                        {
                          "type": "Identifier",
                          "start": 26820,
                          "end": 26830,
                          "loc": {
                            "start": {
                              "line": 782,
                              "column": 47
                            },
                            "end": {
                              "line": 782,
                              "column": 57
                            },
                            "identifierName": "identifier"
                          },
                          "name": "identifier"
                        },
                        {
                          "type": "Identifier",
                          "start": 26832,
                          "end": 26837,
                          "loc": {
                            "start": {
                              "line": 782,
                              "column": 59
                            },
                            "end": {
                              "line": 782,
                              "column": 64
                            },
                            "identifierName": "force"
                          },
                          "name": "force"
                        }
                      ]
                    }
                  }
                ],
                "directives": []
              },
              "leadingComments": [
                {
                  "type": "CommentLine",
                  "value": " Helper methods useful for querying",
                  "start": 26503,
                  "end": 26540,
                  "loc": {
                    "start": {
                      "line": 773,
                      "column": 2
                    },
                    "end": {
                      "line": 773,
                      "column": 39
                    }
                  }
                },
                {
                  "type": "CommentBlock",
                  "value": "*\n   * Escape an identifier (e.g. a table or attribute name). If force is true,\n   * the identifier will be quoted even if the `quoteIdentifiers` option is\n   * false.\n   * @private\n   ",
                  "start": 26544,
                  "end": 26733,
                  "loc": {
                    "start": {
                      "line": 775,
                      "column": 2
                    },
                    "end": {
                      "line": 780,
                      "column": 5
                    }
                  }
                }
              ]
            },
            {
              "type": "ClassMethod",
              "start": 26847,
              "end": 26930,
              "loc": {
                "start": {
                  "line": 785,
                  "column": 2
                },
                "end": {
                  "line": 787,
                  "column": 3
                }
              },
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 26847,
                "end": 26857,
                "loc": {
                  "start": {
                    "line": 785,
                    "column": 2
                  },
                  "end": {
                    "line": 785,
                    "column": 12
                  },
                  "identifierName": "quoteTable"
                },
                "name": "quoteTable"
              },
              "static": false,
              "kind": "method",
              "id": null,
              "generator": false,
              "expression": false,
              "async": false,
              "params": [
                {
                  "type": "Identifier",
                  "start": 26858,
                  "end": 26868,
                  "loc": {
                    "start": {
                      "line": 785,
                      "column": 13
                    },
                    "end": {
                      "line": 785,
                      "column": 23
                    },
                    "identifierName": "identifier"
                  },
                  "name": "identifier"
                }
              ],
              "body": {
                "type": "BlockStatement",
                "start": 26870,
                "end": 26930,
                "loc": {
                  "start": {
                    "line": 785,
                    "column": 25
                  },
                  "end": {
                    "line": 787,
                    "column": 3
                  }
                },
                "body": [
                  {
                    "type": "ReturnStatement",
                    "start": 26876,
                    "end": 26926,
                    "loc": {
                      "start": {
                        "line": 786,
                        "column": 4
                      },
                      "end": {
                        "line": 786,
                        "column": 54
                      }
                    },
                    "argument": {
                      "type": "CallExpression",
                      "start": 26883,
                      "end": 26925,
                      "loc": {
                        "start": {
                          "line": 786,
                          "column": 11
                        },
                        "end": {
                          "line": 786,
                          "column": 53
                        }
                      },
                      "callee": {
                        "type": "MemberExpression",
                        "start": 26883,
                        "end": 26913,
                        "loc": {
                          "start": {
                            "line": 786,
                            "column": 11
                          },
                          "end": {
                            "line": 786,
                            "column": 41
                          }
                        },
                        "object": {
                          "type": "MemberExpression",
                          "start": 26883,
                          "end": 26902,
                          "loc": {
                            "start": {
                              "line": 786,
                              "column": 11
                            },
                            "end": {
                              "line": 786,
                              "column": 30
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 26883,
                            "end": 26887,
                            "loc": {
                              "start": {
                                "line": 786,
                                "column": 11
                              },
                              "end": {
                                "line": 786,
                                "column": 15
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 26888,
                            "end": 26902,
                            "loc": {
                              "start": {
                                "line": 786,
                                "column": 16
                              },
                              "end": {
                                "line": 786,
                                "column": 30
                              },
                              "identifierName": "QueryGenerator"
                            },
                            "name": "QueryGenerator"
                          },
                          "computed": false
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 26903,
                          "end": 26913,
                          "loc": {
                            "start": {
                              "line": 786,
                              "column": 31
                            },
                            "end": {
                              "line": 786,
                              "column": 41
                            },
                            "identifierName": "quoteTable"
                          },
                          "name": "quoteTable"
                        },
                        "computed": false
                      },
                      "arguments": [
                        {
                          "type": "Identifier",
                          "start": 26914,
                          "end": 26924,
                          "loc": {
                            "start": {
                              "line": 786,
                              "column": 42
                            },
                            "end": {
                              "line": 786,
                              "column": 52
                            },
                            "identifierName": "identifier"
                          },
                          "name": "identifier"
                        }
                      ]
                    }
                  }
                ],
                "directives": [],
                "trailingComments": null
              },
              "trailingComments": [
                {
                  "type": "CommentBlock",
                  "value": "*\n   * Split an identifier into .-separated tokens and quote each part.\n   * If force is true, the identifier will be quoted even if the\n   * `quoteIdentifiers` option is false.\n   * @private\n   ",
                  "start": 26934,
                  "end": 27133,
                  "loc": {
                    "start": {
                      "line": 789,
                      "column": 2
                    },
                    "end": {
                      "line": 794,
                      "column": 5
                    }
                  }
                }
              ]
            },
            {
              "type": "ClassMethod",
              "start": 27136,
              "end": 27247,
              "loc": {
                "start": {
                  "line": 795,
                  "column": 2
                },
                "end": {
                  "line": 797,
                  "column": 3
                }
              },
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 27136,
                "end": 27152,
                "loc": {
                  "start": {
                    "line": 795,
                    "column": 2
                  },
                  "end": {
                    "line": 795,
                    "column": 18
                  },
                  "identifierName": "quoteIdentifiers"
                },
                "name": "quoteIdentifiers",
                "leadingComments": null
              },
              "static": false,
              "kind": "method",
              "id": null,
              "generator": false,
              "expression": false,
              "async": false,
              "params": [
                {
                  "type": "Identifier",
                  "start": 27153,
                  "end": 27164,
                  "loc": {
                    "start": {
                      "line": 795,
                      "column": 19
                    },
                    "end": {
                      "line": 795,
                      "column": 30
                    },
                    "identifierName": "identifiers"
                  },
                  "name": "identifiers"
                },
                {
                  "type": "Identifier",
                  "start": 27166,
                  "end": 27171,
                  "loc": {
                    "start": {
                      "line": 795,
                      "column": 32
                    },
                    "end": {
                      "line": 795,
                      "column": 37
                    },
                    "identifierName": "force"
                  },
                  "name": "force"
                }
              ],
              "body": {
                "type": "BlockStatement",
                "start": 27173,
                "end": 27247,
                "loc": {
                  "start": {
                    "line": 795,
                    "column": 39
                  },
                  "end": {
                    "line": 797,
                    "column": 3
                  }
                },
                "body": [
                  {
                    "type": "ReturnStatement",
                    "start": 27179,
                    "end": 27243,
                    "loc": {
                      "start": {
                        "line": 796,
                        "column": 4
                      },
                      "end": {
                        "line": 796,
                        "column": 68
                      }
                    },
                    "argument": {
                      "type": "CallExpression",
                      "start": 27186,
                      "end": 27242,
                      "loc": {
                        "start": {
                          "line": 796,
                          "column": 11
                        },
                        "end": {
                          "line": 796,
                          "column": 67
                        }
                      },
                      "callee": {
                        "type": "MemberExpression",
                        "start": 27186,
                        "end": 27222,
                        "loc": {
                          "start": {
                            "line": 796,
                            "column": 11
                          },
                          "end": {
                            "line": 796,
                            "column": 47
                          }
                        },
                        "object": {
                          "type": "MemberExpression",
                          "start": 27186,
                          "end": 27205,
                          "loc": {
                            "start": {
                              "line": 796,
                              "column": 11
                            },
                            "end": {
                              "line": 796,
                              "column": 30
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 27186,
                            "end": 27190,
                            "loc": {
                              "start": {
                                "line": 796,
                                "column": 11
                              },
                              "end": {
                                "line": 796,
                                "column": 15
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 27191,
                            "end": 27205,
                            "loc": {
                              "start": {
                                "line": 796,
                                "column": 16
                              },
                              "end": {
                                "line": 796,
                                "column": 30
                              },
                              "identifierName": "QueryGenerator"
                            },
                            "name": "QueryGenerator"
                          },
                          "computed": false
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 27206,
                          "end": 27222,
                          "loc": {
                            "start": {
                              "line": 796,
                              "column": 31
                            },
                            "end": {
                              "line": 796,
                              "column": 47
                            },
                            "identifierName": "quoteIdentifiers"
                          },
                          "name": "quoteIdentifiers"
                        },
                        "computed": false
                      },
                      "arguments": [
                        {
                          "type": "Identifier",
                          "start": 27223,
                          "end": 27234,
                          "loc": {
                            "start": {
                              "line": 796,
                              "column": 48
                            },
                            "end": {
                              "line": 796,
                              "column": 59
                            },
                            "identifierName": "identifiers"
                          },
                          "name": "identifiers"
                        },
                        {
                          "type": "Identifier",
                          "start": 27236,
                          "end": 27241,
                          "loc": {
                            "start": {
                              "line": 796,
                              "column": 61
                            },
                            "end": {
                              "line": 796,
                              "column": 66
                            },
                            "identifierName": "force"
                          },
                          "name": "force"
                        }
                      ]
                    }
                  }
                ],
                "directives": [],
                "trailingComments": null
              },
              "leadingComments": [
                {
                  "type": "CommentBlock",
                  "value": "*\n   * Split an identifier into .-separated tokens and quote each part.\n   * If force is true, the identifier will be quoted even if the\n   * `quoteIdentifiers` option is false.\n   * @private\n   ",
                  "start": 26934,
                  "end": 27133,
                  "loc": {
                    "start": {
                      "line": 789,
                      "column": 2
                    },
                    "end": {
                      "line": 794,
                      "column": 5
                    }
                  }
                }
              ],
              "trailingComments": [
                {
                  "type": "CommentBlock",
                  "value": "*\n   * Escape a value (e.g. a string, number or date)\n   * @private\n   ",
                  "start": 27251,
                  "end": 27326,
                  "loc": {
                    "start": {
                      "line": 799,
                      "column": 2
                    },
                    "end": {
                      "line": 802,
                      "column": 5
                    }
                  }
                }
              ]
            },
            {
              "type": "ClassMethod",
              "start": 27329,
              "end": 27394,
              "loc": {
                "start": {
                  "line": 803,
                  "column": 2
                },
                "end": {
                  "line": 805,
                  "column": 3
                }
              },
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 27329,
                "end": 27335,
                "loc": {
                  "start": {
                    "line": 803,
                    "column": 2
                  },
                  "end": {
                    "line": 803,
                    "column": 8
                  },
                  "identifierName": "escape"
                },
                "name": "escape",
                "leadingComments": null
              },
              "static": false,
              "kind": "method",
              "id": null,
              "generator": false,
              "expression": false,
              "async": false,
              "params": [
                {
                  "type": "Identifier",
                  "start": 27336,
                  "end": 27341,
                  "loc": {
                    "start": {
                      "line": 803,
                      "column": 9
                    },
                    "end": {
                      "line": 803,
                      "column": 14
                    },
                    "identifierName": "value"
                  },
                  "name": "value"
                }
              ],
              "body": {
                "type": "BlockStatement",
                "start": 27343,
                "end": 27394,
                "loc": {
                  "start": {
                    "line": 803,
                    "column": 16
                  },
                  "end": {
                    "line": 805,
                    "column": 3
                  }
                },
                "body": [
                  {
                    "type": "ReturnStatement",
                    "start": 27349,
                    "end": 27390,
                    "loc": {
                      "start": {
                        "line": 804,
                        "column": 4
                      },
                      "end": {
                        "line": 804,
                        "column": 45
                      }
                    },
                    "argument": {
                      "type": "CallExpression",
                      "start": 27356,
                      "end": 27389,
                      "loc": {
                        "start": {
                          "line": 804,
                          "column": 11
                        },
                        "end": {
                          "line": 804,
                          "column": 44
                        }
                      },
                      "callee": {
                        "type": "MemberExpression",
                        "start": 27356,
                        "end": 27382,
                        "loc": {
                          "start": {
                            "line": 804,
                            "column": 11
                          },
                          "end": {
                            "line": 804,
                            "column": 37
                          }
                        },
                        "object": {
                          "type": "MemberExpression",
                          "start": 27356,
                          "end": 27375,
                          "loc": {
                            "start": {
                              "line": 804,
                              "column": 11
                            },
                            "end": {
                              "line": 804,
                              "column": 30
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 27356,
                            "end": 27360,
                            "loc": {
                              "start": {
                                "line": 804,
                                "column": 11
                              },
                              "end": {
                                "line": 804,
                                "column": 15
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 27361,
                            "end": 27375,
                            "loc": {
                              "start": {
                                "line": 804,
                                "column": 16
                              },
                              "end": {
                                "line": 804,
                                "column": 30
                              },
                              "identifierName": "QueryGenerator"
                            },
                            "name": "QueryGenerator"
                          },
                          "computed": false
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 27376,
                          "end": 27382,
                          "loc": {
                            "start": {
                              "line": 804,
                              "column": 31
                            },
                            "end": {
                              "line": 804,
                              "column": 37
                            },
                            "identifierName": "escape"
                          },
                          "name": "escape"
                        },
                        "computed": false
                      },
                      "arguments": [
                        {
                          "type": "Identifier",
                          "start": 27383,
                          "end": 27388,
                          "loc": {
                            "start": {
                              "line": 804,
                              "column": 38
                            },
                            "end": {
                              "line": 804,
                              "column": 43
                            },
                            "identifierName": "value"
                          },
                          "name": "value"
                        }
                      ]
                    }
                  }
                ],
                "directives": []
              },
              "leadingComments": [
                {
                  "type": "CommentBlock",
                  "value": "*\n   * Escape a value (e.g. a string, number or date)\n   * @private\n   ",
                  "start": 27251,
                  "end": 27326,
                  "loc": {
                    "start": {
                      "line": 799,
                      "column": 2
                    },
                    "end": {
                      "line": 802,
                      "column": 5
                    }
                  }
                }
              ]
            },
            {
              "type": "ClassMethod",
              "start": 27398,
              "end": 28048,
              "loc": {
                "start": {
                  "line": 807,
                  "column": 2
                },
                "end": {
                  "line": 827,
                  "column": 3
                }
              },
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 27398,
                "end": 27411,
                "loc": {
                  "start": {
                    "line": 807,
                    "column": 2
                  },
                  "end": {
                    "line": 807,
                    "column": 15
                  },
                  "identifierName": "setAutocommit"
                },
                "name": "setAutocommit"
              },
              "static": false,
              "kind": "method",
              "id": null,
              "generator": false,
              "expression": false,
              "async": false,
              "params": [
                {
                  "type": "Identifier",
                  "start": 27412,
                  "end": 27423,
                  "loc": {
                    "start": {
                      "line": 807,
                      "column": 16
                    },
                    "end": {
                      "line": 807,
                      "column": 27
                    },
                    "identifierName": "transaction"
                  },
                  "name": "transaction"
                },
                {
                  "type": "Identifier",
                  "start": 27425,
                  "end": 27430,
                  "loc": {
                    "start": {
                      "line": 807,
                      "column": 29
                    },
                    "end": {
                      "line": 807,
                      "column": 34
                    },
                    "identifierName": "value"
                  },
                  "name": "value"
                },
                {
                  "type": "Identifier",
                  "start": 27432,
                  "end": 27439,
                  "loc": {
                    "start": {
                      "line": 807,
                      "column": 36
                    },
                    "end": {
                      "line": 807,
                      "column": 43
                    },
                    "identifierName": "options"
                  },
                  "name": "options"
                }
              ],
              "body": {
                "type": "BlockStatement",
                "start": 27441,
                "end": 28048,
                "loc": {
                  "start": {
                    "line": 807,
                    "column": 45
                  },
                  "end": {
                    "line": 827,
                    "column": 3
                  }
                },
                "body": [
                  {
                    "type": "IfStatement",
                    "start": 27447,
                    "end": 27610,
                    "loc": {
                      "start": {
                        "line": 808,
                        "column": 4
                      },
                      "end": {
                        "line": 810,
                        "column": 5
                      }
                    },
                    "test": {
                      "type": "LogicalExpression",
                      "start": 27451,
                      "end": 27504,
                      "loc": {
                        "start": {
                          "line": 808,
                          "column": 8
                        },
                        "end": {
                          "line": 808,
                          "column": 61
                        }
                      },
                      "left": {
                        "type": "UnaryExpression",
                        "start": 27451,
                        "end": 27463,
                        "loc": {
                          "start": {
                            "line": 808,
                            "column": 8
                          },
                          "end": {
                            "line": 808,
                            "column": 20
                          }
                        },
                        "operator": "!",
                        "prefix": true,
                        "argument": {
                          "type": "Identifier",
                          "start": 27452,
                          "end": 27463,
                          "loc": {
                            "start": {
                              "line": 808,
                              "column": 9
                            },
                            "end": {
                              "line": 808,
                              "column": 20
                            },
                            "identifierName": "transaction"
                          },
                          "name": "transaction"
                        },
                        "extra": {
                          "parenthesizedArgument": false
                        }
                      },
                      "operator": "||",
                      "right": {
                        "type": "UnaryExpression",
                        "start": 27467,
                        "end": 27504,
                        "loc": {
                          "start": {
                            "line": 808,
                            "column": 24
                          },
                          "end": {
                            "line": 808,
                            "column": 61
                          }
                        },
                        "operator": "!",
                        "prefix": true,
                        "argument": {
                          "type": "BinaryExpression",
                          "start": 27469,
                          "end": 27503,
                          "loc": {
                            "start": {
                              "line": 808,
                              "column": 26
                            },
                            "end": {
                              "line": 808,
                              "column": 60
                            }
                          },
                          "left": {
                            "type": "Identifier",
                            "start": 27469,
                            "end": 27480,
                            "loc": {
                              "start": {
                                "line": 808,
                                "column": 26
                              },
                              "end": {
                                "line": 808,
                                "column": 37
                              },
                              "identifierName": "transaction"
                            },
                            "name": "transaction"
                          },
                          "operator": "instanceof",
                          "right": {
                            "type": "Identifier",
                            "start": 27492,
                            "end": 27503,
                            "loc": {
                              "start": {
                                "line": 808,
                                "column": 49
                              },
                              "end": {
                                "line": 808,
                                "column": 60
                              },
                              "identifierName": "Transaction"
                            },
                            "name": "Transaction"
                          },
                          "extra": {
                            "parenthesized": true,
                            "parenStart": 27468
                          }
                        },
                        "extra": {
                          "parenthesizedArgument": false
                        }
                      }
                    },
                    "consequent": {
                      "type": "BlockStatement",
                      "start": 27506,
                      "end": 27610,
                      "loc": {
                        "start": {
                          "line": 808,
                          "column": 63
                        },
                        "end": {
                          "line": 810,
                          "column": 5
                        }
                      },
                      "body": [
                        {
                          "type": "ThrowStatement",
                          "start": 27514,
                          "end": 27604,
                          "loc": {
                            "start": {
                              "line": 809,
                              "column": 6
                            },
                            "end": {
                              "line": 809,
                              "column": 96
                            }
                          },
                          "argument": {
                            "type": "NewExpression",
                            "start": 27520,
                            "end": 27603,
                            "loc": {
                              "start": {
                                "line": 809,
                                "column": 12
                              },
                              "end": {
                                "line": 809,
                                "column": 95
                              }
                            },
                            "callee": {
                              "type": "Identifier",
                              "start": 27524,
                              "end": 27529,
                              "loc": {
                                "start": {
                                  "line": 809,
                                  "column": 16
                                },
                                "end": {
                                  "line": 809,
                                  "column": 21
                                },
                                "identifierName": "Error"
                              },
                              "name": "Error"
                            },
                            "arguments": [
                              {
                                "type": "StringLiteral",
                                "start": 27530,
                                "end": 27602,
                                "loc": {
                                  "start": {
                                    "line": 809,
                                    "column": 22
                                  },
                                  "end": {
                                    "line": 809,
                                    "column": 94
                                  }
                                },
                                "extra": {
                                  "rawValue": "Unable to set autocommit for a transaction without transaction object!",
                                  "raw": "'Unable to set autocommit for a transaction without transaction object!'"
                                },
                                "value": "Unable to set autocommit for a transaction without transaction object!"
                              }
                            ]
                          }
                        }
                      ],
                      "directives": []
                    },
                    "alternate": null
                  },
                  {
                    "type": "IfStatement",
                    "start": 27615,
                    "end": 27749,
                    "loc": {
                      "start": {
                        "line": 811,
                        "column": 4
                      },
                      "end": {
                        "line": 814,
                        "column": 5
                      }
                    },
                    "test": {
                      "type": "MemberExpression",
                      "start": 27619,
                      "end": 27637,
                      "loc": {
                        "start": {
                          "line": 811,
                          "column": 8
                        },
                        "end": {
                          "line": 811,
                          "column": 26
                        }
                      },
                      "object": {
                        "type": "Identifier",
                        "start": 27619,
                        "end": 27630,
                        "loc": {
                          "start": {
                            "line": 811,
                            "column": 8
                          },
                          "end": {
                            "line": 811,
                            "column": 19
                          },
                          "identifierName": "transaction"
                        },
                        "name": "transaction"
                      },
                      "property": {
                        "type": "Identifier",
                        "start": 27631,
                        "end": 27637,
                        "loc": {
                          "start": {
                            "line": 811,
                            "column": 20
                          },
                          "end": {
                            "line": 811,
                            "column": 26
                          },
                          "identifierName": "parent"
                        },
                        "name": "parent"
                      },
                      "computed": false
                    },
                    "consequent": {
                      "type": "BlockStatement",
                      "start": 27639,
                      "end": 27749,
                      "loc": {
                        "start": {
                          "line": 811,
                          "column": 28
                        },
                        "end": {
                          "line": 814,
                          "column": 5
                        }
                      },
                      "body": [
                        {
                          "type": "ReturnStatement",
                          "start": 27718,
                          "end": 27743,
                          "loc": {
                            "start": {
                              "line": 813,
                              "column": 6
                            },
                            "end": {
                              "line": 813,
                              "column": 31
                            }
                          },
                          "argument": {
                            "type": "CallExpression",
                            "start": 27725,
                            "end": 27742,
                            "loc": {
                              "start": {
                                "line": 813,
                                "column": 13
                              },
                              "end": {
                                "line": 813,
                                "column": 30
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 27725,
                              "end": 27740,
                              "loc": {
                                "start": {
                                  "line": 813,
                                  "column": 13
                                },
                                "end": {
                                  "line": 813,
                                  "column": 28
                                }
                              },
                              "object": {
                                "type": "Identifier",
                                "start": 27725,
                                "end": 27732,
                                "loc": {
                                  "start": {
                                    "line": 813,
                                    "column": 13
                                  },
                                  "end": {
                                    "line": 813,
                                    "column": 20
                                  },
                                  "identifierName": "Promise"
                                },
                                "name": "Promise",
                                "leadingComments": null
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 27733,
                                "end": 27740,
                                "loc": {
                                  "start": {
                                    "line": 813,
                                    "column": 21
                                  },
                                  "end": {
                                    "line": 813,
                                    "column": 28
                                  },
                                  "identifierName": "resolve"
                                },
                                "name": "resolve"
                              },
                              "computed": false,
                              "leadingComments": null
                            },
                            "arguments": [],
                            "leadingComments": null
                          },
                          "leadingComments": [
                            {
                              "type": "CommentLine",
                              "value": " Not possible to set a seperate isolation level for savepoints",
                              "start": 27647,
                              "end": 27711,
                              "loc": {
                                "start": {
                                  "line": 812,
                                  "column": 6
                                },
                                "end": {
                                  "line": 812,
                                  "column": 70
                                }
                              }
                            }
                          ]
                        }
                      ],
                      "directives": []
                    },
                    "alternate": null
                  },
                  {
                    "type": "ExpressionStatement",
                    "start": 27755,
                    "end": 27849,
                    "loc": {
                      "start": {
                        "line": 816,
                        "column": 4
                      },
                      "end": {
                        "line": 818,
                        "column": 7
                      }
                    },
                    "expression": {
                      "type": "AssignmentExpression",
                      "start": 27755,
                      "end": 27848,
                      "loc": {
                        "start": {
                          "line": 816,
                          "column": 4
                        },
                        "end": {
                          "line": 818,
                          "column": 6
                        }
                      },
                      "operator": "=",
                      "left": {
                        "type": "Identifier",
                        "start": 27755,
                        "end": 27762,
                        "loc": {
                          "start": {
                            "line": 816,
                            "column": 4
                          },
                          "end": {
                            "line": 816,
                            "column": 11
                          },
                          "identifierName": "options"
                        },
                        "name": "options"
                      },
                      "right": {
                        "type": "CallExpression",
                        "start": 27765,
                        "end": 27848,
                        "loc": {
                          "start": {
                            "line": 816,
                            "column": 14
                          },
                          "end": {
                            "line": 818,
                            "column": 6
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 27765,
                          "end": 27773,
                          "loc": {
                            "start": {
                              "line": 816,
                              "column": 14
                            },
                            "end": {
                              "line": 816,
                              "column": 22
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 27765,
                            "end": 27766,
                            "loc": {
                              "start": {
                                "line": 816,
                                "column": 14
                              },
                              "end": {
                                "line": 816,
                                "column": 15
                              },
                              "identifierName": "_"
                            },
                            "name": "_"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 27767,
                            "end": 27773,
                            "loc": {
                              "start": {
                                "line": 816,
                                "column": 16
                              },
                              "end": {
                                "line": 816,
                                "column": 22
                              },
                              "identifierName": "assign"
                            },
                            "name": "assign"
                          },
                          "computed": false
                        },
                        "arguments": [
                          {
                            "type": "ObjectExpression",
                            "start": 27774,
                            "end": 27776,
                            "loc": {
                              "start": {
                                "line": 816,
                                "column": 23
                              },
                              "end": {
                                "line": 816,
                                "column": 25
                              }
                            },
                            "properties": []
                          },
                          {
                            "type": "Identifier",
                            "start": 27778,
                            "end": 27785,
                            "loc": {
                              "start": {
                                "line": 816,
                                "column": 27
                              },
                              "end": {
                                "line": 816,
                                "column": 34
                              },
                              "identifierName": "options"
                            },
                            "name": "options"
                          },
                          {
                            "type": "ObjectExpression",
                            "start": 27787,
                            "end": 27847,
                            "loc": {
                              "start": {
                                "line": 816,
                                "column": 36
                              },
                              "end": {
                                "line": 818,
                                "column": 5
                              }
                            },
                            "properties": [
                              {
                                "type": "ObjectProperty",
                                "start": 27795,
                                "end": 27841,
                                "loc": {
                                  "start": {
                                    "line": 817,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 817,
                                    "column": 52
                                  }
                                },
                                "method": false,
                                "shorthand": false,
                                "computed": false,
                                "key": {
                                  "type": "Identifier",
                                  "start": 27795,
                                  "end": 27806,
                                  "loc": {
                                    "start": {
                                      "line": 817,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 817,
                                      "column": 17
                                    },
                                    "identifierName": "transaction"
                                  },
                                  "name": "transaction"
                                },
                                "value": {
                                  "type": "LogicalExpression",
                                  "start": 27808,
                                  "end": 27841,
                                  "loc": {
                                    "start": {
                                      "line": 817,
                                      "column": 19
                                    },
                                    "end": {
                                      "line": 817,
                                      "column": 52
                                    }
                                  },
                                  "left": {
                                    "type": "MemberExpression",
                                    "start": 27808,
                                    "end": 27826,
                                    "loc": {
                                      "start": {
                                        "line": 817,
                                        "column": 19
                                      },
                                      "end": {
                                        "line": 817,
                                        "column": 37
                                      }
                                    },
                                    "object": {
                                      "type": "Identifier",
                                      "start": 27808,
                                      "end": 27819,
                                      "loc": {
                                        "start": {
                                          "line": 817,
                                          "column": 19
                                        },
                                        "end": {
                                          "line": 817,
                                          "column": 30
                                        },
                                        "identifierName": "transaction"
                                      },
                                      "name": "transaction"
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 27820,
                                      "end": 27826,
                                      "loc": {
                                        "start": {
                                          "line": 817,
                                          "column": 31
                                        },
                                        "end": {
                                          "line": 817,
                                          "column": 37
                                        },
                                        "identifierName": "parent"
                                      },
                                      "name": "parent"
                                    },
                                    "computed": false
                                  },
                                  "operator": "||",
                                  "right": {
                                    "type": "Identifier",
                                    "start": 27830,
                                    "end": 27841,
                                    "loc": {
                                      "start": {
                                        "line": 817,
                                        "column": 41
                                      },
                                      "end": {
                                        "line": 817,
                                        "column": 52
                                      },
                                      "identifierName": "transaction"
                                    },
                                    "name": "transaction"
                                  }
                                }
                              }
                            ]
                          }
                        ]
                      }
                    }
                  },
                  {
                    "type": "VariableDeclaration",
                    "start": 27855,
                    "end": 27955,
                    "loc": {
                      "start": {
                        "line": 820,
                        "column": 4
                      },
                      "end": {
                        "line": 822,
                        "column": 7
                      }
                    },
                    "declarations": [
                      {
                        "type": "VariableDeclarator",
                        "start": 27861,
                        "end": 27954,
                        "loc": {
                          "start": {
                            "line": 820,
                            "column": 10
                          },
                          "end": {
                            "line": 822,
                            "column": 6
                          }
                        },
                        "id": {
                          "type": "Identifier",
                          "start": 27861,
                          "end": 27864,
                          "loc": {
                            "start": {
                              "line": 820,
                              "column": 10
                            },
                            "end": {
                              "line": 820,
                              "column": 13
                            },
                            "identifierName": "sql"
                          },
                          "name": "sql"
                        },
                        "init": {
                          "type": "CallExpression",
                          "start": 27867,
                          "end": 27954,
                          "loc": {
                            "start": {
                              "line": 820,
                              "column": 16
                            },
                            "end": {
                              "line": 822,
                              "column": 6
                            }
                          },
                          "callee": {
                            "type": "MemberExpression",
                            "start": 27867,
                            "end": 27905,
                            "loc": {
                              "start": {
                                "line": 820,
                                "column": 16
                              },
                              "end": {
                                "line": 820,
                                "column": 54
                              }
                            },
                            "object": {
                              "type": "MemberExpression",
                              "start": 27867,
                              "end": 27886,
                              "loc": {
                                "start": {
                                  "line": 820,
                                  "column": 16
                                },
                                "end": {
                                  "line": 820,
                                  "column": 35
                                }
                              },
                              "object": {
                                "type": "ThisExpression",
                                "start": 27867,
                                "end": 27871,
                                "loc": {
                                  "start": {
                                    "line": 820,
                                    "column": 16
                                  },
                                  "end": {
                                    "line": 820,
                                    "column": 20
                                  }
                                }
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 27872,
                                "end": 27886,
                                "loc": {
                                  "start": {
                                    "line": 820,
                                    "column": 21
                                  },
                                  "end": {
                                    "line": 820,
                                    "column": 35
                                  },
                                  "identifierName": "QueryGenerator"
                                },
                                "name": "QueryGenerator"
                              },
                              "computed": false
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 27887,
                              "end": 27905,
                              "loc": {
                                "start": {
                                  "line": 820,
                                  "column": 36
                                },
                                "end": {
                                  "line": 820,
                                  "column": 54
                                },
                                "identifierName": "setAutocommitQuery"
                              },
                              "name": "setAutocommitQuery"
                            },
                            "computed": false
                          },
                          "arguments": [
                            {
                              "type": "Identifier",
                              "start": 27906,
                              "end": 27911,
                              "loc": {
                                "start": {
                                  "line": 820,
                                  "column": 55
                                },
                                "end": {
                                  "line": 820,
                                  "column": 60
                                },
                                "identifierName": "value"
                              },
                              "name": "value"
                            },
                            {
                              "type": "ObjectExpression",
                              "start": 27913,
                              "end": 27953,
                              "loc": {
                                "start": {
                                  "line": 820,
                                  "column": 62
                                },
                                "end": {
                                  "line": 822,
                                  "column": 5
                                }
                              },
                              "properties": [
                                {
                                  "type": "ObjectProperty",
                                  "start": 27921,
                                  "end": 27947,
                                  "loc": {
                                    "start": {
                                      "line": 821,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 821,
                                      "column": 32
                                    }
                                  },
                                  "method": false,
                                  "shorthand": false,
                                  "computed": false,
                                  "key": {
                                    "type": "Identifier",
                                    "start": 27921,
                                    "end": 27927,
                                    "loc": {
                                      "start": {
                                        "line": 821,
                                        "column": 6
                                      },
                                      "end": {
                                        "line": 821,
                                        "column": 12
                                      },
                                      "identifierName": "parent"
                                    },
                                    "name": "parent"
                                  },
                                  "value": {
                                    "type": "MemberExpression",
                                    "start": 27929,
                                    "end": 27947,
                                    "loc": {
                                      "start": {
                                        "line": 821,
                                        "column": 14
                                      },
                                      "end": {
                                        "line": 821,
                                        "column": 32
                                      }
                                    },
                                    "object": {
                                      "type": "Identifier",
                                      "start": 27929,
                                      "end": 27940,
                                      "loc": {
                                        "start": {
                                          "line": 821,
                                          "column": 14
                                        },
                                        "end": {
                                          "line": 821,
                                          "column": 25
                                        },
                                        "identifierName": "transaction"
                                      },
                                      "name": "transaction"
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 27941,
                                      "end": 27947,
                                      "loc": {
                                        "start": {
                                          "line": 821,
                                          "column": 26
                                        },
                                        "end": {
                                          "line": 821,
                                          "column": 32
                                        },
                                        "identifierName": "parent"
                                      },
                                      "name": "parent"
                                    },
                                    "computed": false
                                  }
                                }
                              ]
                            }
                          ]
                        }
                      }
                    ],
                    "kind": "const"
                  },
                  {
                    "type": "IfStatement",
                    "start": 27961,
                    "end": 27996,
                    "loc": {
                      "start": {
                        "line": 824,
                        "column": 4
                      },
                      "end": {
                        "line": 824,
                        "column": 39
                      }
                    },
                    "test": {
                      "type": "UnaryExpression",
                      "start": 27965,
                      "end": 27969,
                      "loc": {
                        "start": {
                          "line": 824,
                          "column": 8
                        },
                        "end": {
                          "line": 824,
                          "column": 12
                        }
                      },
                      "operator": "!",
                      "prefix": true,
                      "argument": {
                        "type": "Identifier",
                        "start": 27966,
                        "end": 27969,
                        "loc": {
                          "start": {
                            "line": 824,
                            "column": 9
                          },
                          "end": {
                            "line": 824,
                            "column": 12
                          },
                          "identifierName": "sql"
                        },
                        "name": "sql"
                      },
                      "extra": {
                        "parenthesizedArgument": false
                      }
                    },
                    "consequent": {
                      "type": "ReturnStatement",
                      "start": 27971,
                      "end": 27996,
                      "loc": {
                        "start": {
                          "line": 824,
                          "column": 14
                        },
                        "end": {
                          "line": 824,
                          "column": 39
                        }
                      },
                      "argument": {
                        "type": "CallExpression",
                        "start": 27978,
                        "end": 27995,
                        "loc": {
                          "start": {
                            "line": 824,
                            "column": 21
                          },
                          "end": {
                            "line": 824,
                            "column": 38
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 27978,
                          "end": 27993,
                          "loc": {
                            "start": {
                              "line": 824,
                              "column": 21
                            },
                            "end": {
                              "line": 824,
                              "column": 36
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 27978,
                            "end": 27985,
                            "loc": {
                              "start": {
                                "line": 824,
                                "column": 21
                              },
                              "end": {
                                "line": 824,
                                "column": 28
                              },
                              "identifierName": "Promise"
                            },
                            "name": "Promise"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 27986,
                            "end": 27993,
                            "loc": {
                              "start": {
                                "line": 824,
                                "column": 29
                              },
                              "end": {
                                "line": 824,
                                "column": 36
                              },
                              "identifierName": "resolve"
                            },
                            "name": "resolve"
                          },
                          "computed": false
                        },
                        "arguments": []
                      }
                    },
                    "alternate": null
                  },
                  {
                    "type": "ReturnStatement",
                    "start": 28002,
                    "end": 28044,
                    "loc": {
                      "start": {
                        "line": 826,
                        "column": 4
                      },
                      "end": {
                        "line": 826,
                        "column": 46
                      }
                    },
                    "argument": {
                      "type": "CallExpression",
                      "start": 28009,
                      "end": 28043,
                      "loc": {
                        "start": {
                          "line": 826,
                          "column": 11
                        },
                        "end": {
                          "line": 826,
                          "column": 45
                        }
                      },
                      "callee": {
                        "type": "MemberExpression",
                        "start": 28009,
                        "end": 28029,
                        "loc": {
                          "start": {
                            "line": 826,
                            "column": 11
                          },
                          "end": {
                            "line": 826,
                            "column": 31
                          }
                        },
                        "object": {
                          "type": "MemberExpression",
                          "start": 28009,
                          "end": 28023,
                          "loc": {
                            "start": {
                              "line": 826,
                              "column": 11
                            },
                            "end": {
                              "line": 826,
                              "column": 25
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 28009,
                            "end": 28013,
                            "loc": {
                              "start": {
                                "line": 826,
                                "column": 11
                              },
                              "end": {
                                "line": 826,
                                "column": 15
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 28014,
                            "end": 28023,
                            "loc": {
                              "start": {
                                "line": 826,
                                "column": 16
                              },
                              "end": {
                                "line": 826,
                                "column": 25
                              },
                              "identifierName": "sequelize"
                            },
                            "name": "sequelize"
                          },
                          "computed": false
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 28024,
                          "end": 28029,
                          "loc": {
                            "start": {
                              "line": 826,
                              "column": 26
                            },
                            "end": {
                              "line": 826,
                              "column": 31
                            },
                            "identifierName": "query"
                          },
                          "name": "query"
                        },
                        "computed": false
                      },
                      "arguments": [
                        {
                          "type": "Identifier",
                          "start": 28030,
                          "end": 28033,
                          "loc": {
                            "start": {
                              "line": 826,
                              "column": 32
                            },
                            "end": {
                              "line": 826,
                              "column": 35
                            },
                            "identifierName": "sql"
                          },
                          "name": "sql"
                        },
                        {
                          "type": "Identifier",
                          "start": 28035,
                          "end": 28042,
                          "loc": {
                            "start": {
                              "line": 826,
                              "column": 37
                            },
                            "end": {
                              "line": 826,
                              "column": 44
                            },
                            "identifierName": "options"
                          },
                          "name": "options"
                        }
                      ]
                    }
                  }
                ],
                "directives": []
              }
            },
            {
              "type": "ClassMethod",
              "start": 28052,
              "end": 28726,
              "loc": {
                "start": {
                  "line": 829,
                  "column": 2
                },
                "end": {
                  "line": 850,
                  "column": 3
                }
              },
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 28052,
                "end": 28069,
                "loc": {
                  "start": {
                    "line": 829,
                    "column": 2
                  },
                  "end": {
                    "line": 829,
                    "column": 19
                  },
                  "identifierName": "setIsolationLevel"
                },
                "name": "setIsolationLevel"
              },
              "static": false,
              "kind": "method",
              "id": null,
              "generator": false,
              "expression": false,
              "async": false,
              "params": [
                {
                  "type": "Identifier",
                  "start": 28070,
                  "end": 28081,
                  "loc": {
                    "start": {
                      "line": 829,
                      "column": 20
                    },
                    "end": {
                      "line": 829,
                      "column": 31
                    },
                    "identifierName": "transaction"
                  },
                  "name": "transaction"
                },
                {
                  "type": "Identifier",
                  "start": 28083,
                  "end": 28088,
                  "loc": {
                    "start": {
                      "line": 829,
                      "column": 33
                    },
                    "end": {
                      "line": 829,
                      "column": 38
                    },
                    "identifierName": "value"
                  },
                  "name": "value"
                },
                {
                  "type": "Identifier",
                  "start": 28090,
                  "end": 28097,
                  "loc": {
                    "start": {
                      "line": 829,
                      "column": 40
                    },
                    "end": {
                      "line": 829,
                      "column": 47
                    },
                    "identifierName": "options"
                  },
                  "name": "options"
                }
              ],
              "body": {
                "type": "BlockStatement",
                "start": 28099,
                "end": 28726,
                "loc": {
                  "start": {
                    "line": 829,
                    "column": 49
                  },
                  "end": {
                    "line": 850,
                    "column": 3
                  }
                },
                "body": [
                  {
                    "type": "IfStatement",
                    "start": 28105,
                    "end": 28273,
                    "loc": {
                      "start": {
                        "line": 830,
                        "column": 4
                      },
                      "end": {
                        "line": 832,
                        "column": 5
                      }
                    },
                    "test": {
                      "type": "LogicalExpression",
                      "start": 28109,
                      "end": 28162,
                      "loc": {
                        "start": {
                          "line": 830,
                          "column": 8
                        },
                        "end": {
                          "line": 830,
                          "column": 61
                        }
                      },
                      "left": {
                        "type": "UnaryExpression",
                        "start": 28109,
                        "end": 28121,
                        "loc": {
                          "start": {
                            "line": 830,
                            "column": 8
                          },
                          "end": {
                            "line": 830,
                            "column": 20
                          }
                        },
                        "operator": "!",
                        "prefix": true,
                        "argument": {
                          "type": "Identifier",
                          "start": 28110,
                          "end": 28121,
                          "loc": {
                            "start": {
                              "line": 830,
                              "column": 9
                            },
                            "end": {
                              "line": 830,
                              "column": 20
                            },
                            "identifierName": "transaction"
                          },
                          "name": "transaction"
                        },
                        "extra": {
                          "parenthesizedArgument": false
                        }
                      },
                      "operator": "||",
                      "right": {
                        "type": "UnaryExpression",
                        "start": 28125,
                        "end": 28162,
                        "loc": {
                          "start": {
                            "line": 830,
                            "column": 24
                          },
                          "end": {
                            "line": 830,
                            "column": 61
                          }
                        },
                        "operator": "!",
                        "prefix": true,
                        "argument": {
                          "type": "BinaryExpression",
                          "start": 28127,
                          "end": 28161,
                          "loc": {
                            "start": {
                              "line": 830,
                              "column": 26
                            },
                            "end": {
                              "line": 830,
                              "column": 60
                            }
                          },
                          "left": {
                            "type": "Identifier",
                            "start": 28127,
                            "end": 28138,
                            "loc": {
                              "start": {
                                "line": 830,
                                "column": 26
                              },
                              "end": {
                                "line": 830,
                                "column": 37
                              },
                              "identifierName": "transaction"
                            },
                            "name": "transaction"
                          },
                          "operator": "instanceof",
                          "right": {
                            "type": "Identifier",
                            "start": 28150,
                            "end": 28161,
                            "loc": {
                              "start": {
                                "line": 830,
                                "column": 49
                              },
                              "end": {
                                "line": 830,
                                "column": 60
                              },
                              "identifierName": "Transaction"
                            },
                            "name": "Transaction"
                          },
                          "extra": {
                            "parenthesized": true,
                            "parenStart": 28126
                          }
                        },
                        "extra": {
                          "parenthesizedArgument": false
                        }
                      }
                    },
                    "consequent": {
                      "type": "BlockStatement",
                      "start": 28164,
                      "end": 28273,
                      "loc": {
                        "start": {
                          "line": 830,
                          "column": 63
                        },
                        "end": {
                          "line": 832,
                          "column": 5
                        }
                      },
                      "body": [
                        {
                          "type": "ThrowStatement",
                          "start": 28172,
                          "end": 28267,
                          "loc": {
                            "start": {
                              "line": 831,
                              "column": 6
                            },
                            "end": {
                              "line": 831,
                              "column": 101
                            }
                          },
                          "argument": {
                            "type": "NewExpression",
                            "start": 28178,
                            "end": 28266,
                            "loc": {
                              "start": {
                                "line": 831,
                                "column": 12
                              },
                              "end": {
                                "line": 831,
                                "column": 100
                              }
                            },
                            "callee": {
                              "type": "Identifier",
                              "start": 28182,
                              "end": 28187,
                              "loc": {
                                "start": {
                                  "line": 831,
                                  "column": 16
                                },
                                "end": {
                                  "line": 831,
                                  "column": 21
                                },
                                "identifierName": "Error"
                              },
                              "name": "Error"
                            },
                            "arguments": [
                              {
                                "type": "StringLiteral",
                                "start": 28188,
                                "end": 28265,
                                "loc": {
                                  "start": {
                                    "line": 831,
                                    "column": 22
                                  },
                                  "end": {
                                    "line": 831,
                                    "column": 99
                                  }
                                },
                                "extra": {
                                  "rawValue": "Unable to set isolation level for a transaction without transaction object!",
                                  "raw": "'Unable to set isolation level for a transaction without transaction object!'"
                                },
                                "value": "Unable to set isolation level for a transaction without transaction object!"
                              }
                            ]
                          }
                        }
                      ],
                      "directives": []
                    },
                    "alternate": null
                  },
                  {
                    "type": "IfStatement",
                    "start": 28279,
                    "end": 28423,
                    "loc": {
                      "start": {
                        "line": 834,
                        "column": 4
                      },
                      "end": {
                        "line": 837,
                        "column": 5
                      }
                    },
                    "test": {
                      "type": "LogicalExpression",
                      "start": 28283,
                      "end": 28311,
                      "loc": {
                        "start": {
                          "line": 834,
                          "column": 8
                        },
                        "end": {
                          "line": 834,
                          "column": 36
                        }
                      },
                      "left": {
                        "type": "MemberExpression",
                        "start": 28283,
                        "end": 28301,
                        "loc": {
                          "start": {
                            "line": 834,
                            "column": 8
                          },
                          "end": {
                            "line": 834,
                            "column": 26
                          }
                        },
                        "object": {
                          "type": "Identifier",
                          "start": 28283,
                          "end": 28294,
                          "loc": {
                            "start": {
                              "line": 834,
                              "column": 8
                            },
                            "end": {
                              "line": 834,
                              "column": 19
                            },
                            "identifierName": "transaction"
                          },
                          "name": "transaction"
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 28295,
                          "end": 28301,
                          "loc": {
                            "start": {
                              "line": 834,
                              "column": 20
                            },
                            "end": {
                              "line": 834,
                              "column": 26
                            },
                            "identifierName": "parent"
                          },
                          "name": "parent"
                        },
                        "computed": false
                      },
                      "operator": "||",
                      "right": {
                        "type": "UnaryExpression",
                        "start": 28305,
                        "end": 28311,
                        "loc": {
                          "start": {
                            "line": 834,
                            "column": 30
                          },
                          "end": {
                            "line": 834,
                            "column": 36
                          }
                        },
                        "operator": "!",
                        "prefix": true,
                        "argument": {
                          "type": "Identifier",
                          "start": 28306,
                          "end": 28311,
                          "loc": {
                            "start": {
                              "line": 834,
                              "column": 31
                            },
                            "end": {
                              "line": 834,
                              "column": 36
                            },
                            "identifierName": "value"
                          },
                          "name": "value"
                        },
                        "extra": {
                          "parenthesizedArgument": false
                        }
                      }
                    },
                    "consequent": {
                      "type": "BlockStatement",
                      "start": 28313,
                      "end": 28423,
                      "loc": {
                        "start": {
                          "line": 834,
                          "column": 38
                        },
                        "end": {
                          "line": 837,
                          "column": 5
                        }
                      },
                      "body": [
                        {
                          "type": "ReturnStatement",
                          "start": 28392,
                          "end": 28417,
                          "loc": {
                            "start": {
                              "line": 836,
                              "column": 6
                            },
                            "end": {
                              "line": 836,
                              "column": 31
                            }
                          },
                          "argument": {
                            "type": "CallExpression",
                            "start": 28399,
                            "end": 28416,
                            "loc": {
                              "start": {
                                "line": 836,
                                "column": 13
                              },
                              "end": {
                                "line": 836,
                                "column": 30
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 28399,
                              "end": 28414,
                              "loc": {
                                "start": {
                                  "line": 836,
                                  "column": 13
                                },
                                "end": {
                                  "line": 836,
                                  "column": 28
                                }
                              },
                              "object": {
                                "type": "Identifier",
                                "start": 28399,
                                "end": 28406,
                                "loc": {
                                  "start": {
                                    "line": 836,
                                    "column": 13
                                  },
                                  "end": {
                                    "line": 836,
                                    "column": 20
                                  },
                                  "identifierName": "Promise"
                                },
                                "name": "Promise",
                                "leadingComments": null
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 28407,
                                "end": 28414,
                                "loc": {
                                  "start": {
                                    "line": 836,
                                    "column": 21
                                  },
                                  "end": {
                                    "line": 836,
                                    "column": 28
                                  },
                                  "identifierName": "resolve"
                                },
                                "name": "resolve"
                              },
                              "computed": false,
                              "leadingComments": null
                            },
                            "arguments": [],
                            "leadingComments": null
                          },
                          "leadingComments": [
                            {
                              "type": "CommentLine",
                              "value": " Not possible to set a seperate isolation level for savepoints",
                              "start": 28321,
                              "end": 28385,
                              "loc": {
                                "start": {
                                  "line": 835,
                                  "column": 6
                                },
                                "end": {
                                  "line": 835,
                                  "column": 70
                                }
                              }
                            }
                          ]
                        }
                      ],
                      "directives": []
                    },
                    "alternate": null
                  },
                  {
                    "type": "ExpressionStatement",
                    "start": 28429,
                    "end": 28523,
                    "loc": {
                      "start": {
                        "line": 839,
                        "column": 4
                      },
                      "end": {
                        "line": 841,
                        "column": 7
                      }
                    },
                    "expression": {
                      "type": "AssignmentExpression",
                      "start": 28429,
                      "end": 28522,
                      "loc": {
                        "start": {
                          "line": 839,
                          "column": 4
                        },
                        "end": {
                          "line": 841,
                          "column": 6
                        }
                      },
                      "operator": "=",
                      "left": {
                        "type": "Identifier",
                        "start": 28429,
                        "end": 28436,
                        "loc": {
                          "start": {
                            "line": 839,
                            "column": 4
                          },
                          "end": {
                            "line": 839,
                            "column": 11
                          },
                          "identifierName": "options"
                        },
                        "name": "options"
                      },
                      "right": {
                        "type": "CallExpression",
                        "start": 28439,
                        "end": 28522,
                        "loc": {
                          "start": {
                            "line": 839,
                            "column": 14
                          },
                          "end": {
                            "line": 841,
                            "column": 6
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 28439,
                          "end": 28447,
                          "loc": {
                            "start": {
                              "line": 839,
                              "column": 14
                            },
                            "end": {
                              "line": 839,
                              "column": 22
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 28439,
                            "end": 28440,
                            "loc": {
                              "start": {
                                "line": 839,
                                "column": 14
                              },
                              "end": {
                                "line": 839,
                                "column": 15
                              },
                              "identifierName": "_"
                            },
                            "name": "_"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 28441,
                            "end": 28447,
                            "loc": {
                              "start": {
                                "line": 839,
                                "column": 16
                              },
                              "end": {
                                "line": 839,
                                "column": 22
                              },
                              "identifierName": "assign"
                            },
                            "name": "assign"
                          },
                          "computed": false
                        },
                        "arguments": [
                          {
                            "type": "ObjectExpression",
                            "start": 28448,
                            "end": 28450,
                            "loc": {
                              "start": {
                                "line": 839,
                                "column": 23
                              },
                              "end": {
                                "line": 839,
                                "column": 25
                              }
                            },
                            "properties": []
                          },
                          {
                            "type": "Identifier",
                            "start": 28452,
                            "end": 28459,
                            "loc": {
                              "start": {
                                "line": 839,
                                "column": 27
                              },
                              "end": {
                                "line": 839,
                                "column": 34
                              },
                              "identifierName": "options"
                            },
                            "name": "options"
                          },
                          {
                            "type": "ObjectExpression",
                            "start": 28461,
                            "end": 28521,
                            "loc": {
                              "start": {
                                "line": 839,
                                "column": 36
                              },
                              "end": {
                                "line": 841,
                                "column": 5
                              }
                            },
                            "properties": [
                              {
                                "type": "ObjectProperty",
                                "start": 28469,
                                "end": 28515,
                                "loc": {
                                  "start": {
                                    "line": 840,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 840,
                                    "column": 52
                                  }
                                },
                                "method": false,
                                "shorthand": false,
                                "computed": false,
                                "key": {
                                  "type": "Identifier",
                                  "start": 28469,
                                  "end": 28480,
                                  "loc": {
                                    "start": {
                                      "line": 840,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 840,
                                      "column": 17
                                    },
                                    "identifierName": "transaction"
                                  },
                                  "name": "transaction"
                                },
                                "value": {
                                  "type": "LogicalExpression",
                                  "start": 28482,
                                  "end": 28515,
                                  "loc": {
                                    "start": {
                                      "line": 840,
                                      "column": 19
                                    },
                                    "end": {
                                      "line": 840,
                                      "column": 52
                                    }
                                  },
                                  "left": {
                                    "type": "MemberExpression",
                                    "start": 28482,
                                    "end": 28500,
                                    "loc": {
                                      "start": {
                                        "line": 840,
                                        "column": 19
                                      },
                                      "end": {
                                        "line": 840,
                                        "column": 37
                                      }
                                    },
                                    "object": {
                                      "type": "Identifier",
                                      "start": 28482,
                                      "end": 28493,
                                      "loc": {
                                        "start": {
                                          "line": 840,
                                          "column": 19
                                        },
                                        "end": {
                                          "line": 840,
                                          "column": 30
                                        },
                                        "identifierName": "transaction"
                                      },
                                      "name": "transaction"
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 28494,
                                      "end": 28500,
                                      "loc": {
                                        "start": {
                                          "line": 840,
                                          "column": 31
                                        },
                                        "end": {
                                          "line": 840,
                                          "column": 37
                                        },
                                        "identifierName": "parent"
                                      },
                                      "name": "parent"
                                    },
                                    "computed": false
                                  },
                                  "operator": "||",
                                  "right": {
                                    "type": "Identifier",
                                    "start": 28504,
                                    "end": 28515,
                                    "loc": {
                                      "start": {
                                        "line": 840,
                                        "column": 41
                                      },
                                      "end": {
                                        "line": 840,
                                        "column": 52
                                      },
                                      "identifierName": "transaction"
                                    },
                                    "name": "transaction"
                                  }
                                }
                              }
                            ]
                          }
                        ]
                      }
                    }
                  },
                  {
                    "type": "VariableDeclaration",
                    "start": 28529,
                    "end": 28633,
                    "loc": {
                      "start": {
                        "line": 843,
                        "column": 4
                      },
                      "end": {
                        "line": 845,
                        "column": 7
                      }
                    },
                    "declarations": [
                      {
                        "type": "VariableDeclarator",
                        "start": 28535,
                        "end": 28632,
                        "loc": {
                          "start": {
                            "line": 843,
                            "column": 10
                          },
                          "end": {
                            "line": 845,
                            "column": 6
                          }
                        },
                        "id": {
                          "type": "Identifier",
                          "start": 28535,
                          "end": 28538,
                          "loc": {
                            "start": {
                              "line": 843,
                              "column": 10
                            },
                            "end": {
                              "line": 843,
                              "column": 13
                            },
                            "identifierName": "sql"
                          },
                          "name": "sql"
                        },
                        "init": {
                          "type": "CallExpression",
                          "start": 28541,
                          "end": 28632,
                          "loc": {
                            "start": {
                              "line": 843,
                              "column": 16
                            },
                            "end": {
                              "line": 845,
                              "column": 6
                            }
                          },
                          "callee": {
                            "type": "MemberExpression",
                            "start": 28541,
                            "end": 28583,
                            "loc": {
                              "start": {
                                "line": 843,
                                "column": 16
                              },
                              "end": {
                                "line": 843,
                                "column": 58
                              }
                            },
                            "object": {
                              "type": "MemberExpression",
                              "start": 28541,
                              "end": 28560,
                              "loc": {
                                "start": {
                                  "line": 843,
                                  "column": 16
                                },
                                "end": {
                                  "line": 843,
                                  "column": 35
                                }
                              },
                              "object": {
                                "type": "ThisExpression",
                                "start": 28541,
                                "end": 28545,
                                "loc": {
                                  "start": {
                                    "line": 843,
                                    "column": 16
                                  },
                                  "end": {
                                    "line": 843,
                                    "column": 20
                                  }
                                }
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 28546,
                                "end": 28560,
                                "loc": {
                                  "start": {
                                    "line": 843,
                                    "column": 21
                                  },
                                  "end": {
                                    "line": 843,
                                    "column": 35
                                  },
                                  "identifierName": "QueryGenerator"
                                },
                                "name": "QueryGenerator"
                              },
                              "computed": false
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 28561,
                              "end": 28583,
                              "loc": {
                                "start": {
                                  "line": 843,
                                  "column": 36
                                },
                                "end": {
                                  "line": 843,
                                  "column": 58
                                },
                                "identifierName": "setIsolationLevelQuery"
                              },
                              "name": "setIsolationLevelQuery"
                            },
                            "computed": false
                          },
                          "arguments": [
                            {
                              "type": "Identifier",
                              "start": 28584,
                              "end": 28589,
                              "loc": {
                                "start": {
                                  "line": 843,
                                  "column": 59
                                },
                                "end": {
                                  "line": 843,
                                  "column": 64
                                },
                                "identifierName": "value"
                              },
                              "name": "value"
                            },
                            {
                              "type": "ObjectExpression",
                              "start": 28591,
                              "end": 28631,
                              "loc": {
                                "start": {
                                  "line": 843,
                                  "column": 66
                                },
                                "end": {
                                  "line": 845,
                                  "column": 5
                                }
                              },
                              "properties": [
                                {
                                  "type": "ObjectProperty",
                                  "start": 28599,
                                  "end": 28625,
                                  "loc": {
                                    "start": {
                                      "line": 844,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 844,
                                      "column": 32
                                    }
                                  },
                                  "method": false,
                                  "shorthand": false,
                                  "computed": false,
                                  "key": {
                                    "type": "Identifier",
                                    "start": 28599,
                                    "end": 28605,
                                    "loc": {
                                      "start": {
                                        "line": 844,
                                        "column": 6
                                      },
                                      "end": {
                                        "line": 844,
                                        "column": 12
                                      },
                                      "identifierName": "parent"
                                    },
                                    "name": "parent"
                                  },
                                  "value": {
                                    "type": "MemberExpression",
                                    "start": 28607,
                                    "end": 28625,
                                    "loc": {
                                      "start": {
                                        "line": 844,
                                        "column": 14
                                      },
                                      "end": {
                                        "line": 844,
                                        "column": 32
                                      }
                                    },
                                    "object": {
                                      "type": "Identifier",
                                      "start": 28607,
                                      "end": 28618,
                                      "loc": {
                                        "start": {
                                          "line": 844,
                                          "column": 14
                                        },
                                        "end": {
                                          "line": 844,
                                          "column": 25
                                        },
                                        "identifierName": "transaction"
                                      },
                                      "name": "transaction"
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 28619,
                                      "end": 28625,
                                      "loc": {
                                        "start": {
                                          "line": 844,
                                          "column": 26
                                        },
                                        "end": {
                                          "line": 844,
                                          "column": 32
                                        },
                                        "identifierName": "parent"
                                      },
                                      "name": "parent"
                                    },
                                    "computed": false
                                  }
                                }
                              ]
                            }
                          ]
                        }
                      }
                    ],
                    "kind": "const"
                  },
                  {
                    "type": "IfStatement",
                    "start": 28639,
                    "end": 28674,
                    "loc": {
                      "start": {
                        "line": 847,
                        "column": 4
                      },
                      "end": {
                        "line": 847,
                        "column": 39
                      }
                    },
                    "test": {
                      "type": "UnaryExpression",
                      "start": 28643,
                      "end": 28647,
                      "loc": {
                        "start": {
                          "line": 847,
                          "column": 8
                        },
                        "end": {
                          "line": 847,
                          "column": 12
                        }
                      },
                      "operator": "!",
                      "prefix": true,
                      "argument": {
                        "type": "Identifier",
                        "start": 28644,
                        "end": 28647,
                        "loc": {
                          "start": {
                            "line": 847,
                            "column": 9
                          },
                          "end": {
                            "line": 847,
                            "column": 12
                          },
                          "identifierName": "sql"
                        },
                        "name": "sql"
                      },
                      "extra": {
                        "parenthesizedArgument": false
                      }
                    },
                    "consequent": {
                      "type": "ReturnStatement",
                      "start": 28649,
                      "end": 28674,
                      "loc": {
                        "start": {
                          "line": 847,
                          "column": 14
                        },
                        "end": {
                          "line": 847,
                          "column": 39
                        }
                      },
                      "argument": {
                        "type": "CallExpression",
                        "start": 28656,
                        "end": 28673,
                        "loc": {
                          "start": {
                            "line": 847,
                            "column": 21
                          },
                          "end": {
                            "line": 847,
                            "column": 38
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 28656,
                          "end": 28671,
                          "loc": {
                            "start": {
                              "line": 847,
                              "column": 21
                            },
                            "end": {
                              "line": 847,
                              "column": 36
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 28656,
                            "end": 28663,
                            "loc": {
                              "start": {
                                "line": 847,
                                "column": 21
                              },
                              "end": {
                                "line": 847,
                                "column": 28
                              },
                              "identifierName": "Promise"
                            },
                            "name": "Promise"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 28664,
                            "end": 28671,
                            "loc": {
                              "start": {
                                "line": 847,
                                "column": 29
                              },
                              "end": {
                                "line": 847,
                                "column": 36
                              },
                              "identifierName": "resolve"
                            },
                            "name": "resolve"
                          },
                          "computed": false
                        },
                        "arguments": []
                      }
                    },
                    "alternate": null
                  },
                  {
                    "type": "ReturnStatement",
                    "start": 28680,
                    "end": 28722,
                    "loc": {
                      "start": {
                        "line": 849,
                        "column": 4
                      },
                      "end": {
                        "line": 849,
                        "column": 46
                      }
                    },
                    "argument": {
                      "type": "CallExpression",
                      "start": 28687,
                      "end": 28721,
                      "loc": {
                        "start": {
                          "line": 849,
                          "column": 11
                        },
                        "end": {
                          "line": 849,
                          "column": 45
                        }
                      },
                      "callee": {
                        "type": "MemberExpression",
                        "start": 28687,
                        "end": 28707,
                        "loc": {
                          "start": {
                            "line": 849,
                            "column": 11
                          },
                          "end": {
                            "line": 849,
                            "column": 31
                          }
                        },
                        "object": {
                          "type": "MemberExpression",
                          "start": 28687,
                          "end": 28701,
                          "loc": {
                            "start": {
                              "line": 849,
                              "column": 11
                            },
                            "end": {
                              "line": 849,
                              "column": 25
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 28687,
                            "end": 28691,
                            "loc": {
                              "start": {
                                "line": 849,
                                "column": 11
                              },
                              "end": {
                                "line": 849,
                                "column": 15
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 28692,
                            "end": 28701,
                            "loc": {
                              "start": {
                                "line": 849,
                                "column": 16
                              },
                              "end": {
                                "line": 849,
                                "column": 25
                              },
                              "identifierName": "sequelize"
                            },
                            "name": "sequelize"
                          },
                          "computed": false
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 28702,
                          "end": 28707,
                          "loc": {
                            "start": {
                              "line": 849,
                              "column": 26
                            },
                            "end": {
                              "line": 849,
                              "column": 31
                            },
                            "identifierName": "query"
                          },
                          "name": "query"
                        },
                        "computed": false
                      },
                      "arguments": [
                        {
                          "type": "Identifier",
                          "start": 28708,
                          "end": 28711,
                          "loc": {
                            "start": {
                              "line": 849,
                              "column": 32
                            },
                            "end": {
                              "line": 849,
                              "column": 35
                            },
                            "identifierName": "sql"
                          },
                          "name": "sql"
                        },
                        {
                          "type": "Identifier",
                          "start": 28713,
                          "end": 28720,
                          "loc": {
                            "start": {
                              "line": 849,
                              "column": 37
                            },
                            "end": {
                              "line": 849,
                              "column": 44
                            },
                            "identifierName": "options"
                          },
                          "name": "options"
                        }
                      ]
                    }
                  }
                ],
                "directives": []
              }
            },
            {
              "type": "ClassMethod",
              "start": 28730,
              "end": 29231,
              "loc": {
                "start": {
                  "line": 852,
                  "column": 2
                },
                "end": {
                  "line": 864,
                  "column": 3
                }
              },
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 28730,
                "end": 28746,
                "loc": {
                  "start": {
                    "line": 852,
                    "column": 2
                  },
                  "end": {
                    "line": 852,
                    "column": 18
                  },
                  "identifierName": "startTransaction"
                },
                "name": "startTransaction"
              },
              "static": false,
              "kind": "method",
              "id": null,
              "generator": false,
              "expression": false,
              "async": false,
              "params": [
                {
                  "type": "Identifier",
                  "start": 28747,
                  "end": 28758,
                  "loc": {
                    "start": {
                      "line": 852,
                      "column": 19
                    },
                    "end": {
                      "line": 852,
                      "column": 30
                    },
                    "identifierName": "transaction"
                  },
                  "name": "transaction"
                },
                {
                  "type": "Identifier",
                  "start": 28760,
                  "end": 28767,
                  "loc": {
                    "start": {
                      "line": 852,
                      "column": 32
                    },
                    "end": {
                      "line": 852,
                      "column": 39
                    },
                    "identifierName": "options"
                  },
                  "name": "options"
                }
              ],
              "body": {
                "type": "BlockStatement",
                "start": 28769,
                "end": 29231,
                "loc": {
                  "start": {
                    "line": 852,
                    "column": 41
                  },
                  "end": {
                    "line": 864,
                    "column": 3
                  }
                },
                "body": [
                  {
                    "type": "IfStatement",
                    "start": 28775,
                    "end": 28925,
                    "loc": {
                      "start": {
                        "line": 853,
                        "column": 4
                      },
                      "end": {
                        "line": 855,
                        "column": 5
                      }
                    },
                    "test": {
                      "type": "LogicalExpression",
                      "start": 28779,
                      "end": 28832,
                      "loc": {
                        "start": {
                          "line": 853,
                          "column": 8
                        },
                        "end": {
                          "line": 853,
                          "column": 61
                        }
                      },
                      "left": {
                        "type": "UnaryExpression",
                        "start": 28779,
                        "end": 28791,
                        "loc": {
                          "start": {
                            "line": 853,
                            "column": 8
                          },
                          "end": {
                            "line": 853,
                            "column": 20
                          }
                        },
                        "operator": "!",
                        "prefix": true,
                        "argument": {
                          "type": "Identifier",
                          "start": 28780,
                          "end": 28791,
                          "loc": {
                            "start": {
                              "line": 853,
                              "column": 9
                            },
                            "end": {
                              "line": 853,
                              "column": 20
                            },
                            "identifierName": "transaction"
                          },
                          "name": "transaction"
                        },
                        "extra": {
                          "parenthesizedArgument": false
                        }
                      },
                      "operator": "||",
                      "right": {
                        "type": "UnaryExpression",
                        "start": 28795,
                        "end": 28832,
                        "loc": {
                          "start": {
                            "line": 853,
                            "column": 24
                          },
                          "end": {
                            "line": 853,
                            "column": 61
                          }
                        },
                        "operator": "!",
                        "prefix": true,
                        "argument": {
                          "type": "BinaryExpression",
                          "start": 28797,
                          "end": 28831,
                          "loc": {
                            "start": {
                              "line": 853,
                              "column": 26
                            },
                            "end": {
                              "line": 853,
                              "column": 60
                            }
                          },
                          "left": {
                            "type": "Identifier",
                            "start": 28797,
                            "end": 28808,
                            "loc": {
                              "start": {
                                "line": 853,
                                "column": 26
                              },
                              "end": {
                                "line": 853,
                                "column": 37
                              },
                              "identifierName": "transaction"
                            },
                            "name": "transaction"
                          },
                          "operator": "instanceof",
                          "right": {
                            "type": "Identifier",
                            "start": 28820,
                            "end": 28831,
                            "loc": {
                              "start": {
                                "line": 853,
                                "column": 49
                              },
                              "end": {
                                "line": 853,
                                "column": 60
                              },
                              "identifierName": "Transaction"
                            },
                            "name": "Transaction"
                          },
                          "extra": {
                            "parenthesized": true,
                            "parenStart": 28796
                          }
                        },
                        "extra": {
                          "parenthesizedArgument": false
                        }
                      }
                    },
                    "consequent": {
                      "type": "BlockStatement",
                      "start": 28834,
                      "end": 28925,
                      "loc": {
                        "start": {
                          "line": 853,
                          "column": 63
                        },
                        "end": {
                          "line": 855,
                          "column": 5
                        }
                      },
                      "body": [
                        {
                          "type": "ThrowStatement",
                          "start": 28842,
                          "end": 28919,
                          "loc": {
                            "start": {
                              "line": 854,
                              "column": 6
                            },
                            "end": {
                              "line": 854,
                              "column": 83
                            }
                          },
                          "argument": {
                            "type": "NewExpression",
                            "start": 28848,
                            "end": 28918,
                            "loc": {
                              "start": {
                                "line": 854,
                                "column": 12
                              },
                              "end": {
                                "line": 854,
                                "column": 82
                              }
                            },
                            "callee": {
                              "type": "Identifier",
                              "start": 28852,
                              "end": 28857,
                              "loc": {
                                "start": {
                                  "line": 854,
                                  "column": 16
                                },
                                "end": {
                                  "line": 854,
                                  "column": 21
                                },
                                "identifierName": "Error"
                              },
                              "name": "Error"
                            },
                            "arguments": [
                              {
                                "type": "StringLiteral",
                                "start": 28858,
                                "end": 28917,
                                "loc": {
                                  "start": {
                                    "line": 854,
                                    "column": 22
                                  },
                                  "end": {
                                    "line": 854,
                                    "column": 81
                                  }
                                },
                                "extra": {
                                  "rawValue": "Unable to start a transaction without transaction object!",
                                  "raw": "'Unable to start a transaction without transaction object!'"
                                },
                                "value": "Unable to start a transaction without transaction object!"
                              }
                            ]
                          }
                        }
                      ],
                      "directives": []
                    },
                    "alternate": null
                  },
                  {
                    "type": "ExpressionStatement",
                    "start": 28931,
                    "end": 29025,
                    "loc": {
                      "start": {
                        "line": 857,
                        "column": 4
                      },
                      "end": {
                        "line": 859,
                        "column": 7
                      }
                    },
                    "expression": {
                      "type": "AssignmentExpression",
                      "start": 28931,
                      "end": 29024,
                      "loc": {
                        "start": {
                          "line": 857,
                          "column": 4
                        },
                        "end": {
                          "line": 859,
                          "column": 6
                        }
                      },
                      "operator": "=",
                      "left": {
                        "type": "Identifier",
                        "start": 28931,
                        "end": 28938,
                        "loc": {
                          "start": {
                            "line": 857,
                            "column": 4
                          },
                          "end": {
                            "line": 857,
                            "column": 11
                          },
                          "identifierName": "options"
                        },
                        "name": "options"
                      },
                      "right": {
                        "type": "CallExpression",
                        "start": 28941,
                        "end": 29024,
                        "loc": {
                          "start": {
                            "line": 857,
                            "column": 14
                          },
                          "end": {
                            "line": 859,
                            "column": 6
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 28941,
                          "end": 28949,
                          "loc": {
                            "start": {
                              "line": 857,
                              "column": 14
                            },
                            "end": {
                              "line": 857,
                              "column": 22
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 28941,
                            "end": 28942,
                            "loc": {
                              "start": {
                                "line": 857,
                                "column": 14
                              },
                              "end": {
                                "line": 857,
                                "column": 15
                              },
                              "identifierName": "_"
                            },
                            "name": "_"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 28943,
                            "end": 28949,
                            "loc": {
                              "start": {
                                "line": 857,
                                "column": 16
                              },
                              "end": {
                                "line": 857,
                                "column": 22
                              },
                              "identifierName": "assign"
                            },
                            "name": "assign"
                          },
                          "computed": false
                        },
                        "arguments": [
                          {
                            "type": "ObjectExpression",
                            "start": 28950,
                            "end": 28952,
                            "loc": {
                              "start": {
                                "line": 857,
                                "column": 23
                              },
                              "end": {
                                "line": 857,
                                "column": 25
                              }
                            },
                            "properties": []
                          },
                          {
                            "type": "Identifier",
                            "start": 28954,
                            "end": 28961,
                            "loc": {
                              "start": {
                                "line": 857,
                                "column": 27
                              },
                              "end": {
                                "line": 857,
                                "column": 34
                              },
                              "identifierName": "options"
                            },
                            "name": "options"
                          },
                          {
                            "type": "ObjectExpression",
                            "start": 28963,
                            "end": 29023,
                            "loc": {
                              "start": {
                                "line": 857,
                                "column": 36
                              },
                              "end": {
                                "line": 859,
                                "column": 5
                              }
                            },
                            "properties": [
                              {
                                "type": "ObjectProperty",
                                "start": 28971,
                                "end": 29017,
                                "loc": {
                                  "start": {
                                    "line": 858,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 858,
                                    "column": 52
                                  }
                                },
                                "method": false,
                                "shorthand": false,
                                "computed": false,
                                "key": {
                                  "type": "Identifier",
                                  "start": 28971,
                                  "end": 28982,
                                  "loc": {
                                    "start": {
                                      "line": 858,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 858,
                                      "column": 17
                                    },
                                    "identifierName": "transaction"
                                  },
                                  "name": "transaction"
                                },
                                "value": {
                                  "type": "LogicalExpression",
                                  "start": 28984,
                                  "end": 29017,
                                  "loc": {
                                    "start": {
                                      "line": 858,
                                      "column": 19
                                    },
                                    "end": {
                                      "line": 858,
                                      "column": 52
                                    }
                                  },
                                  "left": {
                                    "type": "MemberExpression",
                                    "start": 28984,
                                    "end": 29002,
                                    "loc": {
                                      "start": {
                                        "line": 858,
                                        "column": 19
                                      },
                                      "end": {
                                        "line": 858,
                                        "column": 37
                                      }
                                    },
                                    "object": {
                                      "type": "Identifier",
                                      "start": 28984,
                                      "end": 28995,
                                      "loc": {
                                        "start": {
                                          "line": 858,
                                          "column": 19
                                        },
                                        "end": {
                                          "line": 858,
                                          "column": 30
                                        },
                                        "identifierName": "transaction"
                                      },
                                      "name": "transaction"
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 28996,
                                      "end": 29002,
                                      "loc": {
                                        "start": {
                                          "line": 858,
                                          "column": 31
                                        },
                                        "end": {
                                          "line": 858,
                                          "column": 37
                                        },
                                        "identifierName": "parent"
                                      },
                                      "name": "parent"
                                    },
                                    "computed": false
                                  },
                                  "operator": "||",
                                  "right": {
                                    "type": "Identifier",
                                    "start": 29006,
                                    "end": 29017,
                                    "loc": {
                                      "start": {
                                        "line": 858,
                                        "column": 41
                                      },
                                      "end": {
                                        "line": 858,
                                        "column": 52
                                      },
                                      "identifierName": "transaction"
                                    },
                                    "name": "transaction"
                                  }
                                }
                              }
                            ]
                          }
                        ]
                      }
                    }
                  },
                  {
                    "type": "ExpressionStatement",
                    "start": 29030,
                    "end": 29107,
                    "loc": {
                      "start": {
                        "line": 860,
                        "column": 4
                      },
                      "end": {
                        "line": 860,
                        "column": 81
                      }
                    },
                    "expression": {
                      "type": "AssignmentExpression",
                      "start": 29030,
                      "end": 29106,
                      "loc": {
                        "start": {
                          "line": 860,
                          "column": 4
                        },
                        "end": {
                          "line": 860,
                          "column": 80
                        }
                      },
                      "operator": "=",
                      "left": {
                        "type": "MemberExpression",
                        "start": 29030,
                        "end": 29054,
                        "loc": {
                          "start": {
                            "line": 860,
                            "column": 4
                          },
                          "end": {
                            "line": 860,
                            "column": 28
                          }
                        },
                        "object": {
                          "type": "MemberExpression",
                          "start": 29030,
                          "end": 29049,
                          "loc": {
                            "start": {
                              "line": 860,
                              "column": 4
                            },
                            "end": {
                              "line": 860,
                              "column": 23
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 29030,
                            "end": 29037,
                            "loc": {
                              "start": {
                                "line": 860,
                                "column": 4
                              },
                              "end": {
                                "line": 860,
                                "column": 11
                              },
                              "identifierName": "options"
                            },
                            "name": "options"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 29038,
                            "end": 29049,
                            "loc": {
                              "start": {
                                "line": 860,
                                "column": 12
                              },
                              "end": {
                                "line": 860,
                                "column": 23
                              },
                              "identifierName": "transaction"
                            },
                            "name": "transaction"
                          },
                          "computed": false
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 29050,
                          "end": 29054,
                          "loc": {
                            "start": {
                              "line": 860,
                              "column": 24
                            },
                            "end": {
                              "line": 860,
                              "column": 28
                            },
                            "identifierName": "name"
                          },
                          "name": "name"
                        },
                        "computed": false
                      },
                      "right": {
                        "type": "ConditionalExpression",
                        "start": 29057,
                        "end": 29106,
                        "loc": {
                          "start": {
                            "line": 860,
                            "column": 31
                          },
                          "end": {
                            "line": 860,
                            "column": 80
                          }
                        },
                        "test": {
                          "type": "MemberExpression",
                          "start": 29057,
                          "end": 29075,
                          "loc": {
                            "start": {
                              "line": 860,
                              "column": 31
                            },
                            "end": {
                              "line": 860,
                              "column": 49
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 29057,
                            "end": 29068,
                            "loc": {
                              "start": {
                                "line": 860,
                                "column": 31
                              },
                              "end": {
                                "line": 860,
                                "column": 42
                              },
                              "identifierName": "transaction"
                            },
                            "name": "transaction"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 29069,
                            "end": 29075,
                            "loc": {
                              "start": {
                                "line": 860,
                                "column": 43
                              },
                              "end": {
                                "line": 860,
                                "column": 49
                              },
                              "identifierName": "parent"
                            },
                            "name": "parent"
                          },
                          "computed": false
                        },
                        "consequent": {
                          "type": "MemberExpression",
                          "start": 29078,
                          "end": 29094,
                          "loc": {
                            "start": {
                              "line": 860,
                              "column": 52
                            },
                            "end": {
                              "line": 860,
                              "column": 68
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 29078,
                            "end": 29089,
                            "loc": {
                              "start": {
                                "line": 860,
                                "column": 52
                              },
                              "end": {
                                "line": 860,
                                "column": 63
                              },
                              "identifierName": "transaction"
                            },
                            "name": "transaction"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 29090,
                            "end": 29094,
                            "loc": {
                              "start": {
                                "line": 860,
                                "column": 64
                              },
                              "end": {
                                "line": 860,
                                "column": 68
                              },
                              "identifierName": "name"
                            },
                            "name": "name"
                          },
                          "computed": false
                        },
                        "alternate": {
                          "type": "Identifier",
                          "start": 29097,
                          "end": 29106,
                          "loc": {
                            "start": {
                              "line": 860,
                              "column": 71
                            },
                            "end": {
                              "line": 860,
                              "column": 80
                            },
                            "identifierName": "undefined"
                          },
                          "name": "undefined"
                        }
                      }
                    }
                  },
                  {
                    "type": "VariableDeclaration",
                    "start": 29112,
                    "end": 29179,
                    "loc": {
                      "start": {
                        "line": 861,
                        "column": 4
                      },
                      "end": {
                        "line": 861,
                        "column": 71
                      }
                    },
                    "declarations": [
                      {
                        "type": "VariableDeclarator",
                        "start": 29118,
                        "end": 29178,
                        "loc": {
                          "start": {
                            "line": 861,
                            "column": 10
                          },
                          "end": {
                            "line": 861,
                            "column": 70
                          }
                        },
                        "id": {
                          "type": "Identifier",
                          "start": 29118,
                          "end": 29121,
                          "loc": {
                            "start": {
                              "line": 861,
                              "column": 10
                            },
                            "end": {
                              "line": 861,
                              "column": 13
                            },
                            "identifierName": "sql"
                          },
                          "name": "sql"
                        },
                        "init": {
                          "type": "CallExpression",
                          "start": 29124,
                          "end": 29178,
                          "loc": {
                            "start": {
                              "line": 861,
                              "column": 16
                            },
                            "end": {
                              "line": 861,
                              "column": 70
                            }
                          },
                          "callee": {
                            "type": "MemberExpression",
                            "start": 29124,
                            "end": 29165,
                            "loc": {
                              "start": {
                                "line": 861,
                                "column": 16
                              },
                              "end": {
                                "line": 861,
                                "column": 57
                              }
                            },
                            "object": {
                              "type": "MemberExpression",
                              "start": 29124,
                              "end": 29143,
                              "loc": {
                                "start": {
                                  "line": 861,
                                  "column": 16
                                },
                                "end": {
                                  "line": 861,
                                  "column": 35
                                }
                              },
                              "object": {
                                "type": "ThisExpression",
                                "start": 29124,
                                "end": 29128,
                                "loc": {
                                  "start": {
                                    "line": 861,
                                    "column": 16
                                  },
                                  "end": {
                                    "line": 861,
                                    "column": 20
                                  }
                                }
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 29129,
                                "end": 29143,
                                "loc": {
                                  "start": {
                                    "line": 861,
                                    "column": 21
                                  },
                                  "end": {
                                    "line": 861,
                                    "column": 35
                                  },
                                  "identifierName": "QueryGenerator"
                                },
                                "name": "QueryGenerator"
                              },
                              "computed": false
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 29144,
                              "end": 29165,
                              "loc": {
                                "start": {
                                  "line": 861,
                                  "column": 36
                                },
                                "end": {
                                  "line": 861,
                                  "column": 57
                                },
                                "identifierName": "startTransactionQuery"
                              },
                              "name": "startTransactionQuery"
                            },
                            "computed": false
                          },
                          "arguments": [
                            {
                              "type": "Identifier",
                              "start": 29166,
                              "end": 29177,
                              "loc": {
                                "start": {
                                  "line": 861,
                                  "column": 58
                                },
                                "end": {
                                  "line": 861,
                                  "column": 69
                                },
                                "identifierName": "transaction"
                              },
                              "name": "transaction"
                            }
                          ]
                        }
                      }
                    ],
                    "kind": "const"
                  },
                  {
                    "type": "ReturnStatement",
                    "start": 29185,
                    "end": 29227,
                    "loc": {
                      "start": {
                        "line": 863,
                        "column": 4
                      },
                      "end": {
                        "line": 863,
                        "column": 46
                      }
                    },
                    "argument": {
                      "type": "CallExpression",
                      "start": 29192,
                      "end": 29226,
                      "loc": {
                        "start": {
                          "line": 863,
                          "column": 11
                        },
                        "end": {
                          "line": 863,
                          "column": 45
                        }
                      },
                      "callee": {
                        "type": "MemberExpression",
                        "start": 29192,
                        "end": 29212,
                        "loc": {
                          "start": {
                            "line": 863,
                            "column": 11
                          },
                          "end": {
                            "line": 863,
                            "column": 31
                          }
                        },
                        "object": {
                          "type": "MemberExpression",
                          "start": 29192,
                          "end": 29206,
                          "loc": {
                            "start": {
                              "line": 863,
                              "column": 11
                            },
                            "end": {
                              "line": 863,
                              "column": 25
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 29192,
                            "end": 29196,
                            "loc": {
                              "start": {
                                "line": 863,
                                "column": 11
                              },
                              "end": {
                                "line": 863,
                                "column": 15
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 29197,
                            "end": 29206,
                            "loc": {
                              "start": {
                                "line": 863,
                                "column": 16
                              },
                              "end": {
                                "line": 863,
                                "column": 25
                              },
                              "identifierName": "sequelize"
                            },
                            "name": "sequelize"
                          },
                          "computed": false
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 29207,
                          "end": 29212,
                          "loc": {
                            "start": {
                              "line": 863,
                              "column": 26
                            },
                            "end": {
                              "line": 863,
                              "column": 31
                            },
                            "identifierName": "query"
                          },
                          "name": "query"
                        },
                        "computed": false
                      },
                      "arguments": [
                        {
                          "type": "Identifier",
                          "start": 29213,
                          "end": 29216,
                          "loc": {
                            "start": {
                              "line": 863,
                              "column": 32
                            },
                            "end": {
                              "line": 863,
                              "column": 35
                            },
                            "identifierName": "sql"
                          },
                          "name": "sql"
                        },
                        {
                          "type": "Identifier",
                          "start": 29218,
                          "end": 29225,
                          "loc": {
                            "start": {
                              "line": 863,
                              "column": 37
                            },
                            "end": {
                              "line": 863,
                              "column": 44
                            },
                            "identifierName": "options"
                          },
                          "name": "options"
                        }
                      ]
                    }
                  }
                ],
                "directives": []
              }
            },
            {
              "type": "ClassMethod",
              "start": 29235,
              "end": 29549,
              "loc": {
                "start": {
                  "line": 866,
                  "column": 2
                },
                "end": {
                  "line": 878,
                  "column": 3
                }
              },
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 29235,
                "end": 29251,
                "loc": {
                  "start": {
                    "line": 866,
                    "column": 2
                  },
                  "end": {
                    "line": 866,
                    "column": 18
                  },
                  "identifierName": "deferConstraints"
                },
                "name": "deferConstraints"
              },
              "static": false,
              "kind": "method",
              "id": null,
              "generator": false,
              "expression": false,
              "async": false,
              "params": [
                {
                  "type": "Identifier",
                  "start": 29252,
                  "end": 29263,
                  "loc": {
                    "start": {
                      "line": 866,
                      "column": 19
                    },
                    "end": {
                      "line": 866,
                      "column": 30
                    },
                    "identifierName": "transaction"
                  },
                  "name": "transaction"
                },
                {
                  "type": "Identifier",
                  "start": 29265,
                  "end": 29272,
                  "loc": {
                    "start": {
                      "line": 866,
                      "column": 32
                    },
                    "end": {
                      "line": 866,
                      "column": 39
                    },
                    "identifierName": "options"
                  },
                  "name": "options"
                }
              ],
              "body": {
                "type": "BlockStatement",
                "start": 29274,
                "end": 29549,
                "loc": {
                  "start": {
                    "line": 866,
                    "column": 41
                  },
                  "end": {
                    "line": 878,
                    "column": 3
                  }
                },
                "body": [
                  {
                    "type": "ExpressionStatement",
                    "start": 29280,
                    "end": 29374,
                    "loc": {
                      "start": {
                        "line": 867,
                        "column": 4
                      },
                      "end": {
                        "line": 869,
                        "column": 7
                      }
                    },
                    "expression": {
                      "type": "AssignmentExpression",
                      "start": 29280,
                      "end": 29373,
                      "loc": {
                        "start": {
                          "line": 867,
                          "column": 4
                        },
                        "end": {
                          "line": 869,
                          "column": 6
                        }
                      },
                      "operator": "=",
                      "left": {
                        "type": "Identifier",
                        "start": 29280,
                        "end": 29287,
                        "loc": {
                          "start": {
                            "line": 867,
                            "column": 4
                          },
                          "end": {
                            "line": 867,
                            "column": 11
                          },
                          "identifierName": "options"
                        },
                        "name": "options"
                      },
                      "right": {
                        "type": "CallExpression",
                        "start": 29290,
                        "end": 29373,
                        "loc": {
                          "start": {
                            "line": 867,
                            "column": 14
                          },
                          "end": {
                            "line": 869,
                            "column": 6
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 29290,
                          "end": 29298,
                          "loc": {
                            "start": {
                              "line": 867,
                              "column": 14
                            },
                            "end": {
                              "line": 867,
                              "column": 22
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 29290,
                            "end": 29291,
                            "loc": {
                              "start": {
                                "line": 867,
                                "column": 14
                              },
                              "end": {
                                "line": 867,
                                "column": 15
                              },
                              "identifierName": "_"
                            },
                            "name": "_"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 29292,
                            "end": 29298,
                            "loc": {
                              "start": {
                                "line": 867,
                                "column": 16
                              },
                              "end": {
                                "line": 867,
                                "column": 22
                              },
                              "identifierName": "assign"
                            },
                            "name": "assign"
                          },
                          "computed": false
                        },
                        "arguments": [
                          {
                            "type": "ObjectExpression",
                            "start": 29299,
                            "end": 29301,
                            "loc": {
                              "start": {
                                "line": 867,
                                "column": 23
                              },
                              "end": {
                                "line": 867,
                                "column": 25
                              }
                            },
                            "properties": []
                          },
                          {
                            "type": "Identifier",
                            "start": 29303,
                            "end": 29310,
                            "loc": {
                              "start": {
                                "line": 867,
                                "column": 27
                              },
                              "end": {
                                "line": 867,
                                "column": 34
                              },
                              "identifierName": "options"
                            },
                            "name": "options"
                          },
                          {
                            "type": "ObjectExpression",
                            "start": 29312,
                            "end": 29372,
                            "loc": {
                              "start": {
                                "line": 867,
                                "column": 36
                              },
                              "end": {
                                "line": 869,
                                "column": 5
                              }
                            },
                            "properties": [
                              {
                                "type": "ObjectProperty",
                                "start": 29320,
                                "end": 29366,
                                "loc": {
                                  "start": {
                                    "line": 868,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 868,
                                    "column": 52
                                  }
                                },
                                "method": false,
                                "shorthand": false,
                                "computed": false,
                                "key": {
                                  "type": "Identifier",
                                  "start": 29320,
                                  "end": 29331,
                                  "loc": {
                                    "start": {
                                      "line": 868,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 868,
                                      "column": 17
                                    },
                                    "identifierName": "transaction"
                                  },
                                  "name": "transaction"
                                },
                                "value": {
                                  "type": "LogicalExpression",
                                  "start": 29333,
                                  "end": 29366,
                                  "loc": {
                                    "start": {
                                      "line": 868,
                                      "column": 19
                                    },
                                    "end": {
                                      "line": 868,
                                      "column": 52
                                    }
                                  },
                                  "left": {
                                    "type": "MemberExpression",
                                    "start": 29333,
                                    "end": 29351,
                                    "loc": {
                                      "start": {
                                        "line": 868,
                                        "column": 19
                                      },
                                      "end": {
                                        "line": 868,
                                        "column": 37
                                      }
                                    },
                                    "object": {
                                      "type": "Identifier",
                                      "start": 29333,
                                      "end": 29344,
                                      "loc": {
                                        "start": {
                                          "line": 868,
                                          "column": 19
                                        },
                                        "end": {
                                          "line": 868,
                                          "column": 30
                                        },
                                        "identifierName": "transaction"
                                      },
                                      "name": "transaction"
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 29345,
                                      "end": 29351,
                                      "loc": {
                                        "start": {
                                          "line": 868,
                                          "column": 31
                                        },
                                        "end": {
                                          "line": 868,
                                          "column": 37
                                        },
                                        "identifierName": "parent"
                                      },
                                      "name": "parent"
                                    },
                                    "computed": false
                                  },
                                  "operator": "||",
                                  "right": {
                                    "type": "Identifier",
                                    "start": 29355,
                                    "end": 29366,
                                    "loc": {
                                      "start": {
                                        "line": 868,
                                        "column": 41
                                      },
                                      "end": {
                                        "line": 868,
                                        "column": 52
                                      },
                                      "identifierName": "transaction"
                                    },
                                    "name": "transaction"
                                  }
                                }
                              }
                            ]
                          }
                        ]
                      }
                    }
                  },
                  {
                    "type": "VariableDeclaration",
                    "start": 29380,
                    "end": 29443,
                    "loc": {
                      "start": {
                        "line": 871,
                        "column": 4
                      },
                      "end": {
                        "line": 871,
                        "column": 67
                      }
                    },
                    "declarations": [
                      {
                        "type": "VariableDeclarator",
                        "start": 29386,
                        "end": 29442,
                        "loc": {
                          "start": {
                            "line": 871,
                            "column": 10
                          },
                          "end": {
                            "line": 871,
                            "column": 66
                          }
                        },
                        "id": {
                          "type": "Identifier",
                          "start": 29386,
                          "end": 29389,
                          "loc": {
                            "start": {
                              "line": 871,
                              "column": 10
                            },
                            "end": {
                              "line": 871,
                              "column": 13
                            },
                            "identifierName": "sql"
                          },
                          "name": "sql"
                        },
                        "init": {
                          "type": "CallExpression",
                          "start": 29392,
                          "end": 29442,
                          "loc": {
                            "start": {
                              "line": 871,
                              "column": 16
                            },
                            "end": {
                              "line": 871,
                              "column": 66
                            }
                          },
                          "callee": {
                            "type": "MemberExpression",
                            "start": 29392,
                            "end": 29433,
                            "loc": {
                              "start": {
                                "line": 871,
                                "column": 16
                              },
                              "end": {
                                "line": 871,
                                "column": 57
                              }
                            },
                            "object": {
                              "type": "MemberExpression",
                              "start": 29392,
                              "end": 29411,
                              "loc": {
                                "start": {
                                  "line": 871,
                                  "column": 16
                                },
                                "end": {
                                  "line": 871,
                                  "column": 35
                                }
                              },
                              "object": {
                                "type": "ThisExpression",
                                "start": 29392,
                                "end": 29396,
                                "loc": {
                                  "start": {
                                    "line": 871,
                                    "column": 16
                                  },
                                  "end": {
                                    "line": 871,
                                    "column": 20
                                  }
                                }
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 29397,
                                "end": 29411,
                                "loc": {
                                  "start": {
                                    "line": 871,
                                    "column": 21
                                  },
                                  "end": {
                                    "line": 871,
                                    "column": 35
                                  },
                                  "identifierName": "QueryGenerator"
                                },
                                "name": "QueryGenerator"
                              },
                              "computed": false
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 29412,
                              "end": 29433,
                              "loc": {
                                "start": {
                                  "line": 871,
                                  "column": 36
                                },
                                "end": {
                                  "line": 871,
                                  "column": 57
                                },
                                "identifierName": "deferConstraintsQuery"
                              },
                              "name": "deferConstraintsQuery"
                            },
                            "computed": false
                          },
                          "arguments": [
                            {
                              "type": "Identifier",
                              "start": 29434,
                              "end": 29441,
                              "loc": {
                                "start": {
                                  "line": 871,
                                  "column": 58
                                },
                                "end": {
                                  "line": 871,
                                  "column": 65
                                },
                                "identifierName": "options"
                              },
                              "name": "options"
                            }
                          ]
                        }
                      }
                    ],
                    "kind": "const"
                  },
                  {
                    "type": "IfStatement",
                    "start": 29449,
                    "end": 29514,
                    "loc": {
                      "start": {
                        "line": 873,
                        "column": 4
                      },
                      "end": {
                        "line": 875,
                        "column": 5
                      }
                    },
                    "test": {
                      "type": "Identifier",
                      "start": 29453,
                      "end": 29456,
                      "loc": {
                        "start": {
                          "line": 873,
                          "column": 8
                        },
                        "end": {
                          "line": 873,
                          "column": 11
                        },
                        "identifierName": "sql"
                      },
                      "name": "sql"
                    },
                    "consequent": {
                      "type": "BlockStatement",
                      "start": 29458,
                      "end": 29514,
                      "loc": {
                        "start": {
                          "line": 873,
                          "column": 13
                        },
                        "end": {
                          "line": 875,
                          "column": 5
                        }
                      },
                      "body": [
                        {
                          "type": "ReturnStatement",
                          "start": 29466,
                          "end": 29508,
                          "loc": {
                            "start": {
                              "line": 874,
                              "column": 6
                            },
                            "end": {
                              "line": 874,
                              "column": 48
                            }
                          },
                          "argument": {
                            "type": "CallExpression",
                            "start": 29473,
                            "end": 29507,
                            "loc": {
                              "start": {
                                "line": 874,
                                "column": 13
                              },
                              "end": {
                                "line": 874,
                                "column": 47
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 29473,
                              "end": 29493,
                              "loc": {
                                "start": {
                                  "line": 874,
                                  "column": 13
                                },
                                "end": {
                                  "line": 874,
                                  "column": 33
                                }
                              },
                              "object": {
                                "type": "MemberExpression",
                                "start": 29473,
                                "end": 29487,
                                "loc": {
                                  "start": {
                                    "line": 874,
                                    "column": 13
                                  },
                                  "end": {
                                    "line": 874,
                                    "column": 27
                                  }
                                },
                                "object": {
                                  "type": "ThisExpression",
                                  "start": 29473,
                                  "end": 29477,
                                  "loc": {
                                    "start": {
                                      "line": 874,
                                      "column": 13
                                    },
                                    "end": {
                                      "line": 874,
                                      "column": 17
                                    }
                                  }
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 29478,
                                  "end": 29487,
                                  "loc": {
                                    "start": {
                                      "line": 874,
                                      "column": 18
                                    },
                                    "end": {
                                      "line": 874,
                                      "column": 27
                                    },
                                    "identifierName": "sequelize"
                                  },
                                  "name": "sequelize"
                                },
                                "computed": false
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 29488,
                                "end": 29493,
                                "loc": {
                                  "start": {
                                    "line": 874,
                                    "column": 28
                                  },
                                  "end": {
                                    "line": 874,
                                    "column": 33
                                  },
                                  "identifierName": "query"
                                },
                                "name": "query"
                              },
                              "computed": false
                            },
                            "arguments": [
                              {
                                "type": "Identifier",
                                "start": 29494,
                                "end": 29497,
                                "loc": {
                                  "start": {
                                    "line": 874,
                                    "column": 34
                                  },
                                  "end": {
                                    "line": 874,
                                    "column": 37
                                  },
                                  "identifierName": "sql"
                                },
                                "name": "sql"
                              },
                              {
                                "type": "Identifier",
                                "start": 29499,
                                "end": 29506,
                                "loc": {
                                  "start": {
                                    "line": 874,
                                    "column": 39
                                  },
                                  "end": {
                                    "line": 874,
                                    "column": 46
                                  },
                                  "identifierName": "options"
                                },
                                "name": "options"
                              }
                            ]
                          }
                        }
                      ],
                      "directives": []
                    },
                    "alternate": null
                  },
                  {
                    "type": "ReturnStatement",
                    "start": 29520,
                    "end": 29545,
                    "loc": {
                      "start": {
                        "line": 877,
                        "column": 4
                      },
                      "end": {
                        "line": 877,
                        "column": 29
                      }
                    },
                    "argument": {
                      "type": "CallExpression",
                      "start": 29527,
                      "end": 29544,
                      "loc": {
                        "start": {
                          "line": 877,
                          "column": 11
                        },
                        "end": {
                          "line": 877,
                          "column": 28
                        }
                      },
                      "callee": {
                        "type": "MemberExpression",
                        "start": 29527,
                        "end": 29542,
                        "loc": {
                          "start": {
                            "line": 877,
                            "column": 11
                          },
                          "end": {
                            "line": 877,
                            "column": 26
                          }
                        },
                        "object": {
                          "type": "Identifier",
                          "start": 29527,
                          "end": 29534,
                          "loc": {
                            "start": {
                              "line": 877,
                              "column": 11
                            },
                            "end": {
                              "line": 877,
                              "column": 18
                            },
                            "identifierName": "Promise"
                          },
                          "name": "Promise"
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 29535,
                          "end": 29542,
                          "loc": {
                            "start": {
                              "line": 877,
                              "column": 19
                            },
                            "end": {
                              "line": 877,
                              "column": 26
                            },
                            "identifierName": "resolve"
                          },
                          "name": "resolve"
                        },
                        "computed": false
                      },
                      "arguments": []
                    }
                  }
                ],
                "directives": []
              }
            },
            {
              "type": "ClassMethod",
              "start": 29553,
              "end": 30184,
              "loc": {
                "start": {
                  "line": 880,
                  "column": 2
                },
                "end": {
                  "line": 900,
                  "column": 3
                }
              },
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 29553,
                "end": 29570,
                "loc": {
                  "start": {
                    "line": 880,
                    "column": 2
                  },
                  "end": {
                    "line": 880,
                    "column": 19
                  },
                  "identifierName": "commitTransaction"
                },
                "name": "commitTransaction"
              },
              "static": false,
              "kind": "method",
              "id": null,
              "generator": false,
              "expression": false,
              "async": false,
              "params": [
                {
                  "type": "Identifier",
                  "start": 29571,
                  "end": 29582,
                  "loc": {
                    "start": {
                      "line": 880,
                      "column": 20
                    },
                    "end": {
                      "line": 880,
                      "column": 31
                    },
                    "identifierName": "transaction"
                  },
                  "name": "transaction"
                },
                {
                  "type": "Identifier",
                  "start": 29584,
                  "end": 29591,
                  "loc": {
                    "start": {
                      "line": 880,
                      "column": 33
                    },
                    "end": {
                      "line": 880,
                      "column": 40
                    },
                    "identifierName": "options"
                  },
                  "name": "options"
                }
              ],
              "body": {
                "type": "BlockStatement",
                "start": 29593,
                "end": 30184,
                "loc": {
                  "start": {
                    "line": 880,
                    "column": 42
                  },
                  "end": {
                    "line": 900,
                    "column": 3
                  }
                },
                "body": [
                  {
                    "type": "IfStatement",
                    "start": 29599,
                    "end": 29750,
                    "loc": {
                      "start": {
                        "line": 881,
                        "column": 4
                      },
                      "end": {
                        "line": 883,
                        "column": 5
                      }
                    },
                    "test": {
                      "type": "LogicalExpression",
                      "start": 29603,
                      "end": 29656,
                      "loc": {
                        "start": {
                          "line": 881,
                          "column": 8
                        },
                        "end": {
                          "line": 881,
                          "column": 61
                        }
                      },
                      "left": {
                        "type": "UnaryExpression",
                        "start": 29603,
                        "end": 29615,
                        "loc": {
                          "start": {
                            "line": 881,
                            "column": 8
                          },
                          "end": {
                            "line": 881,
                            "column": 20
                          }
                        },
                        "operator": "!",
                        "prefix": true,
                        "argument": {
                          "type": "Identifier",
                          "start": 29604,
                          "end": 29615,
                          "loc": {
                            "start": {
                              "line": 881,
                              "column": 9
                            },
                            "end": {
                              "line": 881,
                              "column": 20
                            },
                            "identifierName": "transaction"
                          },
                          "name": "transaction"
                        },
                        "extra": {
                          "parenthesizedArgument": false
                        }
                      },
                      "operator": "||",
                      "right": {
                        "type": "UnaryExpression",
                        "start": 29619,
                        "end": 29656,
                        "loc": {
                          "start": {
                            "line": 881,
                            "column": 24
                          },
                          "end": {
                            "line": 881,
                            "column": 61
                          }
                        },
                        "operator": "!",
                        "prefix": true,
                        "argument": {
                          "type": "BinaryExpression",
                          "start": 29621,
                          "end": 29655,
                          "loc": {
                            "start": {
                              "line": 881,
                              "column": 26
                            },
                            "end": {
                              "line": 881,
                              "column": 60
                            }
                          },
                          "left": {
                            "type": "Identifier",
                            "start": 29621,
                            "end": 29632,
                            "loc": {
                              "start": {
                                "line": 881,
                                "column": 26
                              },
                              "end": {
                                "line": 881,
                                "column": 37
                              },
                              "identifierName": "transaction"
                            },
                            "name": "transaction"
                          },
                          "operator": "instanceof",
                          "right": {
                            "type": "Identifier",
                            "start": 29644,
                            "end": 29655,
                            "loc": {
                              "start": {
                                "line": 881,
                                "column": 49
                              },
                              "end": {
                                "line": 881,
                                "column": 60
                              },
                              "identifierName": "Transaction"
                            },
                            "name": "Transaction"
                          },
                          "extra": {
                            "parenthesized": true,
                            "parenStart": 29620
                          }
                        },
                        "extra": {
                          "parenthesizedArgument": false
                        }
                      }
                    },
                    "consequent": {
                      "type": "BlockStatement",
                      "start": 29658,
                      "end": 29750,
                      "loc": {
                        "start": {
                          "line": 881,
                          "column": 63
                        },
                        "end": {
                          "line": 883,
                          "column": 5
                        }
                      },
                      "body": [
                        {
                          "type": "ThrowStatement",
                          "start": 29666,
                          "end": 29744,
                          "loc": {
                            "start": {
                              "line": 882,
                              "column": 6
                            },
                            "end": {
                              "line": 882,
                              "column": 84
                            }
                          },
                          "argument": {
                            "type": "NewExpression",
                            "start": 29672,
                            "end": 29743,
                            "loc": {
                              "start": {
                                "line": 882,
                                "column": 12
                              },
                              "end": {
                                "line": 882,
                                "column": 83
                              }
                            },
                            "callee": {
                              "type": "Identifier",
                              "start": 29676,
                              "end": 29681,
                              "loc": {
                                "start": {
                                  "line": 882,
                                  "column": 16
                                },
                                "end": {
                                  "line": 882,
                                  "column": 21
                                },
                                "identifierName": "Error"
                              },
                              "name": "Error"
                            },
                            "arguments": [
                              {
                                "type": "StringLiteral",
                                "start": 29682,
                                "end": 29742,
                                "loc": {
                                  "start": {
                                    "line": 882,
                                    "column": 22
                                  },
                                  "end": {
                                    "line": 882,
                                    "column": 82
                                  }
                                },
                                "extra": {
                                  "rawValue": "Unable to commit a transaction without transaction object!",
                                  "raw": "'Unable to commit a transaction without transaction object!'"
                                },
                                "value": "Unable to commit a transaction without transaction object!"
                              }
                            ]
                          }
                        }
                      ],
                      "directives": []
                    },
                    "alternate": null
                  },
                  {
                    "type": "IfStatement",
                    "start": 29755,
                    "end": 29858,
                    "loc": {
                      "start": {
                        "line": 884,
                        "column": 4
                      },
                      "end": {
                        "line": 887,
                        "column": 5
                      }
                    },
                    "test": {
                      "type": "MemberExpression",
                      "start": 29759,
                      "end": 29777,
                      "loc": {
                        "start": {
                          "line": 884,
                          "column": 8
                        },
                        "end": {
                          "line": 884,
                          "column": 26
                        }
                      },
                      "object": {
                        "type": "Identifier",
                        "start": 29759,
                        "end": 29770,
                        "loc": {
                          "start": {
                            "line": 884,
                            "column": 8
                          },
                          "end": {
                            "line": 884,
                            "column": 19
                          },
                          "identifierName": "transaction"
                        },
                        "name": "transaction"
                      },
                      "property": {
                        "type": "Identifier",
                        "start": 29771,
                        "end": 29777,
                        "loc": {
                          "start": {
                            "line": 884,
                            "column": 20
                          },
                          "end": {
                            "line": 884,
                            "column": 26
                          },
                          "identifierName": "parent"
                        },
                        "name": "parent"
                      },
                      "computed": false
                    },
                    "consequent": {
                      "type": "BlockStatement",
                      "start": 29779,
                      "end": 29858,
                      "loc": {
                        "start": {
                          "line": 884,
                          "column": 28
                        },
                        "end": {
                          "line": 887,
                          "column": 5
                        }
                      },
                      "body": [
                        {
                          "type": "ReturnStatement",
                          "start": 29827,
                          "end": 29852,
                          "loc": {
                            "start": {
                              "line": 886,
                              "column": 6
                            },
                            "end": {
                              "line": 886,
                              "column": 31
                            }
                          },
                          "argument": {
                            "type": "CallExpression",
                            "start": 29834,
                            "end": 29851,
                            "loc": {
                              "start": {
                                "line": 886,
                                "column": 13
                              },
                              "end": {
                                "line": 886,
                                "column": 30
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 29834,
                              "end": 29849,
                              "loc": {
                                "start": {
                                  "line": 886,
                                  "column": 13
                                },
                                "end": {
                                  "line": 886,
                                  "column": 28
                                }
                              },
                              "object": {
                                "type": "Identifier",
                                "start": 29834,
                                "end": 29841,
                                "loc": {
                                  "start": {
                                    "line": 886,
                                    "column": 13
                                  },
                                  "end": {
                                    "line": 886,
                                    "column": 20
                                  },
                                  "identifierName": "Promise"
                                },
                                "name": "Promise",
                                "leadingComments": null
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 29842,
                                "end": 29849,
                                "loc": {
                                  "start": {
                                    "line": 886,
                                    "column": 21
                                  },
                                  "end": {
                                    "line": 886,
                                    "column": 28
                                  },
                                  "identifierName": "resolve"
                                },
                                "name": "resolve"
                              },
                              "computed": false,
                              "leadingComments": null
                            },
                            "arguments": [],
                            "leadingComments": null
                          },
                          "leadingComments": [
                            {
                              "type": "CommentLine",
                              "value": " Savepoints cannot be committed",
                              "start": 29787,
                              "end": 29820,
                              "loc": {
                                "start": {
                                  "line": 885,
                                  "column": 6
                                },
                                "end": {
                                  "line": 885,
                                  "column": 39
                                }
                              }
                            }
                          ]
                        }
                      ],
                      "directives": []
                    },
                    "alternate": null
                  },
                  {
                    "type": "ExpressionStatement",
                    "start": 29864,
                    "end": 29991,
                    "loc": {
                      "start": {
                        "line": 889,
                        "column": 4
                      },
                      "end": {
                        "line": 892,
                        "column": 7
                      }
                    },
                    "expression": {
                      "type": "AssignmentExpression",
                      "start": 29864,
                      "end": 29990,
                      "loc": {
                        "start": {
                          "line": 889,
                          "column": 4
                        },
                        "end": {
                          "line": 892,
                          "column": 6
                        }
                      },
                      "operator": "=",
                      "left": {
                        "type": "Identifier",
                        "start": 29864,
                        "end": 29871,
                        "loc": {
                          "start": {
                            "line": 889,
                            "column": 4
                          },
                          "end": {
                            "line": 889,
                            "column": 11
                          },
                          "identifierName": "options"
                        },
                        "name": "options"
                      },
                      "right": {
                        "type": "CallExpression",
                        "start": 29874,
                        "end": 29990,
                        "loc": {
                          "start": {
                            "line": 889,
                            "column": 14
                          },
                          "end": {
                            "line": 892,
                            "column": 6
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 29874,
                          "end": 29882,
                          "loc": {
                            "start": {
                              "line": 889,
                              "column": 14
                            },
                            "end": {
                              "line": 889,
                              "column": 22
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 29874,
                            "end": 29875,
                            "loc": {
                              "start": {
                                "line": 889,
                                "column": 14
                              },
                              "end": {
                                "line": 889,
                                "column": 15
                              },
                              "identifierName": "_"
                            },
                            "name": "_"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 29876,
                            "end": 29882,
                            "loc": {
                              "start": {
                                "line": 889,
                                "column": 16
                              },
                              "end": {
                                "line": 889,
                                "column": 22
                              },
                              "identifierName": "assign"
                            },
                            "name": "assign"
                          },
                          "computed": false
                        },
                        "arguments": [
                          {
                            "type": "ObjectExpression",
                            "start": 29883,
                            "end": 29885,
                            "loc": {
                              "start": {
                                "line": 889,
                                "column": 23
                              },
                              "end": {
                                "line": 889,
                                "column": 25
                              }
                            },
                            "properties": []
                          },
                          {
                            "type": "Identifier",
                            "start": 29887,
                            "end": 29894,
                            "loc": {
                              "start": {
                                "line": 889,
                                "column": 27
                              },
                              "end": {
                                "line": 889,
                                "column": 34
                              },
                              "identifierName": "options"
                            },
                            "name": "options"
                          },
                          {
                            "type": "ObjectExpression",
                            "start": 29896,
                            "end": 29989,
                            "loc": {
                              "start": {
                                "line": 889,
                                "column": 36
                              },
                              "end": {
                                "line": 892,
                                "column": 5
                              }
                            },
                            "properties": [
                              {
                                "type": "ObjectProperty",
                                "start": 29904,
                                "end": 29950,
                                "loc": {
                                  "start": {
                                    "line": 890,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 890,
                                    "column": 52
                                  }
                                },
                                "method": false,
                                "shorthand": false,
                                "computed": false,
                                "key": {
                                  "type": "Identifier",
                                  "start": 29904,
                                  "end": 29915,
                                  "loc": {
                                    "start": {
                                      "line": 890,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 890,
                                      "column": 17
                                    },
                                    "identifierName": "transaction"
                                  },
                                  "name": "transaction"
                                },
                                "value": {
                                  "type": "LogicalExpression",
                                  "start": 29917,
                                  "end": 29950,
                                  "loc": {
                                    "start": {
                                      "line": 890,
                                      "column": 19
                                    },
                                    "end": {
                                      "line": 890,
                                      "column": 52
                                    }
                                  },
                                  "left": {
                                    "type": "MemberExpression",
                                    "start": 29917,
                                    "end": 29935,
                                    "loc": {
                                      "start": {
                                        "line": 890,
                                        "column": 19
                                      },
                                      "end": {
                                        "line": 890,
                                        "column": 37
                                      }
                                    },
                                    "object": {
                                      "type": "Identifier",
                                      "start": 29917,
                                      "end": 29928,
                                      "loc": {
                                        "start": {
                                          "line": 890,
                                          "column": 19
                                        },
                                        "end": {
                                          "line": 890,
                                          "column": 30
                                        },
                                        "identifierName": "transaction"
                                      },
                                      "name": "transaction"
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 29929,
                                      "end": 29935,
                                      "loc": {
                                        "start": {
                                          "line": 890,
                                          "column": 31
                                        },
                                        "end": {
                                          "line": 890,
                                          "column": 37
                                        },
                                        "identifierName": "parent"
                                      },
                                      "name": "parent"
                                    },
                                    "computed": false
                                  },
                                  "operator": "||",
                                  "right": {
                                    "type": "Identifier",
                                    "start": 29939,
                                    "end": 29950,
                                    "loc": {
                                      "start": {
                                        "line": 890,
                                        "column": 41
                                      },
                                      "end": {
                                        "line": 890,
                                        "column": 52
                                      },
                                      "identifierName": "transaction"
                                    },
                                    "name": "transaction"
                                  }
                                }
                              },
                              {
                                "type": "ObjectProperty",
                                "start": 29958,
                                "end": 29983,
                                "loc": {
                                  "start": {
                                    "line": 891,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 891,
                                    "column": 31
                                  }
                                },
                                "method": false,
                                "shorthand": false,
                                "computed": false,
                                "key": {
                                  "type": "Identifier",
                                  "start": 29958,
                                  "end": 29976,
                                  "loc": {
                                    "start": {
                                      "line": 891,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 891,
                                      "column": 24
                                    },
                                    "identifierName": "supportsSearchPath"
                                  },
                                  "name": "supportsSearchPath"
                                },
                                "value": {
                                  "type": "BooleanLiteral",
                                  "start": 29978,
                                  "end": 29983,
                                  "loc": {
                                    "start": {
                                      "line": 891,
                                      "column": 26
                                    },
                                    "end": {
                                      "line": 891,
                                      "column": 31
                                    }
                                  },
                                  "value": false
                                }
                              }
                            ]
                          }
                        ]
                      }
                    }
                  },
                  {
                    "type": "VariableDeclaration",
                    "start": 29997,
                    "end": 30065,
                    "loc": {
                      "start": {
                        "line": 894,
                        "column": 4
                      },
                      "end": {
                        "line": 894,
                        "column": 72
                      }
                    },
                    "declarations": [
                      {
                        "type": "VariableDeclarator",
                        "start": 30003,
                        "end": 30064,
                        "loc": {
                          "start": {
                            "line": 894,
                            "column": 10
                          },
                          "end": {
                            "line": 894,
                            "column": 71
                          }
                        },
                        "id": {
                          "type": "Identifier",
                          "start": 30003,
                          "end": 30006,
                          "loc": {
                            "start": {
                              "line": 894,
                              "column": 10
                            },
                            "end": {
                              "line": 894,
                              "column": 13
                            },
                            "identifierName": "sql"
                          },
                          "name": "sql"
                        },
                        "init": {
                          "type": "CallExpression",
                          "start": 30009,
                          "end": 30064,
                          "loc": {
                            "start": {
                              "line": 894,
                              "column": 16
                            },
                            "end": {
                              "line": 894,
                              "column": 71
                            }
                          },
                          "callee": {
                            "type": "MemberExpression",
                            "start": 30009,
                            "end": 30051,
                            "loc": {
                              "start": {
                                "line": 894,
                                "column": 16
                              },
                              "end": {
                                "line": 894,
                                "column": 58
                              }
                            },
                            "object": {
                              "type": "MemberExpression",
                              "start": 30009,
                              "end": 30028,
                              "loc": {
                                "start": {
                                  "line": 894,
                                  "column": 16
                                },
                                "end": {
                                  "line": 894,
                                  "column": 35
                                }
                              },
                              "object": {
                                "type": "ThisExpression",
                                "start": 30009,
                                "end": 30013,
                                "loc": {
                                  "start": {
                                    "line": 894,
                                    "column": 16
                                  },
                                  "end": {
                                    "line": 894,
                                    "column": 20
                                  }
                                }
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 30014,
                                "end": 30028,
                                "loc": {
                                  "start": {
                                    "line": 894,
                                    "column": 21
                                  },
                                  "end": {
                                    "line": 894,
                                    "column": 35
                                  },
                                  "identifierName": "QueryGenerator"
                                },
                                "name": "QueryGenerator"
                              },
                              "computed": false
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 30029,
                              "end": 30051,
                              "loc": {
                                "start": {
                                  "line": 894,
                                  "column": 36
                                },
                                "end": {
                                  "line": 894,
                                  "column": 58
                                },
                                "identifierName": "commitTransactionQuery"
                              },
                              "name": "commitTransactionQuery"
                            },
                            "computed": false
                          },
                          "arguments": [
                            {
                              "type": "Identifier",
                              "start": 30052,
                              "end": 30063,
                              "loc": {
                                "start": {
                                  "line": 894,
                                  "column": 59
                                },
                                "end": {
                                  "line": 894,
                                  "column": 70
                                },
                                "identifierName": "transaction"
                              },
                              "name": "transaction"
                            }
                          ]
                        }
                      }
                    ],
                    "kind": "const"
                  },
                  {
                    "type": "VariableDeclaration",
                    "start": 30070,
                    "end": 30121,
                    "loc": {
                      "start": {
                        "line": 895,
                        "column": 4
                      },
                      "end": {
                        "line": 895,
                        "column": 55
                      }
                    },
                    "declarations": [
                      {
                        "type": "VariableDeclarator",
                        "start": 30076,
                        "end": 30120,
                        "loc": {
                          "start": {
                            "line": 895,
                            "column": 10
                          },
                          "end": {
                            "line": 895,
                            "column": 54
                          }
                        },
                        "id": {
                          "type": "Identifier",
                          "start": 30076,
                          "end": 30083,
                          "loc": {
                            "start": {
                              "line": 895,
                              "column": 10
                            },
                            "end": {
                              "line": 895,
                              "column": 17
                            },
                            "identifierName": "promise"
                          },
                          "name": "promise"
                        },
                        "init": {
                          "type": "CallExpression",
                          "start": 30086,
                          "end": 30120,
                          "loc": {
                            "start": {
                              "line": 895,
                              "column": 20
                            },
                            "end": {
                              "line": 895,
                              "column": 54
                            }
                          },
                          "callee": {
                            "type": "MemberExpression",
                            "start": 30086,
                            "end": 30106,
                            "loc": {
                              "start": {
                                "line": 895,
                                "column": 20
                              },
                              "end": {
                                "line": 895,
                                "column": 40
                              }
                            },
                            "object": {
                              "type": "MemberExpression",
                              "start": 30086,
                              "end": 30100,
                              "loc": {
                                "start": {
                                  "line": 895,
                                  "column": 20
                                },
                                "end": {
                                  "line": 895,
                                  "column": 34
                                }
                              },
                              "object": {
                                "type": "ThisExpression",
                                "start": 30086,
                                "end": 30090,
                                "loc": {
                                  "start": {
                                    "line": 895,
                                    "column": 20
                                  },
                                  "end": {
                                    "line": 895,
                                    "column": 24
                                  }
                                }
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 30091,
                                "end": 30100,
                                "loc": {
                                  "start": {
                                    "line": 895,
                                    "column": 25
                                  },
                                  "end": {
                                    "line": 895,
                                    "column": 34
                                  },
                                  "identifierName": "sequelize"
                                },
                                "name": "sequelize"
                              },
                              "computed": false
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 30101,
                              "end": 30106,
                              "loc": {
                                "start": {
                                  "line": 895,
                                  "column": 35
                                },
                                "end": {
                                  "line": 895,
                                  "column": 40
                                },
                                "identifierName": "query"
                              },
                              "name": "query"
                            },
                            "computed": false
                          },
                          "arguments": [
                            {
                              "type": "Identifier",
                              "start": 30107,
                              "end": 30110,
                              "loc": {
                                "start": {
                                  "line": 895,
                                  "column": 41
                                },
                                "end": {
                                  "line": 895,
                                  "column": 44
                                },
                                "identifierName": "sql"
                              },
                              "name": "sql"
                            },
                            {
                              "type": "Identifier",
                              "start": 30112,
                              "end": 30119,
                              "loc": {
                                "start": {
                                  "line": 895,
                                  "column": 46
                                },
                                "end": {
                                  "line": 895,
                                  "column": 53
                                },
                                "identifierName": "options"
                              },
                              "name": "options"
                            }
                          ]
                        }
                      }
                    ],
                    "kind": "const"
                  },
                  {
                    "type": "ExpressionStatement",
                    "start": 30127,
                    "end": 30159,
                    "loc": {
                      "start": {
                        "line": 897,
                        "column": 4
                      },
                      "end": {
                        "line": 897,
                        "column": 36
                      }
                    },
                    "expression": {
                      "type": "AssignmentExpression",
                      "start": 30127,
                      "end": 30158,
                      "loc": {
                        "start": {
                          "line": 897,
                          "column": 4
                        },
                        "end": {
                          "line": 897,
                          "column": 35
                        }
                      },
                      "operator": "=",
                      "left": {
                        "type": "MemberExpression",
                        "start": 30127,
                        "end": 30147,
                        "loc": {
                          "start": {
                            "line": 897,
                            "column": 4
                          },
                          "end": {
                            "line": 897,
                            "column": 24
                          }
                        },
                        "object": {
                          "type": "Identifier",
                          "start": 30127,
                          "end": 30138,
                          "loc": {
                            "start": {
                              "line": 897,
                              "column": 4
                            },
                            "end": {
                              "line": 897,
                              "column": 15
                            },
                            "identifierName": "transaction"
                          },
                          "name": "transaction"
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 30139,
                          "end": 30147,
                          "loc": {
                            "start": {
                              "line": 897,
                              "column": 16
                            },
                            "end": {
                              "line": 897,
                              "column": 24
                            },
                            "identifierName": "finished"
                          },
                          "name": "finished"
                        },
                        "computed": false
                      },
                      "right": {
                        "type": "StringLiteral",
                        "start": 30150,
                        "end": 30158,
                        "loc": {
                          "start": {
                            "line": 897,
                            "column": 27
                          },
                          "end": {
                            "line": 897,
                            "column": 35
                          }
                        },
                        "extra": {
                          "rawValue": "commit",
                          "raw": "'commit'"
                        },
                        "value": "commit"
                      }
                    }
                  },
                  {
                    "type": "ReturnStatement",
                    "start": 30165,
                    "end": 30180,
                    "loc": {
                      "start": {
                        "line": 899,
                        "column": 4
                      },
                      "end": {
                        "line": 899,
                        "column": 19
                      }
                    },
                    "argument": {
                      "type": "Identifier",
                      "start": 30172,
                      "end": 30179,
                      "loc": {
                        "start": {
                          "line": 899,
                          "column": 11
                        },
                        "end": {
                          "line": 899,
                          "column": 18
                        },
                        "identifierName": "promise"
                      },
                      "name": "promise"
                    }
                  }
                ],
                "directives": []
              }
            },
            {
              "type": "ClassMethod",
              "start": 30188,
              "end": 30800,
              "loc": {
                "start": {
                  "line": 902,
                  "column": 2
                },
                "end": {
                  "line": 918,
                  "column": 3
                }
              },
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 30188,
                "end": 30207,
                "loc": {
                  "start": {
                    "line": 902,
                    "column": 2
                  },
                  "end": {
                    "line": 902,
                    "column": 21
                  },
                  "identifierName": "rollbackTransaction"
                },
                "name": "rollbackTransaction"
              },
              "static": false,
              "kind": "method",
              "id": null,
              "generator": false,
              "expression": false,
              "async": false,
              "params": [
                {
                  "type": "Identifier",
                  "start": 30208,
                  "end": 30219,
                  "loc": {
                    "start": {
                      "line": 902,
                      "column": 22
                    },
                    "end": {
                      "line": 902,
                      "column": 33
                    },
                    "identifierName": "transaction"
                  },
                  "name": "transaction"
                },
                {
                  "type": "Identifier",
                  "start": 30221,
                  "end": 30228,
                  "loc": {
                    "start": {
                      "line": 902,
                      "column": 35
                    },
                    "end": {
                      "line": 902,
                      "column": 42
                    },
                    "identifierName": "options"
                  },
                  "name": "options"
                }
              ],
              "body": {
                "type": "BlockStatement",
                "start": 30230,
                "end": 30800,
                "loc": {
                  "start": {
                    "line": 902,
                    "column": 44
                  },
                  "end": {
                    "line": 918,
                    "column": 3
                  }
                },
                "body": [
                  {
                    "type": "IfStatement",
                    "start": 30236,
                    "end": 30389,
                    "loc": {
                      "start": {
                        "line": 903,
                        "column": 4
                      },
                      "end": {
                        "line": 905,
                        "column": 5
                      }
                    },
                    "test": {
                      "type": "LogicalExpression",
                      "start": 30240,
                      "end": 30293,
                      "loc": {
                        "start": {
                          "line": 903,
                          "column": 8
                        },
                        "end": {
                          "line": 903,
                          "column": 61
                        }
                      },
                      "left": {
                        "type": "UnaryExpression",
                        "start": 30240,
                        "end": 30252,
                        "loc": {
                          "start": {
                            "line": 903,
                            "column": 8
                          },
                          "end": {
                            "line": 903,
                            "column": 20
                          }
                        },
                        "operator": "!",
                        "prefix": true,
                        "argument": {
                          "type": "Identifier",
                          "start": 30241,
                          "end": 30252,
                          "loc": {
                            "start": {
                              "line": 903,
                              "column": 9
                            },
                            "end": {
                              "line": 903,
                              "column": 20
                            },
                            "identifierName": "transaction"
                          },
                          "name": "transaction"
                        },
                        "extra": {
                          "parenthesizedArgument": false
                        }
                      },
                      "operator": "||",
                      "right": {
                        "type": "UnaryExpression",
                        "start": 30256,
                        "end": 30293,
                        "loc": {
                          "start": {
                            "line": 903,
                            "column": 24
                          },
                          "end": {
                            "line": 903,
                            "column": 61
                          }
                        },
                        "operator": "!",
                        "prefix": true,
                        "argument": {
                          "type": "BinaryExpression",
                          "start": 30258,
                          "end": 30292,
                          "loc": {
                            "start": {
                              "line": 903,
                              "column": 26
                            },
                            "end": {
                              "line": 903,
                              "column": 60
                            }
                          },
                          "left": {
                            "type": "Identifier",
                            "start": 30258,
                            "end": 30269,
                            "loc": {
                              "start": {
                                "line": 903,
                                "column": 26
                              },
                              "end": {
                                "line": 903,
                                "column": 37
                              },
                              "identifierName": "transaction"
                            },
                            "name": "transaction"
                          },
                          "operator": "instanceof",
                          "right": {
                            "type": "Identifier",
                            "start": 30281,
                            "end": 30292,
                            "loc": {
                              "start": {
                                "line": 903,
                                "column": 49
                              },
                              "end": {
                                "line": 903,
                                "column": 60
                              },
                              "identifierName": "Transaction"
                            },
                            "name": "Transaction"
                          },
                          "extra": {
                            "parenthesized": true,
                            "parenStart": 30257
                          }
                        },
                        "extra": {
                          "parenthesizedArgument": false
                        }
                      }
                    },
                    "consequent": {
                      "type": "BlockStatement",
                      "start": 30295,
                      "end": 30389,
                      "loc": {
                        "start": {
                          "line": 903,
                          "column": 63
                        },
                        "end": {
                          "line": 905,
                          "column": 5
                        }
                      },
                      "body": [
                        {
                          "type": "ThrowStatement",
                          "start": 30303,
                          "end": 30383,
                          "loc": {
                            "start": {
                              "line": 904,
                              "column": 6
                            },
                            "end": {
                              "line": 904,
                              "column": 86
                            }
                          },
                          "argument": {
                            "type": "NewExpression",
                            "start": 30309,
                            "end": 30382,
                            "loc": {
                              "start": {
                                "line": 904,
                                "column": 12
                              },
                              "end": {
                                "line": 904,
                                "column": 85
                              }
                            },
                            "callee": {
                              "type": "Identifier",
                              "start": 30313,
                              "end": 30318,
                              "loc": {
                                "start": {
                                  "line": 904,
                                  "column": 16
                                },
                                "end": {
                                  "line": 904,
                                  "column": 21
                                },
                                "identifierName": "Error"
                              },
                              "name": "Error"
                            },
                            "arguments": [
                              {
                                "type": "StringLiteral",
                                "start": 30319,
                                "end": 30381,
                                "loc": {
                                  "start": {
                                    "line": 904,
                                    "column": 22
                                  },
                                  "end": {
                                    "line": 904,
                                    "column": 84
                                  }
                                },
                                "extra": {
                                  "rawValue": "Unable to rollback a transaction without transaction object!",
                                  "raw": "'Unable to rollback a transaction without transaction object!'"
                                },
                                "value": "Unable to rollback a transaction without transaction object!"
                              }
                            ]
                          }
                        }
                      ],
                      "directives": []
                    },
                    "alternate": null
                  },
                  {
                    "type": "ExpressionStatement",
                    "start": 30395,
                    "end": 30522,
                    "loc": {
                      "start": {
                        "line": 907,
                        "column": 4
                      },
                      "end": {
                        "line": 910,
                        "column": 7
                      }
                    },
                    "expression": {
                      "type": "AssignmentExpression",
                      "start": 30395,
                      "end": 30521,
                      "loc": {
                        "start": {
                          "line": 907,
                          "column": 4
                        },
                        "end": {
                          "line": 910,
                          "column": 6
                        }
                      },
                      "operator": "=",
                      "left": {
                        "type": "Identifier",
                        "start": 30395,
                        "end": 30402,
                        "loc": {
                          "start": {
                            "line": 907,
                            "column": 4
                          },
                          "end": {
                            "line": 907,
                            "column": 11
                          },
                          "identifierName": "options"
                        },
                        "name": "options"
                      },
                      "right": {
                        "type": "CallExpression",
                        "start": 30405,
                        "end": 30521,
                        "loc": {
                          "start": {
                            "line": 907,
                            "column": 14
                          },
                          "end": {
                            "line": 910,
                            "column": 6
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 30405,
                          "end": 30413,
                          "loc": {
                            "start": {
                              "line": 907,
                              "column": 14
                            },
                            "end": {
                              "line": 907,
                              "column": 22
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 30405,
                            "end": 30406,
                            "loc": {
                              "start": {
                                "line": 907,
                                "column": 14
                              },
                              "end": {
                                "line": 907,
                                "column": 15
                              },
                              "identifierName": "_"
                            },
                            "name": "_"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 30407,
                            "end": 30413,
                            "loc": {
                              "start": {
                                "line": 907,
                                "column": 16
                              },
                              "end": {
                                "line": 907,
                                "column": 22
                              },
                              "identifierName": "assign"
                            },
                            "name": "assign"
                          },
                          "computed": false
                        },
                        "arguments": [
                          {
                            "type": "ObjectExpression",
                            "start": 30414,
                            "end": 30416,
                            "loc": {
                              "start": {
                                "line": 907,
                                "column": 23
                              },
                              "end": {
                                "line": 907,
                                "column": 25
                              }
                            },
                            "properties": []
                          },
                          {
                            "type": "Identifier",
                            "start": 30418,
                            "end": 30425,
                            "loc": {
                              "start": {
                                "line": 907,
                                "column": 27
                              },
                              "end": {
                                "line": 907,
                                "column": 34
                              },
                              "identifierName": "options"
                            },
                            "name": "options"
                          },
                          {
                            "type": "ObjectExpression",
                            "start": 30427,
                            "end": 30520,
                            "loc": {
                              "start": {
                                "line": 907,
                                "column": 36
                              },
                              "end": {
                                "line": 910,
                                "column": 5
                              }
                            },
                            "properties": [
                              {
                                "type": "ObjectProperty",
                                "start": 30435,
                                "end": 30481,
                                "loc": {
                                  "start": {
                                    "line": 908,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 908,
                                    "column": 52
                                  }
                                },
                                "method": false,
                                "shorthand": false,
                                "computed": false,
                                "key": {
                                  "type": "Identifier",
                                  "start": 30435,
                                  "end": 30446,
                                  "loc": {
                                    "start": {
                                      "line": 908,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 908,
                                      "column": 17
                                    },
                                    "identifierName": "transaction"
                                  },
                                  "name": "transaction"
                                },
                                "value": {
                                  "type": "LogicalExpression",
                                  "start": 30448,
                                  "end": 30481,
                                  "loc": {
                                    "start": {
                                      "line": 908,
                                      "column": 19
                                    },
                                    "end": {
                                      "line": 908,
                                      "column": 52
                                    }
                                  },
                                  "left": {
                                    "type": "MemberExpression",
                                    "start": 30448,
                                    "end": 30466,
                                    "loc": {
                                      "start": {
                                        "line": 908,
                                        "column": 19
                                      },
                                      "end": {
                                        "line": 908,
                                        "column": 37
                                      }
                                    },
                                    "object": {
                                      "type": "Identifier",
                                      "start": 30448,
                                      "end": 30459,
                                      "loc": {
                                        "start": {
                                          "line": 908,
                                          "column": 19
                                        },
                                        "end": {
                                          "line": 908,
                                          "column": 30
                                        },
                                        "identifierName": "transaction"
                                      },
                                      "name": "transaction"
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 30460,
                                      "end": 30466,
                                      "loc": {
                                        "start": {
                                          "line": 908,
                                          "column": 31
                                        },
                                        "end": {
                                          "line": 908,
                                          "column": 37
                                        },
                                        "identifierName": "parent"
                                      },
                                      "name": "parent"
                                    },
                                    "computed": false
                                  },
                                  "operator": "||",
                                  "right": {
                                    "type": "Identifier",
                                    "start": 30470,
                                    "end": 30481,
                                    "loc": {
                                      "start": {
                                        "line": 908,
                                        "column": 41
                                      },
                                      "end": {
                                        "line": 908,
                                        "column": 52
                                      },
                                      "identifierName": "transaction"
                                    },
                                    "name": "transaction"
                                  }
                                }
                              },
                              {
                                "type": "ObjectProperty",
                                "start": 30489,
                                "end": 30514,
                                "loc": {
                                  "start": {
                                    "line": 909,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 909,
                                    "column": 31
                                  }
                                },
                                "method": false,
                                "shorthand": false,
                                "computed": false,
                                "key": {
                                  "type": "Identifier",
                                  "start": 30489,
                                  "end": 30507,
                                  "loc": {
                                    "start": {
                                      "line": 909,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 909,
                                      "column": 24
                                    },
                                    "identifierName": "supportsSearchPath"
                                  },
                                  "name": "supportsSearchPath"
                                },
                                "value": {
                                  "type": "BooleanLiteral",
                                  "start": 30509,
                                  "end": 30514,
                                  "loc": {
                                    "start": {
                                      "line": 909,
                                      "column": 26
                                    },
                                    "end": {
                                      "line": 909,
                                      "column": 31
                                    }
                                  },
                                  "value": false
                                }
                              }
                            ]
                          }
                        ]
                      }
                    }
                  },
                  {
                    "type": "ExpressionStatement",
                    "start": 30527,
                    "end": 30604,
                    "loc": {
                      "start": {
                        "line": 911,
                        "column": 4
                      },
                      "end": {
                        "line": 911,
                        "column": 81
                      }
                    },
                    "expression": {
                      "type": "AssignmentExpression",
                      "start": 30527,
                      "end": 30603,
                      "loc": {
                        "start": {
                          "line": 911,
                          "column": 4
                        },
                        "end": {
                          "line": 911,
                          "column": 80
                        }
                      },
                      "operator": "=",
                      "left": {
                        "type": "MemberExpression",
                        "start": 30527,
                        "end": 30551,
                        "loc": {
                          "start": {
                            "line": 911,
                            "column": 4
                          },
                          "end": {
                            "line": 911,
                            "column": 28
                          }
                        },
                        "object": {
                          "type": "MemberExpression",
                          "start": 30527,
                          "end": 30546,
                          "loc": {
                            "start": {
                              "line": 911,
                              "column": 4
                            },
                            "end": {
                              "line": 911,
                              "column": 23
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 30527,
                            "end": 30534,
                            "loc": {
                              "start": {
                                "line": 911,
                                "column": 4
                              },
                              "end": {
                                "line": 911,
                                "column": 11
                              },
                              "identifierName": "options"
                            },
                            "name": "options"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 30535,
                            "end": 30546,
                            "loc": {
                              "start": {
                                "line": 911,
                                "column": 12
                              },
                              "end": {
                                "line": 911,
                                "column": 23
                              },
                              "identifierName": "transaction"
                            },
                            "name": "transaction"
                          },
                          "computed": false
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 30547,
                          "end": 30551,
                          "loc": {
                            "start": {
                              "line": 911,
                              "column": 24
                            },
                            "end": {
                              "line": 911,
                              "column": 28
                            },
                            "identifierName": "name"
                          },
                          "name": "name"
                        },
                        "computed": false
                      },
                      "right": {
                        "type": "ConditionalExpression",
                        "start": 30554,
                        "end": 30603,
                        "loc": {
                          "start": {
                            "line": 911,
                            "column": 31
                          },
                          "end": {
                            "line": 911,
                            "column": 80
                          }
                        },
                        "test": {
                          "type": "MemberExpression",
                          "start": 30554,
                          "end": 30572,
                          "loc": {
                            "start": {
                              "line": 911,
                              "column": 31
                            },
                            "end": {
                              "line": 911,
                              "column": 49
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 30554,
                            "end": 30565,
                            "loc": {
                              "start": {
                                "line": 911,
                                "column": 31
                              },
                              "end": {
                                "line": 911,
                                "column": 42
                              },
                              "identifierName": "transaction"
                            },
                            "name": "transaction"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 30566,
                            "end": 30572,
                            "loc": {
                              "start": {
                                "line": 911,
                                "column": 43
                              },
                              "end": {
                                "line": 911,
                                "column": 49
                              },
                              "identifierName": "parent"
                            },
                            "name": "parent"
                          },
                          "computed": false
                        },
                        "consequent": {
                          "type": "MemberExpression",
                          "start": 30575,
                          "end": 30591,
                          "loc": {
                            "start": {
                              "line": 911,
                              "column": 52
                            },
                            "end": {
                              "line": 911,
                              "column": 68
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 30575,
                            "end": 30586,
                            "loc": {
                              "start": {
                                "line": 911,
                                "column": 52
                              },
                              "end": {
                                "line": 911,
                                "column": 63
                              },
                              "identifierName": "transaction"
                            },
                            "name": "transaction"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 30587,
                            "end": 30591,
                            "loc": {
                              "start": {
                                "line": 911,
                                "column": 64
                              },
                              "end": {
                                "line": 911,
                                "column": 68
                              },
                              "identifierName": "name"
                            },
                            "name": "name"
                          },
                          "computed": false
                        },
                        "alternate": {
                          "type": "Identifier",
                          "start": 30594,
                          "end": 30603,
                          "loc": {
                            "start": {
                              "line": 911,
                              "column": 71
                            },
                            "end": {
                              "line": 911,
                              "column": 80
                            },
                            "identifierName": "undefined"
                          },
                          "name": "undefined"
                        }
                      }
                    }
                  },
                  {
                    "type": "VariableDeclaration",
                    "start": 30609,
                    "end": 30679,
                    "loc": {
                      "start": {
                        "line": 912,
                        "column": 4
                      },
                      "end": {
                        "line": 912,
                        "column": 74
                      }
                    },
                    "declarations": [
                      {
                        "type": "VariableDeclarator",
                        "start": 30615,
                        "end": 30678,
                        "loc": {
                          "start": {
                            "line": 912,
                            "column": 10
                          },
                          "end": {
                            "line": 912,
                            "column": 73
                          }
                        },
                        "id": {
                          "type": "Identifier",
                          "start": 30615,
                          "end": 30618,
                          "loc": {
                            "start": {
                              "line": 912,
                              "column": 10
                            },
                            "end": {
                              "line": 912,
                              "column": 13
                            },
                            "identifierName": "sql"
                          },
                          "name": "sql"
                        },
                        "init": {
                          "type": "CallExpression",
                          "start": 30621,
                          "end": 30678,
                          "loc": {
                            "start": {
                              "line": 912,
                              "column": 16
                            },
                            "end": {
                              "line": 912,
                              "column": 73
                            }
                          },
                          "callee": {
                            "type": "MemberExpression",
                            "start": 30621,
                            "end": 30665,
                            "loc": {
                              "start": {
                                "line": 912,
                                "column": 16
                              },
                              "end": {
                                "line": 912,
                                "column": 60
                              }
                            },
                            "object": {
                              "type": "MemberExpression",
                              "start": 30621,
                              "end": 30640,
                              "loc": {
                                "start": {
                                  "line": 912,
                                  "column": 16
                                },
                                "end": {
                                  "line": 912,
                                  "column": 35
                                }
                              },
                              "object": {
                                "type": "ThisExpression",
                                "start": 30621,
                                "end": 30625,
                                "loc": {
                                  "start": {
                                    "line": 912,
                                    "column": 16
                                  },
                                  "end": {
                                    "line": 912,
                                    "column": 20
                                  }
                                }
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 30626,
                                "end": 30640,
                                "loc": {
                                  "start": {
                                    "line": 912,
                                    "column": 21
                                  },
                                  "end": {
                                    "line": 912,
                                    "column": 35
                                  },
                                  "identifierName": "QueryGenerator"
                                },
                                "name": "QueryGenerator"
                              },
                              "computed": false
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 30641,
                              "end": 30665,
                              "loc": {
                                "start": {
                                  "line": 912,
                                  "column": 36
                                },
                                "end": {
                                  "line": 912,
                                  "column": 60
                                },
                                "identifierName": "rollbackTransactionQuery"
                              },
                              "name": "rollbackTransactionQuery"
                            },
                            "computed": false
                          },
                          "arguments": [
                            {
                              "type": "Identifier",
                              "start": 30666,
                              "end": 30677,
                              "loc": {
                                "start": {
                                  "line": 912,
                                  "column": 61
                                },
                                "end": {
                                  "line": 912,
                                  "column": 72
                                },
                                "identifierName": "transaction"
                              },
                              "name": "transaction"
                            }
                          ]
                        }
                      }
                    ],
                    "kind": "const"
                  },
                  {
                    "type": "VariableDeclaration",
                    "start": 30684,
                    "end": 30735,
                    "loc": {
                      "start": {
                        "line": 913,
                        "column": 4
                      },
                      "end": {
                        "line": 913,
                        "column": 55
                      }
                    },
                    "declarations": [
                      {
                        "type": "VariableDeclarator",
                        "start": 30690,
                        "end": 30734,
                        "loc": {
                          "start": {
                            "line": 913,
                            "column": 10
                          },
                          "end": {
                            "line": 913,
                            "column": 54
                          }
                        },
                        "id": {
                          "type": "Identifier",
                          "start": 30690,
                          "end": 30697,
                          "loc": {
                            "start": {
                              "line": 913,
                              "column": 10
                            },
                            "end": {
                              "line": 913,
                              "column": 17
                            },
                            "identifierName": "promise"
                          },
                          "name": "promise"
                        },
                        "init": {
                          "type": "CallExpression",
                          "start": 30700,
                          "end": 30734,
                          "loc": {
                            "start": {
                              "line": 913,
                              "column": 20
                            },
                            "end": {
                              "line": 913,
                              "column": 54
                            }
                          },
                          "callee": {
                            "type": "MemberExpression",
                            "start": 30700,
                            "end": 30720,
                            "loc": {
                              "start": {
                                "line": 913,
                                "column": 20
                              },
                              "end": {
                                "line": 913,
                                "column": 40
                              }
                            },
                            "object": {
                              "type": "MemberExpression",
                              "start": 30700,
                              "end": 30714,
                              "loc": {
                                "start": {
                                  "line": 913,
                                  "column": 20
                                },
                                "end": {
                                  "line": 913,
                                  "column": 34
                                }
                              },
                              "object": {
                                "type": "ThisExpression",
                                "start": 30700,
                                "end": 30704,
                                "loc": {
                                  "start": {
                                    "line": 913,
                                    "column": 20
                                  },
                                  "end": {
                                    "line": 913,
                                    "column": 24
                                  }
                                }
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 30705,
                                "end": 30714,
                                "loc": {
                                  "start": {
                                    "line": 913,
                                    "column": 25
                                  },
                                  "end": {
                                    "line": 913,
                                    "column": 34
                                  },
                                  "identifierName": "sequelize"
                                },
                                "name": "sequelize"
                              },
                              "computed": false
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 30715,
                              "end": 30720,
                              "loc": {
                                "start": {
                                  "line": 913,
                                  "column": 35
                                },
                                "end": {
                                  "line": 913,
                                  "column": 40
                                },
                                "identifierName": "query"
                              },
                              "name": "query"
                            },
                            "computed": false
                          },
                          "arguments": [
                            {
                              "type": "Identifier",
                              "start": 30721,
                              "end": 30724,
                              "loc": {
                                "start": {
                                  "line": 913,
                                  "column": 41
                                },
                                "end": {
                                  "line": 913,
                                  "column": 44
                                },
                                "identifierName": "sql"
                              },
                              "name": "sql"
                            },
                            {
                              "type": "Identifier",
                              "start": 30726,
                              "end": 30733,
                              "loc": {
                                "start": {
                                  "line": 913,
                                  "column": 46
                                },
                                "end": {
                                  "line": 913,
                                  "column": 53
                                },
                                "identifierName": "options"
                              },
                              "name": "options"
                            }
                          ]
                        }
                      }
                    ],
                    "kind": "const"
                  },
                  {
                    "type": "ExpressionStatement",
                    "start": 30741,
                    "end": 30775,
                    "loc": {
                      "start": {
                        "line": 915,
                        "column": 4
                      },
                      "end": {
                        "line": 915,
                        "column": 38
                      }
                    },
                    "expression": {
                      "type": "AssignmentExpression",
                      "start": 30741,
                      "end": 30774,
                      "loc": {
                        "start": {
                          "line": 915,
                          "column": 4
                        },
                        "end": {
                          "line": 915,
                          "column": 37
                        }
                      },
                      "operator": "=",
                      "left": {
                        "type": "MemberExpression",
                        "start": 30741,
                        "end": 30761,
                        "loc": {
                          "start": {
                            "line": 915,
                            "column": 4
                          },
                          "end": {
                            "line": 915,
                            "column": 24
                          }
                        },
                        "object": {
                          "type": "Identifier",
                          "start": 30741,
                          "end": 30752,
                          "loc": {
                            "start": {
                              "line": 915,
                              "column": 4
                            },
                            "end": {
                              "line": 915,
                              "column": 15
                            },
                            "identifierName": "transaction"
                          },
                          "name": "transaction"
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 30753,
                          "end": 30761,
                          "loc": {
                            "start": {
                              "line": 915,
                              "column": 16
                            },
                            "end": {
                              "line": 915,
                              "column": 24
                            },
                            "identifierName": "finished"
                          },
                          "name": "finished"
                        },
                        "computed": false
                      },
                      "right": {
                        "type": "StringLiteral",
                        "start": 30764,
                        "end": 30774,
                        "loc": {
                          "start": {
                            "line": 915,
                            "column": 27
                          },
                          "end": {
                            "line": 915,
                            "column": 37
                          }
                        },
                        "extra": {
                          "rawValue": "rollback",
                          "raw": "'rollback'"
                        },
                        "value": "rollback"
                      }
                    }
                  },
                  {
                    "type": "ReturnStatement",
                    "start": 30781,
                    "end": 30796,
                    "loc": {
                      "start": {
                        "line": 917,
                        "column": 4
                      },
                      "end": {
                        "line": 917,
                        "column": 19
                      }
                    },
                    "argument": {
                      "type": "Identifier",
                      "start": 30788,
                      "end": 30795,
                      "loc": {
                        "start": {
                          "line": 917,
                          "column": 11
                        },
                        "end": {
                          "line": 917,
                          "column": 18
                        },
                        "identifierName": "promise"
                      },
                      "name": "promise"
                    }
                  }
                ],
                "directives": []
              }
            }
          ]
        },
        "leadingComments": [
          {
            "type": "CommentBlock",
            "value": "*\n * The interface that Sequelize uses to talk to all databases\n * @class QueryInterface\n * @private\n ",
            "start": 473,
            "end": 579,
            "loc": {
              "start": {
                "line": 13,
                "column": 0
              },
              "end": {
                "line": 17,
                "column": 3
              }
            }
          }
        ]
      },
      {
        "type": "ExpressionStatement",
        "start": 30804,
        "end": 30836,
        "loc": {
          "start": {
            "line": 921,
            "column": 0
          },
          "end": {
            "line": 921,
            "column": 32
          }
        },
        "expression": {
          "type": "AssignmentExpression",
          "start": 30804,
          "end": 30835,
          "loc": {
            "start": {
              "line": 921,
              "column": 0
            },
            "end": {
              "line": 921,
              "column": 31
            }
          },
          "operator": "=",
          "left": {
            "type": "MemberExpression",
            "start": 30804,
            "end": 30818,
            "loc": {
              "start": {
                "line": 921,
                "column": 0
              },
              "end": {
                "line": 921,
                "column": 14
              }
            },
            "object": {
              "type": "Identifier",
              "start": 30804,
              "end": 30810,
              "loc": {
                "start": {
                  "line": 921,
                  "column": 0
                },
                "end": {
                  "line": 921,
                  "column": 6
                },
                "identifierName": "module"
              },
              "name": "module"
            },
            "property": {
              "type": "Identifier",
              "start": 30811,
              "end": 30818,
              "loc": {
                "start": {
                  "line": 921,
                  "column": 7
                },
                "end": {
                  "line": 921,
                  "column": 14
                },
                "identifierName": "exports"
              },
              "name": "exports"
            },
            "computed": false
          },
          "right": {
            "type": "Identifier",
            "start": 30821,
            "end": 30835,
            "loc": {
              "start": {
                "line": 921,
                "column": 17
              },
              "end": {
                "line": 921,
                "column": 31
              },
              "identifierName": "QueryInterface"
            },
            "name": "QueryInterface"
          }
        }
      },
      {
        "type": "ExpressionStatement",
        "start": 30837,
        "end": 30884,
        "loc": {
          "start": {
            "line": 922,
            "column": 0
          },
          "end": {
            "line": 922,
            "column": 47
          }
        },
        "expression": {
          "type": "AssignmentExpression",
          "start": 30837,
          "end": 30883,
          "loc": {
            "start": {
              "line": 922,
              "column": 0
            },
            "end": {
              "line": 922,
              "column": 46
            }
          },
          "operator": "=",
          "left": {
            "type": "MemberExpression",
            "start": 30837,
            "end": 30866,
            "loc": {
              "start": {
                "line": 922,
                "column": 0
              },
              "end": {
                "line": 922,
                "column": 29
              }
            },
            "object": {
              "type": "MemberExpression",
              "start": 30837,
              "end": 30851,
              "loc": {
                "start": {
                  "line": 922,
                  "column": 0
                },
                "end": {
                  "line": 922,
                  "column": 14
                }
              },
              "object": {
                "type": "Identifier",
                "start": 30837,
                "end": 30843,
                "loc": {
                  "start": {
                    "line": 922,
                    "column": 0
                  },
                  "end": {
                    "line": 922,
                    "column": 6
                  },
                  "identifierName": "module"
                },
                "name": "module"
              },
              "property": {
                "type": "Identifier",
                "start": 30844,
                "end": 30851,
                "loc": {
                  "start": {
                    "line": 922,
                    "column": 7
                  },
                  "end": {
                    "line": 922,
                    "column": 14
                  },
                  "identifierName": "exports"
                },
                "name": "exports"
              },
              "computed": false
            },
            "property": {
              "type": "Identifier",
              "start": 30852,
              "end": 30866,
              "loc": {
                "start": {
                  "line": 922,
                  "column": 15
                },
                "end": {
                  "line": 922,
                  "column": 29
                },
                "identifierName": "QueryInterface"
              },
              "name": "QueryInterface"
            },
            "computed": false
          },
          "right": {
            "type": "Identifier",
            "start": 30869,
            "end": 30883,
            "loc": {
              "start": {
                "line": 922,
                "column": 32
              },
              "end": {
                "line": 922,
                "column": 46
              },
              "identifierName": "QueryInterface"
            },
            "name": "QueryInterface"
          }
        }
      },
      {
        "type": "ExpressionStatement",
        "start": 30885,
        "end": 30925,
        "loc": {
          "start": {
            "line": 923,
            "column": 0
          },
          "end": {
            "line": 923,
            "column": 40
          }
        },
        "expression": {
          "type": "AssignmentExpression",
          "start": 30885,
          "end": 30924,
          "loc": {
            "start": {
              "line": 923,
              "column": 0
            },
            "end": {
              "line": 923,
              "column": 39
            }
          },
          "operator": "=",
          "left": {
            "type": "MemberExpression",
            "start": 30885,
            "end": 30907,
            "loc": {
              "start": {
                "line": 923,
                "column": 0
              },
              "end": {
                "line": 923,
                "column": 22
              }
            },
            "object": {
              "type": "MemberExpression",
              "start": 30885,
              "end": 30899,
              "loc": {
                "start": {
                  "line": 923,
                  "column": 0
                },
                "end": {
                  "line": 923,
                  "column": 14
                }
              },
              "object": {
                "type": "Identifier",
                "start": 30885,
                "end": 30891,
                "loc": {
                  "start": {
                    "line": 923,
                    "column": 0
                  },
                  "end": {
                    "line": 923,
                    "column": 6
                  },
                  "identifierName": "module"
                },
                "name": "module"
              },
              "property": {
                "type": "Identifier",
                "start": 30892,
                "end": 30899,
                "loc": {
                  "start": {
                    "line": 923,
                    "column": 7
                  },
                  "end": {
                    "line": 923,
                    "column": 14
                  },
                  "identifierName": "exports"
                },
                "name": "exports"
              },
              "computed": false
            },
            "property": {
              "type": "Identifier",
              "start": 30900,
              "end": 30907,
              "loc": {
                "start": {
                  "line": 923,
                  "column": 15
                },
                "end": {
                  "line": 923,
                  "column": 22
                },
                "identifierName": "default"
              },
              "name": "default"
            },
            "computed": false
          },
          "right": {
            "type": "Identifier",
            "start": 30910,
            "end": 30924,
            "loc": {
              "start": {
                "line": 923,
                "column": 25
              },
              "end": {
                "line": 923,
                "column": 39
              },
              "identifierName": "QueryInterface"
            },
            "name": "QueryInterface"
          }
        }
      }
    ],
    "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"
          }
        }
      }
    ]
  },
  "comments": [
    {
      "type": "CommentBlock",
      "value": "*\n * The interface that Sequelize uses to talk to all databases\n * @class QueryInterface\n * @private\n ",
      "start": 473,
      "end": 579,
      "loc": {
        "start": {
          "line": 13,
          "column": 0
        },
        "end": {
          "line": 17,
          "column": 3
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " Postgres requires a special SQL command for enums",
      "start": 2416,
      "end": 2468,
      "loc": {
        "start": {
          "line": 85,
          "column": 4
        },
        "end": {
          "line": 85,
          "column": 56
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " If the enum type doesn't exist then create it",
      "start": 3174,
      "end": 3222,
      "loc": {
        "start": {
          "line": 105,
          "column": 12
        },
        "end": {
          "line": 105,
          "column": 60
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " reset out after/before options since it's for every enum value",
      "start": 3802,
      "end": 3867,
      "loc": {
        "start": {
          "line": 117,
          "column": 16
        },
        "end": {
          "line": 117,
          "column": 81
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " if we're forcing we should be cascading unless explicitly stated otherwise",
      "start": 5741,
      "end": 5818,
      "loc": {
        "start": {
          "line": 174,
          "column": 4
        },
        "end": {
          "line": 174,
          "column": 81
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " Since postgres has a special case for enums, we should drop the related",
      "start": 6087,
      "end": 6161,
      "loc": {
        "start": {
          "line": 183,
          "column": 6
        },
        "end": {
          "line": 183,
          "column": 80
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " enum type within the table and attribute",
      "start": 6168,
      "end": 6211,
      "loc": {
        "start": {
          "line": 184,
          "column": 6
        },
        "end": {
          "line": 184,
          "column": 49
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " if tableName is not in the Array of tables names then dont drop it",
      "start": 7281,
      "end": 7350,
      "loc": {
        "start": {
          "line": 214,
          "column": 6
        },
        "end": {
          "line": 214,
          "column": 75
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " If no data is returned from the query, then the table name may be wrong.",
      "start": 10689,
      "end": 10764,
      "loc": {
        "start": {
          "line": 312,
          "column": 6
        },
        "end": {
          "line": 312,
          "column": 81
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " Query generators that use information_schema for retrieving table info will just return an empty result set,",
      "start": 10771,
      "end": 10882,
      "loc": {
        "start": {
          "line": 313,
          "column": 6
        },
        "end": {
          "line": 313,
          "column": 117
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " it will not throw an error like built-ins do (e.g. DESCRIBE on MySql).",
      "start": 10889,
      "end": 10962,
      "loc": {
        "start": {
          "line": 314,
          "column": 6
        },
        "end": {
          "line": 314,
          "column": 79
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " sqlite needs some special treatment as it cannot drop a column",
      "start": 11782,
      "end": 11847,
      "loc": {
        "start": {
          "line": 337,
          "column": 8
        },
        "end": {
          "line": 337,
          "column": 73
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " mssql needs special treatment as it cannot drop a column with a default or foreign key constraint",
      "start": 11972,
      "end": 12072,
      "loc": {
        "start": {
          "line": 340,
          "column": 8
        },
        "end": {
          "line": 340,
          "column": 108
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " mysql needs special treatment as it cannot drop a column with a foreign key constraint",
      "start": 12197,
      "end": 12286,
      "loc": {
        "start": {
          "line": 343,
          "column": 8
        },
        "end": {
          "line": 343,
          "column": 97
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " sqlite needs some special treatment as it cannot change a column",
      "start": 13034,
      "end": 13101,
      "loc": {
        "start": {
          "line": 363,
          "column": 6
        },
        "end": {
          "line": 363,
          "column": 73
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " fix: a not-null column cannot have null as default value",
      "start": 13827,
      "end": 13886,
      "loc": {
        "start": {
          "line": 387,
          "column": 6
        },
        "end": {
          "line": 387,
          "column": 65
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " sqlite needs some special treatment as it cannot rename a column",
      "start": 14073,
      "end": 14140,
      "loc": {
        "start": {
          "line": 393,
          "column": 8
        },
        "end": {
          "line": 393,
          "column": 75
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " Support for passing tableName, attributes, options or tableName, options (with a fields param which is the attributes)",
      "start": 14576,
      "end": 14697,
      "loc": {
        "start": {
          "line": 407,
          "column": 4
        },
        "end": {
          "line": 407,
          "column": 125
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " testhint argsConform.end",
      "start": 14839,
      "end": 14866,
      "loc": {
        "start": {
          "line": 413,
          "column": 4
        },
        "end": {
          "line": 413,
          "column": 31
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " Map for backwards compat",
      "start": 14899,
      "end": 14926,
      "loc": {
        "start": {
          "line": 416,
          "column": 6
        },
        "end": {
          "line": 416,
          "column": 33
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " Lets combine uniquekeys and indexes into one",
      "start": 17258,
      "end": 17305,
      "loc": {
        "start": {
          "line": 491,
          "column": 4
        },
        "end": {
          "line": 491,
          "column": 51
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " fields in the index may both the strings or objects with an attribute property - lets sanitize that",
      "start": 17490,
      "end": 17592,
      "loc": {
        "start": {
          "line": 498,
          "column": 8
        },
        "end": {
          "line": 498,
          "column": 110
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " MySQL returns 1 for inserted, 2 for updated http://dev.mysql.com/doc/refman/5.0/en/insert-on-duplicate.html. Postgres has been modded to do the same",
      "start": 18463,
      "end": 18614,
      "loc": {
        "start": {
          "line": 530,
          "column": 6
        },
        "end": {
          "line": 530,
          "column": 157
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " Check for a restrict field",
      "start": 19362,
      "end": 19391,
      "loc": {
        "start": {
          "line": 553,
          "column": 4
        },
        "end": {
          "line": 553,
          "column": 33
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " Check for a restrict field",
      "start": 20716,
      "end": 20745,
      "loc": {
        "start": {
          "line": 587,
          "column": 4
        },
        "end": {
          "line": 587,
          "column": 33
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " Check for hasOne relationship with non-existing associate (\"has zero\")",
      "start": 21431,
      "end": 21504,
      "loc": {
        "start": {
          "line": 605,
          "column": 8
        },
        "end": {
          "line": 605,
          "column": 81
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " Nothing to do, result is already a string.",
      "start": 24480,
      "end": 24525,
      "loc": {
        "start": {
          "line": 700,
          "column": 10
        },
        "end": {
          "line": 700,
          "column": 55
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " Helper methods useful for querying",
      "start": 26503,
      "end": 26540,
      "loc": {
        "start": {
          "line": 773,
          "column": 2
        },
        "end": {
          "line": 773,
          "column": 39
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n   * Escape an identifier (e.g. a table or attribute name). If force is true,\n   * the identifier will be quoted even if the `quoteIdentifiers` option is\n   * false.\n   * @private\n   ",
      "start": 26544,
      "end": 26733,
      "loc": {
        "start": {
          "line": 775,
          "column": 2
        },
        "end": {
          "line": 780,
          "column": 5
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n   * Split an identifier into .-separated tokens and quote each part.\n   * If force is true, the identifier will be quoted even if the\n   * `quoteIdentifiers` option is false.\n   * @private\n   ",
      "start": 26934,
      "end": 27133,
      "loc": {
        "start": {
          "line": 789,
          "column": 2
        },
        "end": {
          "line": 794,
          "column": 5
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n   * Escape a value (e.g. a string, number or date)\n   * @private\n   ",
      "start": 27251,
      "end": 27326,
      "loc": {
        "start": {
          "line": 799,
          "column": 2
        },
        "end": {
          "line": 802,
          "column": 5
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " Not possible to set a seperate isolation level for savepoints",
      "start": 27647,
      "end": 27711,
      "loc": {
        "start": {
          "line": 812,
          "column": 6
        },
        "end": {
          "line": 812,
          "column": 70
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " Not possible to set a seperate isolation level for savepoints",
      "start": 28321,
      "end": 28385,
      "loc": {
        "start": {
          "line": 835,
          "column": 6
        },
        "end": {
          "line": 835,
          "column": 70
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " Savepoints cannot be committed",
      "start": 29787,
      "end": 29820,
      "loc": {
        "start": {
          "line": 885,
          "column": 6
        },
        "end": {
          "line": 885,
          "column": 39
        }
      }
    }
  ],
  "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": {
        "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": 15,
      "end": 20,
      "loc": {
        "start": {
          "line": 3,
          "column": 0
        },
        "end": {
          "line": 3,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Utils",
      "start": 21,
      "end": 26,
      "loc": {
        "start": {
          "line": 3,
          "column": 6
        },
        "end": {
          "line": 3,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 27,
      "end": 28,
      "loc": {
        "start": {
          "line": 3,
          "column": 12
        },
        "end": {
          "line": 3,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "require",
      "start": 29,
      "end": 36,
      "loc": {
        "start": {
          "line": 3,
          "column": 14
        },
        "end": {
          "line": 3,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 36,
      "end": 37,
      "loc": {
        "start": {
          "line": 3,
          "column": 21
        },
        "end": {
          "line": 3,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "./utils",
      "start": 37,
      "end": 46,
      "loc": {
        "start": {
          "line": 3,
          "column": 22
        },
        "end": {
          "line": 3,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 46,
      "end": 47,
      "loc": {
        "start": {
          "line": 3,
          "column": 31
        },
        "end": {
          "line": 3,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 47,
      "end": 48,
      "loc": {
        "start": {
          "line": 3,
          "column": 32
        },
        "end": {
          "line": 3,
          "column": 33
        }
      }
    },
    {
      "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": 49,
      "end": 54,
      "loc": {
        "start": {
          "line": 4,
          "column": 0
        },
        "end": {
          "line": 4,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_",
      "start": 55,
      "end": 56,
      "loc": {
        "start": {
          "line": 4,
          "column": 6
        },
        "end": {
          "line": 4,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 57,
      "end": 58,
      "loc": {
        "start": {
          "line": 4,
          "column": 8
        },
        "end": {
          "line": 4,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "require",
      "start": 59,
      "end": 66,
      "loc": {
        "start": {
          "line": 4,
          "column": 10
        },
        "end": {
          "line": 4,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 66,
      "end": 67,
      "loc": {
        "start": {
          "line": 4,
          "column": 17
        },
        "end": {
          "line": 4,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "lodash",
      "start": 67,
      "end": 75,
      "loc": {
        "start": {
          "line": 4,
          "column": 18
        },
        "end": {
          "line": 4,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 75,
      "end": 76,
      "loc": {
        "start": {
          "line": 4,
          "column": 26
        },
        "end": {
          "line": 4,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 76,
      "end": 77,
      "loc": {
        "start": {
          "line": 4,
          "column": 27
        },
        "end": {
          "line": 4,
          "column": 28
        }
      }
    },
    {
      "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": 78,
      "end": 83,
      "loc": {
        "start": {
          "line": 5,
          "column": 0
        },
        "end": {
          "line": 5,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "DataTypes",
      "start": 84,
      "end": 93,
      "loc": {
        "start": {
          "line": 5,
          "column": 6
        },
        "end": {
          "line": 5,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 94,
      "end": 95,
      "loc": {
        "start": {
          "line": 5,
          "column": 16
        },
        "end": {
          "line": 5,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "require",
      "start": 96,
      "end": 103,
      "loc": {
        "start": {
          "line": 5,
          "column": 18
        },
        "end": {
          "line": 5,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 103,
      "end": 104,
      "loc": {
        "start": {
          "line": 5,
          "column": 25
        },
        "end": {
          "line": 5,
          "column": 26
        }
      }
    },
    {
      "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": 104,
      "end": 118,
      "loc": {
        "start": {
          "line": 5,
          "column": 26
        },
        "end": {
          "line": 5,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 118,
      "end": 119,
      "loc": {
        "start": {
          "line": 5,
          "column": 40
        },
        "end": {
          "line": 5,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 119,
      "end": 120,
      "loc": {
        "start": {
          "line": 5,
          "column": 41
        },
        "end": {
          "line": 5,
          "column": 42
        }
      }
    },
    {
      "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": 121,
      "end": 126,
      "loc": {
        "start": {
          "line": 6,
          "column": 0
        },
        "end": {
          "line": 6,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "SQLiteQueryInterface",
      "start": 127,
      "end": 147,
      "loc": {
        "start": {
          "line": 6,
          "column": 6
        },
        "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": 148,
      "end": 149,
      "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": 150,
      "end": 157,
      "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": 157,
      "end": 158,
      "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": "./dialects/sqlite/query-interface",
      "start": 158,
      "end": 193,
      "loc": {
        "start": {
          "line": 6,
          "column": 37
        },
        "end": {
          "line": 6,
          "column": 72
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 193,
      "end": 194,
      "loc": {
        "start": {
          "line": 6,
          "column": 72
        },
        "end": {
          "line": 6,
          "column": 73
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 194,
      "end": 195,
      "loc": {
        "start": {
          "line": 6,
          "column": 73
        },
        "end": {
          "line": 6,
          "column": 74
        }
      }
    },
    {
      "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": 196,
      "end": 201,
      "loc": {
        "start": {
          "line": 7,
          "column": 0
        },
        "end": {
          "line": 7,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "MSSSQLQueryInterface",
      "start": 202,
      "end": 222,
      "loc": {
        "start": {
          "line": 7,
          "column": 6
        },
        "end": {
          "line": 7,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 223,
      "end": 224,
      "loc": {
        "start": {
          "line": 7,
          "column": 27
        },
        "end": {
          "line": 7,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "require",
      "start": 225,
      "end": 232,
      "loc": {
        "start": {
          "line": 7,
          "column": 29
        },
        "end": {
          "line": 7,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 232,
      "end": 233,
      "loc": {
        "start": {
          "line": 7,
          "column": 36
        },
        "end": {
          "line": 7,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "./dialects/mssql/query-interface",
      "start": 233,
      "end": 267,
      "loc": {
        "start": {
          "line": 7,
          "column": 37
        },
        "end": {
          "line": 7,
          "column": 71
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 267,
      "end": 268,
      "loc": {
        "start": {
          "line": 7,
          "column": 71
        },
        "end": {
          "line": 7,
          "column": 72
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 268,
      "end": 269,
      "loc": {
        "start": {
          "line": 7,
          "column": 72
        },
        "end": {
          "line": 7,
          "column": 73
        }
      }
    },
    {
      "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": 270,
      "end": 275,
      "loc": {
        "start": {
          "line": 8,
          "column": 0
        },
        "end": {
          "line": 8,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "MySQLQueryInterface",
      "start": 276,
      "end": 295,
      "loc": {
        "start": {
          "line": 8,
          "column": 6
        },
        "end": {
          "line": 8,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 296,
      "end": 297,
      "loc": {
        "start": {
          "line": 8,
          "column": 26
        },
        "end": {
          "line": 8,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "require",
      "start": 298,
      "end": 305,
      "loc": {
        "start": {
          "line": 8,
          "column": 28
        },
        "end": {
          "line": 8,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 305,
      "end": 306,
      "loc": {
        "start": {
          "line": 8,
          "column": 35
        },
        "end": {
          "line": 8,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "./dialects/mysql/query-interface",
      "start": 306,
      "end": 340,
      "loc": {
        "start": {
          "line": 8,
          "column": 36
        },
        "end": {
          "line": 8,
          "column": 70
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 340,
      "end": 341,
      "loc": {
        "start": {
          "line": 8,
          "column": 70
        },
        "end": {
          "line": 8,
          "column": 71
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 341,
      "end": 342,
      "loc": {
        "start": {
          "line": 8,
          "column": 71
        },
        "end": {
          "line": 8,
          "column": 72
        }
      }
    },
    {
      "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": 343,
      "end": 348,
      "loc": {
        "start": {
          "line": 9,
          "column": 0
        },
        "end": {
          "line": 9,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Transaction",
      "start": 349,
      "end": 360,
      "loc": {
        "start": {
          "line": 9,
          "column": 6
        },
        "end": {
          "line": 9,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 361,
      "end": 362,
      "loc": {
        "start": {
          "line": 9,
          "column": 18
        },
        "end": {
          "line": 9,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "require",
      "start": 363,
      "end": 370,
      "loc": {
        "start": {
          "line": 9,
          "column": 20
        },
        "end": {
          "line": 9,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 370,
      "end": 371,
      "loc": {
        "start": {
          "line": 9,
          "column": 27
        },
        "end": {
          "line": 9,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "./transaction",
      "start": 371,
      "end": 386,
      "loc": {
        "start": {
          "line": 9,
          "column": 28
        },
        "end": {
          "line": 9,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 386,
      "end": 387,
      "loc": {
        "start": {
          "line": 9,
          "column": 43
        },
        "end": {
          "line": 9,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 387,
      "end": 388,
      "loc": {
        "start": {
          "line": 9,
          "column": 44
        },
        "end": {
          "line": 9,
          "column": 45
        }
      }
    },
    {
      "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": 389,
      "end": 394,
      "loc": {
        "start": {
          "line": 10,
          "column": 0
        },
        "end": {
          "line": 10,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Promise",
      "start": 395,
      "end": 402,
      "loc": {
        "start": {
          "line": 10,
          "column": 6
        },
        "end": {
          "line": 10,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 403,
      "end": 404,
      "loc": {
        "start": {
          "line": 10,
          "column": 14
        },
        "end": {
          "line": 10,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "require",
      "start": 405,
      "end": 412,
      "loc": {
        "start": {
          "line": 10,
          "column": 16
        },
        "end": {
          "line": 10,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 412,
      "end": 413,
      "loc": {
        "start": {
          "line": 10,
          "column": 23
        },
        "end": {
          "line": 10,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "./promise",
      "start": 413,
      "end": 424,
      "loc": {
        "start": {
          "line": 10,
          "column": 24
        },
        "end": {
          "line": 10,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 424,
      "end": 425,
      "loc": {
        "start": {
          "line": 10,
          "column": 35
        },
        "end": {
          "line": 10,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 425,
      "end": 426,
      "loc": {
        "start": {
          "line": 10,
          "column": 36
        },
        "end": {
          "line": 10,
          "column": 37
        }
      }
    },
    {
      "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": 427,
      "end": 432,
      "loc": {
        "start": {
          "line": 11,
          "column": 0
        },
        "end": {
          "line": 11,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "QueryTypes",
      "start": 433,
      "end": 443,
      "loc": {
        "start": {
          "line": 11,
          "column": 6
        },
        "end": {
          "line": 11,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 444,
      "end": 445,
      "loc": {
        "start": {
          "line": 11,
          "column": 17
        },
        "end": {
          "line": 11,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "require",
      "start": 446,
      "end": 453,
      "loc": {
        "start": {
          "line": 11,
          "column": 19
        },
        "end": {
          "line": 11,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 453,
      "end": 454,
      "loc": {
        "start": {
          "line": 11,
          "column": 26
        },
        "end": {
          "line": 11,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "./query-types",
      "start": 454,
      "end": 469,
      "loc": {
        "start": {
          "line": 11,
          "column": 27
        },
        "end": {
          "line": 11,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 469,
      "end": 470,
      "loc": {
        "start": {
          "line": 11,
          "column": 42
        },
        "end": {
          "line": 11,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 470,
      "end": 471,
      "loc": {
        "start": {
          "line": 11,
          "column": 43
        },
        "end": {
          "line": 11,
          "column": 44
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n * The interface that Sequelize uses to talk to all databases\n * @class QueryInterface\n * @private\n ",
      "start": 473,
      "end": 579,
      "loc": {
        "start": {
          "line": 13,
          "column": 0
        },
        "end": {
          "line": 17,
          "column": 3
        }
      }
    },
    {
      "type": {
        "label": "class",
        "keyword": "class",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "class",
      "start": 580,
      "end": 585,
      "loc": {
        "start": {
          "line": 18,
          "column": 0
        },
        "end": {
          "line": 18,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "QueryInterface",
      "start": 586,
      "end": 600,
      "loc": {
        "start": {
          "line": 18,
          "column": 6
        },
        "end": {
          "line": 18,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 601,
      "end": 602,
      "loc": {
        "start": {
          "line": 18,
          "column": 21
        },
        "end": {
          "line": 18,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "constructor",
      "start": 605,
      "end": 616,
      "loc": {
        "start": {
          "line": 19,
          "column": 2
        },
        "end": {
          "line": 19,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 616,
      "end": 617,
      "loc": {
        "start": {
          "line": 19,
          "column": 13
        },
        "end": {
          "line": 19,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sequelize",
      "start": 617,
      "end": 626,
      "loc": {
        "start": {
          "line": 19,
          "column": 14
        },
        "end": {
          "line": 19,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 626,
      "end": 627,
      "loc": {
        "start": {
          "line": 19,
          "column": 23
        },
        "end": {
          "line": 19,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 628,
      "end": 629,
      "loc": {
        "start": {
          "line": 19,
          "column": 25
        },
        "end": {
          "line": 19,
          "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": 634,
      "end": 638,
      "loc": {
        "start": {
          "line": 20,
          "column": 4
        },
        "end": {
          "line": 20,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 638,
      "end": 639,
      "loc": {
        "start": {
          "line": 20,
          "column": 8
        },
        "end": {
          "line": 20,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sequelize",
      "start": 639,
      "end": 648,
      "loc": {
        "start": {
          "line": 20,
          "column": 9
        },
        "end": {
          "line": 20,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 649,
      "end": 650,
      "loc": {
        "start": {
          "line": 20,
          "column": 19
        },
        "end": {
          "line": 20,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sequelize",
      "start": 651,
      "end": 660,
      "loc": {
        "start": {
          "line": 20,
          "column": 21
        },
        "end": {
          "line": 20,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 660,
      "end": 661,
      "loc": {
        "start": {
          "line": 20,
          "column": 30
        },
        "end": {
          "line": 20,
          "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": 666,
      "end": 670,
      "loc": {
        "start": {
          "line": 21,
          "column": 4
        },
        "end": {
          "line": 21,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 670,
      "end": 671,
      "loc": {
        "start": {
          "line": 21,
          "column": 8
        },
        "end": {
          "line": 21,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "QueryGenerator",
      "start": 671,
      "end": 685,
      "loc": {
        "start": {
          "line": 21,
          "column": 9
        },
        "end": {
          "line": 21,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 686,
      "end": 687,
      "loc": {
        "start": {
          "line": 21,
          "column": 24
        },
        "end": {
          "line": 21,
          "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": 688,
      "end": 692,
      "loc": {
        "start": {
          "line": 21,
          "column": 26
        },
        "end": {
          "line": 21,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 692,
      "end": 693,
      "loc": {
        "start": {
          "line": 21,
          "column": 30
        },
        "end": {
          "line": 21,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sequelize",
      "start": 693,
      "end": 702,
      "loc": {
        "start": {
          "line": 21,
          "column": 31
        },
        "end": {
          "line": 21,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 702,
      "end": 703,
      "loc": {
        "start": {
          "line": 21,
          "column": 40
        },
        "end": {
          "line": 21,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dialect",
      "start": 703,
      "end": 710,
      "loc": {
        "start": {
          "line": 21,
          "column": 41
        },
        "end": {
          "line": 21,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 710,
      "end": 711,
      "loc": {
        "start": {
          "line": 21,
          "column": 48
        },
        "end": {
          "line": 21,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "QueryGenerator",
      "start": 711,
      "end": 725,
      "loc": {
        "start": {
          "line": 21,
          "column": 49
        },
        "end": {
          "line": 21,
          "column": 63
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 725,
      "end": 726,
      "loc": {
        "start": {
          "line": 21,
          "column": 63
        },
        "end": {
          "line": 21,
          "column": 64
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 729,
      "end": 730,
      "loc": {
        "start": {
          "line": 22,
          "column": 2
        },
        "end": {
          "line": 22,
          "column": 3
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "createSchema",
      "start": 734,
      "end": 746,
      "loc": {
        "start": {
          "line": 24,
          "column": 2
        },
        "end": {
          "line": 24,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 746,
      "end": 747,
      "loc": {
        "start": {
          "line": 24,
          "column": 14
        },
        "end": {
          "line": 24,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "schema",
      "start": 747,
      "end": 753,
      "loc": {
        "start": {
          "line": 24,
          "column": 15
        },
        "end": {
          "line": 24,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 753,
      "end": 754,
      "loc": {
        "start": {
          "line": 24,
          "column": 21
        },
        "end": {
          "line": 24,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 755,
      "end": 762,
      "loc": {
        "start": {
          "line": 24,
          "column": 23
        },
        "end": {
          "line": 24,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 762,
      "end": 763,
      "loc": {
        "start": {
          "line": 24,
          "column": 30
        },
        "end": {
          "line": 24,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 764,
      "end": 765,
      "loc": {
        "start": {
          "line": 24,
          "column": 32
        },
        "end": {
          "line": 24,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 770,
      "end": 777,
      "loc": {
        "start": {
          "line": 25,
          "column": 4
        },
        "end": {
          "line": 25,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 778,
      "end": 779,
      "loc": {
        "start": {
          "line": 25,
          "column": 12
        },
        "end": {
          "line": 25,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 780,
      "end": 787,
      "loc": {
        "start": {
          "line": 25,
          "column": 14
        },
        "end": {
          "line": 25,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "||",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 1,
        "updateContext": null
      },
      "value": "||",
      "start": 788,
      "end": 790,
      "loc": {
        "start": {
          "line": 25,
          "column": 22
        },
        "end": {
          "line": 25,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 791,
      "end": 792,
      "loc": {
        "start": {
          "line": 25,
          "column": 25
        },
        "end": {
          "line": 25,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 792,
      "end": 793,
      "loc": {
        "start": {
          "line": 25,
          "column": 26
        },
        "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": 793,
      "end": 794,
      "loc": {
        "start": {
          "line": 25,
          "column": 27
        },
        "end": {
          "line": 25,
          "column": 28
        }
      }
    },
    {
      "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": 799,
      "end": 804,
      "loc": {
        "start": {
          "line": 26,
          "column": 4
        },
        "end": {
          "line": 26,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sql",
      "start": 805,
      "end": 808,
      "loc": {
        "start": {
          "line": 26,
          "column": 10
        },
        "end": {
          "line": 26,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 809,
      "end": 810,
      "loc": {
        "start": {
          "line": 26,
          "column": 14
        },
        "end": {
          "line": 26,
          "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": 811,
      "end": 815,
      "loc": {
        "start": {
          "line": 26,
          "column": 16
        },
        "end": {
          "line": 26,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 815,
      "end": 816,
      "loc": {
        "start": {
          "line": 26,
          "column": 20
        },
        "end": {
          "line": 26,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "QueryGenerator",
      "start": 816,
      "end": 830,
      "loc": {
        "start": {
          "line": 26,
          "column": 21
        },
        "end": {
          "line": 26,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 830,
      "end": 831,
      "loc": {
        "start": {
          "line": 26,
          "column": 35
        },
        "end": {
          "line": 26,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "createSchema",
      "start": 831,
      "end": 843,
      "loc": {
        "start": {
          "line": 26,
          "column": 36
        },
        "end": {
          "line": 26,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 843,
      "end": 844,
      "loc": {
        "start": {
          "line": 26,
          "column": 48
        },
        "end": {
          "line": 26,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "schema",
      "start": 844,
      "end": 850,
      "loc": {
        "start": {
          "line": 26,
          "column": 49
        },
        "end": {
          "line": 26,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 850,
      "end": 851,
      "loc": {
        "start": {
          "line": 26,
          "column": 55
        },
        "end": {
          "line": 26,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 851,
      "end": 852,
      "loc": {
        "start": {
          "line": 26,
          "column": 56
        },
        "end": {
          "line": 26,
          "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": 857,
      "end": 863,
      "loc": {
        "start": {
          "line": 27,
          "column": 4
        },
        "end": {
          "line": 27,
          "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": 864,
      "end": 868,
      "loc": {
        "start": {
          "line": 27,
          "column": 11
        },
        "end": {
          "line": 27,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 868,
      "end": 869,
      "loc": {
        "start": {
          "line": 27,
          "column": 15
        },
        "end": {
          "line": 27,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sequelize",
      "start": 869,
      "end": 878,
      "loc": {
        "start": {
          "line": 27,
          "column": 16
        },
        "end": {
          "line": 27,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 878,
      "end": 879,
      "loc": {
        "start": {
          "line": 27,
          "column": 25
        },
        "end": {
          "line": 27,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "query",
      "start": 879,
      "end": 884,
      "loc": {
        "start": {
          "line": 27,
          "column": 26
        },
        "end": {
          "line": 27,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 884,
      "end": 885,
      "loc": {
        "start": {
          "line": 27,
          "column": 31
        },
        "end": {
          "line": 27,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sql",
      "start": 885,
      "end": 888,
      "loc": {
        "start": {
          "line": 27,
          "column": 32
        },
        "end": {
          "line": 27,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 888,
      "end": 889,
      "loc": {
        "start": {
          "line": 27,
          "column": 35
        },
        "end": {
          "line": 27,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 890,
      "end": 897,
      "loc": {
        "start": {
          "line": 27,
          "column": 37
        },
        "end": {
          "line": 27,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 897,
      "end": 898,
      "loc": {
        "start": {
          "line": 27,
          "column": 44
        },
        "end": {
          "line": 27,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 898,
      "end": 899,
      "loc": {
        "start": {
          "line": 27,
          "column": 45
        },
        "end": {
          "line": 27,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 902,
      "end": 903,
      "loc": {
        "start": {
          "line": 28,
          "column": 2
        },
        "end": {
          "line": 28,
          "column": 3
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dropSchema",
      "start": 907,
      "end": 917,
      "loc": {
        "start": {
          "line": 30,
          "column": 2
        },
        "end": {
          "line": 30,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 917,
      "end": 918,
      "loc": {
        "start": {
          "line": 30,
          "column": 12
        },
        "end": {
          "line": 30,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "schema",
      "start": 918,
      "end": 924,
      "loc": {
        "start": {
          "line": 30,
          "column": 13
        },
        "end": {
          "line": 30,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 924,
      "end": 925,
      "loc": {
        "start": {
          "line": 30,
          "column": 19
        },
        "end": {
          "line": 30,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 926,
      "end": 933,
      "loc": {
        "start": {
          "line": 30,
          "column": 21
        },
        "end": {
          "line": 30,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 933,
      "end": 934,
      "loc": {
        "start": {
          "line": 30,
          "column": 28
        },
        "end": {
          "line": 30,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 935,
      "end": 936,
      "loc": {
        "start": {
          "line": 30,
          "column": 30
        },
        "end": {
          "line": 30,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 941,
      "end": 948,
      "loc": {
        "start": {
          "line": 31,
          "column": 4
        },
        "end": {
          "line": 31,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 949,
      "end": 950,
      "loc": {
        "start": {
          "line": 31,
          "column": 12
        },
        "end": {
          "line": 31,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 951,
      "end": 958,
      "loc": {
        "start": {
          "line": 31,
          "column": 14
        },
        "end": {
          "line": 31,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "||",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 1,
        "updateContext": null
      },
      "value": "||",
      "start": 959,
      "end": 961,
      "loc": {
        "start": {
          "line": 31,
          "column": 22
        },
        "end": {
          "line": 31,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 962,
      "end": 963,
      "loc": {
        "start": {
          "line": 31,
          "column": 25
        },
        "end": {
          "line": 31,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 963,
      "end": 964,
      "loc": {
        "start": {
          "line": 31,
          "column": 26
        },
        "end": {
          "line": 31,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 964,
      "end": 965,
      "loc": {
        "start": {
          "line": 31,
          "column": 27
        },
        "end": {
          "line": 31,
          "column": 28
        }
      }
    },
    {
      "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": 970,
      "end": 975,
      "loc": {
        "start": {
          "line": 32,
          "column": 4
        },
        "end": {
          "line": 32,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sql",
      "start": 976,
      "end": 979,
      "loc": {
        "start": {
          "line": 32,
          "column": 10
        },
        "end": {
          "line": 32,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 980,
      "end": 981,
      "loc": {
        "start": {
          "line": 32,
          "column": 14
        },
        "end": {
          "line": 32,
          "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": 982,
      "end": 986,
      "loc": {
        "start": {
          "line": 32,
          "column": 16
        },
        "end": {
          "line": 32,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 986,
      "end": 987,
      "loc": {
        "start": {
          "line": 32,
          "column": 20
        },
        "end": {
          "line": 32,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "QueryGenerator",
      "start": 987,
      "end": 1001,
      "loc": {
        "start": {
          "line": 32,
          "column": 21
        },
        "end": {
          "line": 32,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1001,
      "end": 1002,
      "loc": {
        "start": {
          "line": 32,
          "column": 35
        },
        "end": {
          "line": 32,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dropSchema",
      "start": 1002,
      "end": 1012,
      "loc": {
        "start": {
          "line": 32,
          "column": 36
        },
        "end": {
          "line": 32,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1012,
      "end": 1013,
      "loc": {
        "start": {
          "line": 32,
          "column": 46
        },
        "end": {
          "line": 32,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "schema",
      "start": 1013,
      "end": 1019,
      "loc": {
        "start": {
          "line": 32,
          "column": 47
        },
        "end": {
          "line": 32,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1019,
      "end": 1020,
      "loc": {
        "start": {
          "line": 32,
          "column": 53
        },
        "end": {
          "line": 32,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1020,
      "end": 1021,
      "loc": {
        "start": {
          "line": 32,
          "column": 54
        },
        "end": {
          "line": 32,
          "column": 55
        }
      }
    },
    {
      "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": 1026,
      "end": 1032,
      "loc": {
        "start": {
          "line": 33,
          "column": 4
        },
        "end": {
          "line": 33,
          "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": 1033,
      "end": 1037,
      "loc": {
        "start": {
          "line": 33,
          "column": 11
        },
        "end": {
          "line": 33,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1037,
      "end": 1038,
      "loc": {
        "start": {
          "line": 33,
          "column": 15
        },
        "end": {
          "line": 33,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sequelize",
      "start": 1038,
      "end": 1047,
      "loc": {
        "start": {
          "line": 33,
          "column": 16
        },
        "end": {
          "line": 33,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1047,
      "end": 1048,
      "loc": {
        "start": {
          "line": 33,
          "column": 25
        },
        "end": {
          "line": 33,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "query",
      "start": 1048,
      "end": 1053,
      "loc": {
        "start": {
          "line": 33,
          "column": 26
        },
        "end": {
          "line": 33,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1053,
      "end": 1054,
      "loc": {
        "start": {
          "line": 33,
          "column": 31
        },
        "end": {
          "line": 33,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sql",
      "start": 1054,
      "end": 1057,
      "loc": {
        "start": {
          "line": 33,
          "column": 32
        },
        "end": {
          "line": 33,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1057,
      "end": 1058,
      "loc": {
        "start": {
          "line": 33,
          "column": 35
        },
        "end": {
          "line": 33,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 1059,
      "end": 1066,
      "loc": {
        "start": {
          "line": 33,
          "column": 37
        },
        "end": {
          "line": 33,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1066,
      "end": 1067,
      "loc": {
        "start": {
          "line": 33,
          "column": 44
        },
        "end": {
          "line": 33,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1067,
      "end": 1068,
      "loc": {
        "start": {
          "line": 33,
          "column": 45
        },
        "end": {
          "line": 33,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1071,
      "end": 1072,
      "loc": {
        "start": {
          "line": 34,
          "column": 2
        },
        "end": {
          "line": 34,
          "column": 3
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dropAllSchemas",
      "start": 1076,
      "end": 1090,
      "loc": {
        "start": {
          "line": 36,
          "column": 2
        },
        "end": {
          "line": 36,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1090,
      "end": 1091,
      "loc": {
        "start": {
          "line": 36,
          "column": 16
        },
        "end": {
          "line": 36,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 1091,
      "end": 1098,
      "loc": {
        "start": {
          "line": 36,
          "column": 17
        },
        "end": {
          "line": 36,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1098,
      "end": 1099,
      "loc": {
        "start": {
          "line": 36,
          "column": 24
        },
        "end": {
          "line": 36,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1100,
      "end": 1101,
      "loc": {
        "start": {
          "line": 36,
          "column": 26
        },
        "end": {
          "line": 36,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 1106,
      "end": 1113,
      "loc": {
        "start": {
          "line": 37,
          "column": 4
        },
        "end": {
          "line": 37,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 1114,
      "end": 1115,
      "loc": {
        "start": {
          "line": 37,
          "column": 12
        },
        "end": {
          "line": 37,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 1116,
      "end": 1123,
      "loc": {
        "start": {
          "line": 37,
          "column": 14
        },
        "end": {
          "line": 37,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "||",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 1,
        "updateContext": null
      },
      "value": "||",
      "start": 1124,
      "end": 1126,
      "loc": {
        "start": {
          "line": 37,
          "column": 22
        },
        "end": {
          "line": 37,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1127,
      "end": 1128,
      "loc": {
        "start": {
          "line": 37,
          "column": 25
        },
        "end": {
          "line": 37,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1128,
      "end": 1129,
      "loc": {
        "start": {
          "line": 37,
          "column": 26
        },
        "end": {
          "line": 37,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1129,
      "end": 1130,
      "loc": {
        "start": {
          "line": 37,
          "column": 27
        },
        "end": {
          "line": 37,
          "column": 28
        }
      }
    },
    {
      "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": 1136,
      "end": 1138,
      "loc": {
        "start": {
          "line": 39,
          "column": 4
        },
        "end": {
          "line": 39,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1139,
      "end": 1140,
      "loc": {
        "start": {
          "line": 39,
          "column": 7
        },
        "end": {
          "line": 39,
          "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": 1140,
      "end": 1141,
      "loc": {
        "start": {
          "line": 39,
          "column": 8
        },
        "end": {
          "line": 39,
          "column": 9
        }
      }
    },
    {
      "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": 1141,
      "end": 1145,
      "loc": {
        "start": {
          "line": 39,
          "column": 9
        },
        "end": {
          "line": 39,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1145,
      "end": 1146,
      "loc": {
        "start": {
          "line": 39,
          "column": 13
        },
        "end": {
          "line": 39,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "QueryGenerator",
      "start": 1146,
      "end": 1160,
      "loc": {
        "start": {
          "line": 39,
          "column": 14
        },
        "end": {
          "line": 39,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1160,
      "end": 1161,
      "loc": {
        "start": {
          "line": 39,
          "column": 28
        },
        "end": {
          "line": 39,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_dialect",
      "start": 1161,
      "end": 1169,
      "loc": {
        "start": {
          "line": 39,
          "column": 29
        },
        "end": {
          "line": 39,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1169,
      "end": 1170,
      "loc": {
        "start": {
          "line": 39,
          "column": 37
        },
        "end": {
          "line": 39,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "supports",
      "start": 1170,
      "end": 1178,
      "loc": {
        "start": {
          "line": 39,
          "column": 38
        },
        "end": {
          "line": 39,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1178,
      "end": 1179,
      "loc": {
        "start": {
          "line": 39,
          "column": 46
        },
        "end": {
          "line": 39,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "schemas",
      "start": 1179,
      "end": 1186,
      "loc": {
        "start": {
          "line": 39,
          "column": 47
        },
        "end": {
          "line": 39,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1186,
      "end": 1187,
      "loc": {
        "start": {
          "line": 39,
          "column": 54
        },
        "end": {
          "line": 39,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1188,
      "end": 1189,
      "loc": {
        "start": {
          "line": 39,
          "column": 56
        },
        "end": {
          "line": 39,
          "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": 1196,
      "end": 1202,
      "loc": {
        "start": {
          "line": 40,
          "column": 6
        },
        "end": {
          "line": 40,
          "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": 1203,
      "end": 1207,
      "loc": {
        "start": {
          "line": 40,
          "column": 13
        },
        "end": {
          "line": 40,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1207,
      "end": 1208,
      "loc": {
        "start": {
          "line": 40,
          "column": 17
        },
        "end": {
          "line": 40,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sequelize",
      "start": 1208,
      "end": 1217,
      "loc": {
        "start": {
          "line": 40,
          "column": 18
        },
        "end": {
          "line": 40,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1217,
      "end": 1218,
      "loc": {
        "start": {
          "line": 40,
          "column": 27
        },
        "end": {
          "line": 40,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "drop",
      "start": 1218,
      "end": 1222,
      "loc": {
        "start": {
          "line": 40,
          "column": 28
        },
        "end": {
          "line": 40,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1222,
      "end": 1223,
      "loc": {
        "start": {
          "line": 40,
          "column": 32
        },
        "end": {
          "line": 40,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 1223,
      "end": 1230,
      "loc": {
        "start": {
          "line": 40,
          "column": 33
        },
        "end": {
          "line": 40,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1230,
      "end": 1231,
      "loc": {
        "start": {
          "line": 40,
          "column": 40
        },
        "end": {
          "line": 40,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1231,
      "end": 1232,
      "loc": {
        "start": {
          "line": 40,
          "column": 41
        },
        "end": {
          "line": 40,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1237,
      "end": 1238,
      "loc": {
        "start": {
          "line": 41,
          "column": 4
        },
        "end": {
          "line": 41,
          "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": 1239,
      "end": 1243,
      "loc": {
        "start": {
          "line": 41,
          "column": 6
        },
        "end": {
          "line": 41,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1244,
      "end": 1245,
      "loc": {
        "start": {
          "line": 41,
          "column": 11
        },
        "end": {
          "line": 41,
          "column": 12
        }
      }
    },
    {
      "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": 1252,
      "end": 1258,
      "loc": {
        "start": {
          "line": 42,
          "column": 6
        },
        "end": {
          "line": 42,
          "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": 1259,
      "end": 1263,
      "loc": {
        "start": {
          "line": 42,
          "column": 13
        },
        "end": {
          "line": 42,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1263,
      "end": 1264,
      "loc": {
        "start": {
          "line": 42,
          "column": 17
        },
        "end": {
          "line": 42,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "showAllSchemas",
      "start": 1264,
      "end": 1278,
      "loc": {
        "start": {
          "line": 42,
          "column": 18
        },
        "end": {
          "line": 42,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1278,
      "end": 1279,
      "loc": {
        "start": {
          "line": 42,
          "column": 32
        },
        "end": {
          "line": 42,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 1279,
      "end": 1286,
      "loc": {
        "start": {
          "line": 42,
          "column": 33
        },
        "end": {
          "line": 42,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1286,
      "end": 1287,
      "loc": {
        "start": {
          "line": 42,
          "column": 40
        },
        "end": {
          "line": 42,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1287,
      "end": 1288,
      "loc": {
        "start": {
          "line": 42,
          "column": 41
        },
        "end": {
          "line": 42,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "map",
      "start": 1288,
      "end": 1291,
      "loc": {
        "start": {
          "line": 42,
          "column": 42
        },
        "end": {
          "line": 42,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1291,
      "end": 1292,
      "loc": {
        "start": {
          "line": 42,
          "column": 45
        },
        "end": {
          "line": 42,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "schemaName",
      "start": 1292,
      "end": 1302,
      "loc": {
        "start": {
          "line": 42,
          "column": 46
        },
        "end": {
          "line": 42,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": "=>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1303,
      "end": 1305,
      "loc": {
        "start": {
          "line": 42,
          "column": 57
        },
        "end": {
          "line": 42,
          "column": 59
        }
      }
    },
    {
      "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": 1306,
      "end": 1310,
      "loc": {
        "start": {
          "line": 42,
          "column": 60
        },
        "end": {
          "line": 42,
          "column": 64
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1310,
      "end": 1311,
      "loc": {
        "start": {
          "line": 42,
          "column": 64
        },
        "end": {
          "line": 42,
          "column": 65
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dropSchema",
      "start": 1311,
      "end": 1321,
      "loc": {
        "start": {
          "line": 42,
          "column": 65
        },
        "end": {
          "line": 42,
          "column": 75
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1321,
      "end": 1322,
      "loc": {
        "start": {
          "line": 42,
          "column": 75
        },
        "end": {
          "line": 42,
          "column": 76
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "schemaName",
      "start": 1322,
      "end": 1332,
      "loc": {
        "start": {
          "line": 42,
          "column": 76
        },
        "end": {
          "line": 42,
          "column": 86
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1332,
      "end": 1333,
      "loc": {
        "start": {
          "line": 42,
          "column": 86
        },
        "end": {
          "line": 42,
          "column": 87
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 1334,
      "end": 1341,
      "loc": {
        "start": {
          "line": 42,
          "column": 88
        },
        "end": {
          "line": 42,
          "column": 95
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1341,
      "end": 1342,
      "loc": {
        "start": {
          "line": 42,
          "column": 95
        },
        "end": {
          "line": 42,
          "column": 96
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1342,
      "end": 1343,
      "loc": {
        "start": {
          "line": 42,
          "column": 96
        },
        "end": {
          "line": 42,
          "column": 97
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1343,
      "end": 1344,
      "loc": {
        "start": {
          "line": 42,
          "column": 97
        },
        "end": {
          "line": 42,
          "column": 98
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1349,
      "end": 1350,
      "loc": {
        "start": {
          "line": 43,
          "column": 4
        },
        "end": {
          "line": 43,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1353,
      "end": 1354,
      "loc": {
        "start": {
          "line": 44,
          "column": 2
        },
        "end": {
          "line": 44,
          "column": 3
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "showAllSchemas",
      "start": 1358,
      "end": 1372,
      "loc": {
        "start": {
          "line": 46,
          "column": 2
        },
        "end": {
          "line": 46,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1372,
      "end": 1373,
      "loc": {
        "start": {
          "line": 46,
          "column": 16
        },
        "end": {
          "line": 46,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 1373,
      "end": 1380,
      "loc": {
        "start": {
          "line": 46,
          "column": 17
        },
        "end": {
          "line": 46,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1380,
      "end": 1381,
      "loc": {
        "start": {
          "line": 46,
          "column": 24
        },
        "end": {
          "line": 46,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1382,
      "end": 1383,
      "loc": {
        "start": {
          "line": 46,
          "column": 26
        },
        "end": {
          "line": 46,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 1389,
      "end": 1396,
      "loc": {
        "start": {
          "line": 48,
          "column": 4
        },
        "end": {
          "line": 48,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 1397,
      "end": 1398,
      "loc": {
        "start": {
          "line": 48,
          "column": 12
        },
        "end": {
          "line": 48,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_",
      "start": 1399,
      "end": 1400,
      "loc": {
        "start": {
          "line": 48,
          "column": 14
        },
        "end": {
          "line": 48,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1400,
      "end": 1401,
      "loc": {
        "start": {
          "line": 48,
          "column": 15
        },
        "end": {
          "line": 48,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "assign",
      "start": 1401,
      "end": 1407,
      "loc": {
        "start": {
          "line": 48,
          "column": 16
        },
        "end": {
          "line": 48,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1407,
      "end": 1408,
      "loc": {
        "start": {
          "line": 48,
          "column": 22
        },
        "end": {
          "line": 48,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1408,
      "end": 1409,
      "loc": {
        "start": {
          "line": 48,
          "column": 23
        },
        "end": {
          "line": 48,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1409,
      "end": 1410,
      "loc": {
        "start": {
          "line": 48,
          "column": 24
        },
        "end": {
          "line": 48,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1410,
      "end": 1411,
      "loc": {
        "start": {
          "line": 48,
          "column": 25
        },
        "end": {
          "line": 48,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 1412,
      "end": 1419,
      "loc": {
        "start": {
          "line": 48,
          "column": 27
        },
        "end": {
          "line": 48,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1419,
      "end": 1420,
      "loc": {
        "start": {
          "line": 48,
          "column": 34
        },
        "end": {
          "line": 48,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1421,
      "end": 1422,
      "loc": {
        "start": {
          "line": 48,
          "column": 36
        },
        "end": {
          "line": 48,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "raw",
      "start": 1429,
      "end": 1432,
      "loc": {
        "start": {
          "line": 49,
          "column": 6
        },
        "end": {
          "line": 49,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1432,
      "end": 1433,
      "loc": {
        "start": {
          "line": 49,
          "column": 9
        },
        "end": {
          "line": 49,
          "column": 10
        }
      }
    },
    {
      "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": 1434,
      "end": 1438,
      "loc": {
        "start": {
          "line": 49,
          "column": 11
        },
        "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": 1438,
      "end": 1439,
      "loc": {
        "start": {
          "line": 49,
          "column": 15
        },
        "end": {
          "line": 49,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "type",
      "start": 1446,
      "end": 1450,
      "loc": {
        "start": {
          "line": 50,
          "column": 6
        },
        "end": {
          "line": 50,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1450,
      "end": 1451,
      "loc": {
        "start": {
          "line": 50,
          "column": 10
        },
        "end": {
          "line": 50,
          "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": 1452,
      "end": 1456,
      "loc": {
        "start": {
          "line": 50,
          "column": 12
        },
        "end": {
          "line": 50,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1456,
      "end": 1457,
      "loc": {
        "start": {
          "line": 50,
          "column": 16
        },
        "end": {
          "line": 50,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sequelize",
      "start": 1457,
      "end": 1466,
      "loc": {
        "start": {
          "line": 50,
          "column": 17
        },
        "end": {
          "line": 50,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1466,
      "end": 1467,
      "loc": {
        "start": {
          "line": 50,
          "column": 26
        },
        "end": {
          "line": 50,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "QueryTypes",
      "start": 1467,
      "end": 1477,
      "loc": {
        "start": {
          "line": 50,
          "column": 27
        },
        "end": {
          "line": 50,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1477,
      "end": 1478,
      "loc": {
        "start": {
          "line": 50,
          "column": 37
        },
        "end": {
          "line": 50,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "SELECT",
      "start": 1478,
      "end": 1484,
      "loc": {
        "start": {
          "line": 50,
          "column": 38
        },
        "end": {
          "line": 50,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1489,
      "end": 1490,
      "loc": {
        "start": {
          "line": 51,
          "column": 4
        },
        "end": {
          "line": 51,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1490,
      "end": 1491,
      "loc": {
        "start": {
          "line": 51,
          "column": 5
        },
        "end": {
          "line": 51,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1491,
      "end": 1492,
      "loc": {
        "start": {
          "line": 51,
          "column": 6
        },
        "end": {
          "line": 51,
          "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": 1498,
      "end": 1503,
      "loc": {
        "start": {
          "line": 53,
          "column": 4
        },
        "end": {
          "line": 53,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "showSchemasSql",
      "start": 1504,
      "end": 1518,
      "loc": {
        "start": {
          "line": 53,
          "column": 10
        },
        "end": {
          "line": 53,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 1519,
      "end": 1520,
      "loc": {
        "start": {
          "line": 53,
          "column": 25
        },
        "end": {
          "line": 53,
          "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": 1521,
      "end": 1525,
      "loc": {
        "start": {
          "line": 53,
          "column": 27
        },
        "end": {
          "line": 53,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1525,
      "end": 1526,
      "loc": {
        "start": {
          "line": 53,
          "column": 31
        },
        "end": {
          "line": 53,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "QueryGenerator",
      "start": 1526,
      "end": 1540,
      "loc": {
        "start": {
          "line": 53,
          "column": 32
        },
        "end": {
          "line": 53,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1540,
      "end": 1541,
      "loc": {
        "start": {
          "line": 53,
          "column": 46
        },
        "end": {
          "line": 53,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "showSchemasQuery",
      "start": 1541,
      "end": 1557,
      "loc": {
        "start": {
          "line": 53,
          "column": 47
        },
        "end": {
          "line": 53,
          "column": 63
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1557,
      "end": 1558,
      "loc": {
        "start": {
          "line": 53,
          "column": 63
        },
        "end": {
          "line": 53,
          "column": 64
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1558,
      "end": 1559,
      "loc": {
        "start": {
          "line": 53,
          "column": 64
        },
        "end": {
          "line": 53,
          "column": 65
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1559,
      "end": 1560,
      "loc": {
        "start": {
          "line": 53,
          "column": 65
        },
        "end": {
          "line": 53,
          "column": 66
        }
      }
    },
    {
      "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": 1566,
      "end": 1572,
      "loc": {
        "start": {
          "line": 55,
          "column": 4
        },
        "end": {
          "line": 55,
          "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": 1573,
      "end": 1577,
      "loc": {
        "start": {
          "line": 55,
          "column": 11
        },
        "end": {
          "line": 55,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1577,
      "end": 1578,
      "loc": {
        "start": {
          "line": 55,
          "column": 15
        },
        "end": {
          "line": 55,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sequelize",
      "start": 1578,
      "end": 1587,
      "loc": {
        "start": {
          "line": 55,
          "column": 16
        },
        "end": {
          "line": 55,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1587,
      "end": 1588,
      "loc": {
        "start": {
          "line": 55,
          "column": 25
        },
        "end": {
          "line": 55,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "query",
      "start": 1588,
      "end": 1593,
      "loc": {
        "start": {
          "line": 55,
          "column": 26
        },
        "end": {
          "line": 55,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1593,
      "end": 1594,
      "loc": {
        "start": {
          "line": 55,
          "column": 31
        },
        "end": {
          "line": 55,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "showSchemasSql",
      "start": 1594,
      "end": 1608,
      "loc": {
        "start": {
          "line": 55,
          "column": 32
        },
        "end": {
          "line": 55,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1608,
      "end": 1609,
      "loc": {
        "start": {
          "line": 55,
          "column": 46
        },
        "end": {
          "line": 55,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 1610,
      "end": 1617,
      "loc": {
        "start": {
          "line": 55,
          "column": 48
        },
        "end": {
          "line": 55,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1617,
      "end": 1618,
      "loc": {
        "start": {
          "line": 55,
          "column": 55
        },
        "end": {
          "line": 55,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1618,
      "end": 1619,
      "loc": {
        "start": {
          "line": 55,
          "column": 56
        },
        "end": {
          "line": 55,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "then",
      "start": 1619,
      "end": 1623,
      "loc": {
        "start": {
          "line": 55,
          "column": 57
        },
        "end": {
          "line": 55,
          "column": 61
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1623,
      "end": 1624,
      "loc": {
        "start": {
          "line": 55,
          "column": 61
        },
        "end": {
          "line": 55,
          "column": 62
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "schemaNames",
      "start": 1624,
      "end": 1635,
      "loc": {
        "start": {
          "line": 55,
          "column": 62
        },
        "end": {
          "line": 55,
          "column": 73
        }
      }
    },
    {
      "type": {
        "label": "=>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1636,
      "end": 1638,
      "loc": {
        "start": {
          "line": 55,
          "column": 74
        },
        "end": {
          "line": 55,
          "column": 76
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Utils",
      "start": 1639,
      "end": 1644,
      "loc": {
        "start": {
          "line": 55,
          "column": 77
        },
        "end": {
          "line": 55,
          "column": 82
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1644,
      "end": 1645,
      "loc": {
        "start": {
          "line": 55,
          "column": 82
        },
        "end": {
          "line": 55,
          "column": 83
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_",
      "start": 1645,
      "end": 1646,
      "loc": {
        "start": {
          "line": 55,
          "column": 83
        },
        "end": {
          "line": 55,
          "column": 84
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1646,
      "end": 1647,
      "loc": {
        "start": {
          "line": 55,
          "column": 84
        },
        "end": {
          "line": 55,
          "column": 85
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "flatten",
      "start": 1647,
      "end": 1654,
      "loc": {
        "start": {
          "line": 55,
          "column": 85
        },
        "end": {
          "line": 55,
          "column": 92
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1654,
      "end": 1655,
      "loc": {
        "start": {
          "line": 55,
          "column": 92
        },
        "end": {
          "line": 55,
          "column": 93
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Utils",
      "start": 1664,
      "end": 1669,
      "loc": {
        "start": {
          "line": 56,
          "column": 8
        },
        "end": {
          "line": 56,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1669,
      "end": 1670,
      "loc": {
        "start": {
          "line": 56,
          "column": 13
        },
        "end": {
          "line": 56,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_",
      "start": 1670,
      "end": 1671,
      "loc": {
        "start": {
          "line": 56,
          "column": 14
        },
        "end": {
          "line": 56,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1671,
      "end": 1672,
      "loc": {
        "start": {
          "line": 56,
          "column": 15
        },
        "end": {
          "line": 56,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "map",
      "start": 1672,
      "end": 1675,
      "loc": {
        "start": {
          "line": 56,
          "column": 16
        },
        "end": {
          "line": 56,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1675,
      "end": 1676,
      "loc": {
        "start": {
          "line": 56,
          "column": 19
        },
        "end": {
          "line": 56,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "schemaNames",
      "start": 1676,
      "end": 1687,
      "loc": {
        "start": {
          "line": 56,
          "column": 20
        },
        "end": {
          "line": 56,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1687,
      "end": 1688,
      "loc": {
        "start": {
          "line": 56,
          "column": 31
        },
        "end": {
          "line": 56,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "value",
      "start": 1689,
      "end": 1694,
      "loc": {
        "start": {
          "line": 56,
          "column": 33
        },
        "end": {
          "line": 56,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "=>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1695,
      "end": 1697,
      "loc": {
        "start": {
          "line": 56,
          "column": 39
        },
        "end": {
          "line": 56,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1698,
      "end": 1699,
      "loc": {
        "start": {
          "line": 56,
          "column": 42
        },
        "end": {
          "line": 56,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "prefix",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "!",
      "start": 1699,
      "end": 1700,
      "loc": {
        "start": {
          "line": 56,
          "column": 43
        },
        "end": {
          "line": 56,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "prefix",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "!",
      "start": 1700,
      "end": 1701,
      "loc": {
        "start": {
          "line": 56,
          "column": 44
        },
        "end": {
          "line": 56,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "value",
      "start": 1701,
      "end": 1706,
      "loc": {
        "start": {
          "line": 56,
          "column": 45
        },
        "end": {
          "line": 56,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1706,
      "end": 1707,
      "loc": {
        "start": {
          "line": 56,
          "column": 50
        },
        "end": {
          "line": 56,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "schema_name",
      "start": 1707,
      "end": 1718,
      "loc": {
        "start": {
          "line": 56,
          "column": 51
        },
        "end": {
          "line": 56,
          "column": 62
        }
      }
    },
    {
      "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": 56,
          "column": 63
        },
        "end": {
          "line": 56,
          "column": 64
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "value",
      "start": 1721,
      "end": 1726,
      "loc": {
        "start": {
          "line": 56,
          "column": 65
        },
        "end": {
          "line": 56,
          "column": 70
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1726,
      "end": 1727,
      "loc": {
        "start": {
          "line": 56,
          "column": 70
        },
        "end": {
          "line": 56,
          "column": 71
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "schema_name",
      "start": 1727,
      "end": 1738,
      "loc": {
        "start": {
          "line": 56,
          "column": 71
        },
        "end": {
          "line": 56,
          "column": 82
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1739,
      "end": 1740,
      "loc": {
        "start": {
          "line": 56,
          "column": 83
        },
        "end": {
          "line": 56,
          "column": 84
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "value",
      "start": 1741,
      "end": 1746,
      "loc": {
        "start": {
          "line": 56,
          "column": 85
        },
        "end": {
          "line": 56,
          "column": 90
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1746,
      "end": 1747,
      "loc": {
        "start": {
          "line": 56,
          "column": 90
        },
        "end": {
          "line": 56,
          "column": 91
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1747,
      "end": 1748,
      "loc": {
        "start": {
          "line": 56,
          "column": 91
        },
        "end": {
          "line": 56,
          "column": 92
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1753,
      "end": 1754,
      "loc": {
        "start": {
          "line": 57,
          "column": 4
        },
        "end": {
          "line": 57,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1754,
      "end": 1755,
      "loc": {
        "start": {
          "line": 57,
          "column": 5
        },
        "end": {
          "line": 57,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1755,
      "end": 1756,
      "loc": {
        "start": {
          "line": 57,
          "column": 6
        },
        "end": {
          "line": 57,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1759,
      "end": 1760,
      "loc": {
        "start": {
          "line": 58,
          "column": 2
        },
        "end": {
          "line": 58,
          "column": 3
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "databaseVersion",
      "start": 1764,
      "end": 1779,
      "loc": {
        "start": {
          "line": 60,
          "column": 2
        },
        "end": {
          "line": 60,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1779,
      "end": 1780,
      "loc": {
        "start": {
          "line": 60,
          "column": 17
        },
        "end": {
          "line": 60,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 1780,
      "end": 1787,
      "loc": {
        "start": {
          "line": 60,
          "column": 18
        },
        "end": {
          "line": 60,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1787,
      "end": 1788,
      "loc": {
        "start": {
          "line": 60,
          "column": 25
        },
        "end": {
          "line": 60,
          "column": 26
        }
      }
    },
    {
      "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": 60,
          "column": 27
        },
        "end": {
          "line": 60,
          "column": 28
        }
      }
    },
    {
      "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": 1795,
      "end": 1801,
      "loc": {
        "start": {
          "line": 61,
          "column": 4
        },
        "end": {
          "line": 61,
          "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": 1802,
      "end": 1806,
      "loc": {
        "start": {
          "line": 61,
          "column": 11
        },
        "end": {
          "line": 61,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1806,
      "end": 1807,
      "loc": {
        "start": {
          "line": 61,
          "column": 15
        },
        "end": {
          "line": 61,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sequelize",
      "start": 1807,
      "end": 1816,
      "loc": {
        "start": {
          "line": 61,
          "column": 16
        },
        "end": {
          "line": 61,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1816,
      "end": 1817,
      "loc": {
        "start": {
          "line": 61,
          "column": 25
        },
        "end": {
          "line": 61,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "query",
      "start": 1817,
      "end": 1822,
      "loc": {
        "start": {
          "line": 61,
          "column": 26
        },
        "end": {
          "line": 61,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1822,
      "end": 1823,
      "loc": {
        "start": {
          "line": 61,
          "column": 31
        },
        "end": {
          "line": 61,
          "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": 1830,
      "end": 1834,
      "loc": {
        "start": {
          "line": 62,
          "column": 6
        },
        "end": {
          "line": 62,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1834,
      "end": 1835,
      "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": "QueryGenerator",
      "start": 1835,
      "end": 1849,
      "loc": {
        "start": {
          "line": 62,
          "column": 11
        },
        "end": {
          "line": 62,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1849,
      "end": 1850,
      "loc": {
        "start": {
          "line": 62,
          "column": 25
        },
        "end": {
          "line": 62,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "versionQuery",
      "start": 1850,
      "end": 1862,
      "loc": {
        "start": {
          "line": 62,
          "column": 26
        },
        "end": {
          "line": 62,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1862,
      "end": 1863,
      "loc": {
        "start": {
          "line": 62,
          "column": 38
        },
        "end": {
          "line": 62,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1863,
      "end": 1864,
      "loc": {
        "start": {
          "line": 62,
          "column": 39
        },
        "end": {
          "line": 62,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1864,
      "end": 1865,
      "loc": {
        "start": {
          "line": 62,
          "column": 40
        },
        "end": {
          "line": 62,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_",
      "start": 1872,
      "end": 1873,
      "loc": {
        "start": {
          "line": 63,
          "column": 6
        },
        "end": {
          "line": 63,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1873,
      "end": 1874,
      "loc": {
        "start": {
          "line": 63,
          "column": 7
        },
        "end": {
          "line": 63,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "assign",
      "start": 1874,
      "end": 1880,
      "loc": {
        "start": {
          "line": 63,
          "column": 8
        },
        "end": {
          "line": 63,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1880,
      "end": 1881,
      "loc": {
        "start": {
          "line": 63,
          "column": 14
        },
        "end": {
          "line": 63,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1881,
      "end": 1882,
      "loc": {
        "start": {
          "line": 63,
          "column": 15
        },
        "end": {
          "line": 63,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1882,
      "end": 1883,
      "loc": {
        "start": {
          "line": 63,
          "column": 16
        },
        "end": {
          "line": 63,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1883,
      "end": 1884,
      "loc": {
        "start": {
          "line": 63,
          "column": 17
        },
        "end": {
          "line": 63,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 1885,
      "end": 1892,
      "loc": {
        "start": {
          "line": 63,
          "column": 19
        },
        "end": {
          "line": 63,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1892,
      "end": 1893,
      "loc": {
        "start": {
          "line": 63,
          "column": 26
        },
        "end": {
          "line": 63,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1894,
      "end": 1895,
      "loc": {
        "start": {
          "line": 63,
          "column": 28
        },
        "end": {
          "line": 63,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "type",
      "start": 1896,
      "end": 1900,
      "loc": {
        "start": {
          "line": 63,
          "column": 30
        },
        "end": {
          "line": 63,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1900,
      "end": 1901,
      "loc": {
        "start": {
          "line": 63,
          "column": 34
        },
        "end": {
          "line": 63,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "QueryTypes",
      "start": 1902,
      "end": 1912,
      "loc": {
        "start": {
          "line": 63,
          "column": 36
        },
        "end": {
          "line": 63,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1912,
      "end": 1913,
      "loc": {
        "start": {
          "line": 63,
          "column": 46
        },
        "end": {
          "line": 63,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "VERSION",
      "start": 1913,
      "end": 1920,
      "loc": {
        "start": {
          "line": 63,
          "column": 47
        },
        "end": {
          "line": 63,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1921,
      "end": 1922,
      "loc": {
        "start": {
          "line": 63,
          "column": 55
        },
        "end": {
          "line": 63,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1922,
      "end": 1923,
      "loc": {
        "start": {
          "line": 63,
          "column": 56
        },
        "end": {
          "line": 63,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1928,
      "end": 1929,
      "loc": {
        "start": {
          "line": 64,
          "column": 4
        },
        "end": {
          "line": 64,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1929,
      "end": 1930,
      "loc": {
        "start": {
          "line": 64,
          "column": 5
        },
        "end": {
          "line": 64,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1933,
      "end": 1934,
      "loc": {
        "start": {
          "line": 65,
          "column": 2
        },
        "end": {
          "line": 65,
          "column": 3
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "createTable",
      "start": 1938,
      "end": 1949,
      "loc": {
        "start": {
          "line": 67,
          "column": 2
        },
        "end": {
          "line": 67,
          "column": 13
        }
      }
    },
    {
      "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": 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": "tableName",
      "start": 1950,
      "end": 1959,
      "loc": {
        "start": {
          "line": 67,
          "column": 14
        },
        "end": {
          "line": 67,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1959,
      "end": 1960,
      "loc": {
        "start": {
          "line": 67,
          "column": 23
        },
        "end": {
          "line": 67,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attributes",
      "start": 1961,
      "end": 1971,
      "loc": {
        "start": {
          "line": 67,
          "column": 25
        },
        "end": {
          "line": 67,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1971,
      "end": 1972,
      "loc": {
        "start": {
          "line": 67,
          "column": 35
        },
        "end": {
          "line": 67,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 1973,
      "end": 1980,
      "loc": {
        "start": {
          "line": 67,
          "column": 37
        },
        "end": {
          "line": 67,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1980,
      "end": 1981,
      "loc": {
        "start": {
          "line": 67,
          "column": 44
        },
        "end": {
          "line": 67,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "model",
      "start": 1982,
      "end": 1987,
      "loc": {
        "start": {
          "line": 67,
          "column": 46
        },
        "end": {
          "line": 67,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1987,
      "end": 1988,
      "loc": {
        "start": {
          "line": 67,
          "column": 51
        },
        "end": {
          "line": 67,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1989,
      "end": 1990,
      "loc": {
        "start": {
          "line": 67,
          "column": 53
        },
        "end": {
          "line": 67,
          "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": 1995,
      "end": 2000,
      "loc": {
        "start": {
          "line": 68,
          "column": 4
        },
        "end": {
          "line": 68,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "keys",
      "start": 2001,
      "end": 2005,
      "loc": {
        "start": {
          "line": 68,
          "column": 10
        },
        "end": {
          "line": 68,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 2006,
      "end": 2007,
      "loc": {
        "start": {
          "line": 68,
          "column": 15
        },
        "end": {
          "line": 68,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Object",
      "start": 2008,
      "end": 2014,
      "loc": {
        "start": {
          "line": 68,
          "column": 17
        },
        "end": {
          "line": 68,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2014,
      "end": 2015,
      "loc": {
        "start": {
          "line": 68,
          "column": 23
        },
        "end": {
          "line": 68,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "keys",
      "start": 2015,
      "end": 2019,
      "loc": {
        "start": {
          "line": 68,
          "column": 24
        },
        "end": {
          "line": 68,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2019,
      "end": 2020,
      "loc": {
        "start": {
          "line": 68,
          "column": 28
        },
        "end": {
          "line": 68,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attributes",
      "start": 2020,
      "end": 2030,
      "loc": {
        "start": {
          "line": 68,
          "column": 29
        },
        "end": {
          "line": 68,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2030,
      "end": 2031,
      "loc": {
        "start": {
          "line": 68,
          "column": 39
        },
        "end": {
          "line": 68,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2031,
      "end": 2032,
      "loc": {
        "start": {
          "line": 68,
          "column": 40
        },
        "end": {
          "line": 68,
          "column": 41
        }
      }
    },
    {
      "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": 2037,
      "end": 2042,
      "loc": {
        "start": {
          "line": 69,
          "column": 4
        },
        "end": {
          "line": 69,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "keyLen",
      "start": 2043,
      "end": 2049,
      "loc": {
        "start": {
          "line": 69,
          "column": 10
        },
        "end": {
          "line": 69,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 2050,
      "end": 2051,
      "loc": {
        "start": {
          "line": 69,
          "column": 17
        },
        "end": {
          "line": 69,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "keys",
      "start": 2052,
      "end": 2056,
      "loc": {
        "start": {
          "line": 69,
          "column": 19
        },
        "end": {
          "line": 69,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2056,
      "end": 2057,
      "loc": {
        "start": {
          "line": 69,
          "column": 23
        },
        "end": {
          "line": 69,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "length",
      "start": 2057,
      "end": 2063,
      "loc": {
        "start": {
          "line": 69,
          "column": 24
        },
        "end": {
          "line": 69,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2063,
      "end": 2064,
      "loc": {
        "start": {
          "line": 69,
          "column": 30
        },
        "end": {
          "line": 69,
          "column": 31
        }
      }
    },
    {
      "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": 2069,
      "end": 2072,
      "loc": {
        "start": {
          "line": 70,
          "column": 4
        },
        "end": {
          "line": 70,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sql",
      "start": 2073,
      "end": 2076,
      "loc": {
        "start": {
          "line": 70,
          "column": 8
        },
        "end": {
          "line": 70,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 2077,
      "end": 2078,
      "loc": {
        "start": {
          "line": 70,
          "column": 12
        },
        "end": {
          "line": 70,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "",
      "start": 2079,
      "end": 2081,
      "loc": {
        "start": {
          "line": 70,
          "column": 14
        },
        "end": {
          "line": 70,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2081,
      "end": 2082,
      "loc": {
        "start": {
          "line": 70,
          "column": 16
        },
        "end": {
          "line": 70,
          "column": 17
        }
      }
    },
    {
      "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": 2087,
      "end": 2090,
      "loc": {
        "start": {
          "line": 71,
          "column": 4
        },
        "end": {
          "line": 71,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "i",
      "start": 2091,
      "end": 2092,
      "loc": {
        "start": {
          "line": 71,
          "column": 8
        },
        "end": {
          "line": 71,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 2093,
      "end": 2094,
      "loc": {
        "start": {
          "line": 71,
          "column": 10
        },
        "end": {
          "line": 71,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 0,
      "start": 2095,
      "end": 2096,
      "loc": {
        "start": {
          "line": 71,
          "column": 12
        },
        "end": {
          "line": 71,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2096,
      "end": 2097,
      "loc": {
        "start": {
          "line": 71,
          "column": 13
        },
        "end": {
          "line": 71,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 2103,
      "end": 2110,
      "loc": {
        "start": {
          "line": 73,
          "column": 4
        },
        "end": {
          "line": 73,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 2111,
      "end": 2112,
      "loc": {
        "start": {
          "line": 73,
          "column": 12
        },
        "end": {
          "line": 73,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_",
      "start": 2113,
      "end": 2114,
      "loc": {
        "start": {
          "line": 73,
          "column": 14
        },
        "end": {
          "line": 73,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2114,
      "end": 2115,
      "loc": {
        "start": {
          "line": 73,
          "column": 15
        },
        "end": {
          "line": 73,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "clone",
      "start": 2115,
      "end": 2120,
      "loc": {
        "start": {
          "line": 73,
          "column": 16
        },
        "end": {
          "line": 73,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2120,
      "end": 2121,
      "loc": {
        "start": {
          "line": 73,
          "column": 21
        },
        "end": {
          "line": 73,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 2121,
      "end": 2128,
      "loc": {
        "start": {
          "line": 73,
          "column": 22
        },
        "end": {
          "line": 73,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2128,
      "end": 2129,
      "loc": {
        "start": {
          "line": 73,
          "column": 29
        },
        "end": {
          "line": 73,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "||",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 1,
        "updateContext": null
      },
      "value": "||",
      "start": 2130,
      "end": 2132,
      "loc": {
        "start": {
          "line": 73,
          "column": 31
        },
        "end": {
          "line": 73,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2133,
      "end": 2134,
      "loc": {
        "start": {
          "line": 73,
          "column": 34
        },
        "end": {
          "line": 73,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2134,
      "end": 2135,
      "loc": {
        "start": {
          "line": 73,
          "column": 35
        },
        "end": {
          "line": 73,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2135,
      "end": 2136,
      "loc": {
        "start": {
          "line": 73,
          "column": 36
        },
        "end": {
          "line": 73,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attributes",
      "start": 2142,
      "end": 2152,
      "loc": {
        "start": {
          "line": 75,
          "column": 4
        },
        "end": {
          "line": 75,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 2153,
      "end": 2154,
      "loc": {
        "start": {
          "line": 75,
          "column": 15
        },
        "end": {
          "line": 75,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Utils",
      "start": 2155,
      "end": 2160,
      "loc": {
        "start": {
          "line": 75,
          "column": 17
        },
        "end": {
          "line": 75,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2160,
      "end": 2161,
      "loc": {
        "start": {
          "line": 75,
          "column": 22
        },
        "end": {
          "line": 75,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_",
      "start": 2161,
      "end": 2162,
      "loc": {
        "start": {
          "line": 75,
          "column": 23
        },
        "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": 2162,
      "end": 2163,
      "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": "mapValues",
      "start": 2163,
      "end": 2172,
      "loc": {
        "start": {
          "line": 75,
          "column": 25
        },
        "end": {
          "line": 75,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2172,
      "end": 2173,
      "loc": {
        "start": {
          "line": 75,
          "column": 34
        },
        "end": {
          "line": 75,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attributes",
      "start": 2173,
      "end": 2183,
      "loc": {
        "start": {
          "line": 75,
          "column": 35
        },
        "end": {
          "line": 75,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2183,
      "end": 2184,
      "loc": {
        "start": {
          "line": 75,
          "column": 45
        },
        "end": {
          "line": 75,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attribute",
      "start": 2185,
      "end": 2194,
      "loc": {
        "start": {
          "line": 75,
          "column": 47
        },
        "end": {
          "line": 75,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": "=>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2195,
      "end": 2197,
      "loc": {
        "start": {
          "line": 75,
          "column": 57
        },
        "end": {
          "line": 75,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2198,
      "end": 2199,
      "loc": {
        "start": {
          "line": 75,
          "column": 60
        },
        "end": {
          "line": 75,
          "column": 61
        }
      }
    },
    {
      "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": 2206,
      "end": 2208,
      "loc": {
        "start": {
          "line": 76,
          "column": 6
        },
        "end": {
          "line": 76,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2209,
      "end": 2210,
      "loc": {
        "start": {
          "line": 76,
          "column": 9
        },
        "end": {
          "line": 76,
          "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": 2210,
      "end": 2211,
      "loc": {
        "start": {
          "line": 76,
          "column": 10
        },
        "end": {
          "line": 76,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Utils",
      "start": 2211,
      "end": 2216,
      "loc": {
        "start": {
          "line": 76,
          "column": 11
        },
        "end": {
          "line": 76,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2216,
      "end": 2217,
      "loc": {
        "start": {
          "line": 76,
          "column": 16
        },
        "end": {
          "line": 76,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_",
      "start": 2217,
      "end": 2218,
      "loc": {
        "start": {
          "line": 76,
          "column": 17
        },
        "end": {
          "line": 76,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2218,
      "end": 2219,
      "loc": {
        "start": {
          "line": 76,
          "column": 18
        },
        "end": {
          "line": 76,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "isPlainObject",
      "start": 2219,
      "end": 2232,
      "loc": {
        "start": {
          "line": 76,
          "column": 19
        },
        "end": {
          "line": 76,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2232,
      "end": 2233,
      "loc": {
        "start": {
          "line": 76,
          "column": 32
        },
        "end": {
          "line": 76,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attribute",
      "start": 2233,
      "end": 2242,
      "loc": {
        "start": {
          "line": 76,
          "column": 33
        },
        "end": {
          "line": 76,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2242,
      "end": 2243,
      "loc": {
        "start": {
          "line": 76,
          "column": 42
        },
        "end": {
          "line": 76,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2243,
      "end": 2244,
      "loc": {
        "start": {
          "line": 76,
          "column": 43
        },
        "end": {
          "line": 76,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2245,
      "end": 2246,
      "loc": {
        "start": {
          "line": 76,
          "column": 45
        },
        "end": {
          "line": 76,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attribute",
      "start": 2255,
      "end": 2264,
      "loc": {
        "start": {
          "line": 77,
          "column": 8
        },
        "end": {
          "line": 77,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 2265,
      "end": 2266,
      "loc": {
        "start": {
          "line": 77,
          "column": 18
        },
        "end": {
          "line": 77,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2267,
      "end": 2268,
      "loc": {
        "start": {
          "line": 77,
          "column": 20
        },
        "end": {
          "line": 77,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "type",
      "start": 2269,
      "end": 2273,
      "loc": {
        "start": {
          "line": 77,
          "column": 22
        },
        "end": {
          "line": 77,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2273,
      "end": 2274,
      "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": "attribute",
      "start": 2275,
      "end": 2284,
      "loc": {
        "start": {
          "line": 77,
          "column": 28
        },
        "end": {
          "line": 77,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2284,
      "end": 2285,
      "loc": {
        "start": {
          "line": 77,
          "column": 37
        },
        "end": {
          "line": 77,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "allowNull",
      "start": 2286,
      "end": 2295,
      "loc": {
        "start": {
          "line": 77,
          "column": 39
        },
        "end": {
          "line": 77,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2295,
      "end": 2296,
      "loc": {
        "start": {
          "line": 77,
          "column": 48
        },
        "end": {
          "line": 77,
          "column": 49
        }
      }
    },
    {
      "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": 2297,
      "end": 2301,
      "loc": {
        "start": {
          "line": 77,
          "column": 50
        },
        "end": {
          "line": 77,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2302,
      "end": 2303,
      "loc": {
        "start": {
          "line": 77,
          "column": 55
        },
        "end": {
          "line": 77,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2303,
      "end": 2304,
      "loc": {
        "start": {
          "line": 77,
          "column": 56
        },
        "end": {
          "line": 77,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2311,
      "end": 2312,
      "loc": {
        "start": {
          "line": 78,
          "column": 6
        },
        "end": {
          "line": 78,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attribute",
      "start": 2320,
      "end": 2329,
      "loc": {
        "start": {
          "line": 80,
          "column": 6
        },
        "end": {
          "line": 80,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 2330,
      "end": 2331,
      "loc": {
        "start": {
          "line": 80,
          "column": 16
        },
        "end": {
          "line": 80,
          "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": 2332,
      "end": 2336,
      "loc": {
        "start": {
          "line": 80,
          "column": 18
        },
        "end": {
          "line": 80,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2336,
      "end": 2337,
      "loc": {
        "start": {
          "line": 80,
          "column": 22
        },
        "end": {
          "line": 80,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sequelize",
      "start": 2337,
      "end": 2346,
      "loc": {
        "start": {
          "line": 80,
          "column": 23
        },
        "end": {
          "line": 80,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2346,
      "end": 2347,
      "loc": {
        "start": {
          "line": 80,
          "column": 32
        },
        "end": {
          "line": 80,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "normalizeAttribute",
      "start": 2347,
      "end": 2365,
      "loc": {
        "start": {
          "line": 80,
          "column": 33
        },
        "end": {
          "line": 80,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2365,
      "end": 2366,
      "loc": {
        "start": {
          "line": 80,
          "column": 51
        },
        "end": {
          "line": 80,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attribute",
      "start": 2366,
      "end": 2375,
      "loc": {
        "start": {
          "line": 80,
          "column": 52
        },
        "end": {
          "line": 80,
          "column": 61
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2375,
      "end": 2376,
      "loc": {
        "start": {
          "line": 80,
          "column": 61
        },
        "end": {
          "line": 80,
          "column": 62
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2376,
      "end": 2377,
      "loc": {
        "start": {
          "line": 80,
          "column": 62
        },
        "end": {
          "line": 80,
          "column": 63
        }
      }
    },
    {
      "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": 2385,
      "end": 2391,
      "loc": {
        "start": {
          "line": 82,
          "column": 6
        },
        "end": {
          "line": 82,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attribute",
      "start": 2392,
      "end": 2401,
      "loc": {
        "start": {
          "line": 82,
          "column": 13
        },
        "end": {
          "line": 82,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2401,
      "end": 2402,
      "loc": {
        "start": {
          "line": 82,
          "column": 22
        },
        "end": {
          "line": 82,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2407,
      "end": 2408,
      "loc": {
        "start": {
          "line": 83,
          "column": 4
        },
        "end": {
          "line": 83,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2408,
      "end": 2409,
      "loc": {
        "start": {
          "line": 83,
          "column": 5
        },
        "end": {
          "line": 83,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2409,
      "end": 2410,
      "loc": {
        "start": {
          "line": 83,
          "column": 6
        },
        "end": {
          "line": 83,
          "column": 7
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " Postgres requires a special SQL command for enums",
      "start": 2416,
      "end": 2468,
      "loc": {
        "start": {
          "line": 85,
          "column": 4
        },
        "end": {
          "line": 85,
          "column": 56
        }
      }
    },
    {
      "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": 2473,
      "end": 2475,
      "loc": {
        "start": {
          "line": 86,
          "column": 4
        },
        "end": {
          "line": 86,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2476,
      "end": 2477,
      "loc": {
        "start": {
          "line": 86,
          "column": 7
        },
        "end": {
          "line": 86,
          "column": 8
        }
      }
    },
    {
      "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": 2477,
      "end": 2481,
      "loc": {
        "start": {
          "line": 86,
          "column": 8
        },
        "end": {
          "line": 86,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2481,
      "end": 2482,
      "loc": {
        "start": {
          "line": 86,
          "column": 12
        },
        "end": {
          "line": 86,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sequelize",
      "start": 2482,
      "end": 2491,
      "loc": {
        "start": {
          "line": 86,
          "column": 13
        },
        "end": {
          "line": 86,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2491,
      "end": 2492,
      "loc": {
        "start": {
          "line": 86,
          "column": 22
        },
        "end": {
          "line": 86,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 2492,
      "end": 2499,
      "loc": {
        "start": {
          "line": 86,
          "column": 23
        },
        "end": {
          "line": 86,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2499,
      "end": 2500,
      "loc": {
        "start": {
          "line": 86,
          "column": 30
        },
        "end": {
          "line": 86,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dialect",
      "start": 2500,
      "end": 2507,
      "loc": {
        "start": {
          "line": 86,
          "column": 31
        },
        "end": {
          "line": 86,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "===",
      "start": 2508,
      "end": 2511,
      "loc": {
        "start": {
          "line": 86,
          "column": 39
        },
        "end": {
          "line": 86,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "postgres",
      "start": 2512,
      "end": 2522,
      "loc": {
        "start": {
          "line": 86,
          "column": 43
        },
        "end": {
          "line": 86,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2522,
      "end": 2523,
      "loc": {
        "start": {
          "line": 86,
          "column": 53
        },
        "end": {
          "line": 86,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2524,
      "end": 2525,
      "loc": {
        "start": {
          "line": 86,
          "column": 55
        },
        "end": {
          "line": 86,
          "column": 56
        }
      }
    },
    {
      "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": 2532,
      "end": 2537,
      "loc": {
        "start": {
          "line": 87,
          "column": 6
        },
        "end": {
          "line": 87,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "promises",
      "start": 2538,
      "end": 2546,
      "loc": {
        "start": {
          "line": 87,
          "column": 12
        },
        "end": {
          "line": 87,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 2547,
      "end": 2548,
      "loc": {
        "start": {
          "line": 87,
          "column": 21
        },
        "end": {
          "line": 87,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2549,
      "end": 2550,
      "loc": {
        "start": {
          "line": 87,
          "column": 23
        },
        "end": {
          "line": 87,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2550,
      "end": 2551,
      "loc": {
        "start": {
          "line": 87,
          "column": 24
        },
        "end": {
          "line": 87,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2551,
      "end": 2552,
      "loc": {
        "start": {
          "line": 87,
          "column": 25
        },
        "end": {
          "line": 87,
          "column": 26
        }
      }
    },
    {
      "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": 2560,
      "end": 2563,
      "loc": {
        "start": {
          "line": 89,
          "column": 6
        },
        "end": {
          "line": 89,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2564,
      "end": 2565,
      "loc": {
        "start": {
          "line": 89,
          "column": 10
        },
        "end": {
          "line": 89,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "i",
      "start": 2565,
      "end": 2566,
      "loc": {
        "start": {
          "line": 89,
          "column": 11
        },
        "end": {
          "line": 89,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 2567,
      "end": 2568,
      "loc": {
        "start": {
          "line": 89,
          "column": 13
        },
        "end": {
          "line": 89,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 0,
      "start": 2569,
      "end": 2570,
      "loc": {
        "start": {
          "line": 89,
          "column": 15
        },
        "end": {
          "line": 89,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2570,
      "end": 2571,
      "loc": {
        "start": {
          "line": 89,
          "column": 16
        },
        "end": {
          "line": 89,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "i",
      "start": 2572,
      "end": 2573,
      "loc": {
        "start": {
          "line": 89,
          "column": 18
        },
        "end": {
          "line": 89,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "</>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 7,
        "updateContext": null
      },
      "value": "<",
      "start": 2574,
      "end": 2575,
      "loc": {
        "start": {
          "line": 89,
          "column": 20
        },
        "end": {
          "line": 89,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "keyLen",
      "start": 2576,
      "end": 2582,
      "loc": {
        "start": {
          "line": 89,
          "column": 22
        },
        "end": {
          "line": 89,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2582,
      "end": 2583,
      "loc": {
        "start": {
          "line": 89,
          "column": 28
        },
        "end": {
          "line": 89,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "i",
      "start": 2584,
      "end": 2585,
      "loc": {
        "start": {
          "line": 89,
          "column": 30
        },
        "end": {
          "line": 89,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "++/--",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": true,
        "binop": null
      },
      "value": "++",
      "start": 2585,
      "end": 2587,
      "loc": {
        "start": {
          "line": 89,
          "column": 31
        },
        "end": {
          "line": 89,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2587,
      "end": 2588,
      "loc": {
        "start": {
          "line": 89,
          "column": 33
        },
        "end": {
          "line": 89,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2589,
      "end": 2590,
      "loc": {
        "start": {
          "line": 89,
          "column": 35
        },
        "end": {
          "line": 89,
          "column": 36
        }
      }
    },
    {
      "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": 2599,
      "end": 2601,
      "loc": {
        "start": {
          "line": 90,
          "column": 8
        },
        "end": {
          "line": 90,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2602,
      "end": 2603,
      "loc": {
        "start": {
          "line": 90,
          "column": 11
        },
        "end": {
          "line": 90,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attributes",
      "start": 2603,
      "end": 2613,
      "loc": {
        "start": {
          "line": 90,
          "column": 12
        },
        "end": {
          "line": 90,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2613,
      "end": 2614,
      "loc": {
        "start": {
          "line": 90,
          "column": 22
        },
        "end": {
          "line": 90,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "keys",
      "start": 2614,
      "end": 2618,
      "loc": {
        "start": {
          "line": 90,
          "column": 23
        },
        "end": {
          "line": 90,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2618,
      "end": 2619,
      "loc": {
        "start": {
          "line": 90,
          "column": 27
        },
        "end": {
          "line": 90,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "i",
      "start": 2619,
      "end": 2620,
      "loc": {
        "start": {
          "line": 90,
          "column": 28
        },
        "end": {
          "line": 90,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2620,
      "end": 2621,
      "loc": {
        "start": {
          "line": 90,
          "column": 29
        },
        "end": {
          "line": 90,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2621,
      "end": 2622,
      "loc": {
        "start": {
          "line": 90,
          "column": 30
        },
        "end": {
          "line": 90,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2622,
      "end": 2623,
      "loc": {
        "start": {
          "line": 90,
          "column": 31
        },
        "end": {
          "line": 90,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "type",
      "start": 2623,
      "end": 2627,
      "loc": {
        "start": {
          "line": 90,
          "column": 32
        },
        "end": {
          "line": 90,
          "column": 36
        }
      }
    },
    {
      "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": 2628,
      "end": 2638,
      "loc": {
        "start": {
          "line": 90,
          "column": 37
        },
        "end": {
          "line": 90,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "DataTypes",
      "start": 2639,
      "end": 2648,
      "loc": {
        "start": {
          "line": 90,
          "column": 48
        },
        "end": {
          "line": 90,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2648,
      "end": 2649,
      "loc": {
        "start": {
          "line": 90,
          "column": 57
        },
        "end": {
          "line": 90,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "ENUM",
      "start": 2649,
      "end": 2653,
      "loc": {
        "start": {
          "line": 90,
          "column": 58
        },
        "end": {
          "line": 90,
          "column": 62
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2653,
      "end": 2654,
      "loc": {
        "start": {
          "line": 90,
          "column": 62
        },
        "end": {
          "line": 90,
          "column": 63
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2655,
      "end": 2656,
      "loc": {
        "start": {
          "line": 90,
          "column": 64
        },
        "end": {
          "line": 90,
          "column": 65
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sql",
      "start": 2667,
      "end": 2670,
      "loc": {
        "start": {
          "line": 91,
          "column": 10
        },
        "end": {
          "line": 91,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 2671,
      "end": 2672,
      "loc": {
        "start": {
          "line": 91,
          "column": 14
        },
        "end": {
          "line": 91,
          "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": 2673,
      "end": 2677,
      "loc": {
        "start": {
          "line": 91,
          "column": 16
        },
        "end": {
          "line": 91,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2677,
      "end": 2678,
      "loc": {
        "start": {
          "line": 91,
          "column": 20
        },
        "end": {
          "line": 91,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "QueryGenerator",
      "start": 2678,
      "end": 2692,
      "loc": {
        "start": {
          "line": 91,
          "column": 21
        },
        "end": {
          "line": 91,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2692,
      "end": 2693,
      "loc": {
        "start": {
          "line": 91,
          "column": 35
        },
        "end": {
          "line": 91,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "pgListEnums",
      "start": 2693,
      "end": 2704,
      "loc": {
        "start": {
          "line": 91,
          "column": 36
        },
        "end": {
          "line": 91,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2704,
      "end": 2705,
      "loc": {
        "start": {
          "line": 91,
          "column": 47
        },
        "end": {
          "line": 91,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "tableName",
      "start": 2705,
      "end": 2714,
      "loc": {
        "start": {
          "line": 91,
          "column": 48
        },
        "end": {
          "line": 91,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2714,
      "end": 2715,
      "loc": {
        "start": {
          "line": 91,
          "column": 57
        },
        "end": {
          "line": 91,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attributes",
      "start": 2716,
      "end": 2726,
      "loc": {
        "start": {
          "line": 91,
          "column": 59
        },
        "end": {
          "line": 91,
          "column": 69
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2726,
      "end": 2727,
      "loc": {
        "start": {
          "line": 91,
          "column": 69
        },
        "end": {
          "line": 91,
          "column": 70
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "keys",
      "start": 2727,
      "end": 2731,
      "loc": {
        "start": {
          "line": 91,
          "column": 70
        },
        "end": {
          "line": 91,
          "column": 74
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2731,
      "end": 2732,
      "loc": {
        "start": {
          "line": 91,
          "column": 74
        },
        "end": {
          "line": 91,
          "column": 75
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "i",
      "start": 2732,
      "end": 2733,
      "loc": {
        "start": {
          "line": 91,
          "column": 75
        },
        "end": {
          "line": 91,
          "column": 76
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2733,
      "end": 2734,
      "loc": {
        "start": {
          "line": 91,
          "column": 76
        },
        "end": {
          "line": 91,
          "column": 77
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2734,
      "end": 2735,
      "loc": {
        "start": {
          "line": 91,
          "column": 77
        },
        "end": {
          "line": 91,
          "column": 78
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2735,
      "end": 2736,
      "loc": {
        "start": {
          "line": 91,
          "column": 78
        },
        "end": {
          "line": 91,
          "column": 79
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "field",
      "start": 2736,
      "end": 2741,
      "loc": {
        "start": {
          "line": 91,
          "column": 79
        },
        "end": {
          "line": 91,
          "column": 84
        }
      }
    },
    {
      "type": {
        "label": "||",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 1,
        "updateContext": null
      },
      "value": "||",
      "start": 2742,
      "end": 2744,
      "loc": {
        "start": {
          "line": 91,
          "column": 85
        },
        "end": {
          "line": 91,
          "column": 87
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "keys",
      "start": 2745,
      "end": 2749,
      "loc": {
        "start": {
          "line": 91,
          "column": 88
        },
        "end": {
          "line": 91,
          "column": 92
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2749,
      "end": 2750,
      "loc": {
        "start": {
          "line": 91,
          "column": 92
        },
        "end": {
          "line": 91,
          "column": 93
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "i",
      "start": 2750,
      "end": 2751,
      "loc": {
        "start": {
          "line": 91,
          "column": 93
        },
        "end": {
          "line": 91,
          "column": 94
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2751,
      "end": 2752,
      "loc": {
        "start": {
          "line": 91,
          "column": 94
        },
        "end": {
          "line": 91,
          "column": 95
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2752,
      "end": 2753,
      "loc": {
        "start": {
          "line": 91,
          "column": 95
        },
        "end": {
          "line": 91,
          "column": 96
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 2754,
      "end": 2761,
      "loc": {
        "start": {
          "line": 91,
          "column": 97
        },
        "end": {
          "line": 91,
          "column": 104
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2761,
      "end": 2762,
      "loc": {
        "start": {
          "line": 91,
          "column": 104
        },
        "end": {
          "line": 91,
          "column": 105
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2762,
      "end": 2763,
      "loc": {
        "start": {
          "line": 91,
          "column": 105
        },
        "end": {
          "line": 91,
          "column": 106
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "promises",
      "start": 2774,
      "end": 2782,
      "loc": {
        "start": {
          "line": 92,
          "column": 10
        },
        "end": {
          "line": 92,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2782,
      "end": 2783,
      "loc": {
        "start": {
          "line": 92,
          "column": 18
        },
        "end": {
          "line": 92,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "push",
      "start": 2783,
      "end": 2787,
      "loc": {
        "start": {
          "line": 92,
          "column": 19
        },
        "end": {
          "line": 92,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2787,
      "end": 2788,
      "loc": {
        "start": {
          "line": 92,
          "column": 23
        },
        "end": {
          "line": 92,
          "column": 24
        }
      }
    },
    {
      "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": 2788,
      "end": 2792,
      "loc": {
        "start": {
          "line": 92,
          "column": 24
        },
        "end": {
          "line": 92,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2792,
      "end": 2793,
      "loc": {
        "start": {
          "line": 92,
          "column": 28
        },
        "end": {
          "line": 92,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sequelize",
      "start": 2793,
      "end": 2802,
      "loc": {
        "start": {
          "line": 92,
          "column": 29
        },
        "end": {
          "line": 92,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2802,
      "end": 2803,
      "loc": {
        "start": {
          "line": 92,
          "column": 38
        },
        "end": {
          "line": 92,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "query",
      "start": 2803,
      "end": 2808,
      "loc": {
        "start": {
          "line": 92,
          "column": 39
        },
        "end": {
          "line": 92,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2808,
      "end": 2809,
      "loc": {
        "start": {
          "line": 92,
          "column": 44
        },
        "end": {
          "line": 92,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sql",
      "start": 2822,
      "end": 2825,
      "loc": {
        "start": {
          "line": 93,
          "column": 12
        },
        "end": {
          "line": 93,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2825,
      "end": 2826,
      "loc": {
        "start": {
          "line": 93,
          "column": 15
        },
        "end": {
          "line": 93,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_",
      "start": 2839,
      "end": 2840,
      "loc": {
        "start": {
          "line": 94,
          "column": 12
        },
        "end": {
          "line": 94,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2840,
      "end": 2841,
      "loc": {
        "start": {
          "line": 94,
          "column": 13
        },
        "end": {
          "line": 94,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "assign",
      "start": 2841,
      "end": 2847,
      "loc": {
        "start": {
          "line": 94,
          "column": 14
        },
        "end": {
          "line": 94,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2847,
      "end": 2848,
      "loc": {
        "start": {
          "line": 94,
          "column": 20
        },
        "end": {
          "line": 94,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2848,
      "end": 2849,
      "loc": {
        "start": {
          "line": 94,
          "column": 21
        },
        "end": {
          "line": 94,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2849,
      "end": 2850,
      "loc": {
        "start": {
          "line": 94,
          "column": 22
        },
        "end": {
          "line": 94,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2850,
      "end": 2851,
      "loc": {
        "start": {
          "line": 94,
          "column": 23
        },
        "end": {
          "line": 94,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 2852,
      "end": 2859,
      "loc": {
        "start": {
          "line": 94,
          "column": 25
        },
        "end": {
          "line": 94,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2859,
      "end": 2860,
      "loc": {
        "start": {
          "line": 94,
          "column": 32
        },
        "end": {
          "line": 94,
          "column": 33
        }
      }
    },
    {
      "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": 94,
          "column": 34
        },
        "end": {
          "line": 94,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "plain",
      "start": 2863,
      "end": 2868,
      "loc": {
        "start": {
          "line": 94,
          "column": 36
        },
        "end": {
          "line": 94,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2868,
      "end": 2869,
      "loc": {
        "start": {
          "line": 94,
          "column": 41
        },
        "end": {
          "line": 94,
          "column": 42
        }
      }
    },
    {
      "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": 2870,
      "end": 2874,
      "loc": {
        "start": {
          "line": 94,
          "column": 43
        },
        "end": {
          "line": 94,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2874,
      "end": 2875,
      "loc": {
        "start": {
          "line": 94,
          "column": 47
        },
        "end": {
          "line": 94,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "raw",
      "start": 2876,
      "end": 2879,
      "loc": {
        "start": {
          "line": 94,
          "column": 49
        },
        "end": {
          "line": 94,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2879,
      "end": 2880,
      "loc": {
        "start": {
          "line": 94,
          "column": 52
        },
        "end": {
          "line": 94,
          "column": 53
        }
      }
    },
    {
      "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": 2881,
      "end": 2885,
      "loc": {
        "start": {
          "line": 94,
          "column": 54
        },
        "end": {
          "line": 94,
          "column": 58
        }
      }
    },
    {
      "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": 94,
          "column": 58
        },
        "end": {
          "line": 94,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "type",
      "start": 2887,
      "end": 2891,
      "loc": {
        "start": {
          "line": 94,
          "column": 60
        },
        "end": {
          "line": 94,
          "column": 64
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2891,
      "end": 2892,
      "loc": {
        "start": {
          "line": 94,
          "column": 64
        },
        "end": {
          "line": 94,
          "column": 65
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "QueryTypes",
      "start": 2893,
      "end": 2903,
      "loc": {
        "start": {
          "line": 94,
          "column": 66
        },
        "end": {
          "line": 94,
          "column": 76
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2903,
      "end": 2904,
      "loc": {
        "start": {
          "line": 94,
          "column": 76
        },
        "end": {
          "line": 94,
          "column": 77
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "SELECT",
      "start": 2904,
      "end": 2910,
      "loc": {
        "start": {
          "line": 94,
          "column": 77
        },
        "end": {
          "line": 94,
          "column": 83
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2911,
      "end": 2912,
      "loc": {
        "start": {
          "line": 94,
          "column": 84
        },
        "end": {
          "line": 94,
          "column": 85
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2912,
      "end": 2913,
      "loc": {
        "start": {
          "line": 94,
          "column": 85
        },
        "end": {
          "line": 94,
          "column": 86
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2924,
      "end": 2925,
      "loc": {
        "start": {
          "line": 95,
          "column": 10
        },
        "end": {
          "line": 95,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2925,
      "end": 2926,
      "loc": {
        "start": {
          "line": 95,
          "column": 11
        },
        "end": {
          "line": 95,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2926,
      "end": 2927,
      "loc": {
        "start": {
          "line": 95,
          "column": 12
        },
        "end": {
          "line": 95,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2936,
      "end": 2937,
      "loc": {
        "start": {
          "line": 96,
          "column": 8
        },
        "end": {
          "line": 96,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2944,
      "end": 2945,
      "loc": {
        "start": {
          "line": 97,
          "column": 6
        },
        "end": {
          "line": 97,
          "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": 2953,
      "end": 2959,
      "loc": {
        "start": {
          "line": 99,
          "column": 6
        },
        "end": {
          "line": 99,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Promise",
      "start": 2960,
      "end": 2967,
      "loc": {
        "start": {
          "line": 99,
          "column": 13
        },
        "end": {
          "line": 99,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2967,
      "end": 2968,
      "loc": {
        "start": {
          "line": 99,
          "column": 20
        },
        "end": {
          "line": 99,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "all",
      "start": 2968,
      "end": 2971,
      "loc": {
        "start": {
          "line": 99,
          "column": 21
        },
        "end": {
          "line": 99,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2971,
      "end": 2972,
      "loc": {
        "start": {
          "line": 99,
          "column": 24
        },
        "end": {
          "line": 99,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "promises",
      "start": 2972,
      "end": 2980,
      "loc": {
        "start": {
          "line": 99,
          "column": 25
        },
        "end": {
          "line": 99,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2980,
      "end": 2981,
      "loc": {
        "start": {
          "line": 99,
          "column": 33
        },
        "end": {
          "line": 99,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2981,
      "end": 2982,
      "loc": {
        "start": {
          "line": 99,
          "column": 34
        },
        "end": {
          "line": 99,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "then",
      "start": 2982,
      "end": 2986,
      "loc": {
        "start": {
          "line": 99,
          "column": 35
        },
        "end": {
          "line": 99,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2986,
      "end": 2987,
      "loc": {
        "start": {
          "line": 99,
          "column": 39
        },
        "end": {
          "line": 99,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "results",
      "start": 2987,
      "end": 2994,
      "loc": {
        "start": {
          "line": 99,
          "column": 40
        },
        "end": {
          "line": 99,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "=>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2995,
      "end": 2997,
      "loc": {
        "start": {
          "line": 99,
          "column": 48
        },
        "end": {
          "line": 99,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2998,
      "end": 2999,
      "loc": {
        "start": {
          "line": 99,
          "column": 51
        },
        "end": {
          "line": 99,
          "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": 3008,
      "end": 3013,
      "loc": {
        "start": {
          "line": 100,
          "column": 8
        },
        "end": {
          "line": 100,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "promises",
      "start": 3014,
      "end": 3022,
      "loc": {
        "start": {
          "line": 100,
          "column": 14
        },
        "end": {
          "line": 100,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 3023,
      "end": 3024,
      "loc": {
        "start": {
          "line": 100,
          "column": 23
        },
        "end": {
          "line": 100,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3025,
      "end": 3026,
      "loc": {
        "start": {
          "line": 100,
          "column": 25
        },
        "end": {
          "line": 100,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3026,
      "end": 3027,
      "loc": {
        "start": {
          "line": 100,
          "column": 26
        },
        "end": {
          "line": 100,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3027,
      "end": 3028,
      "loc": {
        "start": {
          "line": 100,
          "column": 27
        },
        "end": {
          "line": 100,
          "column": 28
        }
      }
    },
    {
      "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": 3037,
      "end": 3040,
      "loc": {
        "start": {
          "line": 101,
          "column": 8
        },
        "end": {
          "line": 101,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "enumIdx",
      "start": 3041,
      "end": 3048,
      "loc": {
        "start": {
          "line": 101,
          "column": 12
        },
        "end": {
          "line": 101,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 3049,
      "end": 3050,
      "loc": {
        "start": {
          "line": 101,
          "column": 20
        },
        "end": {
          "line": 101,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 0,
      "start": 3051,
      "end": 3052,
      "loc": {
        "start": {
          "line": 101,
          "column": 22
        },
        "end": {
          "line": 101,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3052,
      "end": 3053,
      "loc": {
        "start": {
          "line": 101,
          "column": 23
        },
        "end": {
          "line": 101,
          "column": 24
        }
      }
    },
    {
      "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": 3063,
      "end": 3066,
      "loc": {
        "start": {
          "line": 103,
          "column": 8
        },
        "end": {
          "line": 103,
          "column": 11
        }
      }
    },
    {
      "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": 103,
          "column": 12
        },
        "end": {
          "line": 103,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "i",
      "start": 3068,
      "end": 3069,
      "loc": {
        "start": {
          "line": 103,
          "column": 13
        },
        "end": {
          "line": 103,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 3070,
      "end": 3071,
      "loc": {
        "start": {
          "line": 103,
          "column": 15
        },
        "end": {
          "line": 103,
          "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": 3072,
      "end": 3073,
      "loc": {
        "start": {
          "line": 103,
          "column": 17
        },
        "end": {
          "line": 103,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3073,
      "end": 3074,
      "loc": {
        "start": {
          "line": 103,
          "column": 18
        },
        "end": {
          "line": 103,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "i",
      "start": 3075,
      "end": 3076,
      "loc": {
        "start": {
          "line": 103,
          "column": 20
        },
        "end": {
          "line": 103,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "</>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 7,
        "updateContext": null
      },
      "value": "<",
      "start": 3077,
      "end": 3078,
      "loc": {
        "start": {
          "line": 103,
          "column": 22
        },
        "end": {
          "line": 103,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "keyLen",
      "start": 3079,
      "end": 3085,
      "loc": {
        "start": {
          "line": 103,
          "column": 24
        },
        "end": {
          "line": 103,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3085,
      "end": 3086,
      "loc": {
        "start": {
          "line": 103,
          "column": 30
        },
        "end": {
          "line": 103,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "i",
      "start": 3087,
      "end": 3088,
      "loc": {
        "start": {
          "line": 103,
          "column": 32
        },
        "end": {
          "line": 103,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "++/--",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": true,
        "binop": null
      },
      "value": "++",
      "start": 3088,
      "end": 3090,
      "loc": {
        "start": {
          "line": 103,
          "column": 33
        },
        "end": {
          "line": 103,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3090,
      "end": 3091,
      "loc": {
        "start": {
          "line": 103,
          "column": 35
        },
        "end": {
          "line": 103,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3092,
      "end": 3093,
      "loc": {
        "start": {
          "line": 103,
          "column": 37
        },
        "end": {
          "line": 103,
          "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": 3104,
      "end": 3106,
      "loc": {
        "start": {
          "line": 104,
          "column": 10
        },
        "end": {
          "line": 104,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3107,
      "end": 3108,
      "loc": {
        "start": {
          "line": 104,
          "column": 13
        },
        "end": {
          "line": 104,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attributes",
      "start": 3108,
      "end": 3118,
      "loc": {
        "start": {
          "line": 104,
          "column": 14
        },
        "end": {
          "line": 104,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3118,
      "end": 3119,
      "loc": {
        "start": {
          "line": 104,
          "column": 24
        },
        "end": {
          "line": 104,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "keys",
      "start": 3119,
      "end": 3123,
      "loc": {
        "start": {
          "line": 104,
          "column": 25
        },
        "end": {
          "line": 104,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3123,
      "end": 3124,
      "loc": {
        "start": {
          "line": 104,
          "column": 29
        },
        "end": {
          "line": 104,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "i",
      "start": 3124,
      "end": 3125,
      "loc": {
        "start": {
          "line": 104,
          "column": 30
        },
        "end": {
          "line": 104,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3125,
      "end": 3126,
      "loc": {
        "start": {
          "line": 104,
          "column": 31
        },
        "end": {
          "line": 104,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3126,
      "end": 3127,
      "loc": {
        "start": {
          "line": 104,
          "column": 32
        },
        "end": {
          "line": 104,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3127,
      "end": 3128,
      "loc": {
        "start": {
          "line": 104,
          "column": 33
        },
        "end": {
          "line": 104,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "type",
      "start": 3128,
      "end": 3132,
      "loc": {
        "start": {
          "line": 104,
          "column": 34
        },
        "end": {
          "line": 104,
          "column": 38
        }
      }
    },
    {
      "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": 3133,
      "end": 3143,
      "loc": {
        "start": {
          "line": 104,
          "column": 39
        },
        "end": {
          "line": 104,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "DataTypes",
      "start": 3144,
      "end": 3153,
      "loc": {
        "start": {
          "line": 104,
          "column": 50
        },
        "end": {
          "line": 104,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3153,
      "end": 3154,
      "loc": {
        "start": {
          "line": 104,
          "column": 59
        },
        "end": {
          "line": 104,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "ENUM",
      "start": 3154,
      "end": 3158,
      "loc": {
        "start": {
          "line": 104,
          "column": 60
        },
        "end": {
          "line": 104,
          "column": 64
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3158,
      "end": 3159,
      "loc": {
        "start": {
          "line": 104,
          "column": 64
        },
        "end": {
          "line": 104,
          "column": 65
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3160,
      "end": 3161,
      "loc": {
        "start": {
          "line": 104,
          "column": 66
        },
        "end": {
          "line": 104,
          "column": 67
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " If the enum type doesn't exist then create it",
      "start": 3174,
      "end": 3222,
      "loc": {
        "start": {
          "line": 105,
          "column": 12
        },
        "end": {
          "line": 105,
          "column": 60
        }
      }
    },
    {
      "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": 3235,
      "end": 3237,
      "loc": {
        "start": {
          "line": 106,
          "column": 12
        },
        "end": {
          "line": 106,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3238,
      "end": 3239,
      "loc": {
        "start": {
          "line": 106,
          "column": 15
        },
        "end": {
          "line": 106,
          "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": 3239,
      "end": 3240,
      "loc": {
        "start": {
          "line": 106,
          "column": 16
        },
        "end": {
          "line": 106,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "results",
      "start": 3240,
      "end": 3247,
      "loc": {
        "start": {
          "line": 106,
          "column": 17
        },
        "end": {
          "line": 106,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3247,
      "end": 3248,
      "loc": {
        "start": {
          "line": 106,
          "column": 24
        },
        "end": {
          "line": 106,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "enumIdx",
      "start": 3248,
      "end": 3255,
      "loc": {
        "start": {
          "line": 106,
          "column": 25
        },
        "end": {
          "line": 106,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3255,
      "end": 3256,
      "loc": {
        "start": {
          "line": 106,
          "column": 32
        },
        "end": {
          "line": 106,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3256,
      "end": 3257,
      "loc": {
        "start": {
          "line": 106,
          "column": 33
        },
        "end": {
          "line": 106,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3258,
      "end": 3259,
      "loc": {
        "start": {
          "line": 106,
          "column": 35
        },
        "end": {
          "line": 106,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sql",
      "start": 3274,
      "end": 3277,
      "loc": {
        "start": {
          "line": 107,
          "column": 14
        },
        "end": {
          "line": 107,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 3278,
      "end": 3279,
      "loc": {
        "start": {
          "line": 107,
          "column": 18
        },
        "end": {
          "line": 107,
          "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": 3280,
      "end": 3284,
      "loc": {
        "start": {
          "line": 107,
          "column": 20
        },
        "end": {
          "line": 107,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3284,
      "end": 3285,
      "loc": {
        "start": {
          "line": 107,
          "column": 24
        },
        "end": {
          "line": 107,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "QueryGenerator",
      "start": 3285,
      "end": 3299,
      "loc": {
        "start": {
          "line": 107,
          "column": 25
        },
        "end": {
          "line": 107,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3299,
      "end": 3300,
      "loc": {
        "start": {
          "line": 107,
          "column": 39
        },
        "end": {
          "line": 107,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "pgEnum",
      "start": 3300,
      "end": 3306,
      "loc": {
        "start": {
          "line": 107,
          "column": 40
        },
        "end": {
          "line": 107,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3306,
      "end": 3307,
      "loc": {
        "start": {
          "line": 107,
          "column": 46
        },
        "end": {
          "line": 107,
          "column": 47
        }
      }
    },
    {
      "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": 107,
          "column": 47
        },
        "end": {
          "line": 107,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3316,
      "end": 3317,
      "loc": {
        "start": {
          "line": 107,
          "column": 56
        },
        "end": {
          "line": 107,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attributes",
      "start": 3318,
      "end": 3328,
      "loc": {
        "start": {
          "line": 107,
          "column": 58
        },
        "end": {
          "line": 107,
          "column": 68
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3328,
      "end": 3329,
      "loc": {
        "start": {
          "line": 107,
          "column": 68
        },
        "end": {
          "line": 107,
          "column": 69
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "keys",
      "start": 3329,
      "end": 3333,
      "loc": {
        "start": {
          "line": 107,
          "column": 69
        },
        "end": {
          "line": 107,
          "column": 73
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3333,
      "end": 3334,
      "loc": {
        "start": {
          "line": 107,
          "column": 73
        },
        "end": {
          "line": 107,
          "column": 74
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "i",
      "start": 3334,
      "end": 3335,
      "loc": {
        "start": {
          "line": 107,
          "column": 74
        },
        "end": {
          "line": 107,
          "column": 75
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3335,
      "end": 3336,
      "loc": {
        "start": {
          "line": 107,
          "column": 75
        },
        "end": {
          "line": 107,
          "column": 76
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3336,
      "end": 3337,
      "loc": {
        "start": {
          "line": 107,
          "column": 76
        },
        "end": {
          "line": 107,
          "column": 77
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3337,
      "end": 3338,
      "loc": {
        "start": {
          "line": 107,
          "column": 77
        },
        "end": {
          "line": 107,
          "column": 78
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "field",
      "start": 3338,
      "end": 3343,
      "loc": {
        "start": {
          "line": 107,
          "column": 78
        },
        "end": {
          "line": 107,
          "column": 83
        }
      }
    },
    {
      "type": {
        "label": "||",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 1,
        "updateContext": null
      },
      "value": "||",
      "start": 3344,
      "end": 3346,
      "loc": {
        "start": {
          "line": 107,
          "column": 84
        },
        "end": {
          "line": 107,
          "column": 86
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "keys",
      "start": 3347,
      "end": 3351,
      "loc": {
        "start": {
          "line": 107,
          "column": 87
        },
        "end": {
          "line": 107,
          "column": 91
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3351,
      "end": 3352,
      "loc": {
        "start": {
          "line": 107,
          "column": 91
        },
        "end": {
          "line": 107,
          "column": 92
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "i",
      "start": 3352,
      "end": 3353,
      "loc": {
        "start": {
          "line": 107,
          "column": 92
        },
        "end": {
          "line": 107,
          "column": 93
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3353,
      "end": 3354,
      "loc": {
        "start": {
          "line": 107,
          "column": 93
        },
        "end": {
          "line": 107,
          "column": 94
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3354,
      "end": 3355,
      "loc": {
        "start": {
          "line": 107,
          "column": 94
        },
        "end": {
          "line": 107,
          "column": 95
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attributes",
      "start": 3356,
      "end": 3366,
      "loc": {
        "start": {
          "line": 107,
          "column": 96
        },
        "end": {
          "line": 107,
          "column": 106
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3366,
      "end": 3367,
      "loc": {
        "start": {
          "line": 107,
          "column": 106
        },
        "end": {
          "line": 107,
          "column": 107
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "keys",
      "start": 3367,
      "end": 3371,
      "loc": {
        "start": {
          "line": 107,
          "column": 107
        },
        "end": {
          "line": 107,
          "column": 111
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3371,
      "end": 3372,
      "loc": {
        "start": {
          "line": 107,
          "column": 111
        },
        "end": {
          "line": 107,
          "column": 112
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "i",
      "start": 3372,
      "end": 3373,
      "loc": {
        "start": {
          "line": 107,
          "column": 112
        },
        "end": {
          "line": 107,
          "column": 113
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3373,
      "end": 3374,
      "loc": {
        "start": {
          "line": 107,
          "column": 113
        },
        "end": {
          "line": 107,
          "column": 114
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3374,
      "end": 3375,
      "loc": {
        "start": {
          "line": 107,
          "column": 114
        },
        "end": {
          "line": 107,
          "column": 115
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3375,
      "end": 3376,
      "loc": {
        "start": {
          "line": 107,
          "column": 115
        },
        "end": {
          "line": 107,
          "column": 116
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 3377,
      "end": 3384,
      "loc": {
        "start": {
          "line": 107,
          "column": 117
        },
        "end": {
          "line": 107,
          "column": 124
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3384,
      "end": 3385,
      "loc": {
        "start": {
          "line": 107,
          "column": 124
        },
        "end": {
          "line": 107,
          "column": 125
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3385,
      "end": 3386,
      "loc": {
        "start": {
          "line": 107,
          "column": 125
        },
        "end": {
          "line": 107,
          "column": 126
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "promises",
      "start": 3401,
      "end": 3409,
      "loc": {
        "start": {
          "line": 108,
          "column": 14
        },
        "end": {
          "line": 108,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3409,
      "end": 3410,
      "loc": {
        "start": {
          "line": 108,
          "column": 22
        },
        "end": {
          "line": 108,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "push",
      "start": 3410,
      "end": 3414,
      "loc": {
        "start": {
          "line": 108,
          "column": 23
        },
        "end": {
          "line": 108,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3414,
      "end": 3415,
      "loc": {
        "start": {
          "line": 108,
          "column": 27
        },
        "end": {
          "line": 108,
          "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": 3415,
      "end": 3419,
      "loc": {
        "start": {
          "line": 108,
          "column": 28
        },
        "end": {
          "line": 108,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3419,
      "end": 3420,
      "loc": {
        "start": {
          "line": 108,
          "column": 32
        },
        "end": {
          "line": 108,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sequelize",
      "start": 3420,
      "end": 3429,
      "loc": {
        "start": {
          "line": 108,
          "column": 33
        },
        "end": {
          "line": 108,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3429,
      "end": 3430,
      "loc": {
        "start": {
          "line": 108,
          "column": 42
        },
        "end": {
          "line": 108,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "query",
      "start": 3430,
      "end": 3435,
      "loc": {
        "start": {
          "line": 108,
          "column": 43
        },
        "end": {
          "line": 108,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3435,
      "end": 3436,
      "loc": {
        "start": {
          "line": 108,
          "column": 48
        },
        "end": {
          "line": 108,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sql",
      "start": 3453,
      "end": 3456,
      "loc": {
        "start": {
          "line": 109,
          "column": 16
        },
        "end": {
          "line": 109,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3456,
      "end": 3457,
      "loc": {
        "start": {
          "line": 109,
          "column": 19
        },
        "end": {
          "line": 109,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_",
      "start": 3474,
      "end": 3475,
      "loc": {
        "start": {
          "line": 110,
          "column": 16
        },
        "end": {
          "line": 110,
          "column": 17
        }
      }
    },
    {
      "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": 110,
          "column": 17
        },
        "end": {
          "line": 110,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "assign",
      "start": 3476,
      "end": 3482,
      "loc": {
        "start": {
          "line": 110,
          "column": 18
        },
        "end": {
          "line": 110,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3482,
      "end": 3483,
      "loc": {
        "start": {
          "line": 110,
          "column": 24
        },
        "end": {
          "line": 110,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3483,
      "end": 3484,
      "loc": {
        "start": {
          "line": 110,
          "column": 25
        },
        "end": {
          "line": 110,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3484,
      "end": 3485,
      "loc": {
        "start": {
          "line": 110,
          "column": 26
        },
        "end": {
          "line": 110,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3485,
      "end": 3486,
      "loc": {
        "start": {
          "line": 110,
          "column": 27
        },
        "end": {
          "line": 110,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 3487,
      "end": 3494,
      "loc": {
        "start": {
          "line": 110,
          "column": 29
        },
        "end": {
          "line": 110,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3494,
      "end": 3495,
      "loc": {
        "start": {
          "line": 110,
          "column": 36
        },
        "end": {
          "line": 110,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3496,
      "end": 3497,
      "loc": {
        "start": {
          "line": 110,
          "column": 38
        },
        "end": {
          "line": 110,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "raw",
      "start": 3498,
      "end": 3501,
      "loc": {
        "start": {
          "line": 110,
          "column": 40
        },
        "end": {
          "line": 110,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3501,
      "end": 3502,
      "loc": {
        "start": {
          "line": 110,
          "column": 43
        },
        "end": {
          "line": 110,
          "column": 44
        }
      }
    },
    {
      "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": 3503,
      "end": 3507,
      "loc": {
        "start": {
          "line": 110,
          "column": 45
        },
        "end": {
          "line": 110,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3508,
      "end": 3509,
      "loc": {
        "start": {
          "line": 110,
          "column": 50
        },
        "end": {
          "line": 110,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3509,
      "end": 3510,
      "loc": {
        "start": {
          "line": 110,
          "column": 51
        },
        "end": {
          "line": 110,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3525,
      "end": 3526,
      "loc": {
        "start": {
          "line": 111,
          "column": 14
        },
        "end": {
          "line": 111,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3526,
      "end": 3527,
      "loc": {
        "start": {
          "line": 111,
          "column": 15
        },
        "end": {
          "line": 111,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3527,
      "end": 3528,
      "loc": {
        "start": {
          "line": 111,
          "column": 16
        },
        "end": {
          "line": 111,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3541,
      "end": 3542,
      "loc": {
        "start": {
          "line": 112,
          "column": 12
        },
        "end": {
          "line": 112,
          "column": 13
        }
      }
    },
    {
      "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": 3543,
      "end": 3547,
      "loc": {
        "start": {
          "line": 112,
          "column": 14
        },
        "end": {
          "line": 112,
          "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": 3548,
      "end": 3550,
      "loc": {
        "start": {
          "line": 112,
          "column": 19
        },
        "end": {
          "line": 112,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3551,
      "end": 3552,
      "loc": {
        "start": {
          "line": 112,
          "column": 22
        },
        "end": {
          "line": 112,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "prefix",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "!",
      "start": 3552,
      "end": 3553,
      "loc": {
        "start": {
          "line": 112,
          "column": 23
        },
        "end": {
          "line": 112,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "prefix",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "!",
      "start": 3553,
      "end": 3554,
      "loc": {
        "start": {
          "line": 112,
          "column": 24
        },
        "end": {
          "line": 112,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "results",
      "start": 3554,
      "end": 3561,
      "loc": {
        "start": {
          "line": 112,
          "column": 25
        },
        "end": {
          "line": 112,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3561,
      "end": 3562,
      "loc": {
        "start": {
          "line": 112,
          "column": 32
        },
        "end": {
          "line": 112,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "enumIdx",
      "start": 3562,
      "end": 3569,
      "loc": {
        "start": {
          "line": 112,
          "column": 33
        },
        "end": {
          "line": 112,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3569,
      "end": 3570,
      "loc": {
        "start": {
          "line": 112,
          "column": 40
        },
        "end": {
          "line": 112,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "&&",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 2,
        "updateContext": null
      },
      "value": "&&",
      "start": 3571,
      "end": 3573,
      "loc": {
        "start": {
          "line": 112,
          "column": 42
        },
        "end": {
          "line": 112,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "prefix",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "!",
      "start": 3574,
      "end": 3575,
      "loc": {
        "start": {
          "line": 112,
          "column": 45
        },
        "end": {
          "line": 112,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "prefix",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "!",
      "start": 3575,
      "end": 3576,
      "loc": {
        "start": {
          "line": 112,
          "column": 46
        },
        "end": {
          "line": 112,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "model",
      "start": 3576,
      "end": 3581,
      "loc": {
        "start": {
          "line": 112,
          "column": 47
        },
        "end": {
          "line": 112,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3581,
      "end": 3582,
      "loc": {
        "start": {
          "line": 112,
          "column": 52
        },
        "end": {
          "line": 112,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3583,
      "end": 3584,
      "loc": {
        "start": {
          "line": 112,
          "column": 54
        },
        "end": {
          "line": 112,
          "column": 55
        }
      }
    },
    {
      "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": 3599,
      "end": 3604,
      "loc": {
        "start": {
          "line": 113,
          "column": 14
        },
        "end": {
          "line": 113,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "enumVals",
      "start": 3605,
      "end": 3613,
      "loc": {
        "start": {
          "line": 113,
          "column": 20
        },
        "end": {
          "line": 113,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 3614,
      "end": 3615,
      "loc": {
        "start": {
          "line": 113,
          "column": 29
        },
        "end": {
          "line": 113,
          "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": 3616,
      "end": 3620,
      "loc": {
        "start": {
          "line": 113,
          "column": 31
        },
        "end": {
          "line": 113,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3620,
      "end": 3621,
      "loc": {
        "start": {
          "line": 113,
          "column": 35
        },
        "end": {
          "line": 113,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "QueryGenerator",
      "start": 3621,
      "end": 3635,
      "loc": {
        "start": {
          "line": 113,
          "column": 36
        },
        "end": {
          "line": 113,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3635,
      "end": 3636,
      "loc": {
        "start": {
          "line": 113,
          "column": 50
        },
        "end": {
          "line": 113,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "fromArray",
      "start": 3636,
      "end": 3645,
      "loc": {
        "start": {
          "line": 113,
          "column": 51
        },
        "end": {
          "line": 113,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3645,
      "end": 3646,
      "loc": {
        "start": {
          "line": 113,
          "column": 60
        },
        "end": {
          "line": 113,
          "column": 61
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "results",
      "start": 3646,
      "end": 3653,
      "loc": {
        "start": {
          "line": 113,
          "column": 61
        },
        "end": {
          "line": 113,
          "column": 68
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3653,
      "end": 3654,
      "loc": {
        "start": {
          "line": 113,
          "column": 68
        },
        "end": {
          "line": 113,
          "column": 69
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "enumIdx",
      "start": 3654,
      "end": 3661,
      "loc": {
        "start": {
          "line": 113,
          "column": 69
        },
        "end": {
          "line": 113,
          "column": 76
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3661,
      "end": 3662,
      "loc": {
        "start": {
          "line": 113,
          "column": 76
        },
        "end": {
          "line": 113,
          "column": 77
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3662,
      "end": 3663,
      "loc": {
        "start": {
          "line": 113,
          "column": 77
        },
        "end": {
          "line": 113,
          "column": 78
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "enum_value",
      "start": 3663,
      "end": 3673,
      "loc": {
        "start": {
          "line": 113,
          "column": 78
        },
        "end": {
          "line": 113,
          "column": 88
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3673,
      "end": 3674,
      "loc": {
        "start": {
          "line": 113,
          "column": 88
        },
        "end": {
          "line": 113,
          "column": 89
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3674,
      "end": 3675,
      "loc": {
        "start": {
          "line": 113,
          "column": 89
        },
        "end": {
          "line": 113,
          "column": 90
        }
      }
    },
    {
      "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": 3690,
      "end": 3695,
      "loc": {
        "start": {
          "line": 114,
          "column": 14
        },
        "end": {
          "line": 114,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "vals",
      "start": 3696,
      "end": 3700,
      "loc": {
        "start": {
          "line": 114,
          "column": 20
        },
        "end": {
          "line": 114,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 3701,
      "end": 3702,
      "loc": {
        "start": {
          "line": 114,
          "column": 25
        },
        "end": {
          "line": 114,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "model",
      "start": 3703,
      "end": 3708,
      "loc": {
        "start": {
          "line": 114,
          "column": 27
        },
        "end": {
          "line": 114,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3708,
      "end": 3709,
      "loc": {
        "start": {
          "line": 114,
          "column": 32
        },
        "end": {
          "line": 114,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "rawAttributes",
      "start": 3709,
      "end": 3722,
      "loc": {
        "start": {
          "line": 114,
          "column": 33
        },
        "end": {
          "line": 114,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3722,
      "end": 3723,
      "loc": {
        "start": {
          "line": 114,
          "column": 46
        },
        "end": {
          "line": 114,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "keys",
      "start": 3723,
      "end": 3727,
      "loc": {
        "start": {
          "line": 114,
          "column": 47
        },
        "end": {
          "line": 114,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3727,
      "end": 3728,
      "loc": {
        "start": {
          "line": 114,
          "column": 51
        },
        "end": {
          "line": 114,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "i",
      "start": 3728,
      "end": 3729,
      "loc": {
        "start": {
          "line": 114,
          "column": 52
        },
        "end": {
          "line": 114,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3729,
      "end": 3730,
      "loc": {
        "start": {
          "line": 114,
          "column": 53
        },
        "end": {
          "line": 114,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3730,
      "end": 3731,
      "loc": {
        "start": {
          "line": 114,
          "column": 54
        },
        "end": {
          "line": 114,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3731,
      "end": 3732,
      "loc": {
        "start": {
          "line": 114,
          "column": 55
        },
        "end": {
          "line": 114,
          "column": 56
        }
      }
    },
    {
      "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": 114,
          "column": 56
        },
        "end": {
          "line": 114,
          "column": 62
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3738,
      "end": 3739,
      "loc": {
        "start": {
          "line": 114,
          "column": 62
        },
        "end": {
          "line": 114,
          "column": 63
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "vals",
      "start": 3755,
      "end": 3759,
      "loc": {
        "start": {
          "line": 116,
          "column": 14
        },
        "end": {
          "line": 116,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3759,
      "end": 3760,
      "loc": {
        "start": {
          "line": 116,
          "column": 18
        },
        "end": {
          "line": 116,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "forEach",
      "start": 3760,
      "end": 3767,
      "loc": {
        "start": {
          "line": 116,
          "column": 19
        },
        "end": {
          "line": 116,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3767,
      "end": 3768,
      "loc": {
        "start": {
          "line": 116,
          "column": 26
        },
        "end": {
          "line": 116,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3768,
      "end": 3769,
      "loc": {
        "start": {
          "line": 116,
          "column": 27
        },
        "end": {
          "line": 116,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "value",
      "start": 3769,
      "end": 3774,
      "loc": {
        "start": {
          "line": 116,
          "column": 28
        },
        "end": {
          "line": 116,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3774,
      "end": 3775,
      "loc": {
        "start": {
          "line": 116,
          "column": 33
        },
        "end": {
          "line": 116,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "idx",
      "start": 3776,
      "end": 3779,
      "loc": {
        "start": {
          "line": 116,
          "column": 35
        },
        "end": {
          "line": 116,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3779,
      "end": 3780,
      "loc": {
        "start": {
          "line": 116,
          "column": 38
        },
        "end": {
          "line": 116,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "=>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3781,
      "end": 3783,
      "loc": {
        "start": {
          "line": 116,
          "column": 40
        },
        "end": {
          "line": 116,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3784,
      "end": 3785,
      "loc": {
        "start": {
          "line": 116,
          "column": 43
        },
        "end": {
          "line": 116,
          "column": 44
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " reset out after/before options since it's for every enum value",
      "start": 3802,
      "end": 3867,
      "loc": {
        "start": {
          "line": 117,
          "column": 16
        },
        "end": {
          "line": 117,
          "column": 81
        }
      }
    },
    {
      "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": 3884,
      "end": 3889,
      "loc": {
        "start": {
          "line": 118,
          "column": 16
        },
        "end": {
          "line": 118,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "valueOptions",
      "start": 3890,
      "end": 3902,
      "loc": {
        "start": {
          "line": 118,
          "column": 22
        },
        "end": {
          "line": 118,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 3903,
      "end": 3904,
      "loc": {
        "start": {
          "line": 118,
          "column": 35
        },
        "end": {
          "line": 118,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_",
      "start": 3905,
      "end": 3906,
      "loc": {
        "start": {
          "line": 118,
          "column": 37
        },
        "end": {
          "line": 118,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3906,
      "end": 3907,
      "loc": {
        "start": {
          "line": 118,
          "column": 38
        },
        "end": {
          "line": 118,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "clone",
      "start": 3907,
      "end": 3912,
      "loc": {
        "start": {
          "line": 118,
          "column": 39
        },
        "end": {
          "line": 118,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3912,
      "end": 3913,
      "loc": {
        "start": {
          "line": 118,
          "column": 44
        },
        "end": {
          "line": 118,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 3913,
      "end": 3920,
      "loc": {
        "start": {
          "line": 118,
          "column": 45
        },
        "end": {
          "line": 118,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3920,
      "end": 3921,
      "loc": {
        "start": {
          "line": 118,
          "column": 52
        },
        "end": {
          "line": 118,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3921,
      "end": 3922,
      "loc": {
        "start": {
          "line": 118,
          "column": 53
        },
        "end": {
          "line": 118,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "valueOptions",
      "start": 3939,
      "end": 3951,
      "loc": {
        "start": {
          "line": 119,
          "column": 16
        },
        "end": {
          "line": 119,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3951,
      "end": 3952,
      "loc": {
        "start": {
          "line": 119,
          "column": 28
        },
        "end": {
          "line": 119,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "before",
      "start": 3952,
      "end": 3958,
      "loc": {
        "start": {
          "line": 119,
          "column": 29
        },
        "end": {
          "line": 119,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 3959,
      "end": 3960,
      "loc": {
        "start": {
          "line": 119,
          "column": 36
        },
        "end": {
          "line": 119,
          "column": 37
        }
      }
    },
    {
      "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": 3961,
      "end": 3965,
      "loc": {
        "start": {
          "line": 119,
          "column": 38
        },
        "end": {
          "line": 119,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3965,
      "end": 3966,
      "loc": {
        "start": {
          "line": 119,
          "column": 42
        },
        "end": {
          "line": 119,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "valueOptions",
      "start": 3983,
      "end": 3995,
      "loc": {
        "start": {
          "line": 120,
          "column": 16
        },
        "end": {
          "line": 120,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3995,
      "end": 3996,
      "loc": {
        "start": {
          "line": 120,
          "column": 28
        },
        "end": {
          "line": 120,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "after",
      "start": 3996,
      "end": 4001,
      "loc": {
        "start": {
          "line": 120,
          "column": 29
        },
        "end": {
          "line": 120,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 4002,
      "end": 4003,
      "loc": {
        "start": {
          "line": 120,
          "column": 35
        },
        "end": {
          "line": 120,
          "column": 36
        }
      }
    },
    {
      "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": 4004,
      "end": 4008,
      "loc": {
        "start": {
          "line": 120,
          "column": 37
        },
        "end": {
          "line": 120,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4008,
      "end": 4009,
      "loc": {
        "start": {
          "line": 120,
          "column": 41
        },
        "end": {
          "line": 120,
          "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": 4027,
      "end": 4029,
      "loc": {
        "start": {
          "line": 122,
          "column": 16
        },
        "end": {
          "line": 122,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4030,
      "end": 4031,
      "loc": {
        "start": {
          "line": 122,
          "column": 19
        },
        "end": {
          "line": 122,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "enumVals",
      "start": 4031,
      "end": 4039,
      "loc": {
        "start": {
          "line": 122,
          "column": 20
        },
        "end": {
          "line": 122,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4039,
      "end": 4040,
      "loc": {
        "start": {
          "line": 122,
          "column": 28
        },
        "end": {
          "line": 122,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "indexOf",
      "start": 4040,
      "end": 4047,
      "loc": {
        "start": {
          "line": 122,
          "column": 29
        },
        "end": {
          "line": 122,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4047,
      "end": 4048,
      "loc": {
        "start": {
          "line": 122,
          "column": 36
        },
        "end": {
          "line": 122,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "value",
      "start": 4048,
      "end": 4053,
      "loc": {
        "start": {
          "line": 122,
          "column": 37
        },
        "end": {
          "line": 122,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4053,
      "end": 4054,
      "loc": {
        "start": {
          "line": 122,
          "column": 42
        },
        "end": {
          "line": 122,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "===",
      "start": 4055,
      "end": 4058,
      "loc": {
        "start": {
          "line": 122,
          "column": 44
        },
        "end": {
          "line": 122,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "-",
      "start": 4059,
      "end": 4060,
      "loc": {
        "start": {
          "line": 122,
          "column": 48
        },
        "end": {
          "line": 122,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 1,
      "start": 4060,
      "end": 4061,
      "loc": {
        "start": {
          "line": 122,
          "column": 49
        },
        "end": {
          "line": 122,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4061,
      "end": 4062,
      "loc": {
        "start": {
          "line": 122,
          "column": 50
        },
        "end": {
          "line": 122,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4063,
      "end": 4064,
      "loc": {
        "start": {
          "line": 122,
          "column": 52
        },
        "end": {
          "line": 122,
          "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": 4083,
      "end": 4085,
      "loc": {
        "start": {
          "line": 123,
          "column": 18
        },
        "end": {
          "line": 123,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4086,
      "end": 4087,
      "loc": {
        "start": {
          "line": 123,
          "column": 21
        },
        "end": {
          "line": 123,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "prefix",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "!",
      "start": 4087,
      "end": 4088,
      "loc": {
        "start": {
          "line": 123,
          "column": 22
        },
        "end": {
          "line": 123,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "prefix",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "!",
      "start": 4088,
      "end": 4089,
      "loc": {
        "start": {
          "line": 123,
          "column": 23
        },
        "end": {
          "line": 123,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "vals",
      "start": 4089,
      "end": 4093,
      "loc": {
        "start": {
          "line": 123,
          "column": 24
        },
        "end": {
          "line": 123,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4093,
      "end": 4094,
      "loc": {
        "start": {
          "line": 123,
          "column": 28
        },
        "end": {
          "line": 123,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "idx",
      "start": 4094,
      "end": 4097,
      "loc": {
        "start": {
          "line": 123,
          "column": 29
        },
        "end": {
          "line": 123,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 4098,
      "end": 4099,
      "loc": {
        "start": {
          "line": 123,
          "column": 33
        },
        "end": {
          "line": 123,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 1,
      "start": 4100,
      "end": 4101,
      "loc": {
        "start": {
          "line": 123,
          "column": 35
        },
        "end": {
          "line": 123,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4101,
      "end": 4102,
      "loc": {
        "start": {
          "line": 123,
          "column": 36
        },
        "end": {
          "line": 123,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4102,
      "end": 4103,
      "loc": {
        "start": {
          "line": 123,
          "column": 37
        },
        "end": {
          "line": 123,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4104,
      "end": 4105,
      "loc": {
        "start": {
          "line": 123,
          "column": 39
        },
        "end": {
          "line": 123,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "valueOptions",
      "start": 4126,
      "end": 4138,
      "loc": {
        "start": {
          "line": 124,
          "column": 20
        },
        "end": {
          "line": 124,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4138,
      "end": 4139,
      "loc": {
        "start": {
          "line": 124,
          "column": 32
        },
        "end": {
          "line": 124,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "before",
      "start": 4139,
      "end": 4145,
      "loc": {
        "start": {
          "line": 124,
          "column": 33
        },
        "end": {
          "line": 124,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 4146,
      "end": 4147,
      "loc": {
        "start": {
          "line": 124,
          "column": 40
        },
        "end": {
          "line": 124,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "vals",
      "start": 4148,
      "end": 4152,
      "loc": {
        "start": {
          "line": 124,
          "column": 42
        },
        "end": {
          "line": 124,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4152,
      "end": 4153,
      "loc": {
        "start": {
          "line": 124,
          "column": 46
        },
        "end": {
          "line": 124,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "idx",
      "start": 4153,
      "end": 4156,
      "loc": {
        "start": {
          "line": 124,
          "column": 47
        },
        "end": {
          "line": 124,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 4157,
      "end": 4158,
      "loc": {
        "start": {
          "line": 124,
          "column": 51
        },
        "end": {
          "line": 124,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 1,
      "start": 4159,
      "end": 4160,
      "loc": {
        "start": {
          "line": 124,
          "column": 53
        },
        "end": {
          "line": 124,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4160,
      "end": 4161,
      "loc": {
        "start": {
          "line": 124,
          "column": 54
        },
        "end": {
          "line": 124,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4161,
      "end": 4162,
      "loc": {
        "start": {
          "line": 124,
          "column": 55
        },
        "end": {
          "line": 124,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4181,
      "end": 4182,
      "loc": {
        "start": {
          "line": 125,
          "column": 18
        },
        "end": {
          "line": 125,
          "column": 19
        }
      }
    },
    {
      "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": 4201,
      "end": 4205,
      "loc": {
        "start": {
          "line": 126,
          "column": 18
        },
        "end": {
          "line": 126,
          "column": 22
        }
      }
    },
    {
      "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": 4206,
      "end": 4208,
      "loc": {
        "start": {
          "line": 126,
          "column": 23
        },
        "end": {
          "line": 126,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4209,
      "end": 4210,
      "loc": {
        "start": {
          "line": 126,
          "column": 26
        },
        "end": {
          "line": 126,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "prefix",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "!",
      "start": 4210,
      "end": 4211,
      "loc": {
        "start": {
          "line": 126,
          "column": 27
        },
        "end": {
          "line": 126,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "prefix",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "!",
      "start": 4211,
      "end": 4212,
      "loc": {
        "start": {
          "line": 126,
          "column": 28
        },
        "end": {
          "line": 126,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "vals",
      "start": 4212,
      "end": 4216,
      "loc": {
        "start": {
          "line": 126,
          "column": 29
        },
        "end": {
          "line": 126,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4216,
      "end": 4217,
      "loc": {
        "start": {
          "line": 126,
          "column": 33
        },
        "end": {
          "line": 126,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "idx",
      "start": 4217,
      "end": 4220,
      "loc": {
        "start": {
          "line": 126,
          "column": 34
        },
        "end": {
          "line": 126,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "-",
      "start": 4221,
      "end": 4222,
      "loc": {
        "start": {
          "line": 126,
          "column": 38
        },
        "end": {
          "line": 126,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 1,
      "start": 4223,
      "end": 4224,
      "loc": {
        "start": {
          "line": 126,
          "column": 40
        },
        "end": {
          "line": 126,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4224,
      "end": 4225,
      "loc": {
        "start": {
          "line": 126,
          "column": 41
        },
        "end": {
          "line": 126,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4225,
      "end": 4226,
      "loc": {
        "start": {
          "line": 126,
          "column": 42
        },
        "end": {
          "line": 126,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4227,
      "end": 4228,
      "loc": {
        "start": {
          "line": 126,
          "column": 44
        },
        "end": {
          "line": 126,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "valueOptions",
      "start": 4249,
      "end": 4261,
      "loc": {
        "start": {
          "line": 127,
          "column": 20
        },
        "end": {
          "line": 127,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4261,
      "end": 4262,
      "loc": {
        "start": {
          "line": 127,
          "column": 32
        },
        "end": {
          "line": 127,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "after",
      "start": 4262,
      "end": 4267,
      "loc": {
        "start": {
          "line": 127,
          "column": 33
        },
        "end": {
          "line": 127,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 4268,
      "end": 4269,
      "loc": {
        "start": {
          "line": 127,
          "column": 39
        },
        "end": {
          "line": 127,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "vals",
      "start": 4270,
      "end": 4274,
      "loc": {
        "start": {
          "line": 127,
          "column": 41
        },
        "end": {
          "line": 127,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4274,
      "end": 4275,
      "loc": {
        "start": {
          "line": 127,
          "column": 45
        },
        "end": {
          "line": 127,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "idx",
      "start": 4275,
      "end": 4278,
      "loc": {
        "start": {
          "line": 127,
          "column": 46
        },
        "end": {
          "line": 127,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "-",
      "start": 4279,
      "end": 4280,
      "loc": {
        "start": {
          "line": 127,
          "column": 50
        },
        "end": {
          "line": 127,
          "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": 4281,
      "end": 4282,
      "loc": {
        "start": {
          "line": 127,
          "column": 52
        },
        "end": {
          "line": 127,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4282,
      "end": 4283,
      "loc": {
        "start": {
          "line": 127,
          "column": 53
        },
        "end": {
          "line": 127,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4283,
      "end": 4284,
      "loc": {
        "start": {
          "line": 127,
          "column": 54
        },
        "end": {
          "line": 127,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4303,
      "end": 4304,
      "loc": {
        "start": {
          "line": 128,
          "column": 18
        },
        "end": {
          "line": 128,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "valueOptions",
      "start": 4323,
      "end": 4335,
      "loc": {
        "start": {
          "line": 129,
          "column": 18
        },
        "end": {
          "line": 129,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4335,
      "end": 4336,
      "loc": {
        "start": {
          "line": 129,
          "column": 30
        },
        "end": {
          "line": 129,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "supportsSearchPath",
      "start": 4336,
      "end": 4354,
      "loc": {
        "start": {
          "line": 129,
          "column": 31
        },
        "end": {
          "line": 129,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 4355,
      "end": 4356,
      "loc": {
        "start": {
          "line": 129,
          "column": 50
        },
        "end": {
          "line": 129,
          "column": 51
        }
      }
    },
    {
      "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": 4357,
      "end": 4362,
      "loc": {
        "start": {
          "line": 129,
          "column": 52
        },
        "end": {
          "line": 129,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4362,
      "end": 4363,
      "loc": {
        "start": {
          "line": 129,
          "column": 57
        },
        "end": {
          "line": 129,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "promises",
      "start": 4382,
      "end": 4390,
      "loc": {
        "start": {
          "line": 130,
          "column": 18
        },
        "end": {
          "line": 130,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4390,
      "end": 4391,
      "loc": {
        "start": {
          "line": 130,
          "column": 26
        },
        "end": {
          "line": 130,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "push",
      "start": 4391,
      "end": 4395,
      "loc": {
        "start": {
          "line": 130,
          "column": 27
        },
        "end": {
          "line": 130,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4395,
      "end": 4396,
      "loc": {
        "start": {
          "line": 130,
          "column": 31
        },
        "end": {
          "line": 130,
          "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": 4396,
      "end": 4400,
      "loc": {
        "start": {
          "line": 130,
          "column": 32
        },
        "end": {
          "line": 130,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4400,
      "end": 4401,
      "loc": {
        "start": {
          "line": 130,
          "column": 36
        },
        "end": {
          "line": 130,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sequelize",
      "start": 4401,
      "end": 4410,
      "loc": {
        "start": {
          "line": 130,
          "column": 37
        },
        "end": {
          "line": 130,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4410,
      "end": 4411,
      "loc": {
        "start": {
          "line": 130,
          "column": 46
        },
        "end": {
          "line": 130,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "query",
      "start": 4411,
      "end": 4416,
      "loc": {
        "start": {
          "line": 130,
          "column": 47
        },
        "end": {
          "line": 130,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4416,
      "end": 4417,
      "loc": {
        "start": {
          "line": 130,
          "column": 52
        },
        "end": {
          "line": 130,
          "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": 4417,
      "end": 4421,
      "loc": {
        "start": {
          "line": 130,
          "column": 53
        },
        "end": {
          "line": 130,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4421,
      "end": 4422,
      "loc": {
        "start": {
          "line": 130,
          "column": 57
        },
        "end": {
          "line": 130,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "QueryGenerator",
      "start": 4422,
      "end": 4436,
      "loc": {
        "start": {
          "line": 130,
          "column": 58
        },
        "end": {
          "line": 130,
          "column": 72
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4436,
      "end": 4437,
      "loc": {
        "start": {
          "line": 130,
          "column": 72
        },
        "end": {
          "line": 130,
          "column": 73
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "pgEnumAdd",
      "start": 4437,
      "end": 4446,
      "loc": {
        "start": {
          "line": 130,
          "column": 73
        },
        "end": {
          "line": 130,
          "column": 82
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4446,
      "end": 4447,
      "loc": {
        "start": {
          "line": 130,
          "column": 82
        },
        "end": {
          "line": 130,
          "column": 83
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "tableName",
      "start": 4447,
      "end": 4456,
      "loc": {
        "start": {
          "line": 130,
          "column": 83
        },
        "end": {
          "line": 130,
          "column": 92
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4456,
      "end": 4457,
      "loc": {
        "start": {
          "line": 130,
          "column": 92
        },
        "end": {
          "line": 130,
          "column": 93
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "keys",
      "start": 4458,
      "end": 4462,
      "loc": {
        "start": {
          "line": 130,
          "column": 94
        },
        "end": {
          "line": 130,
          "column": 98
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4462,
      "end": 4463,
      "loc": {
        "start": {
          "line": 130,
          "column": 98
        },
        "end": {
          "line": 130,
          "column": 99
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "i",
      "start": 4463,
      "end": 4464,
      "loc": {
        "start": {
          "line": 130,
          "column": 99
        },
        "end": {
          "line": 130,
          "column": 100
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4464,
      "end": 4465,
      "loc": {
        "start": {
          "line": 130,
          "column": 100
        },
        "end": {
          "line": 130,
          "column": 101
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4465,
      "end": 4466,
      "loc": {
        "start": {
          "line": 130,
          "column": 101
        },
        "end": {
          "line": 130,
          "column": 102
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "value",
      "start": 4467,
      "end": 4472,
      "loc": {
        "start": {
          "line": 130,
          "column": 103
        },
        "end": {
          "line": 130,
          "column": 108
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4472,
      "end": 4473,
      "loc": {
        "start": {
          "line": 130,
          "column": 108
        },
        "end": {
          "line": 130,
          "column": 109
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "valueOptions",
      "start": 4474,
      "end": 4486,
      "loc": {
        "start": {
          "line": 130,
          "column": 110
        },
        "end": {
          "line": 130,
          "column": 122
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4486,
      "end": 4487,
      "loc": {
        "start": {
          "line": 130,
          "column": 122
        },
        "end": {
          "line": 130,
          "column": 123
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4487,
      "end": 4488,
      "loc": {
        "start": {
          "line": 130,
          "column": 123
        },
        "end": {
          "line": 130,
          "column": 124
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "valueOptions",
      "start": 4489,
      "end": 4501,
      "loc": {
        "start": {
          "line": 130,
          "column": 125
        },
        "end": {
          "line": 130,
          "column": 137
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4501,
      "end": 4502,
      "loc": {
        "start": {
          "line": 130,
          "column": 137
        },
        "end": {
          "line": 130,
          "column": 138
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4502,
      "end": 4503,
      "loc": {
        "start": {
          "line": 130,
          "column": 138
        },
        "end": {
          "line": 130,
          "column": 139
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4503,
      "end": 4504,
      "loc": {
        "start": {
          "line": 130,
          "column": 139
        },
        "end": {
          "line": 130,
          "column": 140
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4521,
      "end": 4522,
      "loc": {
        "start": {
          "line": 131,
          "column": 16
        },
        "end": {
          "line": 131,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4537,
      "end": 4538,
      "loc": {
        "start": {
          "line": 132,
          "column": 14
        },
        "end": {
          "line": 132,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4538,
      "end": 4539,
      "loc": {
        "start": {
          "line": 132,
          "column": 15
        },
        "end": {
          "line": 132,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4539,
      "end": 4540,
      "loc": {
        "start": {
          "line": 132,
          "column": 16
        },
        "end": {
          "line": 132,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "enumIdx",
      "start": 4555,
      "end": 4562,
      "loc": {
        "start": {
          "line": 133,
          "column": 14
        },
        "end": {
          "line": 133,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "++/--",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": true,
        "binop": null
      },
      "value": "++",
      "start": 4562,
      "end": 4564,
      "loc": {
        "start": {
          "line": 133,
          "column": 21
        },
        "end": {
          "line": 133,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4564,
      "end": 4565,
      "loc": {
        "start": {
          "line": 133,
          "column": 23
        },
        "end": {
          "line": 133,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4578,
      "end": 4579,
      "loc": {
        "start": {
          "line": 134,
          "column": 12
        },
        "end": {
          "line": 134,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4590,
      "end": 4591,
      "loc": {
        "start": {
          "line": 135,
          "column": 10
        },
        "end": {
          "line": 135,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4600,
      "end": 4601,
      "loc": {
        "start": {
          "line": 136,
          "column": 8
        },
        "end": {
          "line": 136,
          "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": 4611,
      "end": 4613,
      "loc": {
        "start": {
          "line": 138,
          "column": 8
        },
        "end": {
          "line": 138,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4614,
      "end": 4615,
      "loc": {
        "start": {
          "line": 138,
          "column": 11
        },
        "end": {
          "line": 138,
          "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": 4615,
      "end": 4616,
      "loc": {
        "start": {
          "line": 138,
          "column": 12
        },
        "end": {
          "line": 138,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "tableName",
      "start": 4616,
      "end": 4625,
      "loc": {
        "start": {
          "line": 138,
          "column": 13
        },
        "end": {
          "line": 138,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4625,
      "end": 4626,
      "loc": {
        "start": {
          "line": 138,
          "column": 22
        },
        "end": {
          "line": 138,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "schema",
      "start": 4626,
      "end": 4632,
      "loc": {
        "start": {
          "line": 138,
          "column": 23
        },
        "end": {
          "line": 138,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "&&",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 2,
        "updateContext": null
      },
      "value": "&&",
      "start": 4633,
      "end": 4635,
      "loc": {
        "start": {
          "line": 138,
          "column": 30
        },
        "end": {
          "line": 138,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4646,
      "end": 4647,
      "loc": {
        "start": {
          "line": 139,
          "column": 10
        },
        "end": {
          "line": 139,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 4647,
      "end": 4654,
      "loc": {
        "start": {
          "line": 139,
          "column": 11
        },
        "end": {
          "line": 139,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4654,
      "end": 4655,
      "loc": {
        "start": {
          "line": 139,
          "column": 18
        },
        "end": {
          "line": 139,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "schema",
      "start": 4655,
      "end": 4661,
      "loc": {
        "start": {
          "line": 139,
          "column": 19
        },
        "end": {
          "line": 139,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "||",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 1,
        "updateContext": null
      },
      "value": "||",
      "start": 4662,
      "end": 4664,
      "loc": {
        "start": {
          "line": 139,
          "column": 26
        },
        "end": {
          "line": 139,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4665,
      "end": 4666,
      "loc": {
        "start": {
          "line": 139,
          "column": 29
        },
        "end": {
          "line": 139,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "prefix",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "!",
      "start": 4666,
      "end": 4667,
      "loc": {
        "start": {
          "line": 139,
          "column": 30
        },
        "end": {
          "line": 139,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "prefix",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "!",
      "start": 4667,
      "end": 4668,
      "loc": {
        "start": {
          "line": 139,
          "column": 31
        },
        "end": {
          "line": 139,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "model",
      "start": 4668,
      "end": 4673,
      "loc": {
        "start": {
          "line": 139,
          "column": 32
        },
        "end": {
          "line": 139,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "&&",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 2,
        "updateContext": null
      },
      "value": "&&",
      "start": 4674,
      "end": 4676,
      "loc": {
        "start": {
          "line": 139,
          "column": 38
        },
        "end": {
          "line": 139,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "model",
      "start": 4677,
      "end": 4682,
      "loc": {
        "start": {
          "line": 139,
          "column": 41
        },
        "end": {
          "line": 139,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4682,
      "end": 4683,
      "loc": {
        "start": {
          "line": 139,
          "column": 46
        },
        "end": {
          "line": 139,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_schema",
      "start": 4683,
      "end": 4690,
      "loc": {
        "start": {
          "line": 139,
          "column": 47
        },
        "end": {
          "line": 139,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4690,
      "end": 4691,
      "loc": {
        "start": {
          "line": 139,
          "column": 54
        },
        "end": {
          "line": 139,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4691,
      "end": 4692,
      "loc": {
        "start": {
          "line": 139,
          "column": 55
        },
        "end": {
          "line": 139,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4692,
      "end": 4693,
      "loc": {
        "start": {
          "line": 139,
          "column": 56
        },
        "end": {
          "line": 139,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4694,
      "end": 4695,
      "loc": {
        "start": {
          "line": 139,
          "column": 58
        },
        "end": {
          "line": 139,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "tableName",
      "start": 4706,
      "end": 4715,
      "loc": {
        "start": {
          "line": 140,
          "column": 10
        },
        "end": {
          "line": 140,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 4716,
      "end": 4717,
      "loc": {
        "start": {
          "line": 140,
          "column": 20
        },
        "end": {
          "line": 140,
          "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": 4718,
      "end": 4722,
      "loc": {
        "start": {
          "line": 140,
          "column": 22
        },
        "end": {
          "line": 140,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4722,
      "end": 4723,
      "loc": {
        "start": {
          "line": 140,
          "column": 26
        },
        "end": {
          "line": 140,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "QueryGenerator",
      "start": 4723,
      "end": 4737,
      "loc": {
        "start": {
          "line": 140,
          "column": 27
        },
        "end": {
          "line": 140,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4737,
      "end": 4738,
      "loc": {
        "start": {
          "line": 140,
          "column": 41
        },
        "end": {
          "line": 140,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "addSchema",
      "start": 4738,
      "end": 4747,
      "loc": {
        "start": {
          "line": 140,
          "column": 42
        },
        "end": {
          "line": 140,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4747,
      "end": 4748,
      "loc": {
        "start": {
          "line": 140,
          "column": 51
        },
        "end": {
          "line": 140,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4748,
      "end": 4749,
      "loc": {
        "start": {
          "line": 140,
          "column": 52
        },
        "end": {
          "line": 140,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "tableName",
      "start": 4762,
      "end": 4771,
      "loc": {
        "start": {
          "line": 141,
          "column": 12
        },
        "end": {
          "line": 141,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4771,
      "end": 4772,
      "loc": {
        "start": {
          "line": 141,
          "column": 21
        },
        "end": {
          "line": 141,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_schema",
      "start": 4785,
      "end": 4792,
      "loc": {
        "start": {
          "line": 142,
          "column": 12
        },
        "end": {
          "line": 142,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4792,
      "end": 4793,
      "loc": {
        "start": {
          "line": 142,
          "column": 19
        },
        "end": {
          "line": 142,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4794,
      "end": 4795,
      "loc": {
        "start": {
          "line": 142,
          "column": 21
        },
        "end": {
          "line": 142,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "prefix",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "!",
      "start": 4795,
      "end": 4796,
      "loc": {
        "start": {
          "line": 142,
          "column": 22
        },
        "end": {
          "line": 142,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "prefix",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "!",
      "start": 4796,
      "end": 4797,
      "loc": {
        "start": {
          "line": 142,
          "column": 23
        },
        "end": {
          "line": 142,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "model",
      "start": 4797,
      "end": 4802,
      "loc": {
        "start": {
          "line": 142,
          "column": 24
        },
        "end": {
          "line": 142,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "&&",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 2,
        "updateContext": null
      },
      "value": "&&",
      "start": 4803,
      "end": 4805,
      "loc": {
        "start": {
          "line": 142,
          "column": 30
        },
        "end": {
          "line": 142,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "model",
      "start": 4806,
      "end": 4811,
      "loc": {
        "start": {
          "line": 142,
          "column": 33
        },
        "end": {
          "line": 142,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4811,
      "end": 4812,
      "loc": {
        "start": {
          "line": 142,
          "column": 38
        },
        "end": {
          "line": 142,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_schema",
      "start": 4812,
      "end": 4819,
      "loc": {
        "start": {
          "line": 142,
          "column": 39
        },
        "end": {
          "line": 142,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4819,
      "end": 4820,
      "loc": {
        "start": {
          "line": 142,
          "column": 46
        },
        "end": {
          "line": 142,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "||",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 1,
        "updateContext": null
      },
      "value": "||",
      "start": 4821,
      "end": 4823,
      "loc": {
        "start": {
          "line": 142,
          "column": 48
        },
        "end": {
          "line": 142,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 4824,
      "end": 4831,
      "loc": {
        "start": {
          "line": 142,
          "column": 51
        },
        "end": {
          "line": 142,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4831,
      "end": 4832,
      "loc": {
        "start": {
          "line": 142,
          "column": 58
        },
        "end": {
          "line": 142,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "schema",
      "start": 4832,
      "end": 4838,
      "loc": {
        "start": {
          "line": 142,
          "column": 59
        },
        "end": {
          "line": 142,
          "column": 65
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4849,
      "end": 4850,
      "loc": {
        "start": {
          "line": 143,
          "column": 10
        },
        "end": {
          "line": 143,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4850,
      "end": 4851,
      "loc": {
        "start": {
          "line": 143,
          "column": 11
        },
        "end": {
          "line": 143,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4851,
      "end": 4852,
      "loc": {
        "start": {
          "line": 143,
          "column": 12
        },
        "end": {
          "line": 143,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4861,
      "end": 4862,
      "loc": {
        "start": {
          "line": 144,
          "column": 8
        },
        "end": {
          "line": 144,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attributes",
      "start": 4872,
      "end": 4882,
      "loc": {
        "start": {
          "line": 146,
          "column": 8
        },
        "end": {
          "line": 146,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 4883,
      "end": 4884,
      "loc": {
        "start": {
          "line": 146,
          "column": 19
        },
        "end": {
          "line": 146,
          "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": 4885,
      "end": 4889,
      "loc": {
        "start": {
          "line": 146,
          "column": 21
        },
        "end": {
          "line": 146,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4889,
      "end": 4890,
      "loc": {
        "start": {
          "line": 146,
          "column": 25
        },
        "end": {
          "line": 146,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "QueryGenerator",
      "start": 4890,
      "end": 4904,
      "loc": {
        "start": {
          "line": 146,
          "column": 26
        },
        "end": {
          "line": 146,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4904,
      "end": 4905,
      "loc": {
        "start": {
          "line": 146,
          "column": 40
        },
        "end": {
          "line": 146,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attributesToSQL",
      "start": 4905,
      "end": 4920,
      "loc": {
        "start": {
          "line": 146,
          "column": 41
        },
        "end": {
          "line": 146,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4920,
      "end": 4921,
      "loc": {
        "start": {
          "line": 146,
          "column": 56
        },
        "end": {
          "line": 146,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attributes",
      "start": 4921,
      "end": 4931,
      "loc": {
        "start": {
          "line": 146,
          "column": 57
        },
        "end": {
          "line": 146,
          "column": 67
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4931,
      "end": 4932,
      "loc": {
        "start": {
          "line": 146,
          "column": 67
        },
        "end": {
          "line": 146,
          "column": 68
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4933,
      "end": 4934,
      "loc": {
        "start": {
          "line": 146,
          "column": 69
        },
        "end": {
          "line": 146,
          "column": 70
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "context",
      "start": 4945,
      "end": 4952,
      "loc": {
        "start": {
          "line": 147,
          "column": 10
        },
        "end": {
          "line": 147,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4952,
      "end": 4953,
      "loc": {
        "start": {
          "line": 147,
          "column": 17
        },
        "end": {
          "line": 147,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "createTable",
      "start": 4954,
      "end": 4967,
      "loc": {
        "start": {
          "line": 147,
          "column": 19
        },
        "end": {
          "line": 147,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4976,
      "end": 4977,
      "loc": {
        "start": {
          "line": 148,
          "column": 8
        },
        "end": {
          "line": 148,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4977,
      "end": 4978,
      "loc": {
        "start": {
          "line": 148,
          "column": 9
        },
        "end": {
          "line": 148,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4978,
      "end": 4979,
      "loc": {
        "start": {
          "line": 148,
          "column": 10
        },
        "end": {
          "line": 148,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sql",
      "start": 4988,
      "end": 4991,
      "loc": {
        "start": {
          "line": 149,
          "column": 8
        },
        "end": {
          "line": 149,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 4992,
      "end": 4993,
      "loc": {
        "start": {
          "line": 149,
          "column": 12
        },
        "end": {
          "line": 149,
          "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": 4994,
      "end": 4998,
      "loc": {
        "start": {
          "line": 149,
          "column": 14
        },
        "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": 4998,
      "end": 4999,
      "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": "QueryGenerator",
      "start": 4999,
      "end": 5013,
      "loc": {
        "start": {
          "line": 149,
          "column": 19
        },
        "end": {
          "line": 149,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5013,
      "end": 5014,
      "loc": {
        "start": {
          "line": 149,
          "column": 33
        },
        "end": {
          "line": 149,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "createTableQuery",
      "start": 5014,
      "end": 5030,
      "loc": {
        "start": {
          "line": 149,
          "column": 34
        },
        "end": {
          "line": 149,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5030,
      "end": 5031,
      "loc": {
        "start": {
          "line": 149,
          "column": 50
        },
        "end": {
          "line": 149,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "tableName",
      "start": 5031,
      "end": 5040,
      "loc": {
        "start": {
          "line": 149,
          "column": 51
        },
        "end": {
          "line": 149,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5040,
      "end": 5041,
      "loc": {
        "start": {
          "line": 149,
          "column": 60
        },
        "end": {
          "line": 149,
          "column": 61
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attributes",
      "start": 5042,
      "end": 5052,
      "loc": {
        "start": {
          "line": 149,
          "column": 62
        },
        "end": {
          "line": 149,
          "column": 72
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5052,
      "end": 5053,
      "loc": {
        "start": {
          "line": 149,
          "column": 72
        },
        "end": {
          "line": 149,
          "column": 73
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 5054,
      "end": 5061,
      "loc": {
        "start": {
          "line": 149,
          "column": 74
        },
        "end": {
          "line": 149,
          "column": 81
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5061,
      "end": 5062,
      "loc": {
        "start": {
          "line": 149,
          "column": 81
        },
        "end": {
          "line": 149,
          "column": 82
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5062,
      "end": 5063,
      "loc": {
        "start": {
          "line": 149,
          "column": 82
        },
        "end": {
          "line": 149,
          "column": 83
        }
      }
    },
    {
      "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": 5073,
      "end": 5079,
      "loc": {
        "start": {
          "line": 151,
          "column": 8
        },
        "end": {
          "line": 151,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Promise",
      "start": 5080,
      "end": 5087,
      "loc": {
        "start": {
          "line": 151,
          "column": 15
        },
        "end": {
          "line": 151,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5087,
      "end": 5088,
      "loc": {
        "start": {
          "line": 151,
          "column": 22
        },
        "end": {
          "line": 151,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "all",
      "start": 5088,
      "end": 5091,
      "loc": {
        "start": {
          "line": 151,
          "column": 23
        },
        "end": {
          "line": 151,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5091,
      "end": 5092,
      "loc": {
        "start": {
          "line": 151,
          "column": 26
        },
        "end": {
          "line": 151,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "promises",
      "start": 5092,
      "end": 5100,
      "loc": {
        "start": {
          "line": 151,
          "column": 27
        },
        "end": {
          "line": 151,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5100,
      "end": 5101,
      "loc": {
        "start": {
          "line": 151,
          "column": 35
        },
        "end": {
          "line": 151,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5101,
      "end": 5102,
      "loc": {
        "start": {
          "line": 151,
          "column": 36
        },
        "end": {
          "line": 151,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "then",
      "start": 5102,
      "end": 5106,
      "loc": {
        "start": {
          "line": 151,
          "column": 37
        },
        "end": {
          "line": 151,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5106,
      "end": 5107,
      "loc": {
        "start": {
          "line": 151,
          "column": 41
        },
        "end": {
          "line": 151,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5107,
      "end": 5108,
      "loc": {
        "start": {
          "line": 151,
          "column": 42
        },
        "end": {
          "line": 151,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5108,
      "end": 5109,
      "loc": {
        "start": {
          "line": 151,
          "column": 43
        },
        "end": {
          "line": 151,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "=>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5110,
      "end": 5112,
      "loc": {
        "start": {
          "line": 151,
          "column": 45
        },
        "end": {
          "line": 151,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5113,
      "end": 5114,
      "loc": {
        "start": {
          "line": 151,
          "column": 48
        },
        "end": {
          "line": 151,
          "column": 49
        }
      }
    },
    {
      "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": 5125,
      "end": 5131,
      "loc": {
        "start": {
          "line": 152,
          "column": 10
        },
        "end": {
          "line": 152,
          "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": 5132,
      "end": 5136,
      "loc": {
        "start": {
          "line": 152,
          "column": 17
        },
        "end": {
          "line": 152,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5136,
      "end": 5137,
      "loc": {
        "start": {
          "line": 152,
          "column": 21
        },
        "end": {
          "line": 152,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sequelize",
      "start": 5137,
      "end": 5146,
      "loc": {
        "start": {
          "line": 152,
          "column": 22
        },
        "end": {
          "line": 152,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5146,
      "end": 5147,
      "loc": {
        "start": {
          "line": 152,
          "column": 31
        },
        "end": {
          "line": 152,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "query",
      "start": 5147,
      "end": 5152,
      "loc": {
        "start": {
          "line": 152,
          "column": 32
        },
        "end": {
          "line": 152,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5152,
      "end": 5153,
      "loc": {
        "start": {
          "line": 152,
          "column": 37
        },
        "end": {
          "line": 152,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sql",
      "start": 5153,
      "end": 5156,
      "loc": {
        "start": {
          "line": 152,
          "column": 38
        },
        "end": {
          "line": 152,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5156,
      "end": 5157,
      "loc": {
        "start": {
          "line": 152,
          "column": 41
        },
        "end": {
          "line": 152,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 5158,
      "end": 5165,
      "loc": {
        "start": {
          "line": 152,
          "column": 43
        },
        "end": {
          "line": 152,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5165,
      "end": 5166,
      "loc": {
        "start": {
          "line": 152,
          "column": 50
        },
        "end": {
          "line": 152,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5166,
      "end": 5167,
      "loc": {
        "start": {
          "line": 152,
          "column": 51
        },
        "end": {
          "line": 152,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5176,
      "end": 5177,
      "loc": {
        "start": {
          "line": 153,
          "column": 8
        },
        "end": {
          "line": 153,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5177,
      "end": 5178,
      "loc": {
        "start": {
          "line": 153,
          "column": 9
        },
        "end": {
          "line": 153,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5178,
      "end": 5179,
      "loc": {
        "start": {
          "line": 153,
          "column": 10
        },
        "end": {
          "line": 153,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5186,
      "end": 5187,
      "loc": {
        "start": {
          "line": 154,
          "column": 6
        },
        "end": {
          "line": 154,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5187,
      "end": 5188,
      "loc": {
        "start": {
          "line": 154,
          "column": 7
        },
        "end": {
          "line": 154,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5188,
      "end": 5189,
      "loc": {
        "start": {
          "line": 154,
          "column": 8
        },
        "end": {
          "line": 154,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5194,
      "end": 5195,
      "loc": {
        "start": {
          "line": 155,
          "column": 4
        },
        "end": {
          "line": 155,
          "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": 5196,
      "end": 5200,
      "loc": {
        "start": {
          "line": 155,
          "column": 6
        },
        "end": {
          "line": 155,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5201,
      "end": 5202,
      "loc": {
        "start": {
          "line": 155,
          "column": 11
        },
        "end": {
          "line": 155,
          "column": 12
        }
      }
    },
    {
      "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": 5209,
      "end": 5211,
      "loc": {
        "start": {
          "line": 156,
          "column": 6
        },
        "end": {
          "line": 156,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5212,
      "end": 5213,
      "loc": {
        "start": {
          "line": 156,
          "column": 9
        },
        "end": {
          "line": 156,
          "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": 5213,
      "end": 5214,
      "loc": {
        "start": {
          "line": 156,
          "column": 10
        },
        "end": {
          "line": 156,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "tableName",
      "start": 5214,
      "end": 5223,
      "loc": {
        "start": {
          "line": 156,
          "column": 11
        },
        "end": {
          "line": 156,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5223,
      "end": 5224,
      "loc": {
        "start": {
          "line": 156,
          "column": 20
        },
        "end": {
          "line": 156,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "schema",
      "start": 5224,
      "end": 5230,
      "loc": {
        "start": {
          "line": 156,
          "column": 21
        },
        "end": {
          "line": 156,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "&&",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 2,
        "updateContext": null
      },
      "value": "&&",
      "start": 5231,
      "end": 5233,
      "loc": {
        "start": {
          "line": 156,
          "column": 28
        },
        "end": {
          "line": 156,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5242,
      "end": 5243,
      "loc": {
        "start": {
          "line": 157,
          "column": 8
        },
        "end": {
          "line": 157,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 5243,
      "end": 5250,
      "loc": {
        "start": {
          "line": 157,
          "column": 9
        },
        "end": {
          "line": 157,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5250,
      "end": 5251,
      "loc": {
        "start": {
          "line": 157,
          "column": 16
        },
        "end": {
          "line": 157,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "schema",
      "start": 5251,
      "end": 5257,
      "loc": {
        "start": {
          "line": 157,
          "column": 17
        },
        "end": {
          "line": 157,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "||",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 1,
        "updateContext": null
      },
      "value": "||",
      "start": 5258,
      "end": 5260,
      "loc": {
        "start": {
          "line": 157,
          "column": 24
        },
        "end": {
          "line": 157,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5261,
      "end": 5262,
      "loc": {
        "start": {
          "line": 157,
          "column": 27
        },
        "end": {
          "line": 157,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "prefix",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "!",
      "start": 5262,
      "end": 5263,
      "loc": {
        "start": {
          "line": 157,
          "column": 28
        },
        "end": {
          "line": 157,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "prefix",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "!",
      "start": 5263,
      "end": 5264,
      "loc": {
        "start": {
          "line": 157,
          "column": 29
        },
        "end": {
          "line": 157,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "model",
      "start": 5264,
      "end": 5269,
      "loc": {
        "start": {
          "line": 157,
          "column": 30
        },
        "end": {
          "line": 157,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "&&",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 2,
        "updateContext": null
      },
      "value": "&&",
      "start": 5270,
      "end": 5272,
      "loc": {
        "start": {
          "line": 157,
          "column": 36
        },
        "end": {
          "line": 157,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "model",
      "start": 5273,
      "end": 5278,
      "loc": {
        "start": {
          "line": 157,
          "column": 39
        },
        "end": {
          "line": 157,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5278,
      "end": 5279,
      "loc": {
        "start": {
          "line": 157,
          "column": 44
        },
        "end": {
          "line": 157,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_schema",
      "start": 5279,
      "end": 5286,
      "loc": {
        "start": {
          "line": 157,
          "column": 45
        },
        "end": {
          "line": 157,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5286,
      "end": 5287,
      "loc": {
        "start": {
          "line": 157,
          "column": 52
        },
        "end": {
          "line": 157,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5287,
      "end": 5288,
      "loc": {
        "start": {
          "line": 157,
          "column": 53
        },
        "end": {
          "line": 157,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5288,
      "end": 5289,
      "loc": {
        "start": {
          "line": 157,
          "column": 54
        },
        "end": {
          "line": 157,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5290,
      "end": 5291,
      "loc": {
        "start": {
          "line": 157,
          "column": 56
        },
        "end": {
          "line": 157,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "tableName",
      "start": 5300,
      "end": 5309,
      "loc": {
        "start": {
          "line": 158,
          "column": 8
        },
        "end": {
          "line": 158,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 5310,
      "end": 5311,
      "loc": {
        "start": {
          "line": 158,
          "column": 18
        },
        "end": {
          "line": 158,
          "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": 5312,
      "end": 5316,
      "loc": {
        "start": {
          "line": 158,
          "column": 20
        },
        "end": {
          "line": 158,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5316,
      "end": 5317,
      "loc": {
        "start": {
          "line": 158,
          "column": 24
        },
        "end": {
          "line": 158,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "QueryGenerator",
      "start": 5317,
      "end": 5331,
      "loc": {
        "start": {
          "line": 158,
          "column": 25
        },
        "end": {
          "line": 158,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5331,
      "end": 5332,
      "loc": {
        "start": {
          "line": 158,
          "column": 39
        },
        "end": {
          "line": 158,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "addSchema",
      "start": 5332,
      "end": 5341,
      "loc": {
        "start": {
          "line": 158,
          "column": 40
        },
        "end": {
          "line": 158,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5341,
      "end": 5342,
      "loc": {
        "start": {
          "line": 158,
          "column": 49
        },
        "end": {
          "line": 158,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5342,
      "end": 5343,
      "loc": {
        "start": {
          "line": 158,
          "column": 50
        },
        "end": {
          "line": 158,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "tableName",
      "start": 5354,
      "end": 5363,
      "loc": {
        "start": {
          "line": 159,
          "column": 10
        },
        "end": {
          "line": 159,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5363,
      "end": 5364,
      "loc": {
        "start": {
          "line": 159,
          "column": 19
        },
        "end": {
          "line": 159,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_schema",
      "start": 5375,
      "end": 5382,
      "loc": {
        "start": {
          "line": 160,
          "column": 10
        },
        "end": {
          "line": 160,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5382,
      "end": 5383,
      "loc": {
        "start": {
          "line": 160,
          "column": 17
        },
        "end": {
          "line": 160,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5384,
      "end": 5385,
      "loc": {
        "start": {
          "line": 160,
          "column": 19
        },
        "end": {
          "line": 160,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "prefix",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "!",
      "start": 5385,
      "end": 5386,
      "loc": {
        "start": {
          "line": 160,
          "column": 20
        },
        "end": {
          "line": 160,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "prefix",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "!",
      "start": 5386,
      "end": 5387,
      "loc": {
        "start": {
          "line": 160,
          "column": 21
        },
        "end": {
          "line": 160,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "model",
      "start": 5387,
      "end": 5392,
      "loc": {
        "start": {
          "line": 160,
          "column": 22
        },
        "end": {
          "line": 160,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "&&",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 2,
        "updateContext": null
      },
      "value": "&&",
      "start": 5393,
      "end": 5395,
      "loc": {
        "start": {
          "line": 160,
          "column": 28
        },
        "end": {
          "line": 160,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "model",
      "start": 5396,
      "end": 5401,
      "loc": {
        "start": {
          "line": 160,
          "column": 31
        },
        "end": {
          "line": 160,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5401,
      "end": 5402,
      "loc": {
        "start": {
          "line": 160,
          "column": 36
        },
        "end": {
          "line": 160,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_schema",
      "start": 5402,
      "end": 5409,
      "loc": {
        "start": {
          "line": 160,
          "column": 37
        },
        "end": {
          "line": 160,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5409,
      "end": 5410,
      "loc": {
        "start": {
          "line": 160,
          "column": 44
        },
        "end": {
          "line": 160,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "||",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 1,
        "updateContext": null
      },
      "value": "||",
      "start": 5411,
      "end": 5413,
      "loc": {
        "start": {
          "line": 160,
          "column": 46
        },
        "end": {
          "line": 160,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 5414,
      "end": 5421,
      "loc": {
        "start": {
          "line": 160,
          "column": 49
        },
        "end": {
          "line": 160,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5421,
      "end": 5422,
      "loc": {
        "start": {
          "line": 160,
          "column": 56
        },
        "end": {
          "line": 160,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "schema",
      "start": 5422,
      "end": 5428,
      "loc": {
        "start": {
          "line": 160,
          "column": 57
        },
        "end": {
          "line": 160,
          "column": 63
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5437,
      "end": 5438,
      "loc": {
        "start": {
          "line": 161,
          "column": 8
        },
        "end": {
          "line": 161,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5438,
      "end": 5439,
      "loc": {
        "start": {
          "line": 161,
          "column": 9
        },
        "end": {
          "line": 161,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5439,
      "end": 5440,
      "loc": {
        "start": {
          "line": 161,
          "column": 10
        },
        "end": {
          "line": 161,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5447,
      "end": 5448,
      "loc": {
        "start": {
          "line": 162,
          "column": 6
        },
        "end": {
          "line": 162,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attributes",
      "start": 5456,
      "end": 5466,
      "loc": {
        "start": {
          "line": 164,
          "column": 6
        },
        "end": {
          "line": 164,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 5467,
      "end": 5468,
      "loc": {
        "start": {
          "line": 164,
          "column": 17
        },
        "end": {
          "line": 164,
          "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": 5469,
      "end": 5473,
      "loc": {
        "start": {
          "line": 164,
          "column": 19
        },
        "end": {
          "line": 164,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5473,
      "end": 5474,
      "loc": {
        "start": {
          "line": 164,
          "column": 23
        },
        "end": {
          "line": 164,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "QueryGenerator",
      "start": 5474,
      "end": 5488,
      "loc": {
        "start": {
          "line": 164,
          "column": 24
        },
        "end": {
          "line": 164,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5488,
      "end": 5489,
      "loc": {
        "start": {
          "line": 164,
          "column": 38
        },
        "end": {
          "line": 164,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attributesToSQL",
      "start": 5489,
      "end": 5504,
      "loc": {
        "start": {
          "line": 164,
          "column": 39
        },
        "end": {
          "line": 164,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5504,
      "end": 5505,
      "loc": {
        "start": {
          "line": 164,
          "column": 54
        },
        "end": {
          "line": 164,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attributes",
      "start": 5505,
      "end": 5515,
      "loc": {
        "start": {
          "line": 164,
          "column": 55
        },
        "end": {
          "line": 164,
          "column": 65
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5515,
      "end": 5516,
      "loc": {
        "start": {
          "line": 164,
          "column": 65
        },
        "end": {
          "line": 164,
          "column": 66
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5517,
      "end": 5518,
      "loc": {
        "start": {
          "line": 164,
          "column": 67
        },
        "end": {
          "line": 164,
          "column": 68
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "context",
      "start": 5527,
      "end": 5534,
      "loc": {
        "start": {
          "line": 165,
          "column": 8
        },
        "end": {
          "line": 165,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5534,
      "end": 5535,
      "loc": {
        "start": {
          "line": 165,
          "column": 15
        },
        "end": {
          "line": 165,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "createTable",
      "start": 5536,
      "end": 5549,
      "loc": {
        "start": {
          "line": 165,
          "column": 17
        },
        "end": {
          "line": 165,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5556,
      "end": 5557,
      "loc": {
        "start": {
          "line": 166,
          "column": 6
        },
        "end": {
          "line": 166,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5557,
      "end": 5558,
      "loc": {
        "start": {
          "line": 166,
          "column": 7
        },
        "end": {
          "line": 166,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5558,
      "end": 5559,
      "loc": {
        "start": {
          "line": 166,
          "column": 8
        },
        "end": {
          "line": 166,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sql",
      "start": 5566,
      "end": 5569,
      "loc": {
        "start": {
          "line": 167,
          "column": 6
        },
        "end": {
          "line": 167,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 5570,
      "end": 5571,
      "loc": {
        "start": {
          "line": 167,
          "column": 10
        },
        "end": {
          "line": 167,
          "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": 5572,
      "end": 5576,
      "loc": {
        "start": {
          "line": 167,
          "column": 12
        },
        "end": {
          "line": 167,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5576,
      "end": 5577,
      "loc": {
        "start": {
          "line": 167,
          "column": 16
        },
        "end": {
          "line": 167,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "QueryGenerator",
      "start": 5577,
      "end": 5591,
      "loc": {
        "start": {
          "line": 167,
          "column": 17
        },
        "end": {
          "line": 167,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5591,
      "end": 5592,
      "loc": {
        "start": {
          "line": 167,
          "column": 31
        },
        "end": {
          "line": 167,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "createTableQuery",
      "start": 5592,
      "end": 5608,
      "loc": {
        "start": {
          "line": 167,
          "column": 32
        },
        "end": {
          "line": 167,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5608,
      "end": 5609,
      "loc": {
        "start": {
          "line": 167,
          "column": 48
        },
        "end": {
          "line": 167,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "tableName",
      "start": 5609,
      "end": 5618,
      "loc": {
        "start": {
          "line": 167,
          "column": 49
        },
        "end": {
          "line": 167,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5618,
      "end": 5619,
      "loc": {
        "start": {
          "line": 167,
          "column": 58
        },
        "end": {
          "line": 167,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attributes",
      "start": 5620,
      "end": 5630,
      "loc": {
        "start": {
          "line": 167,
          "column": 60
        },
        "end": {
          "line": 167,
          "column": 70
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5630,
      "end": 5631,
      "loc": {
        "start": {
          "line": 167,
          "column": 70
        },
        "end": {
          "line": 167,
          "column": 71
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 5632,
      "end": 5639,
      "loc": {
        "start": {
          "line": 167,
          "column": 72
        },
        "end": {
          "line": 167,
          "column": 79
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5639,
      "end": 5640,
      "loc": {
        "start": {
          "line": 167,
          "column": 79
        },
        "end": {
          "line": 167,
          "column": 80
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5640,
      "end": 5641,
      "loc": {
        "start": {
          "line": 167,
          "column": 80
        },
        "end": {
          "line": 167,
          "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": 5649,
      "end": 5655,
      "loc": {
        "start": {
          "line": 169,
          "column": 6
        },
        "end": {
          "line": 169,
          "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": 5656,
      "end": 5660,
      "loc": {
        "start": {
          "line": 169,
          "column": 13
        },
        "end": {
          "line": 169,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5660,
      "end": 5661,
      "loc": {
        "start": {
          "line": 169,
          "column": 17
        },
        "end": {
          "line": 169,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sequelize",
      "start": 5661,
      "end": 5670,
      "loc": {
        "start": {
          "line": 169,
          "column": 18
        },
        "end": {
          "line": 169,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5670,
      "end": 5671,
      "loc": {
        "start": {
          "line": 169,
          "column": 27
        },
        "end": {
          "line": 169,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "query",
      "start": 5671,
      "end": 5676,
      "loc": {
        "start": {
          "line": 169,
          "column": 28
        },
        "end": {
          "line": 169,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5676,
      "end": 5677,
      "loc": {
        "start": {
          "line": 169,
          "column": 33
        },
        "end": {
          "line": 169,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sql",
      "start": 5677,
      "end": 5680,
      "loc": {
        "start": {
          "line": 169,
          "column": 34
        },
        "end": {
          "line": 169,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5680,
      "end": 5681,
      "loc": {
        "start": {
          "line": 169,
          "column": 37
        },
        "end": {
          "line": 169,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 5682,
      "end": 5689,
      "loc": {
        "start": {
          "line": 169,
          "column": 39
        },
        "end": {
          "line": 169,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5689,
      "end": 5690,
      "loc": {
        "start": {
          "line": 169,
          "column": 46
        },
        "end": {
          "line": 169,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5690,
      "end": 5691,
      "loc": {
        "start": {
          "line": 169,
          "column": 47
        },
        "end": {
          "line": 169,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5696,
      "end": 5697,
      "loc": {
        "start": {
          "line": 170,
          "column": 4
        },
        "end": {
          "line": 170,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5700,
      "end": 5701,
      "loc": {
        "start": {
          "line": 171,
          "column": 2
        },
        "end": {
          "line": 171,
          "column": 3
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dropTable",
      "start": 5705,
      "end": 5714,
      "loc": {
        "start": {
          "line": 173,
          "column": 2
        },
        "end": {
          "line": 173,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5714,
      "end": 5715,
      "loc": {
        "start": {
          "line": 173,
          "column": 11
        },
        "end": {
          "line": 173,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "tableName",
      "start": 5715,
      "end": 5724,
      "loc": {
        "start": {
          "line": 173,
          "column": 12
        },
        "end": {
          "line": 173,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5724,
      "end": 5725,
      "loc": {
        "start": {
          "line": 173,
          "column": 21
        },
        "end": {
          "line": 173,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 5726,
      "end": 5733,
      "loc": {
        "start": {
          "line": 173,
          "column": 23
        },
        "end": {
          "line": 173,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5733,
      "end": 5734,
      "loc": {
        "start": {
          "line": 173,
          "column": 30
        },
        "end": {
          "line": 173,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5735,
      "end": 5736,
      "loc": {
        "start": {
          "line": 173,
          "column": 32
        },
        "end": {
          "line": 173,
          "column": 33
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " if we're forcing we should be cascading unless explicitly stated otherwise",
      "start": 5741,
      "end": 5818,
      "loc": {
        "start": {
          "line": 174,
          "column": 4
        },
        "end": {
          "line": 174,
          "column": 81
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 5823,
      "end": 5830,
      "loc": {
        "start": {
          "line": 175,
          "column": 4
        },
        "end": {
          "line": 175,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 5831,
      "end": 5832,
      "loc": {
        "start": {
          "line": 175,
          "column": 12
        },
        "end": {
          "line": 175,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_",
      "start": 5833,
      "end": 5834,
      "loc": {
        "start": {
          "line": 175,
          "column": 14
        },
        "end": {
          "line": 175,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5834,
      "end": 5835,
      "loc": {
        "start": {
          "line": 175,
          "column": 15
        },
        "end": {
          "line": 175,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "clone",
      "start": 5835,
      "end": 5840,
      "loc": {
        "start": {
          "line": 175,
          "column": 16
        },
        "end": {
          "line": 175,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5840,
      "end": 5841,
      "loc": {
        "start": {
          "line": 175,
          "column": 21
        },
        "end": {
          "line": 175,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 5841,
      "end": 5848,
      "loc": {
        "start": {
          "line": 175,
          "column": 22
        },
        "end": {
          "line": 175,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5848,
      "end": 5849,
      "loc": {
        "start": {
          "line": 175,
          "column": 29
        },
        "end": {
          "line": 175,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "||",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 1,
        "updateContext": null
      },
      "value": "||",
      "start": 5850,
      "end": 5852,
      "loc": {
        "start": {
          "line": 175,
          "column": 31
        },
        "end": {
          "line": 175,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5853,
      "end": 5854,
      "loc": {
        "start": {
          "line": 175,
          "column": 34
        },
        "end": {
          "line": 175,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5854,
      "end": 5855,
      "loc": {
        "start": {
          "line": 175,
          "column": 35
        },
        "end": {
          "line": 175,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5855,
      "end": 5856,
      "loc": {
        "start": {
          "line": 175,
          "column": 36
        },
        "end": {
          "line": 175,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 5861,
      "end": 5868,
      "loc": {
        "start": {
          "line": 176,
          "column": 4
        },
        "end": {
          "line": 176,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5868,
      "end": 5869,
      "loc": {
        "start": {
          "line": 176,
          "column": 11
        },
        "end": {
          "line": 176,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "cascade",
      "start": 5869,
      "end": 5876,
      "loc": {
        "start": {
          "line": 176,
          "column": 12
        },
        "end": {
          "line": 176,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 5877,
      "end": 5878,
      "loc": {
        "start": {
          "line": 176,
          "column": 20
        },
        "end": {
          "line": 176,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 5879,
      "end": 5886,
      "loc": {
        "start": {
          "line": 176,
          "column": 22
        },
        "end": {
          "line": 176,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5886,
      "end": 5887,
      "loc": {
        "start": {
          "line": 176,
          "column": 29
        },
        "end": {
          "line": 176,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "cascade",
      "start": 5887,
      "end": 5894,
      "loc": {
        "start": {
          "line": 176,
          "column": 30
        },
        "end": {
          "line": 176,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "||",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 1,
        "updateContext": null
      },
      "value": "||",
      "start": 5895,
      "end": 5897,
      "loc": {
        "start": {
          "line": 176,
          "column": 38
        },
        "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": "options",
      "start": 5898,
      "end": 5905,
      "loc": {
        "start": {
          "line": 176,
          "column": 41
        },
        "end": {
          "line": 176,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5905,
      "end": 5906,
      "loc": {
        "start": {
          "line": 176,
          "column": 48
        },
        "end": {
          "line": 176,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "force",
      "start": 5906,
      "end": 5911,
      "loc": {
        "start": {
          "line": 176,
          "column": 49
        },
        "end": {
          "line": 176,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": "||",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 1,
        "updateContext": null
      },
      "value": "||",
      "start": 5912,
      "end": 5914,
      "loc": {
        "start": {
          "line": 176,
          "column": 55
        },
        "end": {
          "line": 176,
          "column": 57
        }
      }
    },
    {
      "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": 5915,
      "end": 5920,
      "loc": {
        "start": {
          "line": 176,
          "column": 58
        },
        "end": {
          "line": 176,
          "column": 63
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5920,
      "end": 5921,
      "loc": {
        "start": {
          "line": 176,
          "column": 63
        },
        "end": {
          "line": 176,
          "column": 64
        }
      }
    },
    {
      "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": 5927,
      "end": 5930,
      "loc": {
        "start": {
          "line": 178,
          "column": 4
        },
        "end": {
          "line": 178,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sql",
      "start": 5931,
      "end": 5934,
      "loc": {
        "start": {
          "line": 178,
          "column": 8
        },
        "end": {
          "line": 178,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 5935,
      "end": 5936,
      "loc": {
        "start": {
          "line": 178,
          "column": 12
        },
        "end": {
          "line": 178,
          "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": 5937,
      "end": 5941,
      "loc": {
        "start": {
          "line": 178,
          "column": 14
        },
        "end": {
          "line": 178,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5941,
      "end": 5942,
      "loc": {
        "start": {
          "line": 178,
          "column": 18
        },
        "end": {
          "line": 178,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "QueryGenerator",
      "start": 5942,
      "end": 5956,
      "loc": {
        "start": {
          "line": 178,
          "column": 19
        },
        "end": {
          "line": 178,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5956,
      "end": 5957,
      "loc": {
        "start": {
          "line": 178,
          "column": 33
        },
        "end": {
          "line": 178,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dropTableQuery",
      "start": 5957,
      "end": 5971,
      "loc": {
        "start": {
          "line": 178,
          "column": 34
        },
        "end": {
          "line": 178,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5971,
      "end": 5972,
      "loc": {
        "start": {
          "line": 178,
          "column": 48
        },
        "end": {
          "line": 178,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "tableName",
      "start": 5972,
      "end": 5981,
      "loc": {
        "start": {
          "line": 178,
          "column": 49
        },
        "end": {
          "line": 178,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5981,
      "end": 5982,
      "loc": {
        "start": {
          "line": 178,
          "column": 58
        },
        "end": {
          "line": 178,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 5983,
      "end": 5990,
      "loc": {
        "start": {
          "line": 178,
          "column": 60
        },
        "end": {
          "line": 178,
          "column": 67
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5990,
      "end": 5991,
      "loc": {
        "start": {
          "line": 178,
          "column": 67
        },
        "end": {
          "line": 178,
          "column": 68
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5991,
      "end": 5992,
      "loc": {
        "start": {
          "line": 178,
          "column": 68
        },
        "end": {
          "line": 178,
          "column": 69
        }
      }
    },
    {
      "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": 5998,
      "end": 6004,
      "loc": {
        "start": {
          "line": 180,
          "column": 4
        },
        "end": {
          "line": 180,
          "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": 6005,
      "end": 6009,
      "loc": {
        "start": {
          "line": 180,
          "column": 11
        },
        "end": {
          "line": 180,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6009,
      "end": 6010,
      "loc": {
        "start": {
          "line": 180,
          "column": 15
        },
        "end": {
          "line": 180,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sequelize",
      "start": 6010,
      "end": 6019,
      "loc": {
        "start": {
          "line": 180,
          "column": 16
        },
        "end": {
          "line": 180,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6019,
      "end": 6020,
      "loc": {
        "start": {
          "line": 180,
          "column": 25
        },
        "end": {
          "line": 180,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "query",
      "start": 6020,
      "end": 6025,
      "loc": {
        "start": {
          "line": 180,
          "column": 26
        },
        "end": {
          "line": 180,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6025,
      "end": 6026,
      "loc": {
        "start": {
          "line": 180,
          "column": 31
        },
        "end": {
          "line": 180,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sql",
      "start": 6026,
      "end": 6029,
      "loc": {
        "start": {
          "line": 180,
          "column": 32
        },
        "end": {
          "line": 180,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6029,
      "end": 6030,
      "loc": {
        "start": {
          "line": 180,
          "column": 35
        },
        "end": {
          "line": 180,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 6031,
      "end": 6038,
      "loc": {
        "start": {
          "line": 180,
          "column": 37
        },
        "end": {
          "line": 180,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6038,
      "end": 6039,
      "loc": {
        "start": {
          "line": 180,
          "column": 44
        },
        "end": {
          "line": 180,
          "column": 45
        }
      }
    },
    {
      "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": 180,
          "column": 45
        },
        "end": {
          "line": 180,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "then",
      "start": 6040,
      "end": 6044,
      "loc": {
        "start": {
          "line": 180,
          "column": 46
        },
        "end": {
          "line": 180,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6044,
      "end": 6045,
      "loc": {
        "start": {
          "line": 180,
          "column": 50
        },
        "end": {
          "line": 180,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6045,
      "end": 6046,
      "loc": {
        "start": {
          "line": 180,
          "column": 51
        },
        "end": {
          "line": 180,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6046,
      "end": 6047,
      "loc": {
        "start": {
          "line": 180,
          "column": 52
        },
        "end": {
          "line": 180,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": "=>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6048,
      "end": 6050,
      "loc": {
        "start": {
          "line": 180,
          "column": 54
        },
        "end": {
          "line": 180,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6051,
      "end": 6052,
      "loc": {
        "start": {
          "line": 180,
          "column": 57
        },
        "end": {
          "line": 180,
          "column": 58
        }
      }
    },
    {
      "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": 6059,
      "end": 6064,
      "loc": {
        "start": {
          "line": 181,
          "column": 6
        },
        "end": {
          "line": 181,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "promises",
      "start": 6065,
      "end": 6073,
      "loc": {
        "start": {
          "line": 181,
          "column": 12
        },
        "end": {
          "line": 181,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 6074,
      "end": 6075,
      "loc": {
        "start": {
          "line": 181,
          "column": 21
        },
        "end": {
          "line": 181,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6076,
      "end": 6077,
      "loc": {
        "start": {
          "line": 181,
          "column": 23
        },
        "end": {
          "line": 181,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6077,
      "end": 6078,
      "loc": {
        "start": {
          "line": 181,
          "column": 24
        },
        "end": {
          "line": 181,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6078,
      "end": 6079,
      "loc": {
        "start": {
          "line": 181,
          "column": 25
        },
        "end": {
          "line": 181,
          "column": 26
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " Since postgres has a special case for enums, we should drop the related",
      "start": 6087,
      "end": 6161,
      "loc": {
        "start": {
          "line": 183,
          "column": 6
        },
        "end": {
          "line": 183,
          "column": 80
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " enum type within the table and attribute",
      "start": 6168,
      "end": 6211,
      "loc": {
        "start": {
          "line": 184,
          "column": 6
        },
        "end": {
          "line": 184,
          "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": 6218,
      "end": 6220,
      "loc": {
        "start": {
          "line": 185,
          "column": 6
        },
        "end": {
          "line": 185,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6221,
      "end": 6222,
      "loc": {
        "start": {
          "line": 185,
          "column": 9
        },
        "end": {
          "line": 185,
          "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": 6222,
      "end": 6226,
      "loc": {
        "start": {
          "line": 185,
          "column": 10
        },
        "end": {
          "line": 185,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6226,
      "end": 6227,
      "loc": {
        "start": {
          "line": 185,
          "column": 14
        },
        "end": {
          "line": 185,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sequelize",
      "start": 6227,
      "end": 6236,
      "loc": {
        "start": {
          "line": 185,
          "column": 15
        },
        "end": {
          "line": 185,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6236,
      "end": 6237,
      "loc": {
        "start": {
          "line": 185,
          "column": 24
        },
        "end": {
          "line": 185,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 6237,
      "end": 6244,
      "loc": {
        "start": {
          "line": 185,
          "column": 25
        },
        "end": {
          "line": 185,
          "column": 32
        }
      }
    },
    {
      "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": 185,
          "column": 32
        },
        "end": {
          "line": 185,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dialect",
      "start": 6245,
      "end": 6252,
      "loc": {
        "start": {
          "line": 185,
          "column": 33
        },
        "end": {
          "line": 185,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "===",
      "start": 6253,
      "end": 6256,
      "loc": {
        "start": {
          "line": 185,
          "column": 41
        },
        "end": {
          "line": 185,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "postgres",
      "start": 6257,
      "end": 6267,
      "loc": {
        "start": {
          "line": 185,
          "column": 45
        },
        "end": {
          "line": 185,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6267,
      "end": 6268,
      "loc": {
        "start": {
          "line": 185,
          "column": 55
        },
        "end": {
          "line": 185,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6269,
      "end": 6270,
      "loc": {
        "start": {
          "line": 185,
          "column": 57
        },
        "end": {
          "line": 185,
          "column": 58
        }
      }
    },
    {
      "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": 6279,
      "end": 6284,
      "loc": {
        "start": {
          "line": 186,
          "column": 8
        },
        "end": {
          "line": 186,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "instanceTable",
      "start": 6285,
      "end": 6298,
      "loc": {
        "start": {
          "line": 186,
          "column": 14
        },
        "end": {
          "line": 186,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 6299,
      "end": 6300,
      "loc": {
        "start": {
          "line": 186,
          "column": 28
        },
        "end": {
          "line": 186,
          "column": 29
        }
      }
    },
    {
      "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": 6301,
      "end": 6305,
      "loc": {
        "start": {
          "line": 186,
          "column": 30
        },
        "end": {
          "line": 186,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6305,
      "end": 6306,
      "loc": {
        "start": {
          "line": 186,
          "column": 34
        },
        "end": {
          "line": 186,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sequelize",
      "start": 6306,
      "end": 6315,
      "loc": {
        "start": {
          "line": 186,
          "column": 35
        },
        "end": {
          "line": 186,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6315,
      "end": 6316,
      "loc": {
        "start": {
          "line": 186,
          "column": 44
        },
        "end": {
          "line": 186,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "modelManager",
      "start": 6316,
      "end": 6328,
      "loc": {
        "start": {
          "line": 186,
          "column": 45
        },
        "end": {
          "line": 186,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6328,
      "end": 6329,
      "loc": {
        "start": {
          "line": 186,
          "column": 57
        },
        "end": {
          "line": 186,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "getModel",
      "start": 6329,
      "end": 6337,
      "loc": {
        "start": {
          "line": 186,
          "column": 58
        },
        "end": {
          "line": 186,
          "column": 66
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6337,
      "end": 6338,
      "loc": {
        "start": {
          "line": 186,
          "column": 66
        },
        "end": {
          "line": 186,
          "column": 67
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "tableName",
      "start": 6338,
      "end": 6347,
      "loc": {
        "start": {
          "line": 186,
          "column": 67
        },
        "end": {
          "line": 186,
          "column": 76
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6347,
      "end": 6348,
      "loc": {
        "start": {
          "line": 186,
          "column": 76
        },
        "end": {
          "line": 186,
          "column": 77
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6349,
      "end": 6350,
      "loc": {
        "start": {
          "line": 186,
          "column": 78
        },
        "end": {
          "line": 186,
          "column": 79
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attribute",
      "start": 6351,
      "end": 6360,
      "loc": {
        "start": {
          "line": 186,
          "column": 80
        },
        "end": {
          "line": 186,
          "column": 89
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6360,
      "end": 6361,
      "loc": {
        "start": {
          "line": 186,
          "column": 89
        },
        "end": {
          "line": 186,
          "column": 90
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "tableName",
      "start": 6362,
      "end": 6373,
      "loc": {
        "start": {
          "line": 186,
          "column": 91
        },
        "end": {
          "line": 186,
          "column": 102
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6374,
      "end": 6375,
      "loc": {
        "start": {
          "line": 186,
          "column": 103
        },
        "end": {
          "line": 186,
          "column": 104
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6375,
      "end": 6376,
      "loc": {
        "start": {
          "line": 186,
          "column": 104
        },
        "end": {
          "line": 186,
          "column": 105
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6376,
      "end": 6377,
      "loc": {
        "start": {
          "line": 186,
          "column": 105
        },
        "end": {
          "line": 186,
          "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": 6387,
      "end": 6389,
      "loc": {
        "start": {
          "line": 188,
          "column": 8
        },
        "end": {
          "line": 188,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6390,
      "end": 6391,
      "loc": {
        "start": {
          "line": 188,
          "column": 11
        },
        "end": {
          "line": 188,
          "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": 6391,
      "end": 6392,
      "loc": {
        "start": {
          "line": 188,
          "column": 12
        },
        "end": {
          "line": 188,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "prefix",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "!",
      "start": 6392,
      "end": 6393,
      "loc": {
        "start": {
          "line": 188,
          "column": 13
        },
        "end": {
          "line": 188,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "instanceTable",
      "start": 6393,
      "end": 6406,
      "loc": {
        "start": {
          "line": 188,
          "column": 14
        },
        "end": {
          "line": 188,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6406,
      "end": 6407,
      "loc": {
        "start": {
          "line": 188,
          "column": 27
        },
        "end": {
          "line": 188,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6408,
      "end": 6409,
      "loc": {
        "start": {
          "line": 188,
          "column": 29
        },
        "end": {
          "line": 188,
          "column": 30
        }
      }
    },
    {
      "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": 6420,
      "end": 6425,
      "loc": {
        "start": {
          "line": 189,
          "column": 10
        },
        "end": {
          "line": 189,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "getTableName",
      "start": 6426,
      "end": 6438,
      "loc": {
        "start": {
          "line": 189,
          "column": 16
        },
        "end": {
          "line": 189,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 6439,
      "end": 6440,
      "loc": {
        "start": {
          "line": 189,
          "column": 29
        },
        "end": {
          "line": 189,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6441,
      "end": 6442,
      "loc": {
        "start": {
          "line": 189,
          "column": 31
        },
        "end": {
          "line": 189,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "prefix",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "!",
      "start": 6442,
      "end": 6443,
      "loc": {
        "start": {
          "line": 189,
          "column": 32
        },
        "end": {
          "line": 189,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 6443,
      "end": 6450,
      "loc": {
        "start": {
          "line": 189,
          "column": 33
        },
        "end": {
          "line": 189,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "||",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 1,
        "updateContext": null
      },
      "value": "||",
      "start": 6451,
      "end": 6453,
      "loc": {
        "start": {
          "line": 189,
          "column": 41
        },
        "end": {
          "line": 189,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "prefix",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "!",
      "start": 6454,
      "end": 6455,
      "loc": {
        "start": {
          "line": 189,
          "column": 44
        },
        "end": {
          "line": 189,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 6455,
      "end": 6462,
      "loc": {
        "start": {
          "line": 189,
          "column": 45
        },
        "end": {
          "line": 189,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6462,
      "end": 6463,
      "loc": {
        "start": {
          "line": 189,
          "column": 52
        },
        "end": {
          "line": 189,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "schema",
      "start": 6463,
      "end": 6469,
      "loc": {
        "start": {
          "line": 189,
          "column": 53
        },
        "end": {
          "line": 189,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": "||",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 1,
        "updateContext": null
      },
      "value": "||",
      "start": 6470,
      "end": 6472,
      "loc": {
        "start": {
          "line": 189,
          "column": 60
        },
        "end": {
          "line": 189,
          "column": 62
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 6473,
      "end": 6480,
      "loc": {
        "start": {
          "line": 189,
          "column": 63
        },
        "end": {
          "line": 189,
          "column": 70
        }
      }
    },
    {
      "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": 70
        },
        "end": {
          "line": 189,
          "column": 71
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "schema",
      "start": 6481,
      "end": 6487,
      "loc": {
        "start": {
          "line": 189,
          "column": 71
        },
        "end": {
          "line": 189,
          "column": 77
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "===",
      "start": 6488,
      "end": 6491,
      "loc": {
        "start": {
          "line": 189,
          "column": 78
        },
        "end": {
          "line": 189,
          "column": 81
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "public",
      "start": 6492,
      "end": 6500,
      "loc": {
        "start": {
          "line": 189,
          "column": 82
        },
        "end": {
          "line": 189,
          "column": 90
        }
      }
    },
    {
      "type": {
        "label": "?",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6501,
      "end": 6502,
      "loc": {
        "start": {
          "line": 189,
          "column": 91
        },
        "end": {
          "line": 189,
          "column": 92
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "",
      "start": 6503,
      "end": 6505,
      "loc": {
        "start": {
          "line": 189,
          "column": 93
        },
        "end": {
          "line": 189,
          "column": 95
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6506,
      "end": 6507,
      "loc": {
        "start": {
          "line": 189,
          "column": 96
        },
        "end": {
          "line": 189,
          "column": 97
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 6508,
      "end": 6515,
      "loc": {
        "start": {
          "line": 189,
          "column": 98
        },
        "end": {
          "line": 189,
          "column": 105
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6515,
      "end": 6516,
      "loc": {
        "start": {
          "line": 189,
          "column": 105
        },
        "end": {
          "line": 189,
          "column": 106
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "schema",
      "start": 6516,
      "end": 6522,
      "loc": {
        "start": {
          "line": 189,
          "column": 106
        },
        "end": {
          "line": 189,
          "column": 112
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 6523,
      "end": 6524,
      "loc": {
        "start": {
          "line": 189,
          "column": 113
        },
        "end": {
          "line": 189,
          "column": 114
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "_",
      "start": 6525,
      "end": 6528,
      "loc": {
        "start": {
          "line": 189,
          "column": 115
        },
        "end": {
          "line": 189,
          "column": 118
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6528,
      "end": 6529,
      "loc": {
        "start": {
          "line": 189,
          "column": 118
        },
        "end": {
          "line": 189,
          "column": 119
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 6530,
      "end": 6531,
      "loc": {
        "start": {
          "line": 189,
          "column": 120
        },
        "end": {
          "line": 189,
          "column": 121
        }
      }
    },
    {
      "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": 189,
          "column": 122
        },
        "end": {
          "line": 189,
          "column": 131
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6541,
      "end": 6542,
      "loc": {
        "start": {
          "line": 189,
          "column": 131
        },
        "end": {
          "line": 189,
          "column": 132
        }
      }
    },
    {
      "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": 6554,
      "end": 6559,
      "loc": {
        "start": {
          "line": 191,
          "column": 10
        },
        "end": {
          "line": 191,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "keys",
      "start": 6560,
      "end": 6564,
      "loc": {
        "start": {
          "line": 191,
          "column": 16
        },
        "end": {
          "line": 191,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 6565,
      "end": 6566,
      "loc": {
        "start": {
          "line": 191,
          "column": 21
        },
        "end": {
          "line": 191,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Object",
      "start": 6567,
      "end": 6573,
      "loc": {
        "start": {
          "line": 191,
          "column": 23
        },
        "end": {
          "line": 191,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6573,
      "end": 6574,
      "loc": {
        "start": {
          "line": 191,
          "column": 29
        },
        "end": {
          "line": 191,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "keys",
      "start": 6574,
      "end": 6578,
      "loc": {
        "start": {
          "line": 191,
          "column": 30
        },
        "end": {
          "line": 191,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6578,
      "end": 6579,
      "loc": {
        "start": {
          "line": 191,
          "column": 34
        },
        "end": {
          "line": 191,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "instanceTable",
      "start": 6579,
      "end": 6592,
      "loc": {
        "start": {
          "line": 191,
          "column": 35
        },
        "end": {
          "line": 191,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6592,
      "end": 6593,
      "loc": {
        "start": {
          "line": 191,
          "column": 48
        },
        "end": {
          "line": 191,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "rawAttributes",
      "start": 6593,
      "end": 6606,
      "loc": {
        "start": {
          "line": 191,
          "column": 49
        },
        "end": {
          "line": 191,
          "column": 62
        }
      }
    },
    {
      "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": 191,
          "column": 62
        },
        "end": {
          "line": 191,
          "column": 63
        }
      }
    },
    {
      "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": 191,
          "column": 63
        },
        "end": {
          "line": 191,
          "column": 64
        }
      }
    },
    {
      "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": 6619,
      "end": 6624,
      "loc": {
        "start": {
          "line": 192,
          "column": 10
        },
        "end": {
          "line": 192,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "keyLen",
      "start": 6625,
      "end": 6631,
      "loc": {
        "start": {
          "line": 192,
          "column": 16
        },
        "end": {
          "line": 192,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 6632,
      "end": 6633,
      "loc": {
        "start": {
          "line": 192,
          "column": 23
        },
        "end": {
          "line": 192,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "keys",
      "start": 6634,
      "end": 6638,
      "loc": {
        "start": {
          "line": 192,
          "column": 25
        },
        "end": {
          "line": 192,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6638,
      "end": 6639,
      "loc": {
        "start": {
          "line": 192,
          "column": 29
        },
        "end": {
          "line": 192,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "length",
      "start": 6639,
      "end": 6645,
      "loc": {
        "start": {
          "line": 192,
          "column": 30
        },
        "end": {
          "line": 192,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6645,
      "end": 6646,
      "loc": {
        "start": {
          "line": 192,
          "column": 36
        },
        "end": {
          "line": 192,
          "column": 37
        }
      }
    },
    {
      "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": 6658,
      "end": 6661,
      "loc": {
        "start": {
          "line": 194,
          "column": 10
        },
        "end": {
          "line": 194,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6662,
      "end": 6663,
      "loc": {
        "start": {
          "line": 194,
          "column": 14
        },
        "end": {
          "line": 194,
          "column": 15
        }
      }
    },
    {
      "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": 6663,
      "end": 6666,
      "loc": {
        "start": {
          "line": 194,
          "column": 15
        },
        "end": {
          "line": 194,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "i",
      "start": 6667,
      "end": 6668,
      "loc": {
        "start": {
          "line": 194,
          "column": 19
        },
        "end": {
          "line": 194,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 6669,
      "end": 6670,
      "loc": {
        "start": {
          "line": 194,
          "column": 21
        },
        "end": {
          "line": 194,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 0,
      "start": 6671,
      "end": 6672,
      "loc": {
        "start": {
          "line": 194,
          "column": 23
        },
        "end": {
          "line": 194,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6672,
      "end": 6673,
      "loc": {
        "start": {
          "line": 194,
          "column": 24
        },
        "end": {
          "line": 194,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "i",
      "start": 6674,
      "end": 6675,
      "loc": {
        "start": {
          "line": 194,
          "column": 26
        },
        "end": {
          "line": 194,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "</>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 7,
        "updateContext": null
      },
      "value": "<",
      "start": 6676,
      "end": 6677,
      "loc": {
        "start": {
          "line": 194,
          "column": 28
        },
        "end": {
          "line": 194,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "keyLen",
      "start": 6678,
      "end": 6684,
      "loc": {
        "start": {
          "line": 194,
          "column": 30
        },
        "end": {
          "line": 194,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6684,
      "end": 6685,
      "loc": {
        "start": {
          "line": 194,
          "column": 36
        },
        "end": {
          "line": 194,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "i",
      "start": 6686,
      "end": 6687,
      "loc": {
        "start": {
          "line": 194,
          "column": 38
        },
        "end": {
          "line": 194,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "++/--",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": true,
        "binop": null
      },
      "value": "++",
      "start": 6687,
      "end": 6689,
      "loc": {
        "start": {
          "line": 194,
          "column": 39
        },
        "end": {
          "line": 194,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6689,
      "end": 6690,
      "loc": {
        "start": {
          "line": 194,
          "column": 41
        },
        "end": {
          "line": 194,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6691,
      "end": 6692,
      "loc": {
        "start": {
          "line": 194,
          "column": 43
        },
        "end": {
          "line": 194,
          "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": 6705,
      "end": 6707,
      "loc": {
        "start": {
          "line": 195,
          "column": 12
        },
        "end": {
          "line": 195,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6708,
      "end": 6709,
      "loc": {
        "start": {
          "line": 195,
          "column": 15
        },
        "end": {
          "line": 195,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "instanceTable",
      "start": 6709,
      "end": 6722,
      "loc": {
        "start": {
          "line": 195,
          "column": 16
        },
        "end": {
          "line": 195,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6722,
      "end": 6723,
      "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": "rawAttributes",
      "start": 6723,
      "end": 6736,
      "loc": {
        "start": {
          "line": 195,
          "column": 30
        },
        "end": {
          "line": 195,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6736,
      "end": 6737,
      "loc": {
        "start": {
          "line": 195,
          "column": 43
        },
        "end": {
          "line": 195,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "keys",
      "start": 6737,
      "end": 6741,
      "loc": {
        "start": {
          "line": 195,
          "column": 44
        },
        "end": {
          "line": 195,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6741,
      "end": 6742,
      "loc": {
        "start": {
          "line": 195,
          "column": 48
        },
        "end": {
          "line": 195,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "i",
      "start": 6742,
      "end": 6743,
      "loc": {
        "start": {
          "line": 195,
          "column": 49
        },
        "end": {
          "line": 195,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6743,
      "end": 6744,
      "loc": {
        "start": {
          "line": 195,
          "column": 50
        },
        "end": {
          "line": 195,
          "column": 51
        }
      }
    },
    {
      "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": 195,
          "column": 51
        },
        "end": {
          "line": 195,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6745,
      "end": 6746,
      "loc": {
        "start": {
          "line": 195,
          "column": 52
        },
        "end": {
          "line": 195,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "type",
      "start": 6746,
      "end": 6750,
      "loc": {
        "start": {
          "line": 195,
          "column": 53
        },
        "end": {
          "line": 195,
          "column": 57
        }
      }
    },
    {
      "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": 6751,
      "end": 6761,
      "loc": {
        "start": {
          "line": 195,
          "column": 58
        },
        "end": {
          "line": 195,
          "column": 68
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "DataTypes",
      "start": 6762,
      "end": 6771,
      "loc": {
        "start": {
          "line": 195,
          "column": 69
        },
        "end": {
          "line": 195,
          "column": 78
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6771,
      "end": 6772,
      "loc": {
        "start": {
          "line": 195,
          "column": 78
        },
        "end": {
          "line": 195,
          "column": 79
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "ENUM",
      "start": 6772,
      "end": 6776,
      "loc": {
        "start": {
          "line": 195,
          "column": 79
        },
        "end": {
          "line": 195,
          "column": 83
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6776,
      "end": 6777,
      "loc": {
        "start": {
          "line": 195,
          "column": 83
        },
        "end": {
          "line": 195,
          "column": 84
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6778,
      "end": 6779,
      "loc": {
        "start": {
          "line": 195,
          "column": 85
        },
        "end": {
          "line": 195,
          "column": 86
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sql",
      "start": 6794,
      "end": 6797,
      "loc": {
        "start": {
          "line": 196,
          "column": 14
        },
        "end": {
          "line": 196,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 6798,
      "end": 6799,
      "loc": {
        "start": {
          "line": 196,
          "column": 18
        },
        "end": {
          "line": 196,
          "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": 6800,
      "end": 6804,
      "loc": {
        "start": {
          "line": 196,
          "column": 20
        },
        "end": {
          "line": 196,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6804,
      "end": 6805,
      "loc": {
        "start": {
          "line": 196,
          "column": 24
        },
        "end": {
          "line": 196,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "QueryGenerator",
      "start": 6805,
      "end": 6819,
      "loc": {
        "start": {
          "line": 196,
          "column": 25
        },
        "end": {
          "line": 196,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6819,
      "end": 6820,
      "loc": {
        "start": {
          "line": 196,
          "column": 39
        },
        "end": {
          "line": 196,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "pgEnumDrop",
      "start": 6820,
      "end": 6830,
      "loc": {
        "start": {
          "line": 196,
          "column": 40
        },
        "end": {
          "line": 196,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6830,
      "end": 6831,
      "loc": {
        "start": {
          "line": 196,
          "column": 50
        },
        "end": {
          "line": 196,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "getTableName",
      "start": 6831,
      "end": 6843,
      "loc": {
        "start": {
          "line": 196,
          "column": 51
        },
        "end": {
          "line": 196,
          "column": 63
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6843,
      "end": 6844,
      "loc": {
        "start": {
          "line": 196,
          "column": 63
        },
        "end": {
          "line": 196,
          "column": 64
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "keys",
      "start": 6845,
      "end": 6849,
      "loc": {
        "start": {
          "line": 196,
          "column": 65
        },
        "end": {
          "line": 196,
          "column": 69
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6849,
      "end": 6850,
      "loc": {
        "start": {
          "line": 196,
          "column": 69
        },
        "end": {
          "line": 196,
          "column": 70
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "i",
      "start": 6850,
      "end": 6851,
      "loc": {
        "start": {
          "line": 196,
          "column": 70
        },
        "end": {
          "line": 196,
          "column": 71
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6851,
      "end": 6852,
      "loc": {
        "start": {
          "line": 196,
          "column": 71
        },
        "end": {
          "line": 196,
          "column": 72
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6852,
      "end": 6853,
      "loc": {
        "start": {
          "line": 196,
          "column": 72
        },
        "end": {
          "line": 196,
          "column": 73
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6853,
      "end": 6854,
      "loc": {
        "start": {
          "line": 196,
          "column": 73
        },
        "end": {
          "line": 196,
          "column": 74
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 6869,
      "end": 6876,
      "loc": {
        "start": {
          "line": 197,
          "column": 14
        },
        "end": {
          "line": 197,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6876,
      "end": 6877,
      "loc": {
        "start": {
          "line": 197,
          "column": 21
        },
        "end": {
          "line": 197,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "supportsSearchPath",
      "start": 6877,
      "end": 6895,
      "loc": {
        "start": {
          "line": 197,
          "column": 22
        },
        "end": {
          "line": 197,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 6896,
      "end": 6897,
      "loc": {
        "start": {
          "line": 197,
          "column": 41
        },
        "end": {
          "line": 197,
          "column": 42
        }
      }
    },
    {
      "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": 6898,
      "end": 6903,
      "loc": {
        "start": {
          "line": 197,
          "column": 43
        },
        "end": {
          "line": 197,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6903,
      "end": 6904,
      "loc": {
        "start": {
          "line": 197,
          "column": 48
        },
        "end": {
          "line": 197,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "promises",
      "start": 6919,
      "end": 6927,
      "loc": {
        "start": {
          "line": 198,
          "column": 14
        },
        "end": {
          "line": 198,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6927,
      "end": 6928,
      "loc": {
        "start": {
          "line": 198,
          "column": 22
        },
        "end": {
          "line": 198,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "push",
      "start": 6928,
      "end": 6932,
      "loc": {
        "start": {
          "line": 198,
          "column": 23
        },
        "end": {
          "line": 198,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6932,
      "end": 6933,
      "loc": {
        "start": {
          "line": 198,
          "column": 27
        },
        "end": {
          "line": 198,
          "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": 6933,
      "end": 6937,
      "loc": {
        "start": {
          "line": 198,
          "column": 28
        },
        "end": {
          "line": 198,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6937,
      "end": 6938,
      "loc": {
        "start": {
          "line": 198,
          "column": 32
        },
        "end": {
          "line": 198,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sequelize",
      "start": 6938,
      "end": 6947,
      "loc": {
        "start": {
          "line": 198,
          "column": 33
        },
        "end": {
          "line": 198,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6947,
      "end": 6948,
      "loc": {
        "start": {
          "line": 198,
          "column": 42
        },
        "end": {
          "line": 198,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "query",
      "start": 6948,
      "end": 6953,
      "loc": {
        "start": {
          "line": 198,
          "column": 43
        },
        "end": {
          "line": 198,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6953,
      "end": 6954,
      "loc": {
        "start": {
          "line": 198,
          "column": 48
        },
        "end": {
          "line": 198,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sql",
      "start": 6954,
      "end": 6957,
      "loc": {
        "start": {
          "line": 198,
          "column": 49
        },
        "end": {
          "line": 198,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6957,
      "end": 6958,
      "loc": {
        "start": {
          "line": 198,
          "column": 52
        },
        "end": {
          "line": 198,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_",
      "start": 6959,
      "end": 6960,
      "loc": {
        "start": {
          "line": 198,
          "column": 54
        },
        "end": {
          "line": 198,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6960,
      "end": 6961,
      "loc": {
        "start": {
          "line": 198,
          "column": 55
        },
        "end": {
          "line": 198,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "assign",
      "start": 6961,
      "end": 6967,
      "loc": {
        "start": {
          "line": 198,
          "column": 56
        },
        "end": {
          "line": 198,
          "column": 62
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6967,
      "end": 6968,
      "loc": {
        "start": {
          "line": 198,
          "column": 62
        },
        "end": {
          "line": 198,
          "column": 63
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6968,
      "end": 6969,
      "loc": {
        "start": {
          "line": 198,
          "column": 63
        },
        "end": {
          "line": 198,
          "column": 64
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6969,
      "end": 6970,
      "loc": {
        "start": {
          "line": 198,
          "column": 64
        },
        "end": {
          "line": 198,
          "column": 65
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6970,
      "end": 6971,
      "loc": {
        "start": {
          "line": 198,
          "column": 65
        },
        "end": {
          "line": 198,
          "column": 66
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 6972,
      "end": 6979,
      "loc": {
        "start": {
          "line": 198,
          "column": 67
        },
        "end": {
          "line": 198,
          "column": 74
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6979,
      "end": 6980,
      "loc": {
        "start": {
          "line": 198,
          "column": 74
        },
        "end": {
          "line": 198,
          "column": 75
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6981,
      "end": 6982,
      "loc": {
        "start": {
          "line": 198,
          "column": 76
        },
        "end": {
          "line": 198,
          "column": 77
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "raw",
      "start": 6983,
      "end": 6986,
      "loc": {
        "start": {
          "line": 198,
          "column": 78
        },
        "end": {
          "line": 198,
          "column": 81
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6986,
      "end": 6987,
      "loc": {
        "start": {
          "line": 198,
          "column": 81
        },
        "end": {
          "line": 198,
          "column": 82
        }
      }
    },
    {
      "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": 6988,
      "end": 6992,
      "loc": {
        "start": {
          "line": 198,
          "column": 83
        },
        "end": {
          "line": 198,
          "column": 87
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6993,
      "end": 6994,
      "loc": {
        "start": {
          "line": 198,
          "column": 88
        },
        "end": {
          "line": 198,
          "column": 89
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6994,
      "end": 6995,
      "loc": {
        "start": {
          "line": 198,
          "column": 89
        },
        "end": {
          "line": 198,
          "column": 90
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6995,
      "end": 6996,
      "loc": {
        "start": {
          "line": 198,
          "column": 90
        },
        "end": {
          "line": 198,
          "column": 91
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6996,
      "end": 6997,
      "loc": {
        "start": {
          "line": 198,
          "column": 91
        },
        "end": {
          "line": 198,
          "column": 92
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6997,
      "end": 6998,
      "loc": {
        "start": {
          "line": 198,
          "column": 92
        },
        "end": {
          "line": 198,
          "column": 93
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7011,
      "end": 7012,
      "loc": {
        "start": {
          "line": 199,
          "column": 12
        },
        "end": {
          "line": 199,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7023,
      "end": 7024,
      "loc": {
        "start": {
          "line": 200,
          "column": 10
        },
        "end": {
          "line": 200,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7033,
      "end": 7034,
      "loc": {
        "start": {
          "line": 201,
          "column": 8
        },
        "end": {
          "line": 201,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7041,
      "end": 7042,
      "loc": {
        "start": {
          "line": 202,
          "column": 6
        },
        "end": {
          "line": 202,
          "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": 7050,
      "end": 7056,
      "loc": {
        "start": {
          "line": 204,
          "column": 6
        },
        "end": {
          "line": 204,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Promise",
      "start": 7057,
      "end": 7064,
      "loc": {
        "start": {
          "line": 204,
          "column": 13
        },
        "end": {
          "line": 204,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7064,
      "end": 7065,
      "loc": {
        "start": {
          "line": 204,
          "column": 20
        },
        "end": {
          "line": 204,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "all",
      "start": 7065,
      "end": 7068,
      "loc": {
        "start": {
          "line": 204,
          "column": 21
        },
        "end": {
          "line": 204,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7068,
      "end": 7069,
      "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": "promises",
      "start": 7069,
      "end": 7077,
      "loc": {
        "start": {
          "line": 204,
          "column": 25
        },
        "end": {
          "line": 204,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7077,
      "end": 7078,
      "loc": {
        "start": {
          "line": 204,
          "column": 33
        },
        "end": {
          "line": 204,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7078,
      "end": 7079,
      "loc": {
        "start": {
          "line": 204,
          "column": 34
        },
        "end": {
          "line": 204,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "get",
      "start": 7079,
      "end": 7082,
      "loc": {
        "start": {
          "line": 204,
          "column": 35
        },
        "end": {
          "line": 204,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7082,
      "end": 7083,
      "loc": {
        "start": {
          "line": 204,
          "column": 38
        },
        "end": {
          "line": 204,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 0,
      "start": 7083,
      "end": 7084,
      "loc": {
        "start": {
          "line": 204,
          "column": 39
        },
        "end": {
          "line": 204,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7084,
      "end": 7085,
      "loc": {
        "start": {
          "line": 204,
          "column": 40
        },
        "end": {
          "line": 204,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7085,
      "end": 7086,
      "loc": {
        "start": {
          "line": 204,
          "column": 41
        },
        "end": {
          "line": 204,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7091,
      "end": 7092,
      "loc": {
        "start": {
          "line": 205,
          "column": 4
        },
        "end": {
          "line": 205,
          "column": 5
        }
      }
    },
    {
      "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": 205,
          "column": 5
        },
        "end": {
          "line": 205,
          "column": 6
        }
      }
    },
    {
      "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": 205,
          "column": 6
        },
        "end": {
          "line": 205,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7097,
      "end": 7098,
      "loc": {
        "start": {
          "line": 206,
          "column": 2
        },
        "end": {
          "line": 206,
          "column": 3
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dropAllTables",
      "start": 7102,
      "end": 7115,
      "loc": {
        "start": {
          "line": 208,
          "column": 2
        },
        "end": {
          "line": 208,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7115,
      "end": 7116,
      "loc": {
        "start": {
          "line": 208,
          "column": 15
        },
        "end": {
          "line": 208,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 7116,
      "end": 7123,
      "loc": {
        "start": {
          "line": 208,
          "column": 16
        },
        "end": {
          "line": 208,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7123,
      "end": 7124,
      "loc": {
        "start": {
          "line": 208,
          "column": 23
        },
        "end": {
          "line": 208,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7125,
      "end": 7126,
      "loc": {
        "start": {
          "line": 208,
          "column": 25
        },
        "end": {
          "line": 208,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 7132,
      "end": 7139,
      "loc": {
        "start": {
          "line": 210,
          "column": 4
        },
        "end": {
          "line": 210,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 7140,
      "end": 7141,
      "loc": {
        "start": {
          "line": 210,
          "column": 12
        },
        "end": {
          "line": 210,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 7142,
      "end": 7149,
      "loc": {
        "start": {
          "line": 210,
          "column": 14
        },
        "end": {
          "line": 210,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "||",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 1,
        "updateContext": null
      },
      "value": "||",
      "start": 7150,
      "end": 7152,
      "loc": {
        "start": {
          "line": 210,
          "column": 22
        },
        "end": {
          "line": 210,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7153,
      "end": 7154,
      "loc": {
        "start": {
          "line": 210,
          "column": 25
        },
        "end": {
          "line": 210,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7154,
      "end": 7155,
      "loc": {
        "start": {
          "line": 210,
          "column": 26
        },
        "end": {
          "line": 210,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7155,
      "end": 7156,
      "loc": {
        "start": {
          "line": 210,
          "column": 27
        },
        "end": {
          "line": 210,
          "column": 28
        }
      }
    },
    {
      "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": 7161,
      "end": 7166,
      "loc": {
        "start": {
          "line": 211,
          "column": 4
        },
        "end": {
          "line": 211,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "skip",
      "start": 7167,
      "end": 7171,
      "loc": {
        "start": {
          "line": 211,
          "column": 10
        },
        "end": {
          "line": 211,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 7172,
      "end": 7173,
      "loc": {
        "start": {
          "line": 211,
          "column": 15
        },
        "end": {
          "line": 211,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 7174,
      "end": 7181,
      "loc": {
        "start": {
          "line": 211,
          "column": 17
        },
        "end": {
          "line": 211,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7181,
      "end": 7182,
      "loc": {
        "start": {
          "line": 211,
          "column": 24
        },
        "end": {
          "line": 211,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "skip",
      "start": 7182,
      "end": 7186,
      "loc": {
        "start": {
          "line": 211,
          "column": 25
        },
        "end": {
          "line": 211,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "||",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 1,
        "updateContext": null
      },
      "value": "||",
      "start": 7187,
      "end": 7189,
      "loc": {
        "start": {
          "line": 211,
          "column": 30
        },
        "end": {
          "line": 211,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7190,
      "end": 7191,
      "loc": {
        "start": {
          "line": 211,
          "column": 33
        },
        "end": {
          "line": 211,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7191,
      "end": 7192,
      "loc": {
        "start": {
          "line": 211,
          "column": 34
        },
        "end": {
          "line": 211,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7192,
      "end": 7193,
      "loc": {
        "start": {
          "line": 211,
          "column": 35
        },
        "end": {
          "line": 211,
          "column": 36
        }
      }
    },
    {
      "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": 7199,
      "end": 7204,
      "loc": {
        "start": {
          "line": 213,
          "column": 4
        },
        "end": {
          "line": 213,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dropAllTables",
      "start": 7205,
      "end": 7218,
      "loc": {
        "start": {
          "line": 213,
          "column": 10
        },
        "end": {
          "line": 213,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 7219,
      "end": 7220,
      "loc": {
        "start": {
          "line": 213,
          "column": 24
        },
        "end": {
          "line": 213,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "tableNames",
      "start": 7221,
      "end": 7231,
      "loc": {
        "start": {
          "line": 213,
          "column": 26
        },
        "end": {
          "line": 213,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "=>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7232,
      "end": 7234,
      "loc": {
        "start": {
          "line": 213,
          "column": 37
        },
        "end": {
          "line": 213,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Promise",
      "start": 7235,
      "end": 7242,
      "loc": {
        "start": {
          "line": 213,
          "column": 40
        },
        "end": {
          "line": 213,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7242,
      "end": 7243,
      "loc": {
        "start": {
          "line": 213,
          "column": 47
        },
        "end": {
          "line": 213,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "each",
      "start": 7243,
      "end": 7247,
      "loc": {
        "start": {
          "line": 213,
          "column": 48
        },
        "end": {
          "line": 213,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7247,
      "end": 7248,
      "loc": {
        "start": {
          "line": 213,
          "column": 52
        },
        "end": {
          "line": 213,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "tableNames",
      "start": 7248,
      "end": 7258,
      "loc": {
        "start": {
          "line": 213,
          "column": 53
        },
        "end": {
          "line": 213,
          "column": 63
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7258,
      "end": 7259,
      "loc": {
        "start": {
          "line": 213,
          "column": 63
        },
        "end": {
          "line": 213,
          "column": 64
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "tableName",
      "start": 7260,
      "end": 7269,
      "loc": {
        "start": {
          "line": 213,
          "column": 65
        },
        "end": {
          "line": 213,
          "column": 74
        }
      }
    },
    {
      "type": {
        "label": "=>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7270,
      "end": 7272,
      "loc": {
        "start": {
          "line": 213,
          "column": 75
        },
        "end": {
          "line": 213,
          "column": 77
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7273,
      "end": 7274,
      "loc": {
        "start": {
          "line": 213,
          "column": 78
        },
        "end": {
          "line": 213,
          "column": 79
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " if tableName is not in the Array of tables names then dont drop it",
      "start": 7281,
      "end": 7350,
      "loc": {
        "start": {
          "line": 214,
          "column": 6
        },
        "end": {
          "line": 214,
          "column": 75
        }
      }
    },
    {
      "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": 7357,
      "end": 7359,
      "loc": {
        "start": {
          "line": 215,
          "column": 6
        },
        "end": {
          "line": 215,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7360,
      "end": 7361,
      "loc": {
        "start": {
          "line": 215,
          "column": 9
        },
        "end": {
          "line": 215,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "skip",
      "start": 7361,
      "end": 7365,
      "loc": {
        "start": {
          "line": 215,
          "column": 10
        },
        "end": {
          "line": 215,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7365,
      "end": 7366,
      "loc": {
        "start": {
          "line": 215,
          "column": 14
        },
        "end": {
          "line": 215,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "indexOf",
      "start": 7366,
      "end": 7373,
      "loc": {
        "start": {
          "line": 215,
          "column": 15
        },
        "end": {
          "line": 215,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7373,
      "end": 7374,
      "loc": {
        "start": {
          "line": 215,
          "column": 22
        },
        "end": {
          "line": 215,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "tableName",
      "start": 7374,
      "end": 7383,
      "loc": {
        "start": {
          "line": 215,
          "column": 23
        },
        "end": {
          "line": 215,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7383,
      "end": 7384,
      "loc": {
        "start": {
          "line": 215,
          "column": 32
        },
        "end": {
          "line": 215,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "tableName",
      "start": 7384,
      "end": 7393,
      "loc": {
        "start": {
          "line": 215,
          "column": 33
        },
        "end": {
          "line": 215,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "||",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 1,
        "updateContext": null
      },
      "value": "||",
      "start": 7394,
      "end": 7396,
      "loc": {
        "start": {
          "line": 215,
          "column": 43
        },
        "end": {
          "line": 215,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "tableName",
      "start": 7397,
      "end": 7406,
      "loc": {
        "start": {
          "line": 215,
          "column": 46
        },
        "end": {
          "line": 215,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7406,
      "end": 7407,
      "loc": {
        "start": {
          "line": 215,
          "column": 55
        },
        "end": {
          "line": 215,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "===",
      "start": 7408,
      "end": 7411,
      "loc": {
        "start": {
          "line": 215,
          "column": 57
        },
        "end": {
          "line": 215,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "-",
      "start": 7412,
      "end": 7413,
      "loc": {
        "start": {
          "line": 215,
          "column": 61
        },
        "end": {
          "line": 215,
          "column": 62
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 1,
      "start": 7413,
      "end": 7414,
      "loc": {
        "start": {
          "line": 215,
          "column": 62
        },
        "end": {
          "line": 215,
          "column": 63
        }
      }
    },
    {
      "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": 215,
          "column": 63
        },
        "end": {
          "line": 215,
          "column": 64
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7416,
      "end": 7417,
      "loc": {
        "start": {
          "line": 215,
          "column": 65
        },
        "end": {
          "line": 215,
          "column": 66
        }
      }
    },
    {
      "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": 7426,
      "end": 7432,
      "loc": {
        "start": {
          "line": 216,
          "column": 8
        },
        "end": {
          "line": 216,
          "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": 7433,
      "end": 7437,
      "loc": {
        "start": {
          "line": 216,
          "column": 15
        },
        "end": {
          "line": 216,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7437,
      "end": 7438,
      "loc": {
        "start": {
          "line": 216,
          "column": 19
        },
        "end": {
          "line": 216,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dropTable",
      "start": 7438,
      "end": 7447,
      "loc": {
        "start": {
          "line": 216,
          "column": 20
        },
        "end": {
          "line": 216,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7447,
      "end": 7448,
      "loc": {
        "start": {
          "line": 216,
          "column": 29
        },
        "end": {
          "line": 216,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "tableName",
      "start": 7448,
      "end": 7457,
      "loc": {
        "start": {
          "line": 216,
          "column": 30
        },
        "end": {
          "line": 216,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7457,
      "end": 7458,
      "loc": {
        "start": {
          "line": 216,
          "column": 39
        },
        "end": {
          "line": 216,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_",
      "start": 7459,
      "end": 7460,
      "loc": {
        "start": {
          "line": 216,
          "column": 41
        },
        "end": {
          "line": 216,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7460,
      "end": 7461,
      "loc": {
        "start": {
          "line": 216,
          "column": 42
        },
        "end": {
          "line": 216,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "assign",
      "start": 7461,
      "end": 7467,
      "loc": {
        "start": {
          "line": 216,
          "column": 43
        },
        "end": {
          "line": 216,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7467,
      "end": 7468,
      "loc": {
        "start": {
          "line": 216,
          "column": 49
        },
        "end": {
          "line": 216,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7468,
      "end": 7469,
      "loc": {
        "start": {
          "line": 216,
          "column": 50
        },
        "end": {
          "line": 216,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7469,
      "end": 7470,
      "loc": {
        "start": {
          "line": 216,
          "column": 51
        },
        "end": {
          "line": 216,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7470,
      "end": 7471,
      "loc": {
        "start": {
          "line": 216,
          "column": 52
        },
        "end": {
          "line": 216,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 7472,
      "end": 7479,
      "loc": {
        "start": {
          "line": 216,
          "column": 54
        },
        "end": {
          "line": 216,
          "column": 61
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7479,
      "end": 7480,
      "loc": {
        "start": {
          "line": 216,
          "column": 61
        },
        "end": {
          "line": 216,
          "column": 62
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7481,
      "end": 7482,
      "loc": {
        "start": {
          "line": 216,
          "column": 63
        },
        "end": {
          "line": 216,
          "column": 64
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "cascade",
      "start": 7483,
      "end": 7490,
      "loc": {
        "start": {
          "line": 216,
          "column": 65
        },
        "end": {
          "line": 216,
          "column": 72
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7490,
      "end": 7491,
      "loc": {
        "start": {
          "line": 216,
          "column": 72
        },
        "end": {
          "line": 216,
          "column": 73
        }
      }
    },
    {
      "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": 7492,
      "end": 7496,
      "loc": {
        "start": {
          "line": 216,
          "column": 74
        },
        "end": {
          "line": 216,
          "column": 78
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7497,
      "end": 7498,
      "loc": {
        "start": {
          "line": 216,
          "column": 79
        },
        "end": {
          "line": 216,
          "column": 80
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7498,
      "end": 7499,
      "loc": {
        "start": {
          "line": 216,
          "column": 80
        },
        "end": {
          "line": 216,
          "column": 81
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7500,
      "end": 7501,
      "loc": {
        "start": {
          "line": 216,
          "column": 82
        },
        "end": {
          "line": 216,
          "column": 83
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7501,
      "end": 7502,
      "loc": {
        "start": {
          "line": 216,
          "column": 83
        },
        "end": {
          "line": 216,
          "column": 84
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7509,
      "end": 7510,
      "loc": {
        "start": {
          "line": 217,
          "column": 6
        },
        "end": {
          "line": 217,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7515,
      "end": 7516,
      "loc": {
        "start": {
          "line": 218,
          "column": 4
        },
        "end": {
          "line": 218,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7516,
      "end": 7517,
      "loc": {
        "start": {
          "line": 218,
          "column": 5
        },
        "end": {
          "line": 218,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7517,
      "end": 7518,
      "loc": {
        "start": {
          "line": 218,
          "column": 6
        },
        "end": {
          "line": 218,
          "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": 7524,
      "end": 7530,
      "loc": {
        "start": {
          "line": 220,
          "column": 4
        },
        "end": {
          "line": 220,
          "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": 7531,
      "end": 7535,
      "loc": {
        "start": {
          "line": 220,
          "column": 11
        },
        "end": {
          "line": 220,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7535,
      "end": 7536,
      "loc": {
        "start": {
          "line": 220,
          "column": 15
        },
        "end": {
          "line": 220,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "showAllTables",
      "start": 7536,
      "end": 7549,
      "loc": {
        "start": {
          "line": 220,
          "column": 16
        },
        "end": {
          "line": 220,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7549,
      "end": 7550,
      "loc": {
        "start": {
          "line": 220,
          "column": 29
        },
        "end": {
          "line": 220,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 7550,
      "end": 7557,
      "loc": {
        "start": {
          "line": 220,
          "column": 30
        },
        "end": {
          "line": 220,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7557,
      "end": 7558,
      "loc": {
        "start": {
          "line": 220,
          "column": 37
        },
        "end": {
          "line": 220,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7558,
      "end": 7559,
      "loc": {
        "start": {
          "line": 220,
          "column": 38
        },
        "end": {
          "line": 220,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "then",
      "start": 7559,
      "end": 7563,
      "loc": {
        "start": {
          "line": 220,
          "column": 39
        },
        "end": {
          "line": 220,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7563,
      "end": 7564,
      "loc": {
        "start": {
          "line": 220,
          "column": 43
        },
        "end": {
          "line": 220,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "tableNames",
      "start": 7564,
      "end": 7574,
      "loc": {
        "start": {
          "line": 220,
          "column": 44
        },
        "end": {
          "line": 220,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": "=>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7575,
      "end": 7577,
      "loc": {
        "start": {
          "line": 220,
          "column": 55
        },
        "end": {
          "line": 220,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7578,
      "end": 7579,
      "loc": {
        "start": {
          "line": 220,
          "column": 58
        },
        "end": {
          "line": 220,
          "column": 59
        }
      }
    },
    {
      "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": 7586,
      "end": 7588,
      "loc": {
        "start": {
          "line": 221,
          "column": 6
        },
        "end": {
          "line": 221,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7589,
      "end": 7590,
      "loc": {
        "start": {
          "line": 221,
          "column": 9
        },
        "end": {
          "line": 221,
          "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": 7590,
      "end": 7594,
      "loc": {
        "start": {
          "line": 221,
          "column": 10
        },
        "end": {
          "line": 221,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7594,
      "end": 7595,
      "loc": {
        "start": {
          "line": 221,
          "column": 14
        },
        "end": {
          "line": 221,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sequelize",
      "start": 7595,
      "end": 7604,
      "loc": {
        "start": {
          "line": 221,
          "column": 15
        },
        "end": {
          "line": 221,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7604,
      "end": 7605,
      "loc": {
        "start": {
          "line": 221,
          "column": 24
        },
        "end": {
          "line": 221,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 7605,
      "end": 7612,
      "loc": {
        "start": {
          "line": 221,
          "column": 25
        },
        "end": {
          "line": 221,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7612,
      "end": 7613,
      "loc": {
        "start": {
          "line": 221,
          "column": 32
        },
        "end": {
          "line": 221,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dialect",
      "start": 7613,
      "end": 7620,
      "loc": {
        "start": {
          "line": 221,
          "column": 33
        },
        "end": {
          "line": 221,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "===",
      "start": 7621,
      "end": 7624,
      "loc": {
        "start": {
          "line": 221,
          "column": 41
        },
        "end": {
          "line": 221,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "sqlite",
      "start": 7625,
      "end": 7633,
      "loc": {
        "start": {
          "line": 221,
          "column": 45
        },
        "end": {
          "line": 221,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7633,
      "end": 7634,
      "loc": {
        "start": {
          "line": 221,
          "column": 53
        },
        "end": {
          "line": 221,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7635,
      "end": 7636,
      "loc": {
        "start": {
          "line": 221,
          "column": 55
        },
        "end": {
          "line": 221,
          "column": 56
        }
      }
    },
    {
      "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": 7645,
      "end": 7651,
      "loc": {
        "start": {
          "line": 222,
          "column": 8
        },
        "end": {
          "line": 222,
          "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": 7652,
      "end": 7656,
      "loc": {
        "start": {
          "line": 222,
          "column": 15
        },
        "end": {
          "line": 222,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7656,
      "end": 7657,
      "loc": {
        "start": {
          "line": 222,
          "column": 19
        },
        "end": {
          "line": 222,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sequelize",
      "start": 7657,
      "end": 7666,
      "loc": {
        "start": {
          "line": 222,
          "column": 20
        },
        "end": {
          "line": 222,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7666,
      "end": 7667,
      "loc": {
        "start": {
          "line": 222,
          "column": 29
        },
        "end": {
          "line": 222,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "query",
      "start": 7667,
      "end": 7672,
      "loc": {
        "start": {
          "line": 222,
          "column": 30
        },
        "end": {
          "line": 222,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7672,
      "end": 7673,
      "loc": {
        "start": {
          "line": 222,
          "column": 35
        },
        "end": {
          "line": 222,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "PRAGMA foreign_keys;",
      "start": 7673,
      "end": 7695,
      "loc": {
        "start": {
          "line": 222,
          "column": 36
        },
        "end": {
          "line": 222,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7695,
      "end": 7696,
      "loc": {
        "start": {
          "line": 222,
          "column": 58
        },
        "end": {
          "line": 222,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 7697,
      "end": 7704,
      "loc": {
        "start": {
          "line": 222,
          "column": 60
        },
        "end": {
          "line": 222,
          "column": 67
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7704,
      "end": 7705,
      "loc": {
        "start": {
          "line": 222,
          "column": 67
        },
        "end": {
          "line": 222,
          "column": 68
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7705,
      "end": 7706,
      "loc": {
        "start": {
          "line": 222,
          "column": 68
        },
        "end": {
          "line": 222,
          "column": 69
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "then",
      "start": 7706,
      "end": 7710,
      "loc": {
        "start": {
          "line": 222,
          "column": 69
        },
        "end": {
          "line": 222,
          "column": 73
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7710,
      "end": 7711,
      "loc": {
        "start": {
          "line": 222,
          "column": 73
        },
        "end": {
          "line": 222,
          "column": 74
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "result",
      "start": 7711,
      "end": 7717,
      "loc": {
        "start": {
          "line": 222,
          "column": 74
        },
        "end": {
          "line": 222,
          "column": 80
        }
      }
    },
    {
      "type": {
        "label": "=>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7718,
      "end": 7720,
      "loc": {
        "start": {
          "line": 222,
          "column": 81
        },
        "end": {
          "line": 222,
          "column": 83
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7721,
      "end": 7722,
      "loc": {
        "start": {
          "line": 222,
          "column": 84
        },
        "end": {
          "line": 222,
          "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": 7733,
      "end": 7738,
      "loc": {
        "start": {
          "line": 223,
          "column": 10
        },
        "end": {
          "line": 223,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "foreignKeysAreEnabled",
      "start": 7739,
      "end": 7760,
      "loc": {
        "start": {
          "line": 223,
          "column": 16
        },
        "end": {
          "line": 223,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 7761,
      "end": 7762,
      "loc": {
        "start": {
          "line": 223,
          "column": 38
        },
        "end": {
          "line": 223,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "result",
      "start": 7763,
      "end": 7769,
      "loc": {
        "start": {
          "line": 223,
          "column": 40
        },
        "end": {
          "line": 223,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7769,
      "end": 7770,
      "loc": {
        "start": {
          "line": 223,
          "column": 46
        },
        "end": {
          "line": 223,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "foreign_keys",
      "start": 7770,
      "end": 7782,
      "loc": {
        "start": {
          "line": 223,
          "column": 47
        },
        "end": {
          "line": 223,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "===",
      "start": 7783,
      "end": 7786,
      "loc": {
        "start": {
          "line": 223,
          "column": 60
        },
        "end": {
          "line": 223,
          "column": 63
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 1,
      "start": 7787,
      "end": 7788,
      "loc": {
        "start": {
          "line": 223,
          "column": 64
        },
        "end": {
          "line": 223,
          "column": 65
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7788,
      "end": 7789,
      "loc": {
        "start": {
          "line": 223,
          "column": 65
        },
        "end": {
          "line": 223,
          "column": 66
        }
      }
    },
    {
      "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": 7801,
      "end": 7803,
      "loc": {
        "start": {
          "line": 225,
          "column": 10
        },
        "end": {
          "line": 225,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7804,
      "end": 7805,
      "loc": {
        "start": {
          "line": 225,
          "column": 13
        },
        "end": {
          "line": 225,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "foreignKeysAreEnabled",
      "start": 7805,
      "end": 7826,
      "loc": {
        "start": {
          "line": 225,
          "column": 14
        },
        "end": {
          "line": 225,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7826,
      "end": 7827,
      "loc": {
        "start": {
          "line": 225,
          "column": 35
        },
        "end": {
          "line": 225,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7828,
      "end": 7829,
      "loc": {
        "start": {
          "line": 225,
          "column": 37
        },
        "end": {
          "line": 225,
          "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": 7842,
      "end": 7848,
      "loc": {
        "start": {
          "line": 226,
          "column": 12
        },
        "end": {
          "line": 226,
          "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": 7849,
      "end": 7853,
      "loc": {
        "start": {
          "line": 226,
          "column": 19
        },
        "end": {
          "line": 226,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7853,
      "end": 7854,
      "loc": {
        "start": {
          "line": 226,
          "column": 23
        },
        "end": {
          "line": 226,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sequelize",
      "start": 7854,
      "end": 7863,
      "loc": {
        "start": {
          "line": 226,
          "column": 24
        },
        "end": {
          "line": 226,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7863,
      "end": 7864,
      "loc": {
        "start": {
          "line": 226,
          "column": 33
        },
        "end": {
          "line": 226,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "query",
      "start": 7864,
      "end": 7869,
      "loc": {
        "start": {
          "line": 226,
          "column": 34
        },
        "end": {
          "line": 226,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7869,
      "end": 7870,
      "loc": {
        "start": {
          "line": 226,
          "column": 39
        },
        "end": {
          "line": 226,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "PRAGMA foreign_keys = OFF",
      "start": 7870,
      "end": 7897,
      "loc": {
        "start": {
          "line": 226,
          "column": 40
        },
        "end": {
          "line": 226,
          "column": 67
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7897,
      "end": 7898,
      "loc": {
        "start": {
          "line": 226,
          "column": 67
        },
        "end": {
          "line": 226,
          "column": 68
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 7899,
      "end": 7906,
      "loc": {
        "start": {
          "line": 226,
          "column": 69
        },
        "end": {
          "line": 226,
          "column": 76
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7906,
      "end": 7907,
      "loc": {
        "start": {
          "line": 226,
          "column": 76
        },
        "end": {
          "line": 226,
          "column": 77
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7922,
      "end": 7923,
      "loc": {
        "start": {
          "line": 227,
          "column": 14
        },
        "end": {
          "line": 227,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "then",
      "start": 7923,
      "end": 7927,
      "loc": {
        "start": {
          "line": 227,
          "column": 15
        },
        "end": {
          "line": 227,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7927,
      "end": 7928,
      "loc": {
        "start": {
          "line": 227,
          "column": 19
        },
        "end": {
          "line": 227,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7928,
      "end": 7929,
      "loc": {
        "start": {
          "line": 227,
          "column": 20
        },
        "end": {
          "line": 227,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7929,
      "end": 7930,
      "loc": {
        "start": {
          "line": 227,
          "column": 21
        },
        "end": {
          "line": 227,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "=>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7931,
      "end": 7933,
      "loc": {
        "start": {
          "line": 227,
          "column": 23
        },
        "end": {
          "line": 227,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dropAllTables",
      "start": 7934,
      "end": 7947,
      "loc": {
        "start": {
          "line": 227,
          "column": 26
        },
        "end": {
          "line": 227,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7947,
      "end": 7948,
      "loc": {
        "start": {
          "line": 227,
          "column": 39
        },
        "end": {
          "line": 227,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "tableNames",
      "start": 7948,
      "end": 7958,
      "loc": {
        "start": {
          "line": 227,
          "column": 40
        },
        "end": {
          "line": 227,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7958,
      "end": 7959,
      "loc": {
        "start": {
          "line": 227,
          "column": 50
        },
        "end": {
          "line": 227,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7959,
      "end": 7960,
      "loc": {
        "start": {
          "line": 227,
          "column": 51
        },
        "end": {
          "line": 227,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7975,
      "end": 7976,
      "loc": {
        "start": {
          "line": 228,
          "column": 14
        },
        "end": {
          "line": 228,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "then",
      "start": 7976,
      "end": 7980,
      "loc": {
        "start": {
          "line": 228,
          "column": 15
        },
        "end": {
          "line": 228,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7980,
      "end": 7981,
      "loc": {
        "start": {
          "line": 228,
          "column": 19
        },
        "end": {
          "line": 228,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7981,
      "end": 7982,
      "loc": {
        "start": {
          "line": 228,
          "column": 20
        },
        "end": {
          "line": 228,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7982,
      "end": 7983,
      "loc": {
        "start": {
          "line": 228,
          "column": 21
        },
        "end": {
          "line": 228,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "=>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7984,
      "end": 7986,
      "loc": {
        "start": {
          "line": 228,
          "column": 23
        },
        "end": {
          "line": 228,
          "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": 7987,
      "end": 7991,
      "loc": {
        "start": {
          "line": 228,
          "column": 26
        },
        "end": {
          "line": 228,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7991,
      "end": 7992,
      "loc": {
        "start": {
          "line": 228,
          "column": 30
        },
        "end": {
          "line": 228,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sequelize",
      "start": 7992,
      "end": 8001,
      "loc": {
        "start": {
          "line": 228,
          "column": 31
        },
        "end": {
          "line": 228,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8001,
      "end": 8002,
      "loc": {
        "start": {
          "line": 228,
          "column": 40
        },
        "end": {
          "line": 228,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "query",
      "start": 8002,
      "end": 8007,
      "loc": {
        "start": {
          "line": 228,
          "column": 41
        },
        "end": {
          "line": 228,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8007,
      "end": 8008,
      "loc": {
        "start": {
          "line": 228,
          "column": 46
        },
        "end": {
          "line": 228,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "PRAGMA foreign_keys = ON",
      "start": 8008,
      "end": 8034,
      "loc": {
        "start": {
          "line": 228,
          "column": 47
        },
        "end": {
          "line": 228,
          "column": 73
        }
      }
    },
    {
      "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": 228,
          "column": 73
        },
        "end": {
          "line": 228,
          "column": 74
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 8036,
      "end": 8043,
      "loc": {
        "start": {
          "line": 228,
          "column": 75
        },
        "end": {
          "line": 228,
          "column": 82
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8043,
      "end": 8044,
      "loc": {
        "start": {
          "line": 228,
          "column": 82
        },
        "end": {
          "line": 228,
          "column": 83
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8044,
      "end": 8045,
      "loc": {
        "start": {
          "line": 228,
          "column": 83
        },
        "end": {
          "line": 228,
          "column": 84
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8045,
      "end": 8046,
      "loc": {
        "start": {
          "line": 228,
          "column": 84
        },
        "end": {
          "line": 228,
          "column": 85
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8057,
      "end": 8058,
      "loc": {
        "start": {
          "line": 229,
          "column": 10
        },
        "end": {
          "line": 229,
          "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": 8059,
      "end": 8063,
      "loc": {
        "start": {
          "line": 229,
          "column": 12
        },
        "end": {
          "line": 229,
          "column": 16
        }
      }
    },
    {
      "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": 229,
          "column": 17
        },
        "end": {
          "line": 229,
          "column": 18
        }
      }
    },
    {
      "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": 8078,
      "end": 8084,
      "loc": {
        "start": {
          "line": 230,
          "column": 12
        },
        "end": {
          "line": 230,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dropAllTables",
      "start": 8085,
      "end": 8098,
      "loc": {
        "start": {
          "line": 230,
          "column": 19
        },
        "end": {
          "line": 230,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8098,
      "end": 8099,
      "loc": {
        "start": {
          "line": 230,
          "column": 32
        },
        "end": {
          "line": 230,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "tableNames",
      "start": 8099,
      "end": 8109,
      "loc": {
        "start": {
          "line": 230,
          "column": 33
        },
        "end": {
          "line": 230,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8109,
      "end": 8110,
      "loc": {
        "start": {
          "line": 230,
          "column": 43
        },
        "end": {
          "line": 230,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8110,
      "end": 8111,
      "loc": {
        "start": {
          "line": 230,
          "column": 44
        },
        "end": {
          "line": 230,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8122,
      "end": 8123,
      "loc": {
        "start": {
          "line": 231,
          "column": 10
        },
        "end": {
          "line": 231,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8132,
      "end": 8133,
      "loc": {
        "start": {
          "line": 232,
          "column": 8
        },
        "end": {
          "line": 232,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8133,
      "end": 8134,
      "loc": {
        "start": {
          "line": 232,
          "column": 9
        },
        "end": {
          "line": 232,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8134,
      "end": 8135,
      "loc": {
        "start": {
          "line": 232,
          "column": 10
        },
        "end": {
          "line": 232,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8142,
      "end": 8143,
      "loc": {
        "start": {
          "line": 233,
          "column": 6
        },
        "end": {
          "line": 233,
          "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": 8144,
      "end": 8148,
      "loc": {
        "start": {
          "line": 233,
          "column": 8
        },
        "end": {
          "line": 233,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8149,
      "end": 8150,
      "loc": {
        "start": {
          "line": 233,
          "column": 13
        },
        "end": {
          "line": 233,
          "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": 8159,
      "end": 8165,
      "loc": {
        "start": {
          "line": 234,
          "column": 8
        },
        "end": {
          "line": 234,
          "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": 8166,
      "end": 8170,
      "loc": {
        "start": {
          "line": 234,
          "column": 15
        },
        "end": {
          "line": 234,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8170,
      "end": 8171,
      "loc": {
        "start": {
          "line": 234,
          "column": 19
        },
        "end": {
          "line": 234,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "getForeignKeysForTables",
      "start": 8171,
      "end": 8194,
      "loc": {
        "start": {
          "line": 234,
          "column": 20
        },
        "end": {
          "line": 234,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8194,
      "end": 8195,
      "loc": {
        "start": {
          "line": 234,
          "column": 43
        },
        "end": {
          "line": 234,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "tableNames",
      "start": 8195,
      "end": 8205,
      "loc": {
        "start": {
          "line": 234,
          "column": 44
        },
        "end": {
          "line": 234,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8205,
      "end": 8206,
      "loc": {
        "start": {
          "line": 234,
          "column": 54
        },
        "end": {
          "line": 234,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 8207,
      "end": 8214,
      "loc": {
        "start": {
          "line": 234,
          "column": 56
        },
        "end": {
          "line": 234,
          "column": 63
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8214,
      "end": 8215,
      "loc": {
        "start": {
          "line": 234,
          "column": 63
        },
        "end": {
          "line": 234,
          "column": 64
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8215,
      "end": 8216,
      "loc": {
        "start": {
          "line": 234,
          "column": 64
        },
        "end": {
          "line": 234,
          "column": 65
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "then",
      "start": 8216,
      "end": 8220,
      "loc": {
        "start": {
          "line": 234,
          "column": 65
        },
        "end": {
          "line": 234,
          "column": 69
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8220,
      "end": 8221,
      "loc": {
        "start": {
          "line": 234,
          "column": 69
        },
        "end": {
          "line": 234,
          "column": 70
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "foreignKeys",
      "start": 8221,
      "end": 8232,
      "loc": {
        "start": {
          "line": 234,
          "column": 70
        },
        "end": {
          "line": 234,
          "column": 81
        }
      }
    },
    {
      "type": {
        "label": "=>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8233,
      "end": 8235,
      "loc": {
        "start": {
          "line": 234,
          "column": 82
        },
        "end": {
          "line": 234,
          "column": 84
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8236,
      "end": 8237,
      "loc": {
        "start": {
          "line": 234,
          "column": 85
        },
        "end": {
          "line": 234,
          "column": 86
        }
      }
    },
    {
      "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": 8248,
      "end": 8253,
      "loc": {
        "start": {
          "line": 235,
          "column": 10
        },
        "end": {
          "line": 235,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "promises",
      "start": 8254,
      "end": 8262,
      "loc": {
        "start": {
          "line": 235,
          "column": 16
        },
        "end": {
          "line": 235,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 8263,
      "end": 8264,
      "loc": {
        "start": {
          "line": 235,
          "column": 25
        },
        "end": {
          "line": 235,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8265,
      "end": 8266,
      "loc": {
        "start": {
          "line": 235,
          "column": 27
        },
        "end": {
          "line": 235,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8266,
      "end": 8267,
      "loc": {
        "start": {
          "line": 235,
          "column": 28
        },
        "end": {
          "line": 235,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8267,
      "end": 8268,
      "loc": {
        "start": {
          "line": 235,
          "column": 29
        },
        "end": {
          "line": 235,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "tableNames",
      "start": 8280,
      "end": 8290,
      "loc": {
        "start": {
          "line": 237,
          "column": 10
        },
        "end": {
          "line": 237,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8290,
      "end": 8291,
      "loc": {
        "start": {
          "line": 237,
          "column": 20
        },
        "end": {
          "line": 237,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "forEach",
      "start": 8291,
      "end": 8298,
      "loc": {
        "start": {
          "line": 237,
          "column": 21
        },
        "end": {
          "line": 237,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8298,
      "end": 8299,
      "loc": {
        "start": {
          "line": 237,
          "column": 28
        },
        "end": {
          "line": 237,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "tableName",
      "start": 8299,
      "end": 8308,
      "loc": {
        "start": {
          "line": 237,
          "column": 29
        },
        "end": {
          "line": 237,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "=>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8309,
      "end": 8311,
      "loc": {
        "start": {
          "line": 237,
          "column": 39
        },
        "end": {
          "line": 237,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8312,
      "end": 8313,
      "loc": {
        "start": {
          "line": 237,
          "column": 42
        },
        "end": {
          "line": 237,
          "column": 43
        }
      }
    },
    {
      "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": 8326,
      "end": 8329,
      "loc": {
        "start": {
          "line": 238,
          "column": 12
        },
        "end": {
          "line": 238,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "normalizedTableName",
      "start": 8330,
      "end": 8349,
      "loc": {
        "start": {
          "line": 238,
          "column": 16
        },
        "end": {
          "line": 238,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 8350,
      "end": 8351,
      "loc": {
        "start": {
          "line": 238,
          "column": 36
        },
        "end": {
          "line": 238,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "tableName",
      "start": 8352,
      "end": 8361,
      "loc": {
        "start": {
          "line": 238,
          "column": 38
        },
        "end": {
          "line": 238,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8361,
      "end": 8362,
      "loc": {
        "start": {
          "line": 238,
          "column": 47
        },
        "end": {
          "line": 238,
          "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": 8375,
      "end": 8377,
      "loc": {
        "start": {
          "line": 239,
          "column": 12
        },
        "end": {
          "line": 239,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8378,
      "end": 8379,
      "loc": {
        "start": {
          "line": 239,
          "column": 15
        },
        "end": {
          "line": 239,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Utils",
      "start": 8379,
      "end": 8384,
      "loc": {
        "start": {
          "line": 239,
          "column": 16
        },
        "end": {
          "line": 239,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8384,
      "end": 8385,
      "loc": {
        "start": {
          "line": 239,
          "column": 21
        },
        "end": {
          "line": 239,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_",
      "start": 8385,
      "end": 8386,
      "loc": {
        "start": {
          "line": 239,
          "column": 22
        },
        "end": {
          "line": 239,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8386,
      "end": 8387,
      "loc": {
        "start": {
          "line": 239,
          "column": 23
        },
        "end": {
          "line": 239,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "isObject",
      "start": 8387,
      "end": 8395,
      "loc": {
        "start": {
          "line": 239,
          "column": 24
        },
        "end": {
          "line": 239,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8395,
      "end": 8396,
      "loc": {
        "start": {
          "line": 239,
          "column": 32
        },
        "end": {
          "line": 239,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "tableName",
      "start": 8396,
      "end": 8405,
      "loc": {
        "start": {
          "line": 239,
          "column": 33
        },
        "end": {
          "line": 239,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8405,
      "end": 8406,
      "loc": {
        "start": {
          "line": 239,
          "column": 42
        },
        "end": {
          "line": 239,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8406,
      "end": 8407,
      "loc": {
        "start": {
          "line": 239,
          "column": 43
        },
        "end": {
          "line": 239,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8408,
      "end": 8409,
      "loc": {
        "start": {
          "line": 239,
          "column": 45
        },
        "end": {
          "line": 239,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "normalizedTableName",
      "start": 8424,
      "end": 8443,
      "loc": {
        "start": {
          "line": 240,
          "column": 14
        },
        "end": {
          "line": 240,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 8444,
      "end": 8445,
      "loc": {
        "start": {
          "line": 240,
          "column": 34
        },
        "end": {
          "line": 240,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "tableName",
      "start": 8446,
      "end": 8455,
      "loc": {
        "start": {
          "line": 240,
          "column": 36
        },
        "end": {
          "line": 240,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8455,
      "end": 8456,
      "loc": {
        "start": {
          "line": 240,
          "column": 45
        },
        "end": {
          "line": 240,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "schema",
      "start": 8456,
      "end": 8462,
      "loc": {
        "start": {
          "line": 240,
          "column": 46
        },
        "end": {
          "line": 240,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 8463,
      "end": 8464,
      "loc": {
        "start": {
          "line": 240,
          "column": 53
        },
        "end": {
          "line": 240,
          "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": 8465,
      "end": 8468,
      "loc": {
        "start": {
          "line": 240,
          "column": 55
        },
        "end": {
          "line": 240,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 8469,
      "end": 8470,
      "loc": {
        "start": {
          "line": 240,
          "column": 59
        },
        "end": {
          "line": 240,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "tableName",
      "start": 8471,
      "end": 8480,
      "loc": {
        "start": {
          "line": 240,
          "column": 61
        },
        "end": {
          "line": 240,
          "column": 70
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8480,
      "end": 8481,
      "loc": {
        "start": {
          "line": 240,
          "column": 70
        },
        "end": {
          "line": 240,
          "column": 71
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "tableName",
      "start": 8481,
      "end": 8490,
      "loc": {
        "start": {
          "line": 240,
          "column": 71
        },
        "end": {
          "line": 240,
          "column": 80
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8490,
      "end": 8491,
      "loc": {
        "start": {
          "line": 240,
          "column": 80
        },
        "end": {
          "line": 240,
          "column": 81
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8504,
      "end": 8505,
      "loc": {
        "start": {
          "line": 241,
          "column": 12
        },
        "end": {
          "line": 241,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "foreignKeys",
      "start": 8519,
      "end": 8530,
      "loc": {
        "start": {
          "line": 243,
          "column": 12
        },
        "end": {
          "line": 243,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8530,
      "end": 8531,
      "loc": {
        "start": {
          "line": 243,
          "column": 23
        },
        "end": {
          "line": 243,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "normalizedTableName",
      "start": 8531,
      "end": 8550,
      "loc": {
        "start": {
          "line": 243,
          "column": 24
        },
        "end": {
          "line": 243,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8550,
      "end": 8551,
      "loc": {
        "start": {
          "line": 243,
          "column": 43
        },
        "end": {
          "line": 243,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8551,
      "end": 8552,
      "loc": {
        "start": {
          "line": 243,
          "column": 44
        },
        "end": {
          "line": 243,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "forEach",
      "start": 8552,
      "end": 8559,
      "loc": {
        "start": {
          "line": 243,
          "column": 45
        },
        "end": {
          "line": 243,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8559,
      "end": 8560,
      "loc": {
        "start": {
          "line": 243,
          "column": 52
        },
        "end": {
          "line": 243,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "foreignKey",
      "start": 8560,
      "end": 8570,
      "loc": {
        "start": {
          "line": 243,
          "column": 53
        },
        "end": {
          "line": 243,
          "column": 63
        }
      }
    },
    {
      "type": {
        "label": "=>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8571,
      "end": 8573,
      "loc": {
        "start": {
          "line": 243,
          "column": 64
        },
        "end": {
          "line": 243,
          "column": 66
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8574,
      "end": 8575,
      "loc": {
        "start": {
          "line": 243,
          "column": 67
        },
        "end": {
          "line": 243,
          "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": 8590,
      "end": 8595,
      "loc": {
        "start": {
          "line": 244,
          "column": 14
        },
        "end": {
          "line": 244,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sql",
      "start": 8596,
      "end": 8599,
      "loc": {
        "start": {
          "line": 244,
          "column": 20
        },
        "end": {
          "line": 244,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 8600,
      "end": 8601,
      "loc": {
        "start": {
          "line": 244,
          "column": 24
        },
        "end": {
          "line": 244,
          "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": 8602,
      "end": 8606,
      "loc": {
        "start": {
          "line": 244,
          "column": 26
        },
        "end": {
          "line": 244,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8606,
      "end": 8607,
      "loc": {
        "start": {
          "line": 244,
          "column": 30
        },
        "end": {
          "line": 244,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "QueryGenerator",
      "start": 8607,
      "end": 8621,
      "loc": {
        "start": {
          "line": 244,
          "column": 31
        },
        "end": {
          "line": 244,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8621,
      "end": 8622,
      "loc": {
        "start": {
          "line": 244,
          "column": 45
        },
        "end": {
          "line": 244,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dropForeignKeyQuery",
      "start": 8622,
      "end": 8641,
      "loc": {
        "start": {
          "line": 244,
          "column": 46
        },
        "end": {
          "line": 244,
          "column": 65
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8641,
      "end": 8642,
      "loc": {
        "start": {
          "line": 244,
          "column": 65
        },
        "end": {
          "line": 244,
          "column": 66
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "tableName",
      "start": 8642,
      "end": 8651,
      "loc": {
        "start": {
          "line": 244,
          "column": 66
        },
        "end": {
          "line": 244,
          "column": 75
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8651,
      "end": 8652,
      "loc": {
        "start": {
          "line": 244,
          "column": 75
        },
        "end": {
          "line": 244,
          "column": 76
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "foreignKey",
      "start": 8653,
      "end": 8663,
      "loc": {
        "start": {
          "line": 244,
          "column": 77
        },
        "end": {
          "line": 244,
          "column": 87
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8663,
      "end": 8664,
      "loc": {
        "start": {
          "line": 244,
          "column": 87
        },
        "end": {
          "line": 244,
          "column": 88
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8664,
      "end": 8665,
      "loc": {
        "start": {
          "line": 244,
          "column": 88
        },
        "end": {
          "line": 244,
          "column": 89
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "promises",
      "start": 8680,
      "end": 8688,
      "loc": {
        "start": {
          "line": 245,
          "column": 14
        },
        "end": {
          "line": 245,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8688,
      "end": 8689,
      "loc": {
        "start": {
          "line": 245,
          "column": 22
        },
        "end": {
          "line": 245,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "push",
      "start": 8689,
      "end": 8693,
      "loc": {
        "start": {
          "line": 245,
          "column": 23
        },
        "end": {
          "line": 245,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8693,
      "end": 8694,
      "loc": {
        "start": {
          "line": 245,
          "column": 27
        },
        "end": {
          "line": 245,
          "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": 8694,
      "end": 8698,
      "loc": {
        "start": {
          "line": 245,
          "column": 28
        },
        "end": {
          "line": 245,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8698,
      "end": 8699,
      "loc": {
        "start": {
          "line": 245,
          "column": 32
        },
        "end": {
          "line": 245,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sequelize",
      "start": 8699,
      "end": 8708,
      "loc": {
        "start": {
          "line": 245,
          "column": 33
        },
        "end": {
          "line": 245,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8708,
      "end": 8709,
      "loc": {
        "start": {
          "line": 245,
          "column": 42
        },
        "end": {
          "line": 245,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "query",
      "start": 8709,
      "end": 8714,
      "loc": {
        "start": {
          "line": 245,
          "column": 43
        },
        "end": {
          "line": 245,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8714,
      "end": 8715,
      "loc": {
        "start": {
          "line": 245,
          "column": 48
        },
        "end": {
          "line": 245,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sql",
      "start": 8715,
      "end": 8718,
      "loc": {
        "start": {
          "line": 245,
          "column": 49
        },
        "end": {
          "line": 245,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8718,
      "end": 8719,
      "loc": {
        "start": {
          "line": 245,
          "column": 52
        },
        "end": {
          "line": 245,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 8720,
      "end": 8727,
      "loc": {
        "start": {
          "line": 245,
          "column": 54
        },
        "end": {
          "line": 245,
          "column": 61
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8727,
      "end": 8728,
      "loc": {
        "start": {
          "line": 245,
          "column": 61
        },
        "end": {
          "line": 245,
          "column": 62
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8728,
      "end": 8729,
      "loc": {
        "start": {
          "line": 245,
          "column": 62
        },
        "end": {
          "line": 245,
          "column": 63
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8729,
      "end": 8730,
      "loc": {
        "start": {
          "line": 245,
          "column": 63
        },
        "end": {
          "line": 245,
          "column": 64
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8743,
      "end": 8744,
      "loc": {
        "start": {
          "line": 246,
          "column": 12
        },
        "end": {
          "line": 246,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8744,
      "end": 8745,
      "loc": {
        "start": {
          "line": 246,
          "column": 13
        },
        "end": {
          "line": 246,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8745,
      "end": 8746,
      "loc": {
        "start": {
          "line": 246,
          "column": 14
        },
        "end": {
          "line": 246,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8757,
      "end": 8758,
      "loc": {
        "start": {
          "line": 247,
          "column": 10
        },
        "end": {
          "line": 247,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8758,
      "end": 8759,
      "loc": {
        "start": {
          "line": 247,
          "column": 11
        },
        "end": {
          "line": 247,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8759,
      "end": 8760,
      "loc": {
        "start": {
          "line": 247,
          "column": 12
        },
        "end": {
          "line": 247,
          "column": 13
        }
      }
    },
    {
      "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": 8772,
      "end": 8778,
      "loc": {
        "start": {
          "line": 249,
          "column": 10
        },
        "end": {
          "line": 249,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Promise",
      "start": 8779,
      "end": 8786,
      "loc": {
        "start": {
          "line": 249,
          "column": 17
        },
        "end": {
          "line": 249,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8786,
      "end": 8787,
      "loc": {
        "start": {
          "line": 249,
          "column": 24
        },
        "end": {
          "line": 249,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "all",
      "start": 8787,
      "end": 8790,
      "loc": {
        "start": {
          "line": 249,
          "column": 25
        },
        "end": {
          "line": 249,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8790,
      "end": 8791,
      "loc": {
        "start": {
          "line": 249,
          "column": 28
        },
        "end": {
          "line": 249,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "promises",
      "start": 8791,
      "end": 8799,
      "loc": {
        "start": {
          "line": 249,
          "column": 29
        },
        "end": {
          "line": 249,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8799,
      "end": 8800,
      "loc": {
        "start": {
          "line": 249,
          "column": 37
        },
        "end": {
          "line": 249,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8800,
      "end": 8801,
      "loc": {
        "start": {
          "line": 249,
          "column": 38
        },
        "end": {
          "line": 249,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "then",
      "start": 8801,
      "end": 8805,
      "loc": {
        "start": {
          "line": 249,
          "column": 39
        },
        "end": {
          "line": 249,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8805,
      "end": 8806,
      "loc": {
        "start": {
          "line": 249,
          "column": 43
        },
        "end": {
          "line": 249,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8806,
      "end": 8807,
      "loc": {
        "start": {
          "line": 249,
          "column": 44
        },
        "end": {
          "line": 249,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8807,
      "end": 8808,
      "loc": {
        "start": {
          "line": 249,
          "column": 45
        },
        "end": {
          "line": 249,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "=>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8809,
      "end": 8811,
      "loc": {
        "start": {
          "line": 249,
          "column": 47
        },
        "end": {
          "line": 249,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dropAllTables",
      "start": 8812,
      "end": 8825,
      "loc": {
        "start": {
          "line": 249,
          "column": 50
        },
        "end": {
          "line": 249,
          "column": 63
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8825,
      "end": 8826,
      "loc": {
        "start": {
          "line": 249,
          "column": 63
        },
        "end": {
          "line": 249,
          "column": 64
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "tableNames",
      "start": 8826,
      "end": 8836,
      "loc": {
        "start": {
          "line": 249,
          "column": 64
        },
        "end": {
          "line": 249,
          "column": 74
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8836,
      "end": 8837,
      "loc": {
        "start": {
          "line": 249,
          "column": 74
        },
        "end": {
          "line": 249,
          "column": 75
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8837,
      "end": 8838,
      "loc": {
        "start": {
          "line": 249,
          "column": 75
        },
        "end": {
          "line": 249,
          "column": 76
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8838,
      "end": 8839,
      "loc": {
        "start": {
          "line": 249,
          "column": 76
        },
        "end": {
          "line": 249,
          "column": 77
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8848,
      "end": 8849,
      "loc": {
        "start": {
          "line": 250,
          "column": 8
        },
        "end": {
          "line": 250,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8849,
      "end": 8850,
      "loc": {
        "start": {
          "line": 250,
          "column": 9
        },
        "end": {
          "line": 250,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8850,
      "end": 8851,
      "loc": {
        "start": {
          "line": 250,
          "column": 10
        },
        "end": {
          "line": 250,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8858,
      "end": 8859,
      "loc": {
        "start": {
          "line": 251,
          "column": 6
        },
        "end": {
          "line": 251,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8864,
      "end": 8865,
      "loc": {
        "start": {
          "line": 252,
          "column": 4
        },
        "end": {
          "line": 252,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8865,
      "end": 8866,
      "loc": {
        "start": {
          "line": 252,
          "column": 5
        },
        "end": {
          "line": 252,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8866,
      "end": 8867,
      "loc": {
        "start": {
          "line": 252,
          "column": 6
        },
        "end": {
          "line": 252,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8870,
      "end": 8871,
      "loc": {
        "start": {
          "line": 253,
          "column": 2
        },
        "end": {
          "line": 253,
          "column": 3
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dropAllEnums",
      "start": 8875,
      "end": 8887,
      "loc": {
        "start": {
          "line": 255,
          "column": 2
        },
        "end": {
          "line": 255,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8887,
      "end": 8888,
      "loc": {
        "start": {
          "line": 255,
          "column": 14
        },
        "end": {
          "line": 255,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 8888,
      "end": 8895,
      "loc": {
        "start": {
          "line": 255,
          "column": 15
        },
        "end": {
          "line": 255,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8895,
      "end": 8896,
      "loc": {
        "start": {
          "line": 255,
          "column": 22
        },
        "end": {
          "line": 255,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8897,
      "end": 8898,
      "loc": {
        "start": {
          "line": 255,
          "column": 24
        },
        "end": {
          "line": 255,
          "column": 25
        }
      }
    },
    {
      "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": 8903,
      "end": 8905,
      "loc": {
        "start": {
          "line": 256,
          "column": 4
        },
        "end": {
          "line": 256,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8906,
      "end": 8907,
      "loc": {
        "start": {
          "line": 256,
          "column": 7
        },
        "end": {
          "line": 256,
          "column": 8
        }
      }
    },
    {
      "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": 8907,
      "end": 8911,
      "loc": {
        "start": {
          "line": 256,
          "column": 8
        },
        "end": {
          "line": 256,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8911,
      "end": 8912,
      "loc": {
        "start": {
          "line": 256,
          "column": 12
        },
        "end": {
          "line": 256,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sequelize",
      "start": 8912,
      "end": 8921,
      "loc": {
        "start": {
          "line": 256,
          "column": 13
        },
        "end": {
          "line": 256,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8921,
      "end": 8922,
      "loc": {
        "start": {
          "line": 256,
          "column": 22
        },
        "end": {
          "line": 256,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "getDialect",
      "start": 8922,
      "end": 8932,
      "loc": {
        "start": {
          "line": 256,
          "column": 23
        },
        "end": {
          "line": 256,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8932,
      "end": 8933,
      "loc": {
        "start": {
          "line": 256,
          "column": 33
        },
        "end": {
          "line": 256,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8933,
      "end": 8934,
      "loc": {
        "start": {
          "line": 256,
          "column": 34
        },
        "end": {
          "line": 256,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "!==",
      "start": 8935,
      "end": 8938,
      "loc": {
        "start": {
          "line": 256,
          "column": 36
        },
        "end": {
          "line": 256,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "postgres",
      "start": 8939,
      "end": 8949,
      "loc": {
        "start": {
          "line": 256,
          "column": 40
        },
        "end": {
          "line": 256,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8949,
      "end": 8950,
      "loc": {
        "start": {
          "line": 256,
          "column": 50
        },
        "end": {
          "line": 256,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8951,
      "end": 8952,
      "loc": {
        "start": {
          "line": 256,
          "column": 52
        },
        "end": {
          "line": 256,
          "column": 53
        }
      }
    },
    {
      "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": 8959,
      "end": 8965,
      "loc": {
        "start": {
          "line": 257,
          "column": 6
        },
        "end": {
          "line": 257,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Promise",
      "start": 8966,
      "end": 8973,
      "loc": {
        "start": {
          "line": 257,
          "column": 13
        },
        "end": {
          "line": 257,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8973,
      "end": 8974,
      "loc": {
        "start": {
          "line": 257,
          "column": 20
        },
        "end": {
          "line": 257,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "resolve",
      "start": 8974,
      "end": 8981,
      "loc": {
        "start": {
          "line": 257,
          "column": 21
        },
        "end": {
          "line": 257,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8981,
      "end": 8982,
      "loc": {
        "start": {
          "line": 257,
          "column": 28
        },
        "end": {
          "line": 257,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8982,
      "end": 8983,
      "loc": {
        "start": {
          "line": 257,
          "column": 29
        },
        "end": {
          "line": 257,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8983,
      "end": 8984,
      "loc": {
        "start": {
          "line": 257,
          "column": 30
        },
        "end": {
          "line": 257,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8989,
      "end": 8990,
      "loc": {
        "start": {
          "line": 258,
          "column": 4
        },
        "end": {
          "line": 258,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 8996,
      "end": 9003,
      "loc": {
        "start": {
          "line": 260,
          "column": 4
        },
        "end": {
          "line": 260,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 9004,
      "end": 9005,
      "loc": {
        "start": {
          "line": 260,
          "column": 12
        },
        "end": {
          "line": 260,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 9006,
      "end": 9013,
      "loc": {
        "start": {
          "line": 260,
          "column": 14
        },
        "end": {
          "line": 260,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "||",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 1,
        "updateContext": null
      },
      "value": "||",
      "start": 9014,
      "end": 9016,
      "loc": {
        "start": {
          "line": 260,
          "column": 22
        },
        "end": {
          "line": 260,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9017,
      "end": 9018,
      "loc": {
        "start": {
          "line": 260,
          "column": 25
        },
        "end": {
          "line": 260,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9018,
      "end": 9019,
      "loc": {
        "start": {
          "line": 260,
          "column": 26
        },
        "end": {
          "line": 260,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9019,
      "end": 9020,
      "loc": {
        "start": {
          "line": 260,
          "column": 27
        },
        "end": {
          "line": 260,
          "column": 28
        }
      }
    },
    {
      "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": 9026,
      "end": 9032,
      "loc": {
        "start": {
          "line": 262,
          "column": 4
        },
        "end": {
          "line": 262,
          "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": 9033,
      "end": 9037,
      "loc": {
        "start": {
          "line": 262,
          "column": 11
        },
        "end": {
          "line": 262,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9037,
      "end": 9038,
      "loc": {
        "start": {
          "line": 262,
          "column": 15
        },
        "end": {
          "line": 262,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "pgListEnums",
      "start": 9038,
      "end": 9049,
      "loc": {
        "start": {
          "line": 262,
          "column": 16
        },
        "end": {
          "line": 262,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9049,
      "end": 9050,
      "loc": {
        "start": {
          "line": 262,
          "column": 27
        },
        "end": {
          "line": 262,
          "column": 28
        }
      }
    },
    {
      "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": 9050,
      "end": 9054,
      "loc": {
        "start": {
          "line": 262,
          "column": 28
        },
        "end": {
          "line": 262,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9054,
      "end": 9055,
      "loc": {
        "start": {
          "line": 262,
          "column": 32
        },
        "end": {
          "line": 262,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 9056,
      "end": 9063,
      "loc": {
        "start": {
          "line": 262,
          "column": 34
        },
        "end": {
          "line": 262,
          "column": 41
        }
      }
    },
    {
      "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": 262,
          "column": 41
        },
        "end": {
          "line": 262,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9064,
      "end": 9065,
      "loc": {
        "start": {
          "line": 262,
          "column": 42
        },
        "end": {
          "line": 262,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "map",
      "start": 9065,
      "end": 9068,
      "loc": {
        "start": {
          "line": 262,
          "column": 43
        },
        "end": {
          "line": 262,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9068,
      "end": 9069,
      "loc": {
        "start": {
          "line": 262,
          "column": 46
        },
        "end": {
          "line": 262,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "result",
      "start": 9069,
      "end": 9075,
      "loc": {
        "start": {
          "line": 262,
          "column": 47
        },
        "end": {
          "line": 262,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": "=>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9076,
      "end": 9078,
      "loc": {
        "start": {
          "line": 262,
          "column": 54
        },
        "end": {
          "line": 262,
          "column": 56
        }
      }
    },
    {
      "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": 9079,
      "end": 9083,
      "loc": {
        "start": {
          "line": 262,
          "column": 57
        },
        "end": {
          "line": 262,
          "column": 61
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9083,
      "end": 9084,
      "loc": {
        "start": {
          "line": 262,
          "column": 61
        },
        "end": {
          "line": 262,
          "column": 62
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sequelize",
      "start": 9084,
      "end": 9093,
      "loc": {
        "start": {
          "line": 262,
          "column": 62
        },
        "end": {
          "line": 262,
          "column": 71
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9093,
      "end": 9094,
      "loc": {
        "start": {
          "line": 262,
          "column": 71
        },
        "end": {
          "line": 262,
          "column": 72
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "query",
      "start": 9094,
      "end": 9099,
      "loc": {
        "start": {
          "line": 262,
          "column": 72
        },
        "end": {
          "line": 262,
          "column": 77
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9099,
      "end": 9100,
      "loc": {
        "start": {
          "line": 262,
          "column": 77
        },
        "end": {
          "line": 262,
          "column": 78
        }
      }
    },
    {
      "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": 9107,
      "end": 9111,
      "loc": {
        "start": {
          "line": 263,
          "column": 6
        },
        "end": {
          "line": 263,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9111,
      "end": 9112,
      "loc": {
        "start": {
          "line": 263,
          "column": 10
        },
        "end": {
          "line": 263,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "QueryGenerator",
      "start": 9112,
      "end": 9126,
      "loc": {
        "start": {
          "line": 263,
          "column": 11
        },
        "end": {
          "line": 263,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9126,
      "end": 9127,
      "loc": {
        "start": {
          "line": 263,
          "column": 25
        },
        "end": {
          "line": 263,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "pgEnumDrop",
      "start": 9127,
      "end": 9137,
      "loc": {
        "start": {
          "line": 263,
          "column": 26
        },
        "end": {
          "line": 263,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9137,
      "end": 9138,
      "loc": {
        "start": {
          "line": 263,
          "column": 36
        },
        "end": {
          "line": 263,
          "column": 37
        }
      }
    },
    {
      "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": 9138,
      "end": 9142,
      "loc": {
        "start": {
          "line": 263,
          "column": 37
        },
        "end": {
          "line": 263,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9142,
      "end": 9143,
      "loc": {
        "start": {
          "line": 263,
          "column": 41
        },
        "end": {
          "line": 263,
          "column": 42
        }
      }
    },
    {
      "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": 9144,
      "end": 9148,
      "loc": {
        "start": {
          "line": 263,
          "column": 43
        },
        "end": {
          "line": 263,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9148,
      "end": 9149,
      "loc": {
        "start": {
          "line": 263,
          "column": 47
        },
        "end": {
          "line": 263,
          "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": 9150,
      "end": 9154,
      "loc": {
        "start": {
          "line": 263,
          "column": 49
        },
        "end": {
          "line": 263,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9154,
      "end": 9155,
      "loc": {
        "start": {
          "line": 263,
          "column": 53
        },
        "end": {
          "line": 263,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "QueryGenerator",
      "start": 9155,
      "end": 9169,
      "loc": {
        "start": {
          "line": 263,
          "column": 54
        },
        "end": {
          "line": 263,
          "column": 68
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9169,
      "end": 9170,
      "loc": {
        "start": {
          "line": 263,
          "column": 68
        },
        "end": {
          "line": 263,
          "column": 69
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "pgEscapeAndQuote",
      "start": 9170,
      "end": 9186,
      "loc": {
        "start": {
          "line": 263,
          "column": 69
        },
        "end": {
          "line": 263,
          "column": 85
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9186,
      "end": 9187,
      "loc": {
        "start": {
          "line": 263,
          "column": 85
        },
        "end": {
          "line": 263,
          "column": 86
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "result",
      "start": 9187,
      "end": 9193,
      "loc": {
        "start": {
          "line": 263,
          "column": 86
        },
        "end": {
          "line": 263,
          "column": 92
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9193,
      "end": 9194,
      "loc": {
        "start": {
          "line": 263,
          "column": 92
        },
        "end": {
          "line": 263,
          "column": 93
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "enum_name",
      "start": 9194,
      "end": 9203,
      "loc": {
        "start": {
          "line": 263,
          "column": 93
        },
        "end": {
          "line": 263,
          "column": 102
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9203,
      "end": 9204,
      "loc": {
        "start": {
          "line": 263,
          "column": 102
        },
        "end": {
          "line": 263,
          "column": 103
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9204,
      "end": 9205,
      "loc": {
        "start": {
          "line": 263,
          "column": 103
        },
        "end": {
          "line": 263,
          "column": 104
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9205,
      "end": 9206,
      "loc": {
        "start": {
          "line": 263,
          "column": 104
        },
        "end": {
          "line": 263,
          "column": 105
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_",
      "start": 9213,
      "end": 9214,
      "loc": {
        "start": {
          "line": 264,
          "column": 6
        },
        "end": {
          "line": 264,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9214,
      "end": 9215,
      "loc": {
        "start": {
          "line": 264,
          "column": 7
        },
        "end": {
          "line": 264,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "assign",
      "start": 9215,
      "end": 9221,
      "loc": {
        "start": {
          "line": 264,
          "column": 8
        },
        "end": {
          "line": 264,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9221,
      "end": 9222,
      "loc": {
        "start": {
          "line": 264,
          "column": 14
        },
        "end": {
          "line": 264,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9222,
      "end": 9223,
      "loc": {
        "start": {
          "line": 264,
          "column": 15
        },
        "end": {
          "line": 264,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9223,
      "end": 9224,
      "loc": {
        "start": {
          "line": 264,
          "column": 16
        },
        "end": {
          "line": 264,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9224,
      "end": 9225,
      "loc": {
        "start": {
          "line": 264,
          "column": 17
        },
        "end": {
          "line": 264,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 9226,
      "end": 9233,
      "loc": {
        "start": {
          "line": 264,
          "column": 19
        },
        "end": {
          "line": 264,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9233,
      "end": 9234,
      "loc": {
        "start": {
          "line": 264,
          "column": 26
        },
        "end": {
          "line": 264,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9235,
      "end": 9236,
      "loc": {
        "start": {
          "line": 264,
          "column": 28
        },
        "end": {
          "line": 264,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "raw",
      "start": 9237,
      "end": 9240,
      "loc": {
        "start": {
          "line": 264,
          "column": 30
        },
        "end": {
          "line": 264,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9240,
      "end": 9241,
      "loc": {
        "start": {
          "line": 264,
          "column": 33
        },
        "end": {
          "line": 264,
          "column": 34
        }
      }
    },
    {
      "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": 9242,
      "end": 9246,
      "loc": {
        "start": {
          "line": 264,
          "column": 35
        },
        "end": {
          "line": 264,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9247,
      "end": 9248,
      "loc": {
        "start": {
          "line": 264,
          "column": 40
        },
        "end": {
          "line": 264,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9248,
      "end": 9249,
      "loc": {
        "start": {
          "line": 264,
          "column": 41
        },
        "end": {
          "line": 264,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9254,
      "end": 9255,
      "loc": {
        "start": {
          "line": 265,
          "column": 4
        },
        "end": {
          "line": 265,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9255,
      "end": 9256,
      "loc": {
        "start": {
          "line": 265,
          "column": 5
        },
        "end": {
          "line": 265,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9256,
      "end": 9257,
      "loc": {
        "start": {
          "line": 265,
          "column": 6
        },
        "end": {
          "line": 265,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9260,
      "end": 9261,
      "loc": {
        "start": {
          "line": 266,
          "column": 2
        },
        "end": {
          "line": 266,
          "column": 3
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "pgListEnums",
      "start": 9265,
      "end": 9276,
      "loc": {
        "start": {
          "line": 268,
          "column": 2
        },
        "end": {
          "line": 268,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9276,
      "end": 9277,
      "loc": {
        "start": {
          "line": 268,
          "column": 13
        },
        "end": {
          "line": 268,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "tableName",
      "start": 9277,
      "end": 9286,
      "loc": {
        "start": {
          "line": 268,
          "column": 14
        },
        "end": {
          "line": 268,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9286,
      "end": 9287,
      "loc": {
        "start": {
          "line": 268,
          "column": 23
        },
        "end": {
          "line": 268,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 9288,
      "end": 9295,
      "loc": {
        "start": {
          "line": 268,
          "column": 25
        },
        "end": {
          "line": 268,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9295,
      "end": 9296,
      "loc": {
        "start": {
          "line": 268,
          "column": 32
        },
        "end": {
          "line": 268,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9297,
      "end": 9298,
      "loc": {
        "start": {
          "line": 268,
          "column": 34
        },
        "end": {
          "line": 268,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 9303,
      "end": 9310,
      "loc": {
        "start": {
          "line": 269,
          "column": 4
        },
        "end": {
          "line": 269,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 9311,
      "end": 9312,
      "loc": {
        "start": {
          "line": 269,
          "column": 12
        },
        "end": {
          "line": 269,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 9313,
      "end": 9320,
      "loc": {
        "start": {
          "line": 269,
          "column": 14
        },
        "end": {
          "line": 269,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "||",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 1,
        "updateContext": null
      },
      "value": "||",
      "start": 9321,
      "end": 9323,
      "loc": {
        "start": {
          "line": 269,
          "column": 22
        },
        "end": {
          "line": 269,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9324,
      "end": 9325,
      "loc": {
        "start": {
          "line": 269,
          "column": 25
        },
        "end": {
          "line": 269,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9325,
      "end": 9326,
      "loc": {
        "start": {
          "line": 269,
          "column": 26
        },
        "end": {
          "line": 269,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9326,
      "end": 9327,
      "loc": {
        "start": {
          "line": 269,
          "column": 27
        },
        "end": {
          "line": 269,
          "column": 28
        }
      }
    },
    {
      "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": 9332,
      "end": 9337,
      "loc": {
        "start": {
          "line": 270,
          "column": 4
        },
        "end": {
          "line": 270,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sql",
      "start": 9338,
      "end": 9341,
      "loc": {
        "start": {
          "line": 270,
          "column": 10
        },
        "end": {
          "line": 270,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 9342,
      "end": 9343,
      "loc": {
        "start": {
          "line": 270,
          "column": 14
        },
        "end": {
          "line": 270,
          "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": 9344,
      "end": 9348,
      "loc": {
        "start": {
          "line": 270,
          "column": 16
        },
        "end": {
          "line": 270,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9348,
      "end": 9349,
      "loc": {
        "start": {
          "line": 270,
          "column": 20
        },
        "end": {
          "line": 270,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "QueryGenerator",
      "start": 9349,
      "end": 9363,
      "loc": {
        "start": {
          "line": 270,
          "column": 21
        },
        "end": {
          "line": 270,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9363,
      "end": 9364,
      "loc": {
        "start": {
          "line": 270,
          "column": 35
        },
        "end": {
          "line": 270,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "pgListEnums",
      "start": 9364,
      "end": 9375,
      "loc": {
        "start": {
          "line": 270,
          "column": 36
        },
        "end": {
          "line": 270,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9375,
      "end": 9376,
      "loc": {
        "start": {
          "line": 270,
          "column": 47
        },
        "end": {
          "line": 270,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "tableName",
      "start": 9376,
      "end": 9385,
      "loc": {
        "start": {
          "line": 270,
          "column": 48
        },
        "end": {
          "line": 270,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9385,
      "end": 9386,
      "loc": {
        "start": {
          "line": 270,
          "column": 57
        },
        "end": {
          "line": 270,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9386,
      "end": 9387,
      "loc": {
        "start": {
          "line": 270,
          "column": 58
        },
        "end": {
          "line": 270,
          "column": 59
        }
      }
    },
    {
      "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": 9392,
      "end": 9398,
      "loc": {
        "start": {
          "line": 271,
          "column": 4
        },
        "end": {
          "line": 271,
          "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": 9399,
      "end": 9403,
      "loc": {
        "start": {
          "line": 271,
          "column": 11
        },
        "end": {
          "line": 271,
          "column": 15
        }
      }
    },
    {
      "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": 271,
          "column": 15
        },
        "end": {
          "line": 271,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sequelize",
      "start": 9404,
      "end": 9413,
      "loc": {
        "start": {
          "line": 271,
          "column": 16
        },
        "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": 9413,
      "end": 9414,
      "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": "query",
      "start": 9414,
      "end": 9419,
      "loc": {
        "start": {
          "line": 271,
          "column": 26
        },
        "end": {
          "line": 271,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9419,
      "end": 9420,
      "loc": {
        "start": {
          "line": 271,
          "column": 31
        },
        "end": {
          "line": 271,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sql",
      "start": 9420,
      "end": 9423,
      "loc": {
        "start": {
          "line": 271,
          "column": 32
        },
        "end": {
          "line": 271,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9423,
      "end": 9424,
      "loc": {
        "start": {
          "line": 271,
          "column": 35
        },
        "end": {
          "line": 271,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_",
      "start": 9425,
      "end": 9426,
      "loc": {
        "start": {
          "line": 271,
          "column": 37
        },
        "end": {
          "line": 271,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9426,
      "end": 9427,
      "loc": {
        "start": {
          "line": 271,
          "column": 38
        },
        "end": {
          "line": 271,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "assign",
      "start": 9427,
      "end": 9433,
      "loc": {
        "start": {
          "line": 271,
          "column": 39
        },
        "end": {
          "line": 271,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9433,
      "end": 9434,
      "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": 9434,
      "end": 9435,
      "loc": {
        "start": {
          "line": 271,
          "column": 46
        },
        "end": {
          "line": 271,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9435,
      "end": 9436,
      "loc": {
        "start": {
          "line": 271,
          "column": 47
        },
        "end": {
          "line": 271,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9436,
      "end": 9437,
      "loc": {
        "start": {
          "line": 271,
          "column": 48
        },
        "end": {
          "line": 271,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 9438,
      "end": 9445,
      "loc": {
        "start": {
          "line": 271,
          "column": 50
        },
        "end": {
          "line": 271,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9445,
      "end": 9446,
      "loc": {
        "start": {
          "line": 271,
          "column": 57
        },
        "end": {
          "line": 271,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9447,
      "end": 9448,
      "loc": {
        "start": {
          "line": 271,
          "column": 59
        },
        "end": {
          "line": 271,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "plain",
      "start": 9449,
      "end": 9454,
      "loc": {
        "start": {
          "line": 271,
          "column": 61
        },
        "end": {
          "line": 271,
          "column": 66
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9454,
      "end": 9455,
      "loc": {
        "start": {
          "line": 271,
          "column": 66
        },
        "end": {
          "line": 271,
          "column": 67
        }
      }
    },
    {
      "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": 9456,
      "end": 9461,
      "loc": {
        "start": {
          "line": 271,
          "column": 68
        },
        "end": {
          "line": 271,
          "column": 73
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9461,
      "end": 9462,
      "loc": {
        "start": {
          "line": 271,
          "column": 73
        },
        "end": {
          "line": 271,
          "column": 74
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "raw",
      "start": 9463,
      "end": 9466,
      "loc": {
        "start": {
          "line": 271,
          "column": 75
        },
        "end": {
          "line": 271,
          "column": 78
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9466,
      "end": 9467,
      "loc": {
        "start": {
          "line": 271,
          "column": 78
        },
        "end": {
          "line": 271,
          "column": 79
        }
      }
    },
    {
      "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": 9468,
      "end": 9472,
      "loc": {
        "start": {
          "line": 271,
          "column": 80
        },
        "end": {
          "line": 271,
          "column": 84
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9472,
      "end": 9473,
      "loc": {
        "start": {
          "line": 271,
          "column": 84
        },
        "end": {
          "line": 271,
          "column": 85
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "type",
      "start": 9474,
      "end": 9478,
      "loc": {
        "start": {
          "line": 271,
          "column": 86
        },
        "end": {
          "line": 271,
          "column": 90
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9478,
      "end": 9479,
      "loc": {
        "start": {
          "line": 271,
          "column": 90
        },
        "end": {
          "line": 271,
          "column": 91
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "QueryTypes",
      "start": 9480,
      "end": 9490,
      "loc": {
        "start": {
          "line": 271,
          "column": 92
        },
        "end": {
          "line": 271,
          "column": 102
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9490,
      "end": 9491,
      "loc": {
        "start": {
          "line": 271,
          "column": 102
        },
        "end": {
          "line": 271,
          "column": 103
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "SELECT",
      "start": 9491,
      "end": 9497,
      "loc": {
        "start": {
          "line": 271,
          "column": 103
        },
        "end": {
          "line": 271,
          "column": 109
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9498,
      "end": 9499,
      "loc": {
        "start": {
          "line": 271,
          "column": 110
        },
        "end": {
          "line": 271,
          "column": 111
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9499,
      "end": 9500,
      "loc": {
        "start": {
          "line": 271,
          "column": 111
        },
        "end": {
          "line": 271,
          "column": 112
        }
      }
    },
    {
      "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": 271,
          "column": 112
        },
        "end": {
          "line": 271,
          "column": 113
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9501,
      "end": 9502,
      "loc": {
        "start": {
          "line": 271,
          "column": 113
        },
        "end": {
          "line": 271,
          "column": 114
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9505,
      "end": 9506,
      "loc": {
        "start": {
          "line": 272,
          "column": 2
        },
        "end": {
          "line": 272,
          "column": 3
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "renameTable",
      "start": 9510,
      "end": 9521,
      "loc": {
        "start": {
          "line": 274,
          "column": 2
        },
        "end": {
          "line": 274,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9521,
      "end": 9522,
      "loc": {
        "start": {
          "line": 274,
          "column": 13
        },
        "end": {
          "line": 274,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "before",
      "start": 9522,
      "end": 9528,
      "loc": {
        "start": {
          "line": 274,
          "column": 14
        },
        "end": {
          "line": 274,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9528,
      "end": 9529,
      "loc": {
        "start": {
          "line": 274,
          "column": 20
        },
        "end": {
          "line": 274,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "after",
      "start": 9530,
      "end": 9535,
      "loc": {
        "start": {
          "line": 274,
          "column": 22
        },
        "end": {
          "line": 274,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9535,
      "end": 9536,
      "loc": {
        "start": {
          "line": 274,
          "column": 27
        },
        "end": {
          "line": 274,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 9537,
      "end": 9544,
      "loc": {
        "start": {
          "line": 274,
          "column": 29
        },
        "end": {
          "line": 274,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9544,
      "end": 9545,
      "loc": {
        "start": {
          "line": 274,
          "column": 36
        },
        "end": {
          "line": 274,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9546,
      "end": 9547,
      "loc": {
        "start": {
          "line": 274,
          "column": 38
        },
        "end": {
          "line": 274,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 9552,
      "end": 9559,
      "loc": {
        "start": {
          "line": 275,
          "column": 4
        },
        "end": {
          "line": 275,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 9560,
      "end": 9561,
      "loc": {
        "start": {
          "line": 275,
          "column": 12
        },
        "end": {
          "line": 275,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 9562,
      "end": 9569,
      "loc": {
        "start": {
          "line": 275,
          "column": 14
        },
        "end": {
          "line": 275,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "||",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 1,
        "updateContext": null
      },
      "value": "||",
      "start": 9570,
      "end": 9572,
      "loc": {
        "start": {
          "line": 275,
          "column": 22
        },
        "end": {
          "line": 275,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9573,
      "end": 9574,
      "loc": {
        "start": {
          "line": 275,
          "column": 25
        },
        "end": {
          "line": 275,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9574,
      "end": 9575,
      "loc": {
        "start": {
          "line": 275,
          "column": 26
        },
        "end": {
          "line": 275,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9575,
      "end": 9576,
      "loc": {
        "start": {
          "line": 275,
          "column": 27
        },
        "end": {
          "line": 275,
          "column": 28
        }
      }
    },
    {
      "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": 9581,
      "end": 9586,
      "loc": {
        "start": {
          "line": 276,
          "column": 4
        },
        "end": {
          "line": 276,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sql",
      "start": 9587,
      "end": 9590,
      "loc": {
        "start": {
          "line": 276,
          "column": 10
        },
        "end": {
          "line": 276,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 9591,
      "end": 9592,
      "loc": {
        "start": {
          "line": 276,
          "column": 14
        },
        "end": {
          "line": 276,
          "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": 9593,
      "end": 9597,
      "loc": {
        "start": {
          "line": 276,
          "column": 16
        },
        "end": {
          "line": 276,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9597,
      "end": 9598,
      "loc": {
        "start": {
          "line": 276,
          "column": 20
        },
        "end": {
          "line": 276,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "QueryGenerator",
      "start": 9598,
      "end": 9612,
      "loc": {
        "start": {
          "line": 276,
          "column": 21
        },
        "end": {
          "line": 276,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9612,
      "end": 9613,
      "loc": {
        "start": {
          "line": 276,
          "column": 35
        },
        "end": {
          "line": 276,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "renameTableQuery",
      "start": 9613,
      "end": 9629,
      "loc": {
        "start": {
          "line": 276,
          "column": 36
        },
        "end": {
          "line": 276,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9629,
      "end": 9630,
      "loc": {
        "start": {
          "line": 276,
          "column": 52
        },
        "end": {
          "line": 276,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "before",
      "start": 9630,
      "end": 9636,
      "loc": {
        "start": {
          "line": 276,
          "column": 53
        },
        "end": {
          "line": 276,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9636,
      "end": 9637,
      "loc": {
        "start": {
          "line": 276,
          "column": 59
        },
        "end": {
          "line": 276,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "after",
      "start": 9638,
      "end": 9643,
      "loc": {
        "start": {
          "line": 276,
          "column": 61
        },
        "end": {
          "line": 276,
          "column": 66
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9643,
      "end": 9644,
      "loc": {
        "start": {
          "line": 276,
          "column": 66
        },
        "end": {
          "line": 276,
          "column": 67
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9644,
      "end": 9645,
      "loc": {
        "start": {
          "line": 276,
          "column": 67
        },
        "end": {
          "line": 276,
          "column": 68
        }
      }
    },
    {
      "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": 9650,
      "end": 9656,
      "loc": {
        "start": {
          "line": 277,
          "column": 4
        },
        "end": {
          "line": 277,
          "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": 9657,
      "end": 9661,
      "loc": {
        "start": {
          "line": 277,
          "column": 11
        },
        "end": {
          "line": 277,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9661,
      "end": 9662,
      "loc": {
        "start": {
          "line": 277,
          "column": 15
        },
        "end": {
          "line": 277,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sequelize",
      "start": 9662,
      "end": 9671,
      "loc": {
        "start": {
          "line": 277,
          "column": 16
        },
        "end": {
          "line": 277,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9671,
      "end": 9672,
      "loc": {
        "start": {
          "line": 277,
          "column": 25
        },
        "end": {
          "line": 277,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "query",
      "start": 9672,
      "end": 9677,
      "loc": {
        "start": {
          "line": 277,
          "column": 26
        },
        "end": {
          "line": 277,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9677,
      "end": 9678,
      "loc": {
        "start": {
          "line": 277,
          "column": 31
        },
        "end": {
          "line": 277,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sql",
      "start": 9678,
      "end": 9681,
      "loc": {
        "start": {
          "line": 277,
          "column": 32
        },
        "end": {
          "line": 277,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9681,
      "end": 9682,
      "loc": {
        "start": {
          "line": 277,
          "column": 35
        },
        "end": {
          "line": 277,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 9683,
      "end": 9690,
      "loc": {
        "start": {
          "line": 277,
          "column": 37
        },
        "end": {
          "line": 277,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9690,
      "end": 9691,
      "loc": {
        "start": {
          "line": 277,
          "column": 44
        },
        "end": {
          "line": 277,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9691,
      "end": 9692,
      "loc": {
        "start": {
          "line": 277,
          "column": 45
        },
        "end": {
          "line": 277,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9695,
      "end": 9696,
      "loc": {
        "start": {
          "line": 278,
          "column": 2
        },
        "end": {
          "line": 278,
          "column": 3
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "showAllTables",
      "start": 9700,
      "end": 9713,
      "loc": {
        "start": {
          "line": 280,
          "column": 2
        },
        "end": {
          "line": 280,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9713,
      "end": 9714,
      "loc": {
        "start": {
          "line": 280,
          "column": 15
        },
        "end": {
          "line": 280,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 9714,
      "end": 9721,
      "loc": {
        "start": {
          "line": 280,
          "column": 16
        },
        "end": {
          "line": 280,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9721,
      "end": 9722,
      "loc": {
        "start": {
          "line": 280,
          "column": 23
        },
        "end": {
          "line": 280,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9723,
      "end": 9724,
      "loc": {
        "start": {
          "line": 280,
          "column": 25
        },
        "end": {
          "line": 280,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 9729,
      "end": 9736,
      "loc": {
        "start": {
          "line": 281,
          "column": 4
        },
        "end": {
          "line": 281,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 9737,
      "end": 9738,
      "loc": {
        "start": {
          "line": 281,
          "column": 12
        },
        "end": {
          "line": 281,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_",
      "start": 9739,
      "end": 9740,
      "loc": {
        "start": {
          "line": 281,
          "column": 14
        },
        "end": {
          "line": 281,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9740,
      "end": 9741,
      "loc": {
        "start": {
          "line": 281,
          "column": 15
        },
        "end": {
          "line": 281,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "assign",
      "start": 9741,
      "end": 9747,
      "loc": {
        "start": {
          "line": 281,
          "column": 16
        },
        "end": {
          "line": 281,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9747,
      "end": 9748,
      "loc": {
        "start": {
          "line": 281,
          "column": 22
        },
        "end": {
          "line": 281,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9748,
      "end": 9749,
      "loc": {
        "start": {
          "line": 281,
          "column": 23
        },
        "end": {
          "line": 281,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9749,
      "end": 9750,
      "loc": {
        "start": {
          "line": 281,
          "column": 24
        },
        "end": {
          "line": 281,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9750,
      "end": 9751,
      "loc": {
        "start": {
          "line": 281,
          "column": 25
        },
        "end": {
          "line": 281,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 9752,
      "end": 9759,
      "loc": {
        "start": {
          "line": 281,
          "column": 27
        },
        "end": {
          "line": 281,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9759,
      "end": 9760,
      "loc": {
        "start": {
          "line": 281,
          "column": 34
        },
        "end": {
          "line": 281,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9761,
      "end": 9762,
      "loc": {
        "start": {
          "line": 281,
          "column": 36
        },
        "end": {
          "line": 281,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "raw",
      "start": 9769,
      "end": 9772,
      "loc": {
        "start": {
          "line": 282,
          "column": 6
        },
        "end": {
          "line": 282,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9772,
      "end": 9773,
      "loc": {
        "start": {
          "line": 282,
          "column": 9
        },
        "end": {
          "line": 282,
          "column": 10
        }
      }
    },
    {
      "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": 9774,
      "end": 9778,
      "loc": {
        "start": {
          "line": 282,
          "column": 11
        },
        "end": {
          "line": 282,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9778,
      "end": 9779,
      "loc": {
        "start": {
          "line": 282,
          "column": 15
        },
        "end": {
          "line": 282,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "type",
      "start": 9786,
      "end": 9790,
      "loc": {
        "start": {
          "line": 283,
          "column": 6
        },
        "end": {
          "line": 283,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9790,
      "end": 9791,
      "loc": {
        "start": {
          "line": 283,
          "column": 10
        },
        "end": {
          "line": 283,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "QueryTypes",
      "start": 9792,
      "end": 9802,
      "loc": {
        "start": {
          "line": 283,
          "column": 12
        },
        "end": {
          "line": 283,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9802,
      "end": 9803,
      "loc": {
        "start": {
          "line": 283,
          "column": 22
        },
        "end": {
          "line": 283,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "SHOWTABLES",
      "start": 9803,
      "end": 9813,
      "loc": {
        "start": {
          "line": 283,
          "column": 23
        },
        "end": {
          "line": 283,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9818,
      "end": 9819,
      "loc": {
        "start": {
          "line": 284,
          "column": 4
        },
        "end": {
          "line": 284,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9819,
      "end": 9820,
      "loc": {
        "start": {
          "line": 284,
          "column": 5
        },
        "end": {
          "line": 284,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9820,
      "end": 9821,
      "loc": {
        "start": {
          "line": 284,
          "column": 6
        },
        "end": {
          "line": 284,
          "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": 9827,
      "end": 9832,
      "loc": {
        "start": {
          "line": 286,
          "column": 4
        },
        "end": {
          "line": 286,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "showTablesSql",
      "start": 9833,
      "end": 9846,
      "loc": {
        "start": {
          "line": 286,
          "column": 10
        },
        "end": {
          "line": 286,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 9847,
      "end": 9848,
      "loc": {
        "start": {
          "line": 286,
          "column": 24
        },
        "end": {
          "line": 286,
          "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": 9849,
      "end": 9853,
      "loc": {
        "start": {
          "line": 286,
          "column": 26
        },
        "end": {
          "line": 286,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9853,
      "end": 9854,
      "loc": {
        "start": {
          "line": 286,
          "column": 30
        },
        "end": {
          "line": 286,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "QueryGenerator",
      "start": 9854,
      "end": 9868,
      "loc": {
        "start": {
          "line": 286,
          "column": 31
        },
        "end": {
          "line": 286,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9868,
      "end": 9869,
      "loc": {
        "start": {
          "line": 286,
          "column": 45
        },
        "end": {
          "line": 286,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "showTablesQuery",
      "start": 9869,
      "end": 9884,
      "loc": {
        "start": {
          "line": 286,
          "column": 46
        },
        "end": {
          "line": 286,
          "column": 61
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9884,
      "end": 9885,
      "loc": {
        "start": {
          "line": 286,
          "column": 61
        },
        "end": {
          "line": 286,
          "column": 62
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9885,
      "end": 9886,
      "loc": {
        "start": {
          "line": 286,
          "column": 62
        },
        "end": {
          "line": 286,
          "column": 63
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9886,
      "end": 9887,
      "loc": {
        "start": {
          "line": 286,
          "column": 63
        },
        "end": {
          "line": 286,
          "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": 9892,
      "end": 9898,
      "loc": {
        "start": {
          "line": 287,
          "column": 4
        },
        "end": {
          "line": 287,
          "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": 9899,
      "end": 9903,
      "loc": {
        "start": {
          "line": 287,
          "column": 11
        },
        "end": {
          "line": 287,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9903,
      "end": 9904,
      "loc": {
        "start": {
          "line": 287,
          "column": 15
        },
        "end": {
          "line": 287,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sequelize",
      "start": 9904,
      "end": 9913,
      "loc": {
        "start": {
          "line": 287,
          "column": 16
        },
        "end": {
          "line": 287,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9913,
      "end": 9914,
      "loc": {
        "start": {
          "line": 287,
          "column": 25
        },
        "end": {
          "line": 287,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "query",
      "start": 9914,
      "end": 9919,
      "loc": {
        "start": {
          "line": 287,
          "column": 26
        },
        "end": {
          "line": 287,
          "column": 31
        }
      }
    },
    {
      "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": 287,
          "column": 31
        },
        "end": {
          "line": 287,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "showTablesSql",
      "start": 9920,
      "end": 9933,
      "loc": {
        "start": {
          "line": 287,
          "column": 32
        },
        "end": {
          "line": 287,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9933,
      "end": 9934,
      "loc": {
        "start": {
          "line": 287,
          "column": 45
        },
        "end": {
          "line": 287,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 9935,
      "end": 9942,
      "loc": {
        "start": {
          "line": 287,
          "column": 47
        },
        "end": {
          "line": 287,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9942,
      "end": 9943,
      "loc": {
        "start": {
          "line": 287,
          "column": 54
        },
        "end": {
          "line": 287,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9943,
      "end": 9944,
      "loc": {
        "start": {
          "line": 287,
          "column": 55
        },
        "end": {
          "line": 287,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "then",
      "start": 9944,
      "end": 9948,
      "loc": {
        "start": {
          "line": 287,
          "column": 56
        },
        "end": {
          "line": 287,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9948,
      "end": 9949,
      "loc": {
        "start": {
          "line": 287,
          "column": 60
        },
        "end": {
          "line": 287,
          "column": 61
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "tableNames",
      "start": 9949,
      "end": 9959,
      "loc": {
        "start": {
          "line": 287,
          "column": 61
        },
        "end": {
          "line": 287,
          "column": 71
        }
      }
    },
    {
      "type": {
        "label": "=>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9960,
      "end": 9962,
      "loc": {
        "start": {
          "line": 287,
          "column": 72
        },
        "end": {
          "line": 287,
          "column": 74
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Utils",
      "start": 9963,
      "end": 9968,
      "loc": {
        "start": {
          "line": 287,
          "column": 75
        },
        "end": {
          "line": 287,
          "column": 80
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9968,
      "end": 9969,
      "loc": {
        "start": {
          "line": 287,
          "column": 80
        },
        "end": {
          "line": 287,
          "column": 81
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_",
      "start": 9969,
      "end": 9970,
      "loc": {
        "start": {
          "line": 287,
          "column": 81
        },
        "end": {
          "line": 287,
          "column": 82
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9970,
      "end": 9971,
      "loc": {
        "start": {
          "line": 287,
          "column": 82
        },
        "end": {
          "line": 287,
          "column": 83
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "flatten",
      "start": 9971,
      "end": 9978,
      "loc": {
        "start": {
          "line": 287,
          "column": 83
        },
        "end": {
          "line": 287,
          "column": 90
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9978,
      "end": 9979,
      "loc": {
        "start": {
          "line": 287,
          "column": 90
        },
        "end": {
          "line": 287,
          "column": 91
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "tableNames",
      "start": 9979,
      "end": 9989,
      "loc": {
        "start": {
          "line": 287,
          "column": 91
        },
        "end": {
          "line": 287,
          "column": 101
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9989,
      "end": 9990,
      "loc": {
        "start": {
          "line": 287,
          "column": 101
        },
        "end": {
          "line": 287,
          "column": 102
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9990,
      "end": 9991,
      "loc": {
        "start": {
          "line": 287,
          "column": 102
        },
        "end": {
          "line": 287,
          "column": 103
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9991,
      "end": 9992,
      "loc": {
        "start": {
          "line": 287,
          "column": 103
        },
        "end": {
          "line": 287,
          "column": 104
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9995,
      "end": 9996,
      "loc": {
        "start": {
          "line": 288,
          "column": 2
        },
        "end": {
          "line": 288,
          "column": 3
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "describeTable",
      "start": 10000,
      "end": 10013,
      "loc": {
        "start": {
          "line": 290,
          "column": 2
        },
        "end": {
          "line": 290,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10013,
      "end": 10014,
      "loc": {
        "start": {
          "line": 290,
          "column": 15
        },
        "end": {
          "line": 290,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "tableName",
      "start": 10014,
      "end": 10023,
      "loc": {
        "start": {
          "line": 290,
          "column": 16
        },
        "end": {
          "line": 290,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10023,
      "end": 10024,
      "loc": {
        "start": {
          "line": 290,
          "column": 25
        },
        "end": {
          "line": 290,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 10025,
      "end": 10032,
      "loc": {
        "start": {
          "line": 290,
          "column": 27
        },
        "end": {
          "line": 290,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10032,
      "end": 10033,
      "loc": {
        "start": {
          "line": 290,
          "column": 34
        },
        "end": {
          "line": 290,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10034,
      "end": 10035,
      "loc": {
        "start": {
          "line": 290,
          "column": 36
        },
        "end": {
          "line": 290,
          "column": 37
        }
      }
    },
    {
      "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": 10040,
      "end": 10043,
      "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": "schema",
      "start": 10044,
      "end": 10050,
      "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": 10051,
      "end": 10052,
      "loc": {
        "start": {
          "line": 291,
          "column": 15
        },
        "end": {
          "line": 291,
          "column": 16
        }
      }
    },
    {
      "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": 10053,
      "end": 10057,
      "loc": {
        "start": {
          "line": 291,
          "column": 17
        },
        "end": {
          "line": 291,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10057,
      "end": 10058,
      "loc": {
        "start": {
          "line": 291,
          "column": 21
        },
        "end": {
          "line": 291,
          "column": 22
        }
      }
    },
    {
      "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": 10063,
      "end": 10066,
      "loc": {
        "start": {
          "line": 292,
          "column": 4
        },
        "end": {
          "line": 292,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "schemaDelimiter",
      "start": 10067,
      "end": 10082,
      "loc": {
        "start": {
          "line": 292,
          "column": 8
        },
        "end": {
          "line": 292,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 10083,
      "end": 10084,
      "loc": {
        "start": {
          "line": 292,
          "column": 24
        },
        "end": {
          "line": 292,
          "column": 25
        }
      }
    },
    {
      "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": 10085,
      "end": 10089,
      "loc": {
        "start": {
          "line": 292,
          "column": 26
        },
        "end": {
          "line": 292,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10089,
      "end": 10090,
      "loc": {
        "start": {
          "line": 292,
          "column": 30
        },
        "end": {
          "line": 292,
          "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": 10096,
      "end": 10098,
      "loc": {
        "start": {
          "line": 294,
          "column": 4
        },
        "end": {
          "line": 294,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10099,
      "end": 10100,
      "loc": {
        "start": {
          "line": 294,
          "column": 7
        },
        "end": {
          "line": 294,
          "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": 10100,
      "end": 10106,
      "loc": {
        "start": {
          "line": 294,
          "column": 8
        },
        "end": {
          "line": 294,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 10107,
      "end": 10114,
      "loc": {
        "start": {
          "line": 294,
          "column": 15
        },
        "end": {
          "line": 294,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "===",
      "start": 10115,
      "end": 10118,
      "loc": {
        "start": {
          "line": 294,
          "column": 23
        },
        "end": {
          "line": 294,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "string",
      "start": 10119,
      "end": 10127,
      "loc": {
        "start": {
          "line": 294,
          "column": 27
        },
        "end": {
          "line": 294,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10127,
      "end": 10128,
      "loc": {
        "start": {
          "line": 294,
          "column": 35
        },
        "end": {
          "line": 294,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10129,
      "end": 10130,
      "loc": {
        "start": {
          "line": 294,
          "column": 37
        },
        "end": {
          "line": 294,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "schema",
      "start": 10137,
      "end": 10143,
      "loc": {
        "start": {
          "line": 295,
          "column": 6
        },
        "end": {
          "line": 295,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 10144,
      "end": 10145,
      "loc": {
        "start": {
          "line": 295,
          "column": 13
        },
        "end": {
          "line": 295,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 10146,
      "end": 10153,
      "loc": {
        "start": {
          "line": 295,
          "column": 15
        },
        "end": {
          "line": 295,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10153,
      "end": 10154,
      "loc": {
        "start": {
          "line": 295,
          "column": 22
        },
        "end": {
          "line": 295,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10159,
      "end": 10160,
      "loc": {
        "start": {
          "line": 296,
          "column": 4
        },
        "end": {
          "line": 296,
          "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": 10161,
      "end": 10165,
      "loc": {
        "start": {
          "line": 296,
          "column": 6
        },
        "end": {
          "line": 296,
          "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": 10166,
      "end": 10168,
      "loc": {
        "start": {
          "line": 296,
          "column": 11
        },
        "end": {
          "line": 296,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10169,
      "end": 10170,
      "loc": {
        "start": {
          "line": 296,
          "column": 14
        },
        "end": {
          "line": 296,
          "column": 15
        }
      }
    },
    {
      "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": 10170,
      "end": 10176,
      "loc": {
        "start": {
          "line": 296,
          "column": 15
        },
        "end": {
          "line": 296,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 10177,
      "end": 10184,
      "loc": {
        "start": {
          "line": 296,
          "column": 22
        },
        "end": {
          "line": 296,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "===",
      "start": 10185,
      "end": 10188,
      "loc": {
        "start": {
          "line": 296,
          "column": 30
        },
        "end": {
          "line": 296,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "object",
      "start": 10189,
      "end": 10197,
      "loc": {
        "start": {
          "line": 296,
          "column": 34
        },
        "end": {
          "line": 296,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "&&",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 2,
        "updateContext": null
      },
      "value": "&&",
      "start": 10198,
      "end": 10200,
      "loc": {
        "start": {
          "line": 296,
          "column": 43
        },
        "end": {
          "line": 296,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 10201,
      "end": 10208,
      "loc": {
        "start": {
          "line": 296,
          "column": 46
        },
        "end": {
          "line": 296,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "!==",
      "start": 10209,
      "end": 10212,
      "loc": {
        "start": {
          "line": 296,
          "column": 54
        },
        "end": {
          "line": 296,
          "column": 57
        }
      }
    },
    {
      "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": 10213,
      "end": 10217,
      "loc": {
        "start": {
          "line": 296,
          "column": 58
        },
        "end": {
          "line": 296,
          "column": 62
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10217,
      "end": 10218,
      "loc": {
        "start": {
          "line": 296,
          "column": 62
        },
        "end": {
          "line": 296,
          "column": 63
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10219,
      "end": 10220,
      "loc": {
        "start": {
          "line": 296,
          "column": 64
        },
        "end": {
          "line": 296,
          "column": 65
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "schema",
      "start": 10227,
      "end": 10233,
      "loc": {
        "start": {
          "line": 297,
          "column": 6
        },
        "end": {
          "line": 297,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 10234,
      "end": 10235,
      "loc": {
        "start": {
          "line": 297,
          "column": 13
        },
        "end": {
          "line": 297,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 10236,
      "end": 10243,
      "loc": {
        "start": {
          "line": 297,
          "column": 15
        },
        "end": {
          "line": 297,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10243,
      "end": 10244,
      "loc": {
        "start": {
          "line": 297,
          "column": 22
        },
        "end": {
          "line": 297,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "schema",
      "start": 10244,
      "end": 10250,
      "loc": {
        "start": {
          "line": 297,
          "column": 23
        },
        "end": {
          "line": 297,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "||",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 1,
        "updateContext": null
      },
      "value": "||",
      "start": 10251,
      "end": 10253,
      "loc": {
        "start": {
          "line": 297,
          "column": 30
        },
        "end": {
          "line": 297,
          "column": 32
        }
      }
    },
    {
      "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": 10254,
      "end": 10258,
      "loc": {
        "start": {
          "line": 297,
          "column": 33
        },
        "end": {
          "line": 297,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10258,
      "end": 10259,
      "loc": {
        "start": {
          "line": 297,
          "column": 37
        },
        "end": {
          "line": 297,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "schemaDelimiter",
      "start": 10266,
      "end": 10281,
      "loc": {
        "start": {
          "line": 298,
          "column": 6
        },
        "end": {
          "line": 298,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 10282,
      "end": 10283,
      "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": "options",
      "start": 10284,
      "end": 10291,
      "loc": {
        "start": {
          "line": 298,
          "column": 24
        },
        "end": {
          "line": 298,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10291,
      "end": 10292,
      "loc": {
        "start": {
          "line": 298,
          "column": 31
        },
        "end": {
          "line": 298,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "schemaDelimiter",
      "start": 10292,
      "end": 10307,
      "loc": {
        "start": {
          "line": 298,
          "column": 32
        },
        "end": {
          "line": 298,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "||",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 1,
        "updateContext": null
      },
      "value": "||",
      "start": 10308,
      "end": 10310,
      "loc": {
        "start": {
          "line": 298,
          "column": 48
        },
        "end": {
          "line": 298,
          "column": 50
        }
      }
    },
    {
      "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": 10311,
      "end": 10315,
      "loc": {
        "start": {
          "line": 298,
          "column": 51
        },
        "end": {
          "line": 298,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10315,
      "end": 10316,
      "loc": {
        "start": {
          "line": 298,
          "column": 55
        },
        "end": {
          "line": 298,
          "column": 56
        }
      }
    },
    {
      "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": 299,
          "column": 4
        },
        "end": {
          "line": 299,
          "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": 10328,
      "end": 10330,
      "loc": {
        "start": {
          "line": 301,
          "column": 4
        },
        "end": {
          "line": 301,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10331,
      "end": 10332,
      "loc": {
        "start": {
          "line": 301,
          "column": 7
        },
        "end": {
          "line": 301,
          "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": 10332,
      "end": 10338,
      "loc": {
        "start": {
          "line": 301,
          "column": 8
        },
        "end": {
          "line": 301,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "tableName",
      "start": 10339,
      "end": 10348,
      "loc": {
        "start": {
          "line": 301,
          "column": 15
        },
        "end": {
          "line": 301,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "===",
      "start": 10349,
      "end": 10352,
      "loc": {
        "start": {
          "line": 301,
          "column": 25
        },
        "end": {
          "line": 301,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "object",
      "start": 10353,
      "end": 10361,
      "loc": {
        "start": {
          "line": 301,
          "column": 29
        },
        "end": {
          "line": 301,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "&&",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 2,
        "updateContext": null
      },
      "value": "&&",
      "start": 10362,
      "end": 10364,
      "loc": {
        "start": {
          "line": 301,
          "column": 38
        },
        "end": {
          "line": 301,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "tableName",
      "start": 10365,
      "end": 10374,
      "loc": {
        "start": {
          "line": 301,
          "column": 41
        },
        "end": {
          "line": 301,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "!==",
      "start": 10375,
      "end": 10378,
      "loc": {
        "start": {
          "line": 301,
          "column": 51
        },
        "end": {
          "line": 301,
          "column": 54
        }
      }
    },
    {
      "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": 10379,
      "end": 10383,
      "loc": {
        "start": {
          "line": 301,
          "column": 55
        },
        "end": {
          "line": 301,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10383,
      "end": 10384,
      "loc": {
        "start": {
          "line": 301,
          "column": 59
        },
        "end": {
          "line": 301,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10385,
      "end": 10386,
      "loc": {
        "start": {
          "line": 301,
          "column": 61
        },
        "end": {
          "line": 301,
          "column": 62
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "schema",
      "start": 10393,
      "end": 10399,
      "loc": {
        "start": {
          "line": 302,
          "column": 6
        },
        "end": {
          "line": 302,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 10400,
      "end": 10401,
      "loc": {
        "start": {
          "line": 302,
          "column": 13
        },
        "end": {
          "line": 302,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "tableName",
      "start": 10402,
      "end": 10411,
      "loc": {
        "start": {
          "line": 302,
          "column": 15
        },
        "end": {
          "line": 302,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10411,
      "end": 10412,
      "loc": {
        "start": {
          "line": 302,
          "column": 24
        },
        "end": {
          "line": 302,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "schema",
      "start": 10412,
      "end": 10418,
      "loc": {
        "start": {
          "line": 302,
          "column": 25
        },
        "end": {
          "line": 302,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10418,
      "end": 10419,
      "loc": {
        "start": {
          "line": 302,
          "column": 31
        },
        "end": {
          "line": 302,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "tableName",
      "start": 10426,
      "end": 10435,
      "loc": {
        "start": {
          "line": 303,
          "column": 6
        },
        "end": {
          "line": 303,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 10436,
      "end": 10437,
      "loc": {
        "start": {
          "line": 303,
          "column": 16
        },
        "end": {
          "line": 303,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "tableName",
      "start": 10438,
      "end": 10447,
      "loc": {
        "start": {
          "line": 303,
          "column": 18
        },
        "end": {
          "line": 303,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10447,
      "end": 10448,
      "loc": {
        "start": {
          "line": 303,
          "column": 27
        },
        "end": {
          "line": 303,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "tableName",
      "start": 10448,
      "end": 10457,
      "loc": {
        "start": {
          "line": 303,
          "column": 28
        },
        "end": {
          "line": 303,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10457,
      "end": 10458,
      "loc": {
        "start": {
          "line": 303,
          "column": 37
        },
        "end": {
          "line": 303,
          "column": 38
        }
      }
    },
    {
      "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": 304,
          "column": 4
        },
        "end": {
          "line": 304,
          "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": 10470,
      "end": 10475,
      "loc": {
        "start": {
          "line": 306,
          "column": 4
        },
        "end": {
          "line": 306,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sql",
      "start": 10476,
      "end": 10479,
      "loc": {
        "start": {
          "line": 306,
          "column": 10
        },
        "end": {
          "line": 306,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 10480,
      "end": 10481,
      "loc": {
        "start": {
          "line": 306,
          "column": 14
        },
        "end": {
          "line": 306,
          "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": 10482,
      "end": 10486,
      "loc": {
        "start": {
          "line": 306,
          "column": 16
        },
        "end": {
          "line": 306,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10486,
      "end": 10487,
      "loc": {
        "start": {
          "line": 306,
          "column": 20
        },
        "end": {
          "line": 306,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "QueryGenerator",
      "start": 10487,
      "end": 10501,
      "loc": {
        "start": {
          "line": 306,
          "column": 21
        },
        "end": {
          "line": 306,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10501,
      "end": 10502,
      "loc": {
        "start": {
          "line": 306,
          "column": 35
        },
        "end": {
          "line": 306,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "describeTableQuery",
      "start": 10502,
      "end": 10520,
      "loc": {
        "start": {
          "line": 306,
          "column": 36
        },
        "end": {
          "line": 306,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10520,
      "end": 10521,
      "loc": {
        "start": {
          "line": 306,
          "column": 54
        },
        "end": {
          "line": 306,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "tableName",
      "start": 10521,
      "end": 10530,
      "loc": {
        "start": {
          "line": 306,
          "column": 55
        },
        "end": {
          "line": 306,
          "column": 64
        }
      }
    },
    {
      "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": 306,
          "column": 64
        },
        "end": {
          "line": 306,
          "column": 65
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "schema",
      "start": 10532,
      "end": 10538,
      "loc": {
        "start": {
          "line": 306,
          "column": 66
        },
        "end": {
          "line": 306,
          "column": 72
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10538,
      "end": 10539,
      "loc": {
        "start": {
          "line": 306,
          "column": 72
        },
        "end": {
          "line": 306,
          "column": 73
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "schemaDelimiter",
      "start": 10540,
      "end": 10555,
      "loc": {
        "start": {
          "line": 306,
          "column": 74
        },
        "end": {
          "line": 306,
          "column": 89
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10555,
      "end": 10556,
      "loc": {
        "start": {
          "line": 306,
          "column": 89
        },
        "end": {
          "line": 306,
          "column": 90
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10556,
      "end": 10557,
      "loc": {
        "start": {
          "line": 306,
          "column": 90
        },
        "end": {
          "line": 306,
          "column": 91
        }
      }
    },
    {
      "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": 10563,
      "end": 10569,
      "loc": {
        "start": {
          "line": 308,
          "column": 4
        },
        "end": {
          "line": 308,
          "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": 10570,
      "end": 10574,
      "loc": {
        "start": {
          "line": 308,
          "column": 11
        },
        "end": {
          "line": 308,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10574,
      "end": 10575,
      "loc": {
        "start": {
          "line": 308,
          "column": 15
        },
        "end": {
          "line": 308,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sequelize",
      "start": 10575,
      "end": 10584,
      "loc": {
        "start": {
          "line": 308,
          "column": 16
        },
        "end": {
          "line": 308,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10584,
      "end": 10585,
      "loc": {
        "start": {
          "line": 308,
          "column": 25
        },
        "end": {
          "line": 308,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "query",
      "start": 10585,
      "end": 10590,
      "loc": {
        "start": {
          "line": 308,
          "column": 26
        },
        "end": {
          "line": 308,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10590,
      "end": 10591,
      "loc": {
        "start": {
          "line": 308,
          "column": 31
        },
        "end": {
          "line": 308,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sql",
      "start": 10598,
      "end": 10601,
      "loc": {
        "start": {
          "line": 309,
          "column": 6
        },
        "end": {
          "line": 309,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10601,
      "end": 10602,
      "loc": {
        "start": {
          "line": 309,
          "column": 9
        },
        "end": {
          "line": 309,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_",
      "start": 10609,
      "end": 10610,
      "loc": {
        "start": {
          "line": 310,
          "column": 6
        },
        "end": {
          "line": 310,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10610,
      "end": 10611,
      "loc": {
        "start": {
          "line": 310,
          "column": 7
        },
        "end": {
          "line": 310,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "assign",
      "start": 10611,
      "end": 10617,
      "loc": {
        "start": {
          "line": 310,
          "column": 8
        },
        "end": {
          "line": 310,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10617,
      "end": 10618,
      "loc": {
        "start": {
          "line": 310,
          "column": 14
        },
        "end": {
          "line": 310,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10618,
      "end": 10619,
      "loc": {
        "start": {
          "line": 310,
          "column": 15
        },
        "end": {
          "line": 310,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10619,
      "end": 10620,
      "loc": {
        "start": {
          "line": 310,
          "column": 16
        },
        "end": {
          "line": 310,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10620,
      "end": 10621,
      "loc": {
        "start": {
          "line": 310,
          "column": 17
        },
        "end": {
          "line": 310,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 10622,
      "end": 10629,
      "loc": {
        "start": {
          "line": 310,
          "column": 19
        },
        "end": {
          "line": 310,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10629,
      "end": 10630,
      "loc": {
        "start": {
          "line": 310,
          "column": 26
        },
        "end": {
          "line": 310,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10631,
      "end": 10632,
      "loc": {
        "start": {
          "line": 310,
          "column": 28
        },
        "end": {
          "line": 310,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "type",
      "start": 10633,
      "end": 10637,
      "loc": {
        "start": {
          "line": 310,
          "column": 30
        },
        "end": {
          "line": 310,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10637,
      "end": 10638,
      "loc": {
        "start": {
          "line": 310,
          "column": 34
        },
        "end": {
          "line": 310,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "QueryTypes",
      "start": 10639,
      "end": 10649,
      "loc": {
        "start": {
          "line": 310,
          "column": 36
        },
        "end": {
          "line": 310,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10649,
      "end": 10650,
      "loc": {
        "start": {
          "line": 310,
          "column": 46
        },
        "end": {
          "line": 310,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "DESCRIBE",
      "start": 10650,
      "end": 10658,
      "loc": {
        "start": {
          "line": 310,
          "column": 47
        },
        "end": {
          "line": 310,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10659,
      "end": 10660,
      "loc": {
        "start": {
          "line": 310,
          "column": 56
        },
        "end": {
          "line": 310,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10660,
      "end": 10661,
      "loc": {
        "start": {
          "line": 310,
          "column": 57
        },
        "end": {
          "line": 310,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10666,
      "end": 10667,
      "loc": {
        "start": {
          "line": 311,
          "column": 4
        },
        "end": {
          "line": 311,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10667,
      "end": 10668,
      "loc": {
        "start": {
          "line": 311,
          "column": 5
        },
        "end": {
          "line": 311,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "then",
      "start": 10668,
      "end": 10672,
      "loc": {
        "start": {
          "line": 311,
          "column": 6
        },
        "end": {
          "line": 311,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10672,
      "end": 10673,
      "loc": {
        "start": {
          "line": 311,
          "column": 10
        },
        "end": {
          "line": 311,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "data",
      "start": 10673,
      "end": 10677,
      "loc": {
        "start": {
          "line": 311,
          "column": 11
        },
        "end": {
          "line": 311,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "=>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10678,
      "end": 10680,
      "loc": {
        "start": {
          "line": 311,
          "column": 16
        },
        "end": {
          "line": 311,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10681,
      "end": 10682,
      "loc": {
        "start": {
          "line": 311,
          "column": 19
        },
        "end": {
          "line": 311,
          "column": 20
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " If no data is returned from the query, then the table name may be wrong.",
      "start": 10689,
      "end": 10764,
      "loc": {
        "start": {
          "line": 312,
          "column": 6
        },
        "end": {
          "line": 312,
          "column": 81
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " Query generators that use information_schema for retrieving table info will just return an empty result set,",
      "start": 10771,
      "end": 10882,
      "loc": {
        "start": {
          "line": 313,
          "column": 6
        },
        "end": {
          "line": 313,
          "column": 117
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " it will not throw an error like built-ins do (e.g. DESCRIBE on MySql).",
      "start": 10889,
      "end": 10962,
      "loc": {
        "start": {
          "line": 314,
          "column": 6
        },
        "end": {
          "line": 314,
          "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": 10969,
      "end": 10971,
      "loc": {
        "start": {
          "line": 315,
          "column": 6
        },
        "end": {
          "line": 315,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10972,
      "end": 10973,
      "loc": {
        "start": {
          "line": 315,
          "column": 9
        },
        "end": {
          "line": 315,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Utils",
      "start": 10973,
      "end": 10978,
      "loc": {
        "start": {
          "line": 315,
          "column": 10
        },
        "end": {
          "line": 315,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10978,
      "end": 10979,
      "loc": {
        "start": {
          "line": 315,
          "column": 15
        },
        "end": {
          "line": 315,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_",
      "start": 10979,
      "end": 10980,
      "loc": {
        "start": {
          "line": 315,
          "column": 16
        },
        "end": {
          "line": 315,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10980,
      "end": 10981,
      "loc": {
        "start": {
          "line": 315,
          "column": 17
        },
        "end": {
          "line": 315,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "isEmpty",
      "start": 10981,
      "end": 10988,
      "loc": {
        "start": {
          "line": 315,
          "column": 18
        },
        "end": {
          "line": 315,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10988,
      "end": 10989,
      "loc": {
        "start": {
          "line": 315,
          "column": 25
        },
        "end": {
          "line": 315,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "data",
      "start": 10989,
      "end": 10993,
      "loc": {
        "start": {
          "line": 315,
          "column": 26
        },
        "end": {
          "line": 315,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10993,
      "end": 10994,
      "loc": {
        "start": {
          "line": 315,
          "column": 30
        },
        "end": {
          "line": 315,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10994,
      "end": 10995,
      "loc": {
        "start": {
          "line": 315,
          "column": 31
        },
        "end": {
          "line": 315,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10996,
      "end": 10997,
      "loc": {
        "start": {
          "line": 315,
          "column": 33
        },
        "end": {
          "line": 315,
          "column": 34
        }
      }
    },
    {
      "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": 11006,
      "end": 11012,
      "loc": {
        "start": {
          "line": 316,
          "column": 8
        },
        "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": "Promise",
      "start": 11013,
      "end": 11020,
      "loc": {
        "start": {
          "line": 316,
          "column": 15
        },
        "end": {
          "line": 316,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11020,
      "end": 11021,
      "loc": {
        "start": {
          "line": 316,
          "column": 22
        },
        "end": {
          "line": 316,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "reject",
      "start": 11021,
      "end": 11027,
      "loc": {
        "start": {
          "line": 316,
          "column": 23
        },
        "end": {
          "line": 316,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11027,
      "end": 11028,
      "loc": {
        "start": {
          "line": 316,
          "column": 29
        },
        "end": {
          "line": 316,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "No description found for \"",
      "start": 11028,
      "end": 11056,
      "loc": {
        "start": {
          "line": 316,
          "column": 30
        },
        "end": {
          "line": 316,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 11057,
      "end": 11058,
      "loc": {
        "start": {
          "line": 316,
          "column": 59
        },
        "end": {
          "line": 316,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "tableName",
      "start": 11059,
      "end": 11068,
      "loc": {
        "start": {
          "line": 316,
          "column": 61
        },
        "end": {
          "line": 316,
          "column": 70
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 11069,
      "end": 11070,
      "loc": {
        "start": {
          "line": 316,
          "column": 71
        },
        "end": {
          "line": 316,
          "column": 72
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "\" table. Check the table name and schema; remember, they _are_ case sensitive.",
      "start": 11071,
      "end": 11151,
      "loc": {
        "start": {
          "line": 316,
          "column": 73
        },
        "end": {
          "line": 316,
          "column": 153
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11151,
      "end": 11152,
      "loc": {
        "start": {
          "line": 316,
          "column": 153
        },
        "end": {
          "line": 316,
          "column": 154
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11152,
      "end": 11153,
      "loc": {
        "start": {
          "line": 316,
          "column": 154
        },
        "end": {
          "line": 316,
          "column": 155
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11160,
      "end": 11161,
      "loc": {
        "start": {
          "line": 317,
          "column": 6
        },
        "end": {
          "line": 317,
          "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": 11162,
      "end": 11166,
      "loc": {
        "start": {
          "line": 317,
          "column": 8
        },
        "end": {
          "line": 317,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11167,
      "end": 11168,
      "loc": {
        "start": {
          "line": 317,
          "column": 13
        },
        "end": {
          "line": 317,
          "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": 11177,
      "end": 11183,
      "loc": {
        "start": {
          "line": 318,
          "column": 8
        },
        "end": {
          "line": 318,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Promise",
      "start": 11184,
      "end": 11191,
      "loc": {
        "start": {
          "line": 318,
          "column": 15
        },
        "end": {
          "line": 318,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11191,
      "end": 11192,
      "loc": {
        "start": {
          "line": 318,
          "column": 22
        },
        "end": {
          "line": 318,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "resolve",
      "start": 11192,
      "end": 11199,
      "loc": {
        "start": {
          "line": 318,
          "column": 23
        },
        "end": {
          "line": 318,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11199,
      "end": 11200,
      "loc": {
        "start": {
          "line": 318,
          "column": 30
        },
        "end": {
          "line": 318,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "data",
      "start": 11200,
      "end": 11204,
      "loc": {
        "start": {
          "line": 318,
          "column": 31
        },
        "end": {
          "line": 318,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11204,
      "end": 11205,
      "loc": {
        "start": {
          "line": 318,
          "column": 35
        },
        "end": {
          "line": 318,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11205,
      "end": 11206,
      "loc": {
        "start": {
          "line": 318,
          "column": 36
        },
        "end": {
          "line": 318,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11213,
      "end": 11214,
      "loc": {
        "start": {
          "line": 319,
          "column": 6
        },
        "end": {
          "line": 319,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11219,
      "end": 11220,
      "loc": {
        "start": {
          "line": 320,
          "column": 4
        },
        "end": {
          "line": 320,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11220,
      "end": 11221,
      "loc": {
        "start": {
          "line": 320,
          "column": 5
        },
        "end": {
          "line": 320,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11221,
      "end": 11222,
      "loc": {
        "start": {
          "line": 320,
          "column": 6
        },
        "end": {
          "line": 320,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11225,
      "end": 11226,
      "loc": {
        "start": {
          "line": 321,
          "column": 2
        },
        "end": {
          "line": 321,
          "column": 3
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "addColumn",
      "start": 11230,
      "end": 11239,
      "loc": {
        "start": {
          "line": 323,
          "column": 2
        },
        "end": {
          "line": 323,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11239,
      "end": 11240,
      "loc": {
        "start": {
          "line": 323,
          "column": 11
        },
        "end": {
          "line": 323,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "table",
      "start": 11240,
      "end": 11245,
      "loc": {
        "start": {
          "line": 323,
          "column": 12
        },
        "end": {
          "line": 323,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11245,
      "end": 11246,
      "loc": {
        "start": {
          "line": 323,
          "column": 17
        },
        "end": {
          "line": 323,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "key",
      "start": 11247,
      "end": 11250,
      "loc": {
        "start": {
          "line": 323,
          "column": 19
        },
        "end": {
          "line": 323,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11250,
      "end": 11251,
      "loc": {
        "start": {
          "line": 323,
          "column": 22
        },
        "end": {
          "line": 323,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attribute",
      "start": 11252,
      "end": 11261,
      "loc": {
        "start": {
          "line": 323,
          "column": 24
        },
        "end": {
          "line": 323,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11261,
      "end": 11262,
      "loc": {
        "start": {
          "line": 323,
          "column": 33
        },
        "end": {
          "line": 323,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 11263,
      "end": 11270,
      "loc": {
        "start": {
          "line": 323,
          "column": 35
        },
        "end": {
          "line": 323,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11270,
      "end": 11271,
      "loc": {
        "start": {
          "line": 323,
          "column": 42
        },
        "end": {
          "line": 323,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11272,
      "end": 11273,
      "loc": {
        "start": {
          "line": 323,
          "column": 44
        },
        "end": {
          "line": 323,
          "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": 11278,
      "end": 11280,
      "loc": {
        "start": {
          "line": 324,
          "column": 4
        },
        "end": {
          "line": 324,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11281,
      "end": 11282,
      "loc": {
        "start": {
          "line": 324,
          "column": 7
        },
        "end": {
          "line": 324,
          "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": 11282,
      "end": 11283,
      "loc": {
        "start": {
          "line": 324,
          "column": 8
        },
        "end": {
          "line": 324,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "table",
      "start": 11283,
      "end": 11288,
      "loc": {
        "start": {
          "line": 324,
          "column": 9
        },
        "end": {
          "line": 324,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "||",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 1,
        "updateContext": null
      },
      "value": "||",
      "start": 11289,
      "end": 11291,
      "loc": {
        "start": {
          "line": 324,
          "column": 15
        },
        "end": {
          "line": 324,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "prefix",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "!",
      "start": 11292,
      "end": 11293,
      "loc": {
        "start": {
          "line": 324,
          "column": 18
        },
        "end": {
          "line": 324,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "key",
      "start": 11293,
      "end": 11296,
      "loc": {
        "start": {
          "line": 324,
          "column": 19
        },
        "end": {
          "line": 324,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "||",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 1,
        "updateContext": null
      },
      "value": "||",
      "start": 11297,
      "end": 11299,
      "loc": {
        "start": {
          "line": 324,
          "column": 23
        },
        "end": {
          "line": 324,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "prefix",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "!",
      "start": 11300,
      "end": 11301,
      "loc": {
        "start": {
          "line": 324,
          "column": 26
        },
        "end": {
          "line": 324,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attribute",
      "start": 11301,
      "end": 11310,
      "loc": {
        "start": {
          "line": 324,
          "column": 27
        },
        "end": {
          "line": 324,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11310,
      "end": 11311,
      "loc": {
        "start": {
          "line": 324,
          "column": 36
        },
        "end": {
          "line": 324,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11312,
      "end": 11313,
      "loc": {
        "start": {
          "line": 324,
          "column": 38
        },
        "end": {
          "line": 324,
          "column": 39
        }
      }
    },
    {
      "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": 11320,
      "end": 11325,
      "loc": {
        "start": {
          "line": 325,
          "column": 6
        },
        "end": {
          "line": 325,
          "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": 11326,
      "end": 11329,
      "loc": {
        "start": {
          "line": 325,
          "column": 12
        },
        "end": {
          "line": 325,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Error",
      "start": 11330,
      "end": 11335,
      "loc": {
        "start": {
          "line": 325,
          "column": 16
        },
        "end": {
          "line": 325,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11335,
      "end": 11336,
      "loc": {
        "start": {
          "line": 325,
          "column": 21
        },
        "end": {
          "line": 325,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "addColumn takes atleast 3 arguments (table, attribute name, attribute definition)",
      "start": 11336,
      "end": 11419,
      "loc": {
        "start": {
          "line": 325,
          "column": 22
        },
        "end": {
          "line": 325,
          "column": 105
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11419,
      "end": 11420,
      "loc": {
        "start": {
          "line": 325,
          "column": 105
        },
        "end": {
          "line": 325,
          "column": 106
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11420,
      "end": 11421,
      "loc": {
        "start": {
          "line": 325,
          "column": 106
        },
        "end": {
          "line": 325,
          "column": 107
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11426,
      "end": 11427,
      "loc": {
        "start": {
          "line": 326,
          "column": 4
        },
        "end": {
          "line": 326,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 11433,
      "end": 11440,
      "loc": {
        "start": {
          "line": 328,
          "column": 4
        },
        "end": {
          "line": 328,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 11441,
      "end": 11442,
      "loc": {
        "start": {
          "line": 328,
          "column": 12
        },
        "end": {
          "line": 328,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 11443,
      "end": 11450,
      "loc": {
        "start": {
          "line": 328,
          "column": 14
        },
        "end": {
          "line": 328,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "||",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 1,
        "updateContext": null
      },
      "value": "||",
      "start": 11451,
      "end": 11453,
      "loc": {
        "start": {
          "line": 328,
          "column": 22
        },
        "end": {
          "line": 328,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11454,
      "end": 11455,
      "loc": {
        "start": {
          "line": 328,
          "column": 25
        },
        "end": {
          "line": 328,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11455,
      "end": 11456,
      "loc": {
        "start": {
          "line": 328,
          "column": 26
        },
        "end": {
          "line": 328,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11456,
      "end": 11457,
      "loc": {
        "start": {
          "line": 328,
          "column": 27
        },
        "end": {
          "line": 328,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attribute",
      "start": 11462,
      "end": 11471,
      "loc": {
        "start": {
          "line": 329,
          "column": 4
        },
        "end": {
          "line": 329,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 11472,
      "end": 11473,
      "loc": {
        "start": {
          "line": 329,
          "column": 14
        },
        "end": {
          "line": 329,
          "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": 11474,
      "end": 11478,
      "loc": {
        "start": {
          "line": 329,
          "column": 16
        },
        "end": {
          "line": 329,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11478,
      "end": 11479,
      "loc": {
        "start": {
          "line": 329,
          "column": 20
        },
        "end": {
          "line": 329,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sequelize",
      "start": 11479,
      "end": 11488,
      "loc": {
        "start": {
          "line": 329,
          "column": 21
        },
        "end": {
          "line": 329,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11488,
      "end": 11489,
      "loc": {
        "start": {
          "line": 329,
          "column": 30
        },
        "end": {
          "line": 329,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "normalizeAttribute",
      "start": 11489,
      "end": 11507,
      "loc": {
        "start": {
          "line": 329,
          "column": 31
        },
        "end": {
          "line": 329,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11507,
      "end": 11508,
      "loc": {
        "start": {
          "line": 329,
          "column": 49
        },
        "end": {
          "line": 329,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attribute",
      "start": 11508,
      "end": 11517,
      "loc": {
        "start": {
          "line": 329,
          "column": 50
        },
        "end": {
          "line": 329,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11517,
      "end": 11518,
      "loc": {
        "start": {
          "line": 329,
          "column": 59
        },
        "end": {
          "line": 329,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11518,
      "end": 11519,
      "loc": {
        "start": {
          "line": 329,
          "column": 60
        },
        "end": {
          "line": 329,
          "column": 61
        }
      }
    },
    {
      "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": 11524,
      "end": 11530,
      "loc": {
        "start": {
          "line": 330,
          "column": 4
        },
        "end": {
          "line": 330,
          "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": 11531,
      "end": 11535,
      "loc": {
        "start": {
          "line": 330,
          "column": 11
        },
        "end": {
          "line": 330,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11535,
      "end": 11536,
      "loc": {
        "start": {
          "line": 330,
          "column": 15
        },
        "end": {
          "line": 330,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sequelize",
      "start": 11536,
      "end": 11545,
      "loc": {
        "start": {
          "line": 330,
          "column": 16
        },
        "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": 11545,
      "end": 11546,
      "loc": {
        "start": {
          "line": 330,
          "column": 25
        },
        "end": {
          "line": 330,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "query",
      "start": 11546,
      "end": 11551,
      "loc": {
        "start": {
          "line": 330,
          "column": 26
        },
        "end": {
          "line": 330,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11551,
      "end": 11552,
      "loc": {
        "start": {
          "line": 330,
          "column": 31
        },
        "end": {
          "line": 330,
          "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": 11552,
      "end": 11556,
      "loc": {
        "start": {
          "line": 330,
          "column": 32
        },
        "end": {
          "line": 330,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11556,
      "end": 11557,
      "loc": {
        "start": {
          "line": 330,
          "column": 36
        },
        "end": {
          "line": 330,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "QueryGenerator",
      "start": 11557,
      "end": 11571,
      "loc": {
        "start": {
          "line": 330,
          "column": 37
        },
        "end": {
          "line": 330,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11571,
      "end": 11572,
      "loc": {
        "start": {
          "line": 330,
          "column": 51
        },
        "end": {
          "line": 330,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "addColumnQuery",
      "start": 11572,
      "end": 11586,
      "loc": {
        "start": {
          "line": 330,
          "column": 52
        },
        "end": {
          "line": 330,
          "column": 66
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11586,
      "end": 11587,
      "loc": {
        "start": {
          "line": 330,
          "column": 66
        },
        "end": {
          "line": 330,
          "column": 67
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "table",
      "start": 11587,
      "end": 11592,
      "loc": {
        "start": {
          "line": 330,
          "column": 67
        },
        "end": {
          "line": 330,
          "column": 72
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11592,
      "end": 11593,
      "loc": {
        "start": {
          "line": 330,
          "column": 72
        },
        "end": {
          "line": 330,
          "column": 73
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "key",
      "start": 11594,
      "end": 11597,
      "loc": {
        "start": {
          "line": 330,
          "column": 74
        },
        "end": {
          "line": 330,
          "column": 77
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11597,
      "end": 11598,
      "loc": {
        "start": {
          "line": 330,
          "column": 77
        },
        "end": {
          "line": 330,
          "column": 78
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attribute",
      "start": 11599,
      "end": 11608,
      "loc": {
        "start": {
          "line": 330,
          "column": 79
        },
        "end": {
          "line": 330,
          "column": 88
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11608,
      "end": 11609,
      "loc": {
        "start": {
          "line": 330,
          "column": 88
        },
        "end": {
          "line": 330,
          "column": 89
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11609,
      "end": 11610,
      "loc": {
        "start": {
          "line": 330,
          "column": 89
        },
        "end": {
          "line": 330,
          "column": 90
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 11611,
      "end": 11618,
      "loc": {
        "start": {
          "line": 330,
          "column": 91
        },
        "end": {
          "line": 330,
          "column": 98
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11618,
      "end": 11619,
      "loc": {
        "start": {
          "line": 330,
          "column": 98
        },
        "end": {
          "line": 330,
          "column": 99
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11619,
      "end": 11620,
      "loc": {
        "start": {
          "line": 330,
          "column": 99
        },
        "end": {
          "line": 330,
          "column": 100
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11623,
      "end": 11624,
      "loc": {
        "start": {
          "line": 331,
          "column": 2
        },
        "end": {
          "line": 331,
          "column": 3
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "removeColumn",
      "start": 11628,
      "end": 11640,
      "loc": {
        "start": {
          "line": 333,
          "column": 2
        },
        "end": {
          "line": 333,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11640,
      "end": 11641,
      "loc": {
        "start": {
          "line": 333,
          "column": 14
        },
        "end": {
          "line": 333,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "tableName",
      "start": 11641,
      "end": 11650,
      "loc": {
        "start": {
          "line": 333,
          "column": 15
        },
        "end": {
          "line": 333,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11650,
      "end": 11651,
      "loc": {
        "start": {
          "line": 333,
          "column": 24
        },
        "end": {
          "line": 333,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attributeName",
      "start": 11652,
      "end": 11665,
      "loc": {
        "start": {
          "line": 333,
          "column": 26
        },
        "end": {
          "line": 333,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11665,
      "end": 11666,
      "loc": {
        "start": {
          "line": 333,
          "column": 39
        },
        "end": {
          "line": 333,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 11667,
      "end": 11674,
      "loc": {
        "start": {
          "line": 333,
          "column": 41
        },
        "end": {
          "line": 333,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11674,
      "end": 11675,
      "loc": {
        "start": {
          "line": 333,
          "column": 48
        },
        "end": {
          "line": 333,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11676,
      "end": 11677,
      "loc": {
        "start": {
          "line": 333,
          "column": 50
        },
        "end": {
          "line": 333,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 11682,
      "end": 11689,
      "loc": {
        "start": {
          "line": 334,
          "column": 4
        },
        "end": {
          "line": 334,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 11690,
      "end": 11691,
      "loc": {
        "start": {
          "line": 334,
          "column": 12
        },
        "end": {
          "line": 334,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 11692,
      "end": 11699,
      "loc": {
        "start": {
          "line": 334,
          "column": 14
        },
        "end": {
          "line": 334,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "||",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 1,
        "updateContext": null
      },
      "value": "||",
      "start": 11700,
      "end": 11702,
      "loc": {
        "start": {
          "line": 334,
          "column": 22
        },
        "end": {
          "line": 334,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11703,
      "end": 11704,
      "loc": {
        "start": {
          "line": 334,
          "column": 25
        },
        "end": {
          "line": 334,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11704,
      "end": 11705,
      "loc": {
        "start": {
          "line": 334,
          "column": 26
        },
        "end": {
          "line": 334,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11705,
      "end": 11706,
      "loc": {
        "start": {
          "line": 334,
          "column": 27
        },
        "end": {
          "line": 334,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "switch",
        "keyword": "switch",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "switch",
      "start": 11711,
      "end": 11717,
      "loc": {
        "start": {
          "line": 335,
          "column": 4
        },
        "end": {
          "line": 335,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11718,
      "end": 11719,
      "loc": {
        "start": {
          "line": 335,
          "column": 11
        },
        "end": {
          "line": 335,
          "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": 11719,
      "end": 11723,
      "loc": {
        "start": {
          "line": 335,
          "column": 12
        },
        "end": {
          "line": 335,
          "column": 16
        }
      }
    },
    {
      "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": 335,
          "column": 16
        },
        "end": {
          "line": 335,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sequelize",
      "start": 11724,
      "end": 11733,
      "loc": {
        "start": {
          "line": 335,
          "column": 17
        },
        "end": {
          "line": 335,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11733,
      "end": 11734,
      "loc": {
        "start": {
          "line": 335,
          "column": 26
        },
        "end": {
          "line": 335,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 11734,
      "end": 11741,
      "loc": {
        "start": {
          "line": 335,
          "column": 27
        },
        "end": {
          "line": 335,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11741,
      "end": 11742,
      "loc": {
        "start": {
          "line": 335,
          "column": 34
        },
        "end": {
          "line": 335,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dialect",
      "start": 11742,
      "end": 11749,
      "loc": {
        "start": {
          "line": 335,
          "column": 35
        },
        "end": {
          "line": 335,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11749,
      "end": 11750,
      "loc": {
        "start": {
          "line": 335,
          "column": 42
        },
        "end": {
          "line": 335,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11751,
      "end": 11752,
      "loc": {
        "start": {
          "line": 335,
          "column": 44
        },
        "end": {
          "line": 335,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "case",
        "keyword": "case",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "case",
      "start": 11759,
      "end": 11763,
      "loc": {
        "start": {
          "line": 336,
          "column": 6
        },
        "end": {
          "line": 336,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "sqlite",
      "start": 11764,
      "end": 11772,
      "loc": {
        "start": {
          "line": 336,
          "column": 11
        },
        "end": {
          "line": 336,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11772,
      "end": 11773,
      "loc": {
        "start": {
          "line": 336,
          "column": 19
        },
        "end": {
          "line": 336,
          "column": 20
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " sqlite needs some special treatment as it cannot drop a column",
      "start": 11782,
      "end": 11847,
      "loc": {
        "start": {
          "line": 337,
          "column": 8
        },
        "end": {
          "line": 337,
          "column": 73
        }
      }
    },
    {
      "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": 11856,
      "end": 11862,
      "loc": {
        "start": {
          "line": 338,
          "column": 8
        },
        "end": {
          "line": 338,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "SQLiteQueryInterface",
      "start": 11863,
      "end": 11883,
      "loc": {
        "start": {
          "line": 338,
          "column": 15
        },
        "end": {
          "line": 338,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11883,
      "end": 11884,
      "loc": {
        "start": {
          "line": 338,
          "column": 35
        },
        "end": {
          "line": 338,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "removeColumn",
      "start": 11884,
      "end": 11896,
      "loc": {
        "start": {
          "line": 338,
          "column": 36
        },
        "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": 11896,
      "end": 11897,
      "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": "call",
      "start": 11897,
      "end": 11901,
      "loc": {
        "start": {
          "line": 338,
          "column": 49
        },
        "end": {
          "line": 338,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11901,
      "end": 11902,
      "loc": {
        "start": {
          "line": 338,
          "column": 53
        },
        "end": {
          "line": 338,
          "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": 11902,
      "end": 11906,
      "loc": {
        "start": {
          "line": 338,
          "column": 54
        },
        "end": {
          "line": 338,
          "column": 58
        }
      }
    },
    {
      "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": 338,
          "column": 58
        },
        "end": {
          "line": 338,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "tableName",
      "start": 11908,
      "end": 11917,
      "loc": {
        "start": {
          "line": 338,
          "column": 60
        },
        "end": {
          "line": 338,
          "column": 69
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11917,
      "end": 11918,
      "loc": {
        "start": {
          "line": 338,
          "column": 69
        },
        "end": {
          "line": 338,
          "column": 70
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attributeName",
      "start": 11919,
      "end": 11932,
      "loc": {
        "start": {
          "line": 338,
          "column": 71
        },
        "end": {
          "line": 338,
          "column": 84
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11932,
      "end": 11933,
      "loc": {
        "start": {
          "line": 338,
          "column": 84
        },
        "end": {
          "line": 338,
          "column": 85
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 11934,
      "end": 11941,
      "loc": {
        "start": {
          "line": 338,
          "column": 86
        },
        "end": {
          "line": 338,
          "column": 93
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11941,
      "end": 11942,
      "loc": {
        "start": {
          "line": 338,
          "column": 93
        },
        "end": {
          "line": 338,
          "column": 94
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11942,
      "end": 11943,
      "loc": {
        "start": {
          "line": 338,
          "column": 94
        },
        "end": {
          "line": 338,
          "column": 95
        }
      }
    },
    {
      "type": {
        "label": "case",
        "keyword": "case",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "case",
      "start": 11950,
      "end": 11954,
      "loc": {
        "start": {
          "line": 339,
          "column": 6
        },
        "end": {
          "line": 339,
          "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": 11955,
      "end": 11962,
      "loc": {
        "start": {
          "line": 339,
          "column": 11
        },
        "end": {
          "line": 339,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11962,
      "end": 11963,
      "loc": {
        "start": {
          "line": 339,
          "column": 18
        },
        "end": {
          "line": 339,
          "column": 19
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " mssql needs special treatment as it cannot drop a column with a default or foreign key constraint",
      "start": 11972,
      "end": 12072,
      "loc": {
        "start": {
          "line": 340,
          "column": 8
        },
        "end": {
          "line": 340,
          "column": 108
        }
      }
    },
    {
      "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": 12081,
      "end": 12087,
      "loc": {
        "start": {
          "line": 341,
          "column": 8
        },
        "end": {
          "line": 341,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "MSSSQLQueryInterface",
      "start": 12088,
      "end": 12108,
      "loc": {
        "start": {
          "line": 341,
          "column": 15
        },
        "end": {
          "line": 341,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12108,
      "end": 12109,
      "loc": {
        "start": {
          "line": 341,
          "column": 35
        },
        "end": {
          "line": 341,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "removeColumn",
      "start": 12109,
      "end": 12121,
      "loc": {
        "start": {
          "line": 341,
          "column": 36
        },
        "end": {
          "line": 341,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12121,
      "end": 12122,
      "loc": {
        "start": {
          "line": 341,
          "column": 48
        },
        "end": {
          "line": 341,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "call",
      "start": 12122,
      "end": 12126,
      "loc": {
        "start": {
          "line": 341,
          "column": 49
        },
        "end": {
          "line": 341,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12126,
      "end": 12127,
      "loc": {
        "start": {
          "line": 341,
          "column": 53
        },
        "end": {
          "line": 341,
          "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": 12127,
      "end": 12131,
      "loc": {
        "start": {
          "line": 341,
          "column": 54
        },
        "end": {
          "line": 341,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12131,
      "end": 12132,
      "loc": {
        "start": {
          "line": 341,
          "column": 58
        },
        "end": {
          "line": 341,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "tableName",
      "start": 12133,
      "end": 12142,
      "loc": {
        "start": {
          "line": 341,
          "column": 60
        },
        "end": {
          "line": 341,
          "column": 69
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12142,
      "end": 12143,
      "loc": {
        "start": {
          "line": 341,
          "column": 69
        },
        "end": {
          "line": 341,
          "column": 70
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attributeName",
      "start": 12144,
      "end": 12157,
      "loc": {
        "start": {
          "line": 341,
          "column": 71
        },
        "end": {
          "line": 341,
          "column": 84
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12157,
      "end": 12158,
      "loc": {
        "start": {
          "line": 341,
          "column": 84
        },
        "end": {
          "line": 341,
          "column": 85
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 12159,
      "end": 12166,
      "loc": {
        "start": {
          "line": 341,
          "column": 86
        },
        "end": {
          "line": 341,
          "column": 93
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12166,
      "end": 12167,
      "loc": {
        "start": {
          "line": 341,
          "column": 93
        },
        "end": {
          "line": 341,
          "column": 94
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12167,
      "end": 12168,
      "loc": {
        "start": {
          "line": 341,
          "column": 94
        },
        "end": {
          "line": 341,
          "column": 95
        }
      }
    },
    {
      "type": {
        "label": "case",
        "keyword": "case",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "case",
      "start": 12175,
      "end": 12179,
      "loc": {
        "start": {
          "line": 342,
          "column": 6
        },
        "end": {
          "line": 342,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "mysql",
      "start": 12180,
      "end": 12187,
      "loc": {
        "start": {
          "line": 342,
          "column": 11
        },
        "end": {
          "line": 342,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12187,
      "end": 12188,
      "loc": {
        "start": {
          "line": 342,
          "column": 18
        },
        "end": {
          "line": 342,
          "column": 19
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " mysql needs special treatment as it cannot drop a column with a foreign key constraint",
      "start": 12197,
      "end": 12286,
      "loc": {
        "start": {
          "line": 343,
          "column": 8
        },
        "end": {
          "line": 343,
          "column": 97
        }
      }
    },
    {
      "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": 12295,
      "end": 12301,
      "loc": {
        "start": {
          "line": 344,
          "column": 8
        },
        "end": {
          "line": 344,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "MySQLQueryInterface",
      "start": 12302,
      "end": 12321,
      "loc": {
        "start": {
          "line": 344,
          "column": 15
        },
        "end": {
          "line": 344,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12321,
      "end": 12322,
      "loc": {
        "start": {
          "line": 344,
          "column": 34
        },
        "end": {
          "line": 344,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "removeColumn",
      "start": 12322,
      "end": 12334,
      "loc": {
        "start": {
          "line": 344,
          "column": 35
        },
        "end": {
          "line": 344,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12334,
      "end": 12335,
      "loc": {
        "start": {
          "line": 344,
          "column": 47
        },
        "end": {
          "line": 344,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "call",
      "start": 12335,
      "end": 12339,
      "loc": {
        "start": {
          "line": 344,
          "column": 48
        },
        "end": {
          "line": 344,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12339,
      "end": 12340,
      "loc": {
        "start": {
          "line": 344,
          "column": 52
        },
        "end": {
          "line": 344,
          "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": 12340,
      "end": 12344,
      "loc": {
        "start": {
          "line": 344,
          "column": 53
        },
        "end": {
          "line": 344,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12344,
      "end": 12345,
      "loc": {
        "start": {
          "line": 344,
          "column": 57
        },
        "end": {
          "line": 344,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "tableName",
      "start": 12346,
      "end": 12355,
      "loc": {
        "start": {
          "line": 344,
          "column": 59
        },
        "end": {
          "line": 344,
          "column": 68
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12355,
      "end": 12356,
      "loc": {
        "start": {
          "line": 344,
          "column": 68
        },
        "end": {
          "line": 344,
          "column": 69
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attributeName",
      "start": 12357,
      "end": 12370,
      "loc": {
        "start": {
          "line": 344,
          "column": 70
        },
        "end": {
          "line": 344,
          "column": 83
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12370,
      "end": 12371,
      "loc": {
        "start": {
          "line": 344,
          "column": 83
        },
        "end": {
          "line": 344,
          "column": 84
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 12372,
      "end": 12379,
      "loc": {
        "start": {
          "line": 344,
          "column": 85
        },
        "end": {
          "line": 344,
          "column": 92
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12379,
      "end": 12380,
      "loc": {
        "start": {
          "line": 344,
          "column": 92
        },
        "end": {
          "line": 344,
          "column": 93
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12380,
      "end": 12381,
      "loc": {
        "start": {
          "line": 344,
          "column": 93
        },
        "end": {
          "line": 344,
          "column": 94
        }
      }
    },
    {
      "type": {
        "label": "default",
        "keyword": "default",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "default",
      "start": 12388,
      "end": 12395,
      "loc": {
        "start": {
          "line": 345,
          "column": 6
        },
        "end": {
          "line": 345,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12395,
      "end": 12396,
      "loc": {
        "start": {
          "line": 345,
          "column": 13
        },
        "end": {
          "line": 345,
          "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": 12405,
      "end": 12411,
      "loc": {
        "start": {
          "line": 346,
          "column": 8
        },
        "end": {
          "line": 346,
          "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": 12412,
      "end": 12416,
      "loc": {
        "start": {
          "line": 346,
          "column": 15
        },
        "end": {
          "line": 346,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12416,
      "end": 12417,
      "loc": {
        "start": {
          "line": 346,
          "column": 19
        },
        "end": {
          "line": 346,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sequelize",
      "start": 12417,
      "end": 12426,
      "loc": {
        "start": {
          "line": 346,
          "column": 20
        },
        "end": {
          "line": 346,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12426,
      "end": 12427,
      "loc": {
        "start": {
          "line": 346,
          "column": 29
        },
        "end": {
          "line": 346,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "query",
      "start": 12427,
      "end": 12432,
      "loc": {
        "start": {
          "line": 346,
          "column": 30
        },
        "end": {
          "line": 346,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12432,
      "end": 12433,
      "loc": {
        "start": {
          "line": 346,
          "column": 35
        },
        "end": {
          "line": 346,
          "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": 12433,
      "end": 12437,
      "loc": {
        "start": {
          "line": 346,
          "column": 36
        },
        "end": {
          "line": 346,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12437,
      "end": 12438,
      "loc": {
        "start": {
          "line": 346,
          "column": 40
        },
        "end": {
          "line": 346,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "QueryGenerator",
      "start": 12438,
      "end": 12452,
      "loc": {
        "start": {
          "line": 346,
          "column": 41
        },
        "end": {
          "line": 346,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12452,
      "end": 12453,
      "loc": {
        "start": {
          "line": 346,
          "column": 55
        },
        "end": {
          "line": 346,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "removeColumnQuery",
      "start": 12453,
      "end": 12470,
      "loc": {
        "start": {
          "line": 346,
          "column": 56
        },
        "end": {
          "line": 346,
          "column": 73
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12470,
      "end": 12471,
      "loc": {
        "start": {
          "line": 346,
          "column": 73
        },
        "end": {
          "line": 346,
          "column": 74
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "tableName",
      "start": 12471,
      "end": 12480,
      "loc": {
        "start": {
          "line": 346,
          "column": 74
        },
        "end": {
          "line": 346,
          "column": 83
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12480,
      "end": 12481,
      "loc": {
        "start": {
          "line": 346,
          "column": 83
        },
        "end": {
          "line": 346,
          "column": 84
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attributeName",
      "start": 12482,
      "end": 12495,
      "loc": {
        "start": {
          "line": 346,
          "column": 85
        },
        "end": {
          "line": 346,
          "column": 98
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12495,
      "end": 12496,
      "loc": {
        "start": {
          "line": 346,
          "column": 98
        },
        "end": {
          "line": 346,
          "column": 99
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12496,
      "end": 12497,
      "loc": {
        "start": {
          "line": 346,
          "column": 99
        },
        "end": {
          "line": 346,
          "column": 100
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 12498,
      "end": 12505,
      "loc": {
        "start": {
          "line": 346,
          "column": 101
        },
        "end": {
          "line": 346,
          "column": 108
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12505,
      "end": 12506,
      "loc": {
        "start": {
          "line": 346,
          "column": 108
        },
        "end": {
          "line": 346,
          "column": 109
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12506,
      "end": 12507,
      "loc": {
        "start": {
          "line": 346,
          "column": 109
        },
        "end": {
          "line": 346,
          "column": 110
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12512,
      "end": 12513,
      "loc": {
        "start": {
          "line": 347,
          "column": 4
        },
        "end": {
          "line": 347,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12516,
      "end": 12517,
      "loc": {
        "start": {
          "line": 348,
          "column": 2
        },
        "end": {
          "line": 348,
          "column": 3
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "changeColumn",
      "start": 12521,
      "end": 12533,
      "loc": {
        "start": {
          "line": 350,
          "column": 2
        },
        "end": {
          "line": 350,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12533,
      "end": 12534,
      "loc": {
        "start": {
          "line": 350,
          "column": 14
        },
        "end": {
          "line": 350,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "tableName",
      "start": 12534,
      "end": 12543,
      "loc": {
        "start": {
          "line": 350,
          "column": 15
        },
        "end": {
          "line": 350,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12543,
      "end": 12544,
      "loc": {
        "start": {
          "line": 350,
          "column": 24
        },
        "end": {
          "line": 350,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attributeName",
      "start": 12545,
      "end": 12558,
      "loc": {
        "start": {
          "line": 350,
          "column": 26
        },
        "end": {
          "line": 350,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12558,
      "end": 12559,
      "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": "dataTypeOrOptions",
      "start": 12560,
      "end": 12577,
      "loc": {
        "start": {
          "line": 350,
          "column": 41
        },
        "end": {
          "line": 350,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12577,
      "end": 12578,
      "loc": {
        "start": {
          "line": 350,
          "column": 58
        },
        "end": {
          "line": 350,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 12579,
      "end": 12586,
      "loc": {
        "start": {
          "line": 350,
          "column": 60
        },
        "end": {
          "line": 350,
          "column": 67
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12586,
      "end": 12587,
      "loc": {
        "start": {
          "line": 350,
          "column": 67
        },
        "end": {
          "line": 350,
          "column": 68
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12588,
      "end": 12589,
      "loc": {
        "start": {
          "line": 350,
          "column": 69
        },
        "end": {
          "line": 350,
          "column": 70
        }
      }
    },
    {
      "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": 12594,
      "end": 12599,
      "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": "attributes",
      "start": 12600,
      "end": 12610,
      "loc": {
        "start": {
          "line": 351,
          "column": 10
        },
        "end": {
          "line": 351,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 12611,
      "end": 12612,
      "loc": {
        "start": {
          "line": 351,
          "column": 21
        },
        "end": {
          "line": 351,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12613,
      "end": 12614,
      "loc": {
        "start": {
          "line": 351,
          "column": 23
        },
        "end": {
          "line": 351,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12614,
      "end": 12615,
      "loc": {
        "start": {
          "line": 351,
          "column": 24
        },
        "end": {
          "line": 351,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12615,
      "end": 12616,
      "loc": {
        "start": {
          "line": 351,
          "column": 25
        },
        "end": {
          "line": 351,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 12621,
      "end": 12628,
      "loc": {
        "start": {
          "line": 352,
          "column": 4
        },
        "end": {
          "line": 352,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 12629,
      "end": 12630,
      "loc": {
        "start": {
          "line": 352,
          "column": 12
        },
        "end": {
          "line": 352,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 12631,
      "end": 12638,
      "loc": {
        "start": {
          "line": 352,
          "column": 14
        },
        "end": {
          "line": 352,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "||",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 1,
        "updateContext": null
      },
      "value": "||",
      "start": 12639,
      "end": 12641,
      "loc": {
        "start": {
          "line": 352,
          "column": 22
        },
        "end": {
          "line": 352,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12642,
      "end": 12643,
      "loc": {
        "start": {
          "line": 352,
          "column": 25
        },
        "end": {
          "line": 352,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12643,
      "end": 12644,
      "loc": {
        "start": {
          "line": 352,
          "column": 26
        },
        "end": {
          "line": 352,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12644,
      "end": 12645,
      "loc": {
        "start": {
          "line": 352,
          "column": 27
        },
        "end": {
          "line": 352,
          "column": 28
        }
      }
    },
    {
      "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": 12651,
      "end": 12653,
      "loc": {
        "start": {
          "line": 354,
          "column": 4
        },
        "end": {
          "line": 354,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12654,
      "end": 12655,
      "loc": {
        "start": {
          "line": 354,
          "column": 7
        },
        "end": {
          "line": 354,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Utils",
      "start": 12655,
      "end": 12660,
      "loc": {
        "start": {
          "line": 354,
          "column": 8
        },
        "end": {
          "line": 354,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12660,
      "end": 12661,
      "loc": {
        "start": {
          "line": 354,
          "column": 13
        },
        "end": {
          "line": 354,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_",
      "start": 12661,
      "end": 12662,
      "loc": {
        "start": {
          "line": 354,
          "column": 14
        },
        "end": {
          "line": 354,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12662,
      "end": 12663,
      "loc": {
        "start": {
          "line": 354,
          "column": 15
        },
        "end": {
          "line": 354,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "values",
      "start": 12663,
      "end": 12669,
      "loc": {
        "start": {
          "line": 354,
          "column": 16
        },
        "end": {
          "line": 354,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12669,
      "end": 12670,
      "loc": {
        "start": {
          "line": 354,
          "column": 22
        },
        "end": {
          "line": 354,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "DataTypes",
      "start": 12670,
      "end": 12679,
      "loc": {
        "start": {
          "line": 354,
          "column": 23
        },
        "end": {
          "line": 354,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12679,
      "end": 12680,
      "loc": {
        "start": {
          "line": 354,
          "column": 32
        },
        "end": {
          "line": 354,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12680,
      "end": 12681,
      "loc": {
        "start": {
          "line": 354,
          "column": 33
        },
        "end": {
          "line": 354,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "indexOf",
      "start": 12681,
      "end": 12688,
      "loc": {
        "start": {
          "line": 354,
          "column": 34
        },
        "end": {
          "line": 354,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12688,
      "end": 12689,
      "loc": {
        "start": {
          "line": 354,
          "column": 41
        },
        "end": {
          "line": 354,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dataTypeOrOptions",
      "start": 12689,
      "end": 12706,
      "loc": {
        "start": {
          "line": 354,
          "column": 42
        },
        "end": {
          "line": 354,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12706,
      "end": 12707,
      "loc": {
        "start": {
          "line": 354,
          "column": 59
        },
        "end": {
          "line": 354,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": "</>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 7,
        "updateContext": null
      },
      "value": ">",
      "start": 12708,
      "end": 12709,
      "loc": {
        "start": {
          "line": 354,
          "column": 61
        },
        "end": {
          "line": 354,
          "column": 62
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "-",
      "start": 12710,
      "end": 12711,
      "loc": {
        "start": {
          "line": 354,
          "column": 63
        },
        "end": {
          "line": 354,
          "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": 12711,
      "end": 12712,
      "loc": {
        "start": {
          "line": 354,
          "column": 64
        },
        "end": {
          "line": 354,
          "column": 65
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12712,
      "end": 12713,
      "loc": {
        "start": {
          "line": 354,
          "column": 65
        },
        "end": {
          "line": 354,
          "column": 66
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12714,
      "end": 12715,
      "loc": {
        "start": {
          "line": 354,
          "column": 67
        },
        "end": {
          "line": 354,
          "column": 68
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attributes",
      "start": 12722,
      "end": 12732,
      "loc": {
        "start": {
          "line": 355,
          "column": 6
        },
        "end": {
          "line": 355,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12732,
      "end": 12733,
      "loc": {
        "start": {
          "line": 355,
          "column": 16
        },
        "end": {
          "line": 355,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attributeName",
      "start": 12733,
      "end": 12746,
      "loc": {
        "start": {
          "line": 355,
          "column": 17
        },
        "end": {
          "line": 355,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12746,
      "end": 12747,
      "loc": {
        "start": {
          "line": 355,
          "column": 30
        },
        "end": {
          "line": 355,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 12748,
      "end": 12749,
      "loc": {
        "start": {
          "line": 355,
          "column": 32
        },
        "end": {
          "line": 355,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12750,
      "end": 12751,
      "loc": {
        "start": {
          "line": 355,
          "column": 34
        },
        "end": {
          "line": 355,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "type",
      "start": 12752,
      "end": 12756,
      "loc": {
        "start": {
          "line": 355,
          "column": 36
        },
        "end": {
          "line": 355,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12756,
      "end": 12757,
      "loc": {
        "start": {
          "line": 355,
          "column": 40
        },
        "end": {
          "line": 355,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dataTypeOrOptions",
      "start": 12758,
      "end": 12775,
      "loc": {
        "start": {
          "line": 355,
          "column": 42
        },
        "end": {
          "line": 355,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12775,
      "end": 12776,
      "loc": {
        "start": {
          "line": 355,
          "column": 59
        },
        "end": {
          "line": 355,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "allowNull",
      "start": 12777,
      "end": 12786,
      "loc": {
        "start": {
          "line": 355,
          "column": 61
        },
        "end": {
          "line": 355,
          "column": 70
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12786,
      "end": 12787,
      "loc": {
        "start": {
          "line": 355,
          "column": 70
        },
        "end": {
          "line": 355,
          "column": 71
        }
      }
    },
    {
      "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": 12788,
      "end": 12792,
      "loc": {
        "start": {
          "line": 355,
          "column": 72
        },
        "end": {
          "line": 355,
          "column": 76
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12793,
      "end": 12794,
      "loc": {
        "start": {
          "line": 355,
          "column": 77
        },
        "end": {
          "line": 355,
          "column": 78
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12794,
      "end": 12795,
      "loc": {
        "start": {
          "line": 355,
          "column": 78
        },
        "end": {
          "line": 355,
          "column": 79
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12800,
      "end": 12801,
      "loc": {
        "start": {
          "line": 356,
          "column": 4
        },
        "end": {
          "line": 356,
          "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": 12802,
      "end": 12806,
      "loc": {
        "start": {
          "line": 356,
          "column": 6
        },
        "end": {
          "line": 356,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12807,
      "end": 12808,
      "loc": {
        "start": {
          "line": 356,
          "column": 11
        },
        "end": {
          "line": 356,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attributes",
      "start": 12815,
      "end": 12825,
      "loc": {
        "start": {
          "line": 357,
          "column": 6
        },
        "end": {
          "line": 357,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12825,
      "end": 12826,
      "loc": {
        "start": {
          "line": 357,
          "column": 16
        },
        "end": {
          "line": 357,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attributeName",
      "start": 12826,
      "end": 12839,
      "loc": {
        "start": {
          "line": 357,
          "column": 17
        },
        "end": {
          "line": 357,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12839,
      "end": 12840,
      "loc": {
        "start": {
          "line": 357,
          "column": 30
        },
        "end": {
          "line": 357,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 12841,
      "end": 12842,
      "loc": {
        "start": {
          "line": 357,
          "column": 32
        },
        "end": {
          "line": 357,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dataTypeOrOptions",
      "start": 12843,
      "end": 12860,
      "loc": {
        "start": {
          "line": 357,
          "column": 34
        },
        "end": {
          "line": 357,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12860,
      "end": 12861,
      "loc": {
        "start": {
          "line": 357,
          "column": 51
        },
        "end": {
          "line": 357,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12866,
      "end": 12867,
      "loc": {
        "start": {
          "line": 358,
          "column": 4
        },
        "end": {
          "line": 358,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attributes",
      "start": 12873,
      "end": 12883,
      "loc": {
        "start": {
          "line": 360,
          "column": 4
        },
        "end": {
          "line": 360,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12883,
      "end": 12884,
      "loc": {
        "start": {
          "line": 360,
          "column": 14
        },
        "end": {
          "line": 360,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attributeName",
      "start": 12884,
      "end": 12897,
      "loc": {
        "start": {
          "line": 360,
          "column": 15
        },
        "end": {
          "line": 360,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12897,
      "end": 12898,
      "loc": {
        "start": {
          "line": 360,
          "column": 28
        },
        "end": {
          "line": 360,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12898,
      "end": 12899,
      "loc": {
        "start": {
          "line": 360,
          "column": 29
        },
        "end": {
          "line": 360,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "type",
      "start": 12899,
      "end": 12903,
      "loc": {
        "start": {
          "line": 360,
          "column": 30
        },
        "end": {
          "line": 360,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 12904,
      "end": 12905,
      "loc": {
        "start": {
          "line": 360,
          "column": 35
        },
        "end": {
          "line": 360,
          "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": 12906,
      "end": 12910,
      "loc": {
        "start": {
          "line": 360,
          "column": 37
        },
        "end": {
          "line": 360,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12910,
      "end": 12911,
      "loc": {
        "start": {
          "line": 360,
          "column": 41
        },
        "end": {
          "line": 360,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sequelize",
      "start": 12911,
      "end": 12920,
      "loc": {
        "start": {
          "line": 360,
          "column": 42
        },
        "end": {
          "line": 360,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12920,
      "end": 12921,
      "loc": {
        "start": {
          "line": 360,
          "column": 51
        },
        "end": {
          "line": 360,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "normalizeDataType",
      "start": 12921,
      "end": 12938,
      "loc": {
        "start": {
          "line": 360,
          "column": 52
        },
        "end": {
          "line": 360,
          "column": 69
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12938,
      "end": 12939,
      "loc": {
        "start": {
          "line": 360,
          "column": 69
        },
        "end": {
          "line": 360,
          "column": 70
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attributes",
      "start": 12939,
      "end": 12949,
      "loc": {
        "start": {
          "line": 360,
          "column": 70
        },
        "end": {
          "line": 360,
          "column": 80
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12949,
      "end": 12950,
      "loc": {
        "start": {
          "line": 360,
          "column": 80
        },
        "end": {
          "line": 360,
          "column": 81
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attributeName",
      "start": 12950,
      "end": 12963,
      "loc": {
        "start": {
          "line": 360,
          "column": 81
        },
        "end": {
          "line": 360,
          "column": 94
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12963,
      "end": 12964,
      "loc": {
        "start": {
          "line": 360,
          "column": 94
        },
        "end": {
          "line": 360,
          "column": 95
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12964,
      "end": 12965,
      "loc": {
        "start": {
          "line": 360,
          "column": 95
        },
        "end": {
          "line": 360,
          "column": 96
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "type",
      "start": 12965,
      "end": 12969,
      "loc": {
        "start": {
          "line": 360,
          "column": 96
        },
        "end": {
          "line": 360,
          "column": 100
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12969,
      "end": 12970,
      "loc": {
        "start": {
          "line": 360,
          "column": 100
        },
        "end": {
          "line": 360,
          "column": 101
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12970,
      "end": 12971,
      "loc": {
        "start": {
          "line": 360,
          "column": 101
        },
        "end": {
          "line": 360,
          "column": 102
        }
      }
    },
    {
      "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": 12977,
      "end": 12979,
      "loc": {
        "start": {
          "line": 362,
          "column": 4
        },
        "end": {
          "line": 362,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12980,
      "end": 12981,
      "loc": {
        "start": {
          "line": 362,
          "column": 7
        },
        "end": {
          "line": 362,
          "column": 8
        }
      }
    },
    {
      "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": 12981,
      "end": 12985,
      "loc": {
        "start": {
          "line": 362,
          "column": 8
        },
        "end": {
          "line": 362,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12985,
      "end": 12986,
      "loc": {
        "start": {
          "line": 362,
          "column": 12
        },
        "end": {
          "line": 362,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sequelize",
      "start": 12986,
      "end": 12995,
      "loc": {
        "start": {
          "line": 362,
          "column": 13
        },
        "end": {
          "line": 362,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12995,
      "end": 12996,
      "loc": {
        "start": {
          "line": 362,
          "column": 22
        },
        "end": {
          "line": 362,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 12996,
      "end": 13003,
      "loc": {
        "start": {
          "line": 362,
          "column": 23
        },
        "end": {
          "line": 362,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 13003,
      "end": 13004,
      "loc": {
        "start": {
          "line": 362,
          "column": 30
        },
        "end": {
          "line": 362,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dialect",
      "start": 13004,
      "end": 13011,
      "loc": {
        "start": {
          "line": 362,
          "column": 31
        },
        "end": {
          "line": 362,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "===",
      "start": 13012,
      "end": 13015,
      "loc": {
        "start": {
          "line": 362,
          "column": 39
        },
        "end": {
          "line": 362,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "sqlite",
      "start": 13016,
      "end": 13024,
      "loc": {
        "start": {
          "line": 362,
          "column": 43
        },
        "end": {
          "line": 362,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13024,
      "end": 13025,
      "loc": {
        "start": {
          "line": 362,
          "column": 51
        },
        "end": {
          "line": 362,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13026,
      "end": 13027,
      "loc": {
        "start": {
          "line": 362,
          "column": 53
        },
        "end": {
          "line": 362,
          "column": 54
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " sqlite needs some special treatment as it cannot change a column",
      "start": 13034,
      "end": 13101,
      "loc": {
        "start": {
          "line": 363,
          "column": 6
        },
        "end": {
          "line": 363,
          "column": 73
        }
      }
    },
    {
      "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": 13108,
      "end": 13114,
      "loc": {
        "start": {
          "line": 364,
          "column": 6
        },
        "end": {
          "line": 364,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "SQLiteQueryInterface",
      "start": 13115,
      "end": 13135,
      "loc": {
        "start": {
          "line": 364,
          "column": 13
        },
        "end": {
          "line": 364,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 13135,
      "end": 13136,
      "loc": {
        "start": {
          "line": 364,
          "column": 33
        },
        "end": {
          "line": 364,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "changeColumn",
      "start": 13136,
      "end": 13148,
      "loc": {
        "start": {
          "line": 364,
          "column": 34
        },
        "end": {
          "line": 364,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 13148,
      "end": 13149,
      "loc": {
        "start": {
          "line": 364,
          "column": 46
        },
        "end": {
          "line": 364,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "call",
      "start": 13149,
      "end": 13153,
      "loc": {
        "start": {
          "line": 364,
          "column": 47
        },
        "end": {
          "line": 364,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13153,
      "end": 13154,
      "loc": {
        "start": {
          "line": 364,
          "column": 51
        },
        "end": {
          "line": 364,
          "column": 52
        }
      }
    },
    {
      "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": 13154,
      "end": 13158,
      "loc": {
        "start": {
          "line": 364,
          "column": 52
        },
        "end": {
          "line": 364,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 13158,
      "end": 13159,
      "loc": {
        "start": {
          "line": 364,
          "column": 56
        },
        "end": {
          "line": 364,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "tableName",
      "start": 13160,
      "end": 13169,
      "loc": {
        "start": {
          "line": 364,
          "column": 58
        },
        "end": {
          "line": 364,
          "column": 67
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 13169,
      "end": 13170,
      "loc": {
        "start": {
          "line": 364,
          "column": 67
        },
        "end": {
          "line": 364,
          "column": 68
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attributes",
      "start": 13171,
      "end": 13181,
      "loc": {
        "start": {
          "line": 364,
          "column": 69
        },
        "end": {
          "line": 364,
          "column": 79
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 13181,
      "end": 13182,
      "loc": {
        "start": {
          "line": 364,
          "column": 79
        },
        "end": {
          "line": 364,
          "column": 80
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 13183,
      "end": 13190,
      "loc": {
        "start": {
          "line": 364,
          "column": 81
        },
        "end": {
          "line": 364,
          "column": 88
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13190,
      "end": 13191,
      "loc": {
        "start": {
          "line": 364,
          "column": 88
        },
        "end": {
          "line": 364,
          "column": 89
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 13191,
      "end": 13192,
      "loc": {
        "start": {
          "line": 364,
          "column": 89
        },
        "end": {
          "line": 364,
          "column": 90
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13197,
      "end": 13198,
      "loc": {
        "start": {
          "line": 365,
          "column": 4
        },
        "end": {
          "line": 365,
          "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": 13199,
      "end": 13203,
      "loc": {
        "start": {
          "line": 365,
          "column": 6
        },
        "end": {
          "line": 365,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13204,
      "end": 13205,
      "loc": {
        "start": {
          "line": 365,
          "column": 11
        },
        "end": {
          "line": 365,
          "column": 12
        }
      }
    },
    {
      "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": 13212,
      "end": 13217,
      "loc": {
        "start": {
          "line": 366,
          "column": 6
        },
        "end": {
          "line": 366,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "query",
      "start": 13218,
      "end": 13223,
      "loc": {
        "start": {
          "line": 366,
          "column": 12
        },
        "end": {
          "line": 366,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 13224,
      "end": 13225,
      "loc": {
        "start": {
          "line": 366,
          "column": 18
        },
        "end": {
          "line": 366,
          "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": 13226,
      "end": 13230,
      "loc": {
        "start": {
          "line": 366,
          "column": 20
        },
        "end": {
          "line": 366,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 13230,
      "end": 13231,
      "loc": {
        "start": {
          "line": 366,
          "column": 24
        },
        "end": {
          "line": 366,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "QueryGenerator",
      "start": 13231,
      "end": 13245,
      "loc": {
        "start": {
          "line": 366,
          "column": 25
        },
        "end": {
          "line": 366,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 13245,
      "end": 13246,
      "loc": {
        "start": {
          "line": 366,
          "column": 39
        },
        "end": {
          "line": 366,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attributesToSQL",
      "start": 13246,
      "end": 13261,
      "loc": {
        "start": {
          "line": 366,
          "column": 40
        },
        "end": {
          "line": 366,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13261,
      "end": 13262,
      "loc": {
        "start": {
          "line": 366,
          "column": 55
        },
        "end": {
          "line": 366,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attributes",
      "start": 13262,
      "end": 13272,
      "loc": {
        "start": {
          "line": 366,
          "column": 56
        },
        "end": {
          "line": 366,
          "column": 66
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13272,
      "end": 13273,
      "loc": {
        "start": {
          "line": 366,
          "column": 66
        },
        "end": {
          "line": 366,
          "column": 67
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 13273,
      "end": 13274,
      "loc": {
        "start": {
          "line": 366,
          "column": 67
        },
        "end": {
          "line": 366,
          "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": 13281,
      "end": 13286,
      "loc": {
        "start": {
          "line": 367,
          "column": 6
        },
        "end": {
          "line": 367,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sql",
      "start": 13287,
      "end": 13290,
      "loc": {
        "start": {
          "line": 367,
          "column": 12
        },
        "end": {
          "line": 367,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 13291,
      "end": 13292,
      "loc": {
        "start": {
          "line": 367,
          "column": 16
        },
        "end": {
          "line": 367,
          "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": 13293,
      "end": 13297,
      "loc": {
        "start": {
          "line": 367,
          "column": 18
        },
        "end": {
          "line": 367,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 13297,
      "end": 13298,
      "loc": {
        "start": {
          "line": 367,
          "column": 22
        },
        "end": {
          "line": 367,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "QueryGenerator",
      "start": 13298,
      "end": 13312,
      "loc": {
        "start": {
          "line": 367,
          "column": 23
        },
        "end": {
          "line": 367,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 13312,
      "end": 13313,
      "loc": {
        "start": {
          "line": 367,
          "column": 37
        },
        "end": {
          "line": 367,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "changeColumnQuery",
      "start": 13313,
      "end": 13330,
      "loc": {
        "start": {
          "line": 367,
          "column": 38
        },
        "end": {
          "line": 367,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13330,
      "end": 13331,
      "loc": {
        "start": {
          "line": 367,
          "column": 55
        },
        "end": {
          "line": 367,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "tableName",
      "start": 13331,
      "end": 13340,
      "loc": {
        "start": {
          "line": 367,
          "column": 56
        },
        "end": {
          "line": 367,
          "column": 65
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 13340,
      "end": 13341,
      "loc": {
        "start": {
          "line": 367,
          "column": 65
        },
        "end": {
          "line": 367,
          "column": 66
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "query",
      "start": 13342,
      "end": 13347,
      "loc": {
        "start": {
          "line": 367,
          "column": 67
        },
        "end": {
          "line": 367,
          "column": 72
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13347,
      "end": 13348,
      "loc": {
        "start": {
          "line": 367,
          "column": 72
        },
        "end": {
          "line": 367,
          "column": 73
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 13348,
      "end": 13349,
      "loc": {
        "start": {
          "line": 367,
          "column": 73
        },
        "end": {
          "line": 367,
          "column": 74
        }
      }
    },
    {
      "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": 13357,
      "end": 13363,
      "loc": {
        "start": {
          "line": 369,
          "column": 6
        },
        "end": {
          "line": 369,
          "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": 13364,
      "end": 13368,
      "loc": {
        "start": {
          "line": 369,
          "column": 13
        },
        "end": {
          "line": 369,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 13368,
      "end": 13369,
      "loc": {
        "start": {
          "line": 369,
          "column": 17
        },
        "end": {
          "line": 369,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sequelize",
      "start": 13369,
      "end": 13378,
      "loc": {
        "start": {
          "line": 369,
          "column": 18
        },
        "end": {
          "line": 369,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 13378,
      "end": 13379,
      "loc": {
        "start": {
          "line": 369,
          "column": 27
        },
        "end": {
          "line": 369,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "query",
      "start": 13379,
      "end": 13384,
      "loc": {
        "start": {
          "line": 369,
          "column": 28
        },
        "end": {
          "line": 369,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13384,
      "end": 13385,
      "loc": {
        "start": {
          "line": 369,
          "column": 33
        },
        "end": {
          "line": 369,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sql",
      "start": 13385,
      "end": 13388,
      "loc": {
        "start": {
          "line": 369,
          "column": 34
        },
        "end": {
          "line": 369,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 13388,
      "end": 13389,
      "loc": {
        "start": {
          "line": 369,
          "column": 37
        },
        "end": {
          "line": 369,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 13390,
      "end": 13397,
      "loc": {
        "start": {
          "line": 369,
          "column": 39
        },
        "end": {
          "line": 369,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13397,
      "end": 13398,
      "loc": {
        "start": {
          "line": 369,
          "column": 46
        },
        "end": {
          "line": 369,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 13398,
      "end": 13399,
      "loc": {
        "start": {
          "line": 369,
          "column": 47
        },
        "end": {
          "line": 369,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13404,
      "end": 13405,
      "loc": {
        "start": {
          "line": 370,
          "column": 4
        },
        "end": {
          "line": 370,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13408,
      "end": 13409,
      "loc": {
        "start": {
          "line": 371,
          "column": 2
        },
        "end": {
          "line": 371,
          "column": 3
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "renameColumn",
      "start": 13413,
      "end": 13425,
      "loc": {
        "start": {
          "line": 373,
          "column": 2
        },
        "end": {
          "line": 373,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13425,
      "end": 13426,
      "loc": {
        "start": {
          "line": 373,
          "column": 14
        },
        "end": {
          "line": 373,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "tableName",
      "start": 13426,
      "end": 13435,
      "loc": {
        "start": {
          "line": 373,
          "column": 15
        },
        "end": {
          "line": 373,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 13435,
      "end": 13436,
      "loc": {
        "start": {
          "line": 373,
          "column": 24
        },
        "end": {
          "line": 373,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attrNameBefore",
      "start": 13437,
      "end": 13451,
      "loc": {
        "start": {
          "line": 373,
          "column": 26
        },
        "end": {
          "line": 373,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 13451,
      "end": 13452,
      "loc": {
        "start": {
          "line": 373,
          "column": 40
        },
        "end": {
          "line": 373,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attrNameAfter",
      "start": 13453,
      "end": 13466,
      "loc": {
        "start": {
          "line": 373,
          "column": 42
        },
        "end": {
          "line": 373,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 13466,
      "end": 13467,
      "loc": {
        "start": {
          "line": 373,
          "column": 55
        },
        "end": {
          "line": 373,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 13468,
      "end": 13475,
      "loc": {
        "start": {
          "line": 373,
          "column": 57
        },
        "end": {
          "line": 373,
          "column": 64
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13475,
      "end": 13476,
      "loc": {
        "start": {
          "line": 373,
          "column": 64
        },
        "end": {
          "line": 373,
          "column": 65
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13477,
      "end": 13478,
      "loc": {
        "start": {
          "line": 373,
          "column": 66
        },
        "end": {
          "line": 373,
          "column": 67
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 13483,
      "end": 13490,
      "loc": {
        "start": {
          "line": 374,
          "column": 4
        },
        "end": {
          "line": 374,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 13491,
      "end": 13492,
      "loc": {
        "start": {
          "line": 374,
          "column": 12
        },
        "end": {
          "line": 374,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 13493,
      "end": 13500,
      "loc": {
        "start": {
          "line": 374,
          "column": 14
        },
        "end": {
          "line": 374,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "||",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 1,
        "updateContext": null
      },
      "value": "||",
      "start": 13501,
      "end": 13503,
      "loc": {
        "start": {
          "line": 374,
          "column": 22
        },
        "end": {
          "line": 374,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13504,
      "end": 13505,
      "loc": {
        "start": {
          "line": 374,
          "column": 25
        },
        "end": {
          "line": 374,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13505,
      "end": 13506,
      "loc": {
        "start": {
          "line": 374,
          "column": 26
        },
        "end": {
          "line": 374,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 13506,
      "end": 13507,
      "loc": {
        "start": {
          "line": 374,
          "column": 27
        },
        "end": {
          "line": 374,
          "column": 28
        }
      }
    },
    {
      "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": 13512,
      "end": 13518,
      "loc": {
        "start": {
          "line": 375,
          "column": 4
        },
        "end": {
          "line": 375,
          "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": 13519,
      "end": 13523,
      "loc": {
        "start": {
          "line": 375,
          "column": 11
        },
        "end": {
          "line": 375,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 13523,
      "end": 13524,
      "loc": {
        "start": {
          "line": 375,
          "column": 15
        },
        "end": {
          "line": 375,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "describeTable",
      "start": 13524,
      "end": 13537,
      "loc": {
        "start": {
          "line": 375,
          "column": 16
        },
        "end": {
          "line": 375,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13537,
      "end": 13538,
      "loc": {
        "start": {
          "line": 375,
          "column": 29
        },
        "end": {
          "line": 375,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "tableName",
      "start": 13538,
      "end": 13547,
      "loc": {
        "start": {
          "line": 375,
          "column": 30
        },
        "end": {
          "line": 375,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 13547,
      "end": 13548,
      "loc": {
        "start": {
          "line": 375,
          "column": 39
        },
        "end": {
          "line": 375,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 13549,
      "end": 13556,
      "loc": {
        "start": {
          "line": 375,
          "column": 41
        },
        "end": {
          "line": 375,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13556,
      "end": 13557,
      "loc": {
        "start": {
          "line": 375,
          "column": 48
        },
        "end": {
          "line": 375,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 13557,
      "end": 13558,
      "loc": {
        "start": {
          "line": 375,
          "column": 49
        },
        "end": {
          "line": 375,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "then",
      "start": 13558,
      "end": 13562,
      "loc": {
        "start": {
          "line": 375,
          "column": 50
        },
        "end": {
          "line": 375,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13562,
      "end": 13563,
      "loc": {
        "start": {
          "line": 375,
          "column": 54
        },
        "end": {
          "line": 375,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "data",
      "start": 13563,
      "end": 13567,
      "loc": {
        "start": {
          "line": 375,
          "column": 55
        },
        "end": {
          "line": 375,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": "=>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 13568,
      "end": 13570,
      "loc": {
        "start": {
          "line": 375,
          "column": 60
        },
        "end": {
          "line": 375,
          "column": 62
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13571,
      "end": 13572,
      "loc": {
        "start": {
          "line": 375,
          "column": 63
        },
        "end": {
          "line": 375,
          "column": 64
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "data",
      "start": 13579,
      "end": 13583,
      "loc": {
        "start": {
          "line": 376,
          "column": 6
        },
        "end": {
          "line": 376,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 13584,
      "end": 13585,
      "loc": {
        "start": {
          "line": 376,
          "column": 11
        },
        "end": {
          "line": 376,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "data",
      "start": 13586,
      "end": 13590,
      "loc": {
        "start": {
          "line": 376,
          "column": 13
        },
        "end": {
          "line": 376,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 13590,
      "end": 13591,
      "loc": {
        "start": {
          "line": 376,
          "column": 17
        },
        "end": {
          "line": 376,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attrNameBefore",
      "start": 13591,
      "end": 13605,
      "loc": {
        "start": {
          "line": 376,
          "column": 18
        },
        "end": {
          "line": 376,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 13605,
      "end": 13606,
      "loc": {
        "start": {
          "line": 376,
          "column": 32
        },
        "end": {
          "line": 376,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "||",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 1,
        "updateContext": null
      },
      "value": "||",
      "start": 13607,
      "end": 13609,
      "loc": {
        "start": {
          "line": 376,
          "column": 34
        },
        "end": {
          "line": 376,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13610,
      "end": 13611,
      "loc": {
        "start": {
          "line": 376,
          "column": 37
        },
        "end": {
          "line": 376,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13611,
      "end": 13612,
      "loc": {
        "start": {
          "line": 376,
          "column": 38
        },
        "end": {
          "line": 376,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 13612,
      "end": 13613,
      "loc": {
        "start": {
          "line": 376,
          "column": 39
        },
        "end": {
          "line": 376,
          "column": 40
        }
      }
    },
    {
      "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": 13621,
      "end": 13626,
      "loc": {
        "start": {
          "line": 378,
          "column": 6
        },
        "end": {
          "line": 378,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_options",
      "start": 13627,
      "end": 13635,
      "loc": {
        "start": {
          "line": 378,
          "column": 12
        },
        "end": {
          "line": 378,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 13636,
      "end": 13637,
      "loc": {
        "start": {
          "line": 378,
          "column": 21
        },
        "end": {
          "line": 378,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13638,
      "end": 13639,
      "loc": {
        "start": {
          "line": 378,
          "column": 23
        },
        "end": {
          "line": 378,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13639,
      "end": 13640,
      "loc": {
        "start": {
          "line": 378,
          "column": 24
        },
        "end": {
          "line": 378,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 13640,
      "end": 13641,
      "loc": {
        "start": {
          "line": 378,
          "column": 25
        },
        "end": {
          "line": 378,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_options",
      "start": 13649,
      "end": 13657,
      "loc": {
        "start": {
          "line": 380,
          "column": 6
        },
        "end": {
          "line": 380,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 13657,
      "end": 13658,
      "loc": {
        "start": {
          "line": 380,
          "column": 14
        },
        "end": {
          "line": 380,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attrNameAfter",
      "start": 13658,
      "end": 13671,
      "loc": {
        "start": {
          "line": 380,
          "column": 15
        },
        "end": {
          "line": 380,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 13671,
      "end": 13672,
      "loc": {
        "start": {
          "line": 380,
          "column": 28
        },
        "end": {
          "line": 380,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 13673,
      "end": 13674,
      "loc": {
        "start": {
          "line": 380,
          "column": 30
        },
        "end": {
          "line": 380,
          "column": 31
        }
      }
    },
    {
      "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": 380,
          "column": 32
        },
        "end": {
          "line": 380,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attribute",
      "start": 13685,
      "end": 13694,
      "loc": {
        "start": {
          "line": 381,
          "column": 8
        },
        "end": {
          "line": 381,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 13694,
      "end": 13695,
      "loc": {
        "start": {
          "line": 381,
          "column": 17
        },
        "end": {
          "line": 381,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attrNameAfter",
      "start": 13696,
      "end": 13709,
      "loc": {
        "start": {
          "line": 381,
          "column": 19
        },
        "end": {
          "line": 381,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 13709,
      "end": 13710,
      "loc": {
        "start": {
          "line": 381,
          "column": 32
        },
        "end": {
          "line": 381,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "type",
      "start": 13719,
      "end": 13723,
      "loc": {
        "start": {
          "line": 382,
          "column": 8
        },
        "end": {
          "line": 382,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 13723,
      "end": 13724,
      "loc": {
        "start": {
          "line": 382,
          "column": 12
        },
        "end": {
          "line": 382,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "data",
      "start": 13725,
      "end": 13729,
      "loc": {
        "start": {
          "line": 382,
          "column": 14
        },
        "end": {
          "line": 382,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 13729,
      "end": 13730,
      "loc": {
        "start": {
          "line": 382,
          "column": 18
        },
        "end": {
          "line": 382,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "type",
      "start": 13730,
      "end": 13734,
      "loc": {
        "start": {
          "line": 382,
          "column": 19
        },
        "end": {
          "line": 382,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 13734,
      "end": 13735,
      "loc": {
        "start": {
          "line": 382,
          "column": 23
        },
        "end": {
          "line": 382,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "allowNull",
      "start": 13744,
      "end": 13753,
      "loc": {
        "start": {
          "line": 383,
          "column": 8
        },
        "end": {
          "line": 383,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 13753,
      "end": 13754,
      "loc": {
        "start": {
          "line": 383,
          "column": 17
        },
        "end": {
          "line": 383,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "data",
      "start": 13755,
      "end": 13759,
      "loc": {
        "start": {
          "line": 383,
          "column": 19
        },
        "end": {
          "line": 383,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 13759,
      "end": 13760,
      "loc": {
        "start": {
          "line": 383,
          "column": 23
        },
        "end": {
          "line": 383,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "allowNull",
      "start": 13760,
      "end": 13769,
      "loc": {
        "start": {
          "line": 383,
          "column": 24
        },
        "end": {
          "line": 383,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 13769,
      "end": 13770,
      "loc": {
        "start": {
          "line": 383,
          "column": 33
        },
        "end": {
          "line": 383,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "defaultValue",
      "start": 13779,
      "end": 13791,
      "loc": {
        "start": {
          "line": 384,
          "column": 8
        },
        "end": {
          "line": 384,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 13791,
      "end": 13792,
      "loc": {
        "start": {
          "line": 384,
          "column": 20
        },
        "end": {
          "line": 384,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "data",
      "start": 13793,
      "end": 13797,
      "loc": {
        "start": {
          "line": 384,
          "column": 22
        },
        "end": {
          "line": 384,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 13797,
      "end": 13798,
      "loc": {
        "start": {
          "line": 384,
          "column": 26
        },
        "end": {
          "line": 384,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "defaultValue",
      "start": 13798,
      "end": 13810,
      "loc": {
        "start": {
          "line": 384,
          "column": 27
        },
        "end": {
          "line": 384,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13817,
      "end": 13818,
      "loc": {
        "start": {
          "line": 385,
          "column": 6
        },
        "end": {
          "line": 385,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 13818,
      "end": 13819,
      "loc": {
        "start": {
          "line": 385,
          "column": 7
        },
        "end": {
          "line": 385,
          "column": 8
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " fix: a not-null column cannot have null as default value",
      "start": 13827,
      "end": 13886,
      "loc": {
        "start": {
          "line": 387,
          "column": 6
        },
        "end": {
          "line": 387,
          "column": 65
        }
      }
    },
    {
      "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": 13893,
      "end": 13895,
      "loc": {
        "start": {
          "line": 388,
          "column": 6
        },
        "end": {
          "line": 388,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13896,
      "end": 13897,
      "loc": {
        "start": {
          "line": 388,
          "column": 9
        },
        "end": {
          "line": 388,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "data",
      "start": 13897,
      "end": 13901,
      "loc": {
        "start": {
          "line": 388,
          "column": 10
        },
        "end": {
          "line": 388,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 13901,
      "end": 13902,
      "loc": {
        "start": {
          "line": 388,
          "column": 14
        },
        "end": {
          "line": 388,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "defaultValue",
      "start": 13902,
      "end": 13914,
      "loc": {
        "start": {
          "line": 388,
          "column": 15
        },
        "end": {
          "line": 388,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "===",
      "start": 13915,
      "end": 13918,
      "loc": {
        "start": {
          "line": 388,
          "column": 28
        },
        "end": {
          "line": 388,
          "column": 31
        }
      }
    },
    {
      "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": 13919,
      "end": 13923,
      "loc": {
        "start": {
          "line": 388,
          "column": 32
        },
        "end": {
          "line": 388,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "&&",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 2,
        "updateContext": null
      },
      "value": "&&",
      "start": 13924,
      "end": 13926,
      "loc": {
        "start": {
          "line": 388,
          "column": 37
        },
        "end": {
          "line": 388,
          "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": 13927,
      "end": 13928,
      "loc": {
        "start": {
          "line": 388,
          "column": 40
        },
        "end": {
          "line": 388,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "data",
      "start": 13928,
      "end": 13932,
      "loc": {
        "start": {
          "line": 388,
          "column": 41
        },
        "end": {
          "line": 388,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 13932,
      "end": 13933,
      "loc": {
        "start": {
          "line": 388,
          "column": 45
        },
        "end": {
          "line": 388,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "allowNull",
      "start": 13933,
      "end": 13942,
      "loc": {
        "start": {
          "line": 388,
          "column": 46
        },
        "end": {
          "line": 388,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13942,
      "end": 13943,
      "loc": {
        "start": {
          "line": 388,
          "column": 55
        },
        "end": {
          "line": 388,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13944,
      "end": 13945,
      "loc": {
        "start": {
          "line": 388,
          "column": 57
        },
        "end": {
          "line": 388,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": "delete",
        "keyword": "delete",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "delete",
      "start": 13954,
      "end": 13960,
      "loc": {
        "start": {
          "line": 389,
          "column": 8
        },
        "end": {
          "line": 389,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_options",
      "start": 13961,
      "end": 13969,
      "loc": {
        "start": {
          "line": 389,
          "column": 15
        },
        "end": {
          "line": 389,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 13969,
      "end": 13970,
      "loc": {
        "start": {
          "line": 389,
          "column": 23
        },
        "end": {
          "line": 389,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attrNameAfter",
      "start": 13970,
      "end": 13983,
      "loc": {
        "start": {
          "line": 389,
          "column": 24
        },
        "end": {
          "line": 389,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 13983,
      "end": 13984,
      "loc": {
        "start": {
          "line": 389,
          "column": 37
        },
        "end": {
          "line": 389,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 13984,
      "end": 13985,
      "loc": {
        "start": {
          "line": 389,
          "column": 38
        },
        "end": {
          "line": 389,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "defaultValue",
      "start": 13985,
      "end": 13997,
      "loc": {
        "start": {
          "line": 389,
          "column": 39
        },
        "end": {
          "line": 389,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 13997,
      "end": 13998,
      "loc": {
        "start": {
          "line": 389,
          "column": 51
        },
        "end": {
          "line": 389,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 14005,
      "end": 14006,
      "loc": {
        "start": {
          "line": 390,
          "column": 6
        },
        "end": {
          "line": 390,
          "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": 14014,
      "end": 14016,
      "loc": {
        "start": {
          "line": 392,
          "column": 6
        },
        "end": {
          "line": 392,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 14017,
      "end": 14018,
      "loc": {
        "start": {
          "line": 392,
          "column": 9
        },
        "end": {
          "line": 392,
          "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": 14018,
      "end": 14022,
      "loc": {
        "start": {
          "line": 392,
          "column": 10
        },
        "end": {
          "line": 392,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 14022,
      "end": 14023,
      "loc": {
        "start": {
          "line": 392,
          "column": 14
        },
        "end": {
          "line": 392,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sequelize",
      "start": 14023,
      "end": 14032,
      "loc": {
        "start": {
          "line": 392,
          "column": 15
        },
        "end": {
          "line": 392,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 14032,
      "end": 14033,
      "loc": {
        "start": {
          "line": 392,
          "column": 24
        },
        "end": {
          "line": 392,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 14033,
      "end": 14040,
      "loc": {
        "start": {
          "line": 392,
          "column": 25
        },
        "end": {
          "line": 392,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 14040,
      "end": 14041,
      "loc": {
        "start": {
          "line": 392,
          "column": 32
        },
        "end": {
          "line": 392,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dialect",
      "start": 14041,
      "end": 14048,
      "loc": {
        "start": {
          "line": 392,
          "column": 33
        },
        "end": {
          "line": 392,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "===",
      "start": 14049,
      "end": 14052,
      "loc": {
        "start": {
          "line": 392,
          "column": 41
        },
        "end": {
          "line": 392,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "sqlite",
      "start": 14053,
      "end": 14061,
      "loc": {
        "start": {
          "line": 392,
          "column": 45
        },
        "end": {
          "line": 392,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 14061,
      "end": 14062,
      "loc": {
        "start": {
          "line": 392,
          "column": 53
        },
        "end": {
          "line": 392,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 14063,
      "end": 14064,
      "loc": {
        "start": {
          "line": 392,
          "column": 55
        },
        "end": {
          "line": 392,
          "column": 56
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " sqlite needs some special treatment as it cannot rename a column",
      "start": 14073,
      "end": 14140,
      "loc": {
        "start": {
          "line": 393,
          "column": 8
        },
        "end": {
          "line": 393,
          "column": 75
        }
      }
    },
    {
      "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": 14149,
      "end": 14155,
      "loc": {
        "start": {
          "line": 394,
          "column": 8
        },
        "end": {
          "line": 394,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "SQLiteQueryInterface",
      "start": 14156,
      "end": 14176,
      "loc": {
        "start": {
          "line": 394,
          "column": 15
        },
        "end": {
          "line": 394,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 14176,
      "end": 14177,
      "loc": {
        "start": {
          "line": 394,
          "column": 35
        },
        "end": {
          "line": 394,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "renameColumn",
      "start": 14177,
      "end": 14189,
      "loc": {
        "start": {
          "line": 394,
          "column": 36
        },
        "end": {
          "line": 394,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 14189,
      "end": 14190,
      "loc": {
        "start": {
          "line": 394,
          "column": 48
        },
        "end": {
          "line": 394,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "call",
      "start": 14190,
      "end": 14194,
      "loc": {
        "start": {
          "line": 394,
          "column": 49
        },
        "end": {
          "line": 394,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 14194,
      "end": 14195,
      "loc": {
        "start": {
          "line": 394,
          "column": 53
        },
        "end": {
          "line": 394,
          "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": 14195,
      "end": 14199,
      "loc": {
        "start": {
          "line": 394,
          "column": 54
        },
        "end": {
          "line": 394,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 14199,
      "end": 14200,
      "loc": {
        "start": {
          "line": 394,
          "column": 58
        },
        "end": {
          "line": 394,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "tableName",
      "start": 14201,
      "end": 14210,
      "loc": {
        "start": {
          "line": 394,
          "column": 60
        },
        "end": {
          "line": 394,
          "column": 69
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 14210,
      "end": 14211,
      "loc": {
        "start": {
          "line": 394,
          "column": 69
        },
        "end": {
          "line": 394,
          "column": 70
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attrNameBefore",
      "start": 14212,
      "end": 14226,
      "loc": {
        "start": {
          "line": 394,
          "column": 71
        },
        "end": {
          "line": 394,
          "column": 85
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 14226,
      "end": 14227,
      "loc": {
        "start": {
          "line": 394,
          "column": 85
        },
        "end": {
          "line": 394,
          "column": 86
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attrNameAfter",
      "start": 14228,
      "end": 14241,
      "loc": {
        "start": {
          "line": 394,
          "column": 87
        },
        "end": {
          "line": 394,
          "column": 100
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 14241,
      "end": 14242,
      "loc": {
        "start": {
          "line": 394,
          "column": 100
        },
        "end": {
          "line": 394,
          "column": 101
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 14243,
      "end": 14250,
      "loc": {
        "start": {
          "line": 394,
          "column": 102
        },
        "end": {
          "line": 394,
          "column": 109
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 14250,
      "end": 14251,
      "loc": {
        "start": {
          "line": 394,
          "column": 109
        },
        "end": {
          "line": 394,
          "column": 110
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 14251,
      "end": 14252,
      "loc": {
        "start": {
          "line": 394,
          "column": 110
        },
        "end": {
          "line": 394,
          "column": 111
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 14259,
      "end": 14260,
      "loc": {
        "start": {
          "line": 395,
          "column": 6
        },
        "end": {
          "line": 395,
          "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": 14261,
      "end": 14265,
      "loc": {
        "start": {
          "line": 395,
          "column": 8
        },
        "end": {
          "line": 395,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 14266,
      "end": 14267,
      "loc": {
        "start": {
          "line": 395,
          "column": 13
        },
        "end": {
          "line": 395,
          "column": 14
        }
      }
    },
    {
      "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": 14276,
      "end": 14281,
      "loc": {
        "start": {
          "line": 396,
          "column": 8
        },
        "end": {
          "line": 396,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sql",
      "start": 14282,
      "end": 14285,
      "loc": {
        "start": {
          "line": 396,
          "column": 14
        },
        "end": {
          "line": 396,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 14286,
      "end": 14287,
      "loc": {
        "start": {
          "line": 396,
          "column": 18
        },
        "end": {
          "line": 396,
          "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": 14288,
      "end": 14292,
      "loc": {
        "start": {
          "line": 396,
          "column": 20
        },
        "end": {
          "line": 396,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 14292,
      "end": 14293,
      "loc": {
        "start": {
          "line": 396,
          "column": 24
        },
        "end": {
          "line": 396,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "QueryGenerator",
      "start": 14293,
      "end": 14307,
      "loc": {
        "start": {
          "line": 396,
          "column": 25
        },
        "end": {
          "line": 396,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 14307,
      "end": 14308,
      "loc": {
        "start": {
          "line": 396,
          "column": 39
        },
        "end": {
          "line": 396,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "renameColumnQuery",
      "start": 14308,
      "end": 14325,
      "loc": {
        "start": {
          "line": 396,
          "column": 40
        },
        "end": {
          "line": 396,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 14325,
      "end": 14326,
      "loc": {
        "start": {
          "line": 396,
          "column": 57
        },
        "end": {
          "line": 396,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "tableName",
      "start": 14337,
      "end": 14346,
      "loc": {
        "start": {
          "line": 397,
          "column": 10
        },
        "end": {
          "line": 397,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 14346,
      "end": 14347,
      "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": "attrNameBefore",
      "start": 14358,
      "end": 14372,
      "loc": {
        "start": {
          "line": 398,
          "column": 10
        },
        "end": {
          "line": 398,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 14372,
      "end": 14373,
      "loc": {
        "start": {
          "line": 398,
          "column": 24
        },
        "end": {
          "line": 398,
          "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": 14384,
      "end": 14388,
      "loc": {
        "start": {
          "line": 399,
          "column": 10
        },
        "end": {
          "line": 399,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 14388,
      "end": 14389,
      "loc": {
        "start": {
          "line": 399,
          "column": 14
        },
        "end": {
          "line": 399,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "QueryGenerator",
      "start": 14389,
      "end": 14403,
      "loc": {
        "start": {
          "line": 399,
          "column": 15
        },
        "end": {
          "line": 399,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 14403,
      "end": 14404,
      "loc": {
        "start": {
          "line": 399,
          "column": 29
        },
        "end": {
          "line": 399,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attributesToSQL",
      "start": 14404,
      "end": 14419,
      "loc": {
        "start": {
          "line": 399,
          "column": 30
        },
        "end": {
          "line": 399,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 14419,
      "end": 14420,
      "loc": {
        "start": {
          "line": 399,
          "column": 45
        },
        "end": {
          "line": 399,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_options",
      "start": 14420,
      "end": 14428,
      "loc": {
        "start": {
          "line": 399,
          "column": 46
        },
        "end": {
          "line": 399,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 14428,
      "end": 14429,
      "loc": {
        "start": {
          "line": 399,
          "column": 54
        },
        "end": {
          "line": 399,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 14438,
      "end": 14439,
      "loc": {
        "start": {
          "line": 400,
          "column": 8
        },
        "end": {
          "line": 400,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 14439,
      "end": 14440,
      "loc": {
        "start": {
          "line": 400,
          "column": 9
        },
        "end": {
          "line": 400,
          "column": 10
        }
      }
    },
    {
      "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": 14449,
      "end": 14455,
      "loc": {
        "start": {
          "line": 401,
          "column": 8
        },
        "end": {
          "line": 401,
          "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": 14456,
      "end": 14460,
      "loc": {
        "start": {
          "line": 401,
          "column": 15
        },
        "end": {
          "line": 401,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 14460,
      "end": 14461,
      "loc": {
        "start": {
          "line": 401,
          "column": 19
        },
        "end": {
          "line": 401,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sequelize",
      "start": 14461,
      "end": 14470,
      "loc": {
        "start": {
          "line": 401,
          "column": 20
        },
        "end": {
          "line": 401,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 14470,
      "end": 14471,
      "loc": {
        "start": {
          "line": 401,
          "column": 29
        },
        "end": {
          "line": 401,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "query",
      "start": 14471,
      "end": 14476,
      "loc": {
        "start": {
          "line": 401,
          "column": 30
        },
        "end": {
          "line": 401,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 14476,
      "end": 14477,
      "loc": {
        "start": {
          "line": 401,
          "column": 35
        },
        "end": {
          "line": 401,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sql",
      "start": 14477,
      "end": 14480,
      "loc": {
        "start": {
          "line": 401,
          "column": 36
        },
        "end": {
          "line": 401,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 14480,
      "end": 14481,
      "loc": {
        "start": {
          "line": 401,
          "column": 39
        },
        "end": {
          "line": 401,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 14482,
      "end": 14489,
      "loc": {
        "start": {
          "line": 401,
          "column": 41
        },
        "end": {
          "line": 401,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 14489,
      "end": 14490,
      "loc": {
        "start": {
          "line": 401,
          "column": 48
        },
        "end": {
          "line": 401,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 14490,
      "end": 14491,
      "loc": {
        "start": {
          "line": 401,
          "column": 49
        },
        "end": {
          "line": 401,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 14498,
      "end": 14499,
      "loc": {
        "start": {
          "line": 402,
          "column": 6
        },
        "end": {
          "line": 402,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 14504,
      "end": 14505,
      "loc": {
        "start": {
          "line": 403,
          "column": 4
        },
        "end": {
          "line": 403,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 14505,
      "end": 14506,
      "loc": {
        "start": {
          "line": 403,
          "column": 5
        },
        "end": {
          "line": 403,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 14506,
      "end": 14507,
      "loc": {
        "start": {
          "line": 403,
          "column": 6
        },
        "end": {
          "line": 403,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 14510,
      "end": 14511,
      "loc": {
        "start": {
          "line": 404,
          "column": 2
        },
        "end": {
          "line": 404,
          "column": 3
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "addIndex",
      "start": 14515,
      "end": 14523,
      "loc": {
        "start": {
          "line": 406,
          "column": 2
        },
        "end": {
          "line": 406,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 14523,
      "end": 14524,
      "loc": {
        "start": {
          "line": 406,
          "column": 10
        },
        "end": {
          "line": 406,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "tableName",
      "start": 14524,
      "end": 14533,
      "loc": {
        "start": {
          "line": 406,
          "column": 11
        },
        "end": {
          "line": 406,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 14533,
      "end": 14534,
      "loc": {
        "start": {
          "line": 406,
          "column": 20
        },
        "end": {
          "line": 406,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attributes",
      "start": 14535,
      "end": 14545,
      "loc": {
        "start": {
          "line": 406,
          "column": 22
        },
        "end": {
          "line": 406,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 14545,
      "end": 14546,
      "loc": {
        "start": {
          "line": 406,
          "column": 32
        },
        "end": {
          "line": 406,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 14547,
      "end": 14554,
      "loc": {
        "start": {
          "line": 406,
          "column": 34
        },
        "end": {
          "line": 406,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 14554,
      "end": 14555,
      "loc": {
        "start": {
          "line": 406,
          "column": 41
        },
        "end": {
          "line": 406,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "rawTablename",
      "start": 14556,
      "end": 14568,
      "loc": {
        "start": {
          "line": 406,
          "column": 43
        },
        "end": {
          "line": 406,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 14568,
      "end": 14569,
      "loc": {
        "start": {
          "line": 406,
          "column": 55
        },
        "end": {
          "line": 406,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 14570,
      "end": 14571,
      "loc": {
        "start": {
          "line": 406,
          "column": 57
        },
        "end": {
          "line": 406,
          "column": 58
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " Support for passing tableName, attributes, options or tableName, options (with a fields param which is the attributes)",
      "start": 14576,
      "end": 14697,
      "loc": {
        "start": {
          "line": 407,
          "column": 4
        },
        "end": {
          "line": 407,
          "column": 125
        }
      }
    },
    {
      "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": 14702,
      "end": 14704,
      "loc": {
        "start": {
          "line": 408,
          "column": 4
        },
        "end": {
          "line": 408,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 14705,
      "end": 14706,
      "loc": {
        "start": {
          "line": 408,
          "column": 7
        },
        "end": {
          "line": 408,
          "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": 14706,
      "end": 14707,
      "loc": {
        "start": {
          "line": 408,
          "column": 8
        },
        "end": {
          "line": 408,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Array",
      "start": 14707,
      "end": 14712,
      "loc": {
        "start": {
          "line": 408,
          "column": 9
        },
        "end": {
          "line": 408,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 14712,
      "end": 14713,
      "loc": {
        "start": {
          "line": 408,
          "column": 14
        },
        "end": {
          "line": 408,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "isArray",
      "start": 14713,
      "end": 14720,
      "loc": {
        "start": {
          "line": 408,
          "column": 15
        },
        "end": {
          "line": 408,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 14720,
      "end": 14721,
      "loc": {
        "start": {
          "line": 408,
          "column": 22
        },
        "end": {
          "line": 408,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attributes",
      "start": 14721,
      "end": 14731,
      "loc": {
        "start": {
          "line": 408,
          "column": 23
        },
        "end": {
          "line": 408,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 14731,
      "end": 14732,
      "loc": {
        "start": {
          "line": 408,
          "column": 33
        },
        "end": {
          "line": 408,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 14732,
      "end": 14733,
      "loc": {
        "start": {
          "line": 408,
          "column": 34
        },
        "end": {
          "line": 408,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 14734,
      "end": 14735,
      "loc": {
        "start": {
          "line": 408,
          "column": 36
        },
        "end": {
          "line": 408,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "rawTablename",
      "start": 14742,
      "end": 14754,
      "loc": {
        "start": {
          "line": 409,
          "column": 6
        },
        "end": {
          "line": 409,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 14755,
      "end": 14756,
      "loc": {
        "start": {
          "line": 409,
          "column": 19
        },
        "end": {
          "line": 409,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 14757,
      "end": 14764,
      "loc": {
        "start": {
          "line": 409,
          "column": 21
        },
        "end": {
          "line": 409,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 14764,
      "end": 14765,
      "loc": {
        "start": {
          "line": 409,
          "column": 28
        },
        "end": {
          "line": 409,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 14772,
      "end": 14779,
      "loc": {
        "start": {
          "line": 410,
          "column": 6
        },
        "end": {
          "line": 410,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 14780,
      "end": 14781,
      "loc": {
        "start": {
          "line": 410,
          "column": 14
        },
        "end": {
          "line": 410,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attributes",
      "start": 14782,
      "end": 14792,
      "loc": {
        "start": {
          "line": 410,
          "column": 16
        },
        "end": {
          "line": 410,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 14792,
      "end": 14793,
      "loc": {
        "start": {
          "line": 410,
          "column": 26
        },
        "end": {
          "line": 410,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attributes",
      "start": 14800,
      "end": 14810,
      "loc": {
        "start": {
          "line": 411,
          "column": 6
        },
        "end": {
          "line": 411,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 14811,
      "end": 14812,
      "loc": {
        "start": {
          "line": 411,
          "column": 17
        },
        "end": {
          "line": 411,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 14813,
      "end": 14820,
      "loc": {
        "start": {
          "line": 411,
          "column": 19
        },
        "end": {
          "line": 411,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 14820,
      "end": 14821,
      "loc": {
        "start": {
          "line": 411,
          "column": 26
        },
        "end": {
          "line": 411,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "fields",
      "start": 14821,
      "end": 14827,
      "loc": {
        "start": {
          "line": 411,
          "column": 27
        },
        "end": {
          "line": 411,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 14827,
      "end": 14828,
      "loc": {
        "start": {
          "line": 411,
          "column": 33
        },
        "end": {
          "line": 411,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 14833,
      "end": 14834,
      "loc": {
        "start": {
          "line": 412,
          "column": 4
        },
        "end": {
          "line": 412,
          "column": 5
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " testhint argsConform.end",
      "start": 14839,
      "end": 14866,
      "loc": {
        "start": {
          "line": 413,
          "column": 4
        },
        "end": {
          "line": 413,
          "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": 14872,
      "end": 14874,
      "loc": {
        "start": {
          "line": 415,
          "column": 4
        },
        "end": {
          "line": 415,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 14875,
      "end": 14876,
      "loc": {
        "start": {
          "line": 415,
          "column": 7
        },
        "end": {
          "line": 415,
          "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": 14876,
      "end": 14877,
      "loc": {
        "start": {
          "line": 415,
          "column": 8
        },
        "end": {
          "line": 415,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "rawTablename",
      "start": 14877,
      "end": 14889,
      "loc": {
        "start": {
          "line": 415,
          "column": 9
        },
        "end": {
          "line": 415,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 14889,
      "end": 14890,
      "loc": {
        "start": {
          "line": 415,
          "column": 21
        },
        "end": {
          "line": 415,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 14891,
      "end": 14892,
      "loc": {
        "start": {
          "line": 415,
          "column": 23
        },
        "end": {
          "line": 415,
          "column": 24
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " Map for backwards compat",
      "start": 14899,
      "end": 14926,
      "loc": {
        "start": {
          "line": 416,
          "column": 6
        },
        "end": {
          "line": 416,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "rawTablename",
      "start": 14933,
      "end": 14945,
      "loc": {
        "start": {
          "line": 417,
          "column": 6
        },
        "end": {
          "line": 417,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 14946,
      "end": 14947,
      "loc": {
        "start": {
          "line": 417,
          "column": 19
        },
        "end": {
          "line": 417,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "tableName",
      "start": 14948,
      "end": 14957,
      "loc": {
        "start": {
          "line": 417,
          "column": 21
        },
        "end": {
          "line": 417,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 14957,
      "end": 14958,
      "loc": {
        "start": {
          "line": 417,
          "column": 30
        },
        "end": {
          "line": 417,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 14963,
      "end": 14964,
      "loc": {
        "start": {
          "line": 418,
          "column": 4
        },
        "end": {
          "line": 418,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 14970,
      "end": 14977,
      "loc": {
        "start": {
          "line": 420,
          "column": 4
        },
        "end": {
          "line": 420,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 14978,
      "end": 14979,
      "loc": {
        "start": {
          "line": 420,
          "column": 12
        },
        "end": {
          "line": 420,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Utils",
      "start": 14980,
      "end": 14985,
      "loc": {
        "start": {
          "line": 420,
          "column": 14
        },
        "end": {
          "line": 420,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 14985,
      "end": 14986,
      "loc": {
        "start": {
          "line": 420,
          "column": 19
        },
        "end": {
          "line": 420,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "cloneDeep",
      "start": 14986,
      "end": 14995,
      "loc": {
        "start": {
          "line": 420,
          "column": 20
        },
        "end": {
          "line": 420,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 14995,
      "end": 14996,
      "loc": {
        "start": {
          "line": 420,
          "column": 29
        },
        "end": {
          "line": 420,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 14996,
      "end": 15003,
      "loc": {
        "start": {
          "line": 420,
          "column": 30
        },
        "end": {
          "line": 420,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 15003,
      "end": 15004,
      "loc": {
        "start": {
          "line": 420,
          "column": 37
        },
        "end": {
          "line": 420,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 15004,
      "end": 15005,
      "loc": {
        "start": {
          "line": 420,
          "column": 38
        },
        "end": {
          "line": 420,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 15010,
      "end": 15017,
      "loc": {
        "start": {
          "line": 421,
          "column": 4
        },
        "end": {
          "line": 421,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 15017,
      "end": 15018,
      "loc": {
        "start": {
          "line": 421,
          "column": 11
        },
        "end": {
          "line": 421,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "fields",
      "start": 15018,
      "end": 15024,
      "loc": {
        "start": {
          "line": 421,
          "column": 12
        },
        "end": {
          "line": 421,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 15025,
      "end": 15026,
      "loc": {
        "start": {
          "line": 421,
          "column": 19
        },
        "end": {
          "line": 421,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attributes",
      "start": 15027,
      "end": 15037,
      "loc": {
        "start": {
          "line": 421,
          "column": 21
        },
        "end": {
          "line": 421,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 15037,
      "end": 15038,
      "loc": {
        "start": {
          "line": 421,
          "column": 31
        },
        "end": {
          "line": 421,
          "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": 15043,
      "end": 15048,
      "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": "sql",
      "start": 15049,
      "end": 15052,
      "loc": {
        "start": {
          "line": 422,
          "column": 10
        },
        "end": {
          "line": 422,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 15053,
      "end": 15054,
      "loc": {
        "start": {
          "line": 422,
          "column": 14
        },
        "end": {
          "line": 422,
          "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": 15055,
      "end": 15059,
      "loc": {
        "start": {
          "line": 422,
          "column": 16
        },
        "end": {
          "line": 422,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 15059,
      "end": 15060,
      "loc": {
        "start": {
          "line": 422,
          "column": 20
        },
        "end": {
          "line": 422,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "QueryGenerator",
      "start": 15060,
      "end": 15074,
      "loc": {
        "start": {
          "line": 422,
          "column": 21
        },
        "end": {
          "line": 422,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 15074,
      "end": 15075,
      "loc": {
        "start": {
          "line": 422,
          "column": 35
        },
        "end": {
          "line": 422,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "addIndexQuery",
      "start": 15075,
      "end": 15088,
      "loc": {
        "start": {
          "line": 422,
          "column": 36
        },
        "end": {
          "line": 422,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 15088,
      "end": 15089,
      "loc": {
        "start": {
          "line": 422,
          "column": 49
        },
        "end": {
          "line": 422,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "tableName",
      "start": 15089,
      "end": 15098,
      "loc": {
        "start": {
          "line": 422,
          "column": 50
        },
        "end": {
          "line": 422,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 15098,
      "end": 15099,
      "loc": {
        "start": {
          "line": 422,
          "column": 59
        },
        "end": {
          "line": 422,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 15100,
      "end": 15107,
      "loc": {
        "start": {
          "line": 422,
          "column": 61
        },
        "end": {
          "line": 422,
          "column": 68
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 15107,
      "end": 15108,
      "loc": {
        "start": {
          "line": 422,
          "column": 68
        },
        "end": {
          "line": 422,
          "column": 69
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "rawTablename",
      "start": 15109,
      "end": 15121,
      "loc": {
        "start": {
          "line": 422,
          "column": 70
        },
        "end": {
          "line": 422,
          "column": 82
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 15121,
      "end": 15122,
      "loc": {
        "start": {
          "line": 422,
          "column": 82
        },
        "end": {
          "line": 422,
          "column": 83
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 15122,
      "end": 15123,
      "loc": {
        "start": {
          "line": 422,
          "column": 83
        },
        "end": {
          "line": 422,
          "column": 84
        }
      }
    },
    {
      "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": 15128,
      "end": 15134,
      "loc": {
        "start": {
          "line": 423,
          "column": 4
        },
        "end": {
          "line": 423,
          "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": 15135,
      "end": 15139,
      "loc": {
        "start": {
          "line": 423,
          "column": 11
        },
        "end": {
          "line": 423,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 15139,
      "end": 15140,
      "loc": {
        "start": {
          "line": 423,
          "column": 15
        },
        "end": {
          "line": 423,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sequelize",
      "start": 15140,
      "end": 15149,
      "loc": {
        "start": {
          "line": 423,
          "column": 16
        },
        "end": {
          "line": 423,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 15149,
      "end": 15150,
      "loc": {
        "start": {
          "line": 423,
          "column": 25
        },
        "end": {
          "line": 423,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "query",
      "start": 15150,
      "end": 15155,
      "loc": {
        "start": {
          "line": 423,
          "column": 26
        },
        "end": {
          "line": 423,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 15155,
      "end": 15156,
      "loc": {
        "start": {
          "line": 423,
          "column": 31
        },
        "end": {
          "line": 423,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sql",
      "start": 15156,
      "end": 15159,
      "loc": {
        "start": {
          "line": 423,
          "column": 32
        },
        "end": {
          "line": 423,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 15159,
      "end": 15160,
      "loc": {
        "start": {
          "line": 423,
          "column": 35
        },
        "end": {
          "line": 423,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_",
      "start": 15161,
      "end": 15162,
      "loc": {
        "start": {
          "line": 423,
          "column": 37
        },
        "end": {
          "line": 423,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 15162,
      "end": 15163,
      "loc": {
        "start": {
          "line": 423,
          "column": 38
        },
        "end": {
          "line": 423,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "assign",
      "start": 15163,
      "end": 15169,
      "loc": {
        "start": {
          "line": 423,
          "column": 39
        },
        "end": {
          "line": 423,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 15169,
      "end": 15170,
      "loc": {
        "start": {
          "line": 423,
          "column": 45
        },
        "end": {
          "line": 423,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 15170,
      "end": 15171,
      "loc": {
        "start": {
          "line": 423,
          "column": 46
        },
        "end": {
          "line": 423,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 15171,
      "end": 15172,
      "loc": {
        "start": {
          "line": 423,
          "column": 47
        },
        "end": {
          "line": 423,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 15172,
      "end": 15173,
      "loc": {
        "start": {
          "line": 423,
          "column": 48
        },
        "end": {
          "line": 423,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 15174,
      "end": 15181,
      "loc": {
        "start": {
          "line": 423,
          "column": 50
        },
        "end": {
          "line": 423,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 15181,
      "end": 15182,
      "loc": {
        "start": {
          "line": 423,
          "column": 57
        },
        "end": {
          "line": 423,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 15183,
      "end": 15184,
      "loc": {
        "start": {
          "line": 423,
          "column": 59
        },
        "end": {
          "line": 423,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "supportsSearchPath",
      "start": 15185,
      "end": 15203,
      "loc": {
        "start": {
          "line": 423,
          "column": 61
        },
        "end": {
          "line": 423,
          "column": 79
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 15203,
      "end": 15204,
      "loc": {
        "start": {
          "line": 423,
          "column": 79
        },
        "end": {
          "line": 423,
          "column": 80
        }
      }
    },
    {
      "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": 15205,
      "end": 15210,
      "loc": {
        "start": {
          "line": 423,
          "column": 81
        },
        "end": {
          "line": 423,
          "column": 86
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 15211,
      "end": 15212,
      "loc": {
        "start": {
          "line": 423,
          "column": 87
        },
        "end": {
          "line": 423,
          "column": 88
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 15212,
      "end": 15213,
      "loc": {
        "start": {
          "line": 423,
          "column": 88
        },
        "end": {
          "line": 423,
          "column": 89
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 15213,
      "end": 15214,
      "loc": {
        "start": {
          "line": 423,
          "column": 89
        },
        "end": {
          "line": 423,
          "column": 90
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 15214,
      "end": 15215,
      "loc": {
        "start": {
          "line": 423,
          "column": 90
        },
        "end": {
          "line": 423,
          "column": 91
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 15218,
      "end": 15219,
      "loc": {
        "start": {
          "line": 424,
          "column": 2
        },
        "end": {
          "line": 424,
          "column": 3
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "showIndex",
      "start": 15223,
      "end": 15232,
      "loc": {
        "start": {
          "line": 426,
          "column": 2
        },
        "end": {
          "line": 426,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 15232,
      "end": 15233,
      "loc": {
        "start": {
          "line": 426,
          "column": 11
        },
        "end": {
          "line": 426,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "tableName",
      "start": 15233,
      "end": 15242,
      "loc": {
        "start": {
          "line": 426,
          "column": 12
        },
        "end": {
          "line": 426,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 15242,
      "end": 15243,
      "loc": {
        "start": {
          "line": 426,
          "column": 21
        },
        "end": {
          "line": 426,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 15244,
      "end": 15251,
      "loc": {
        "start": {
          "line": 426,
          "column": 23
        },
        "end": {
          "line": 426,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 15251,
      "end": 15252,
      "loc": {
        "start": {
          "line": 426,
          "column": 30
        },
        "end": {
          "line": 426,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 15253,
      "end": 15254,
      "loc": {
        "start": {
          "line": 426,
          "column": 32
        },
        "end": {
          "line": 426,
          "column": 33
        }
      }
    },
    {
      "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": 15259,
      "end": 15264,
      "loc": {
        "start": {
          "line": 427,
          "column": 4
        },
        "end": {
          "line": 427,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sql",
      "start": 15265,
      "end": 15268,
      "loc": {
        "start": {
          "line": 427,
          "column": 10
        },
        "end": {
          "line": 427,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 15269,
      "end": 15270,
      "loc": {
        "start": {
          "line": 427,
          "column": 14
        },
        "end": {
          "line": 427,
          "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": 15271,
      "end": 15275,
      "loc": {
        "start": {
          "line": 427,
          "column": 16
        },
        "end": {
          "line": 427,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 15275,
      "end": 15276,
      "loc": {
        "start": {
          "line": 427,
          "column": 20
        },
        "end": {
          "line": 427,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "QueryGenerator",
      "start": 15276,
      "end": 15290,
      "loc": {
        "start": {
          "line": 427,
          "column": 21
        },
        "end": {
          "line": 427,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 15290,
      "end": 15291,
      "loc": {
        "start": {
          "line": 427,
          "column": 35
        },
        "end": {
          "line": 427,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "showIndexesQuery",
      "start": 15291,
      "end": 15307,
      "loc": {
        "start": {
          "line": 427,
          "column": 36
        },
        "end": {
          "line": 427,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 15307,
      "end": 15308,
      "loc": {
        "start": {
          "line": 427,
          "column": 52
        },
        "end": {
          "line": 427,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "tableName",
      "start": 15308,
      "end": 15317,
      "loc": {
        "start": {
          "line": 427,
          "column": 53
        },
        "end": {
          "line": 427,
          "column": 62
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 15317,
      "end": 15318,
      "loc": {
        "start": {
          "line": 427,
          "column": 62
        },
        "end": {
          "line": 427,
          "column": 63
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 15319,
      "end": 15326,
      "loc": {
        "start": {
          "line": 427,
          "column": 64
        },
        "end": {
          "line": 427,
          "column": 71
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 15326,
      "end": 15327,
      "loc": {
        "start": {
          "line": 427,
          "column": 71
        },
        "end": {
          "line": 427,
          "column": 72
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 15327,
      "end": 15328,
      "loc": {
        "start": {
          "line": 427,
          "column": 72
        },
        "end": {
          "line": 427,
          "column": 73
        }
      }
    },
    {
      "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": 15333,
      "end": 15339,
      "loc": {
        "start": {
          "line": 428,
          "column": 4
        },
        "end": {
          "line": 428,
          "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": 15340,
      "end": 15344,
      "loc": {
        "start": {
          "line": 428,
          "column": 11
        },
        "end": {
          "line": 428,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 15344,
      "end": 15345,
      "loc": {
        "start": {
          "line": 428,
          "column": 15
        },
        "end": {
          "line": 428,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sequelize",
      "start": 15345,
      "end": 15354,
      "loc": {
        "start": {
          "line": 428,
          "column": 16
        },
        "end": {
          "line": 428,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 15354,
      "end": 15355,
      "loc": {
        "start": {
          "line": 428,
          "column": 25
        },
        "end": {
          "line": 428,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "query",
      "start": 15355,
      "end": 15360,
      "loc": {
        "start": {
          "line": 428,
          "column": 26
        },
        "end": {
          "line": 428,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 15360,
      "end": 15361,
      "loc": {
        "start": {
          "line": 428,
          "column": 31
        },
        "end": {
          "line": 428,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sql",
      "start": 15361,
      "end": 15364,
      "loc": {
        "start": {
          "line": 428,
          "column": 32
        },
        "end": {
          "line": 428,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 15364,
      "end": 15365,
      "loc": {
        "start": {
          "line": 428,
          "column": 35
        },
        "end": {
          "line": 428,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_",
      "start": 15366,
      "end": 15367,
      "loc": {
        "start": {
          "line": 428,
          "column": 37
        },
        "end": {
          "line": 428,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 15367,
      "end": 15368,
      "loc": {
        "start": {
          "line": 428,
          "column": 38
        },
        "end": {
          "line": 428,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "assign",
      "start": 15368,
      "end": 15374,
      "loc": {
        "start": {
          "line": 428,
          "column": 39
        },
        "end": {
          "line": 428,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 15374,
      "end": 15375,
      "loc": {
        "start": {
          "line": 428,
          "column": 45
        },
        "end": {
          "line": 428,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 15375,
      "end": 15376,
      "loc": {
        "start": {
          "line": 428,
          "column": 46
        },
        "end": {
          "line": 428,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 15376,
      "end": 15377,
      "loc": {
        "start": {
          "line": 428,
          "column": 47
        },
        "end": {
          "line": 428,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 15377,
      "end": 15378,
      "loc": {
        "start": {
          "line": 428,
          "column": 48
        },
        "end": {
          "line": 428,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 15379,
      "end": 15386,
      "loc": {
        "start": {
          "line": 428,
          "column": 50
        },
        "end": {
          "line": 428,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 15386,
      "end": 15387,
      "loc": {
        "start": {
          "line": 428,
          "column": 57
        },
        "end": {
          "line": 428,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 15388,
      "end": 15389,
      "loc": {
        "start": {
          "line": 428,
          "column": 59
        },
        "end": {
          "line": 428,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "type",
      "start": 15390,
      "end": 15394,
      "loc": {
        "start": {
          "line": 428,
          "column": 61
        },
        "end": {
          "line": 428,
          "column": 65
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 15394,
      "end": 15395,
      "loc": {
        "start": {
          "line": 428,
          "column": 65
        },
        "end": {
          "line": 428,
          "column": 66
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "QueryTypes",
      "start": 15396,
      "end": 15406,
      "loc": {
        "start": {
          "line": 428,
          "column": 67
        },
        "end": {
          "line": 428,
          "column": 77
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 15406,
      "end": 15407,
      "loc": {
        "start": {
          "line": 428,
          "column": 77
        },
        "end": {
          "line": 428,
          "column": 78
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "SHOWINDEXES",
      "start": 15407,
      "end": 15418,
      "loc": {
        "start": {
          "line": 428,
          "column": 78
        },
        "end": {
          "line": 428,
          "column": 89
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 15419,
      "end": 15420,
      "loc": {
        "start": {
          "line": 428,
          "column": 90
        },
        "end": {
          "line": 428,
          "column": 91
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 15420,
      "end": 15421,
      "loc": {
        "start": {
          "line": 428,
          "column": 91
        },
        "end": {
          "line": 428,
          "column": 92
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 15421,
      "end": 15422,
      "loc": {
        "start": {
          "line": 428,
          "column": 92
        },
        "end": {
          "line": 428,
          "column": 93
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 15422,
      "end": 15423,
      "loc": {
        "start": {
          "line": 428,
          "column": 93
        },
        "end": {
          "line": 428,
          "column": 94
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 15426,
      "end": 15427,
      "loc": {
        "start": {
          "line": 429,
          "column": 2
        },
        "end": {
          "line": 429,
          "column": 3
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "nameIndexes",
      "start": 15431,
      "end": 15442,
      "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": 15442,
      "end": 15443,
      "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": "indexes",
      "start": 15443,
      "end": 15450,
      "loc": {
        "start": {
          "line": 431,
          "column": 14
        },
        "end": {
          "line": 431,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 15450,
      "end": 15451,
      "loc": {
        "start": {
          "line": 431,
          "column": 21
        },
        "end": {
          "line": 431,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "rawTablename",
      "start": 15452,
      "end": 15464,
      "loc": {
        "start": {
          "line": 431,
          "column": 23
        },
        "end": {
          "line": 431,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 15464,
      "end": 15465,
      "loc": {
        "start": {
          "line": 431,
          "column": 35
        },
        "end": {
          "line": 431,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 15466,
      "end": 15467,
      "loc": {
        "start": {
          "line": 431,
          "column": 37
        },
        "end": {
          "line": 431,
          "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": 15472,
      "end": 15478,
      "loc": {
        "start": {
          "line": 432,
          "column": 4
        },
        "end": {
          "line": 432,
          "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": 15479,
      "end": 15483,
      "loc": {
        "start": {
          "line": 432,
          "column": 11
        },
        "end": {
          "line": 432,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 15483,
      "end": 15484,
      "loc": {
        "start": {
          "line": 432,
          "column": 15
        },
        "end": {
          "line": 432,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "QueryGenerator",
      "start": 15484,
      "end": 15498,
      "loc": {
        "start": {
          "line": 432,
          "column": 16
        },
        "end": {
          "line": 432,
          "column": 30
        }
      }
    },
    {
      "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": 432,
          "column": 30
        },
        "end": {
          "line": 432,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "nameIndexes",
      "start": 15499,
      "end": 15510,
      "loc": {
        "start": {
          "line": 432,
          "column": 31
        },
        "end": {
          "line": 432,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 15510,
      "end": 15511,
      "loc": {
        "start": {
          "line": 432,
          "column": 42
        },
        "end": {
          "line": 432,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "indexes",
      "start": 15511,
      "end": 15518,
      "loc": {
        "start": {
          "line": 432,
          "column": 43
        },
        "end": {
          "line": 432,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 15518,
      "end": 15519,
      "loc": {
        "start": {
          "line": 432,
          "column": 50
        },
        "end": {
          "line": 432,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "rawTablename",
      "start": 15520,
      "end": 15532,
      "loc": {
        "start": {
          "line": 432,
          "column": 52
        },
        "end": {
          "line": 432,
          "column": 64
        }
      }
    },
    {
      "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": 432,
          "column": 64
        },
        "end": {
          "line": 432,
          "column": 65
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 15533,
      "end": 15534,
      "loc": {
        "start": {
          "line": 432,
          "column": 65
        },
        "end": {
          "line": 432,
          "column": 66
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 15537,
      "end": 15538,
      "loc": {
        "start": {
          "line": 433,
          "column": 2
        },
        "end": {
          "line": 433,
          "column": 3
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "getForeignKeysForTables",
      "start": 15542,
      "end": 15565,
      "loc": {
        "start": {
          "line": 435,
          "column": 2
        },
        "end": {
          "line": 435,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 15565,
      "end": 15566,
      "loc": {
        "start": {
          "line": 435,
          "column": 25
        },
        "end": {
          "line": 435,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "tableNames",
      "start": 15566,
      "end": 15576,
      "loc": {
        "start": {
          "line": 435,
          "column": 26
        },
        "end": {
          "line": 435,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 15576,
      "end": 15577,
      "loc": {
        "start": {
          "line": 435,
          "column": 36
        },
        "end": {
          "line": 435,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 15578,
      "end": 15585,
      "loc": {
        "start": {
          "line": 435,
          "column": 38
        },
        "end": {
          "line": 435,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 15585,
      "end": 15586,
      "loc": {
        "start": {
          "line": 435,
          "column": 45
        },
        "end": {
          "line": 435,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 15587,
      "end": 15588,
      "loc": {
        "start": {
          "line": 435,
          "column": 47
        },
        "end": {
          "line": 435,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 15593,
      "end": 15600,
      "loc": {
        "start": {
          "line": 436,
          "column": 4
        },
        "end": {
          "line": 436,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 15601,
      "end": 15602,
      "loc": {
        "start": {
          "line": 436,
          "column": 12
        },
        "end": {
          "line": 436,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 15603,
      "end": 15610,
      "loc": {
        "start": {
          "line": 436,
          "column": 14
        },
        "end": {
          "line": 436,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "||",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 1,
        "updateContext": null
      },
      "value": "||",
      "start": 15611,
      "end": 15613,
      "loc": {
        "start": {
          "line": 436,
          "column": 22
        },
        "end": {
          "line": 436,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 15614,
      "end": 15615,
      "loc": {
        "start": {
          "line": 436,
          "column": 25
        },
        "end": {
          "line": 436,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 15615,
      "end": 15616,
      "loc": {
        "start": {
          "line": 436,
          "column": 26
        },
        "end": {
          "line": 436,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 15616,
      "end": 15617,
      "loc": {
        "start": {
          "line": 436,
          "column": 27
        },
        "end": {
          "line": 436,
          "column": 28
        }
      }
    },
    {
      "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": 15623,
      "end": 15625,
      "loc": {
        "start": {
          "line": 438,
          "column": 4
        },
        "end": {
          "line": 438,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 15626,
      "end": 15627,
      "loc": {
        "start": {
          "line": 438,
          "column": 7
        },
        "end": {
          "line": 438,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "tableNames",
      "start": 15627,
      "end": 15637,
      "loc": {
        "start": {
          "line": 438,
          "column": 8
        },
        "end": {
          "line": 438,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 15637,
      "end": 15638,
      "loc": {
        "start": {
          "line": 438,
          "column": 18
        },
        "end": {
          "line": 438,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "length",
      "start": 15638,
      "end": 15644,
      "loc": {
        "start": {
          "line": 438,
          "column": 19
        },
        "end": {
          "line": 438,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "===",
      "start": 15645,
      "end": 15648,
      "loc": {
        "start": {
          "line": 438,
          "column": 26
        },
        "end": {
          "line": 438,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 0,
      "start": 15649,
      "end": 15650,
      "loc": {
        "start": {
          "line": 438,
          "column": 30
        },
        "end": {
          "line": 438,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 15650,
      "end": 15651,
      "loc": {
        "start": {
          "line": 438,
          "column": 31
        },
        "end": {
          "line": 438,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 15652,
      "end": 15653,
      "loc": {
        "start": {
          "line": 438,
          "column": 33
        },
        "end": {
          "line": 438,
          "column": 34
        }
      }
    },
    {
      "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": 15660,
      "end": 15666,
      "loc": {
        "start": {
          "line": 439,
          "column": 6
        },
        "end": {
          "line": 439,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Promise",
      "start": 15667,
      "end": 15674,
      "loc": {
        "start": {
          "line": 439,
          "column": 13
        },
        "end": {
          "line": 439,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 15674,
      "end": 15675,
      "loc": {
        "start": {
          "line": 439,
          "column": 20
        },
        "end": {
          "line": 439,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "resolve",
      "start": 15675,
      "end": 15682,
      "loc": {
        "start": {
          "line": 439,
          "column": 21
        },
        "end": {
          "line": 439,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 15682,
      "end": 15683,
      "loc": {
        "start": {
          "line": 439,
          "column": 28
        },
        "end": {
          "line": 439,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 15683,
      "end": 15684,
      "loc": {
        "start": {
          "line": 439,
          "column": 29
        },
        "end": {
          "line": 439,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 15684,
      "end": 15685,
      "loc": {
        "start": {
          "line": 439,
          "column": 30
        },
        "end": {
          "line": 439,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 15685,
      "end": 15686,
      "loc": {
        "start": {
          "line": 439,
          "column": 31
        },
        "end": {
          "line": 439,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 15686,
      "end": 15687,
      "loc": {
        "start": {
          "line": 439,
          "column": 32
        },
        "end": {
          "line": 439,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 15692,
      "end": 15693,
      "loc": {
        "start": {
          "line": 440,
          "column": 4
        },
        "end": {
          "line": 440,
          "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": 15699,
      "end": 15705,
      "loc": {
        "start": {
          "line": 442,
          "column": 4
        },
        "end": {
          "line": 442,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Promise",
      "start": 15706,
      "end": 15713,
      "loc": {
        "start": {
          "line": 442,
          "column": 11
        },
        "end": {
          "line": 442,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 15713,
      "end": 15714,
      "loc": {
        "start": {
          "line": 442,
          "column": 18
        },
        "end": {
          "line": 442,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "map",
      "start": 15714,
      "end": 15717,
      "loc": {
        "start": {
          "line": 442,
          "column": 19
        },
        "end": {
          "line": 442,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 15717,
      "end": 15718,
      "loc": {
        "start": {
          "line": 442,
          "column": 22
        },
        "end": {
          "line": 442,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "tableNames",
      "start": 15718,
      "end": 15728,
      "loc": {
        "start": {
          "line": 442,
          "column": 23
        },
        "end": {
          "line": 442,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 15728,
      "end": 15729,
      "loc": {
        "start": {
          "line": 442,
          "column": 33
        },
        "end": {
          "line": 442,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "tableName",
      "start": 15730,
      "end": 15739,
      "loc": {
        "start": {
          "line": 442,
          "column": 35
        },
        "end": {
          "line": 442,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "=>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 15740,
      "end": 15742,
      "loc": {
        "start": {
          "line": 442,
          "column": 45
        },
        "end": {
          "line": 442,
          "column": 47
        }
      }
    },
    {
      "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": 15749,
      "end": 15753,
      "loc": {
        "start": {
          "line": 443,
          "column": 6
        },
        "end": {
          "line": 443,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 15753,
      "end": 15754,
      "loc": {
        "start": {
          "line": 443,
          "column": 10
        },
        "end": {
          "line": 443,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sequelize",
      "start": 15754,
      "end": 15763,
      "loc": {
        "start": {
          "line": 443,
          "column": 11
        },
        "end": {
          "line": 443,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 15763,
      "end": 15764,
      "loc": {
        "start": {
          "line": 443,
          "column": 20
        },
        "end": {
          "line": 443,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "query",
      "start": 15764,
      "end": 15769,
      "loc": {
        "start": {
          "line": 443,
          "column": 21
        },
        "end": {
          "line": 443,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 15769,
      "end": 15770,
      "loc": {
        "start": {
          "line": 443,
          "column": 26
        },
        "end": {
          "line": 443,
          "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": 15770,
      "end": 15774,
      "loc": {
        "start": {
          "line": 443,
          "column": 27
        },
        "end": {
          "line": 443,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 15774,
      "end": 15775,
      "loc": {
        "start": {
          "line": 443,
          "column": 31
        },
        "end": {
          "line": 443,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "QueryGenerator",
      "start": 15775,
      "end": 15789,
      "loc": {
        "start": {
          "line": 443,
          "column": 32
        },
        "end": {
          "line": 443,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 15789,
      "end": 15790,
      "loc": {
        "start": {
          "line": 443,
          "column": 46
        },
        "end": {
          "line": 443,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "getForeignKeysQuery",
      "start": 15790,
      "end": 15809,
      "loc": {
        "start": {
          "line": 443,
          "column": 47
        },
        "end": {
          "line": 443,
          "column": 66
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 15809,
      "end": 15810,
      "loc": {
        "start": {
          "line": 443,
          "column": 66
        },
        "end": {
          "line": 443,
          "column": 67
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "tableName",
      "start": 15810,
      "end": 15819,
      "loc": {
        "start": {
          "line": 443,
          "column": 67
        },
        "end": {
          "line": 443,
          "column": 76
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 15819,
      "end": 15820,
      "loc": {
        "start": {
          "line": 443,
          "column": 76
        },
        "end": {
          "line": 443,
          "column": 77
        }
      }
    },
    {
      "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": 15821,
      "end": 15825,
      "loc": {
        "start": {
          "line": 443,
          "column": 78
        },
        "end": {
          "line": 443,
          "column": 82
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 15825,
      "end": 15826,
      "loc": {
        "start": {
          "line": 443,
          "column": 82
        },
        "end": {
          "line": 443,
          "column": 83
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sequelize",
      "start": 15826,
      "end": 15835,
      "loc": {
        "start": {
          "line": 443,
          "column": 83
        },
        "end": {
          "line": 443,
          "column": 92
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 15835,
      "end": 15836,
      "loc": {
        "start": {
          "line": 443,
          "column": 92
        },
        "end": {
          "line": 443,
          "column": 93
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "config",
      "start": 15836,
      "end": 15842,
      "loc": {
        "start": {
          "line": 443,
          "column": 93
        },
        "end": {
          "line": 443,
          "column": 99
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 15842,
      "end": 15843,
      "loc": {
        "start": {
          "line": 443,
          "column": 99
        },
        "end": {
          "line": 443,
          "column": 100
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "database",
      "start": 15843,
      "end": 15851,
      "loc": {
        "start": {
          "line": 443,
          "column": 100
        },
        "end": {
          "line": 443,
          "column": 108
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 15851,
      "end": 15852,
      "loc": {
        "start": {
          "line": 443,
          "column": 108
        },
        "end": {
          "line": 443,
          "column": 109
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 15852,
      "end": 15853,
      "loc": {
        "start": {
          "line": 443,
          "column": 109
        },
        "end": {
          "line": 443,
          "column": 110
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 15854,
      "end": 15861,
      "loc": {
        "start": {
          "line": 443,
          "column": 111
        },
        "end": {
          "line": 443,
          "column": 118
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 15861,
      "end": 15862,
      "loc": {
        "start": {
          "line": 443,
          "column": 118
        },
        "end": {
          "line": 443,
          "column": 119
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 15862,
      "end": 15863,
      "loc": {
        "start": {
          "line": 443,
          "column": 119
        },
        "end": {
          "line": 443,
          "column": 120
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "get",
      "start": 15863,
      "end": 15866,
      "loc": {
        "start": {
          "line": 443,
          "column": 120
        },
        "end": {
          "line": 443,
          "column": 123
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 15866,
      "end": 15867,
      "loc": {
        "start": {
          "line": 443,
          "column": 123
        },
        "end": {
          "line": 443,
          "column": 124
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 0,
      "start": 15867,
      "end": 15868,
      "loc": {
        "start": {
          "line": 443,
          "column": 124
        },
        "end": {
          "line": 443,
          "column": 125
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 15868,
      "end": 15869,
      "loc": {
        "start": {
          "line": 443,
          "column": 125
        },
        "end": {
          "line": 443,
          "column": 126
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 15874,
      "end": 15875,
      "loc": {
        "start": {
          "line": 444,
          "column": 4
        },
        "end": {
          "line": 444,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 15875,
      "end": 15876,
      "loc": {
        "start": {
          "line": 444,
          "column": 5
        },
        "end": {
          "line": 444,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "then",
      "start": 15876,
      "end": 15880,
      "loc": {
        "start": {
          "line": 444,
          "column": 6
        },
        "end": {
          "line": 444,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 15880,
      "end": 15881,
      "loc": {
        "start": {
          "line": 444,
          "column": 10
        },
        "end": {
          "line": 444,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "results",
      "start": 15881,
      "end": 15888,
      "loc": {
        "start": {
          "line": 444,
          "column": 11
        },
        "end": {
          "line": 444,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "=>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 15889,
      "end": 15891,
      "loc": {
        "start": {
          "line": 444,
          "column": 19
        },
        "end": {
          "line": 444,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 15892,
      "end": 15893,
      "loc": {
        "start": {
          "line": 444,
          "column": 22
        },
        "end": {
          "line": 444,
          "column": 23
        }
      }
    },
    {
      "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": 15900,
      "end": 15905,
      "loc": {
        "start": {
          "line": 445,
          "column": 6
        },
        "end": {
          "line": 445,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "result",
      "start": 15906,
      "end": 15912,
      "loc": {
        "start": {
          "line": 445,
          "column": 12
        },
        "end": {
          "line": 445,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 15913,
      "end": 15914,
      "loc": {
        "start": {
          "line": 445,
          "column": 19
        },
        "end": {
          "line": 445,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 15915,
      "end": 15916,
      "loc": {
        "start": {
          "line": 445,
          "column": 21
        },
        "end": {
          "line": 445,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 15916,
      "end": 15917,
      "loc": {
        "start": {
          "line": 445,
          "column": 22
        },
        "end": {
          "line": 445,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 15917,
      "end": 15918,
      "loc": {
        "start": {
          "line": 445,
          "column": 23
        },
        "end": {
          "line": 445,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "tableNames",
      "start": 15926,
      "end": 15936,
      "loc": {
        "start": {
          "line": 447,
          "column": 6
        },
        "end": {
          "line": 447,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 15936,
      "end": 15937,
      "loc": {
        "start": {
          "line": 447,
          "column": 16
        },
        "end": {
          "line": 447,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "forEach",
      "start": 15937,
      "end": 15944,
      "loc": {
        "start": {
          "line": 447,
          "column": 17
        },
        "end": {
          "line": 447,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 15944,
      "end": 15945,
      "loc": {
        "start": {
          "line": 447,
          "column": 24
        },
        "end": {
          "line": 447,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 15945,
      "end": 15946,
      "loc": {
        "start": {
          "line": 447,
          "column": 25
        },
        "end": {
          "line": 447,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "tableName",
      "start": 15946,
      "end": 15955,
      "loc": {
        "start": {
          "line": 447,
          "column": 26
        },
        "end": {
          "line": 447,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 15955,
      "end": 15956,
      "loc": {
        "start": {
          "line": 447,
          "column": 35
        },
        "end": {
          "line": 447,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "i",
      "start": 15957,
      "end": 15958,
      "loc": {
        "start": {
          "line": 447,
          "column": 37
        },
        "end": {
          "line": 447,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 15958,
      "end": 15959,
      "loc": {
        "start": {
          "line": 447,
          "column": 38
        },
        "end": {
          "line": 447,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "=>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 15960,
      "end": 15962,
      "loc": {
        "start": {
          "line": 447,
          "column": 40
        },
        "end": {
          "line": 447,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 15963,
      "end": 15964,
      "loc": {
        "start": {
          "line": 447,
          "column": 43
        },
        "end": {
          "line": 447,
          "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": 15973,
      "end": 15975,
      "loc": {
        "start": {
          "line": 448,
          "column": 8
        },
        "end": {
          "line": 448,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 15976,
      "end": 15977,
      "loc": {
        "start": {
          "line": 448,
          "column": 11
        },
        "end": {
          "line": 448,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Utils",
      "start": 15977,
      "end": 15982,
      "loc": {
        "start": {
          "line": 448,
          "column": 12
        },
        "end": {
          "line": 448,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 15982,
      "end": 15983,
      "loc": {
        "start": {
          "line": 448,
          "column": 17
        },
        "end": {
          "line": 448,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_",
      "start": 15983,
      "end": 15984,
      "loc": {
        "start": {
          "line": 448,
          "column": 18
        },
        "end": {
          "line": 448,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 15984,
      "end": 15985,
      "loc": {
        "start": {
          "line": 448,
          "column": 19
        },
        "end": {
          "line": 448,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "isObject",
      "start": 15985,
      "end": 15993,
      "loc": {
        "start": {
          "line": 448,
          "column": 20
        },
        "end": {
          "line": 448,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 15993,
      "end": 15994,
      "loc": {
        "start": {
          "line": 448,
          "column": 28
        },
        "end": {
          "line": 448,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "tableName",
      "start": 15994,
      "end": 16003,
      "loc": {
        "start": {
          "line": 448,
          "column": 29
        },
        "end": {
          "line": 448,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 16003,
      "end": 16004,
      "loc": {
        "start": {
          "line": 448,
          "column": 38
        },
        "end": {
          "line": 448,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 16004,
      "end": 16005,
      "loc": {
        "start": {
          "line": 448,
          "column": 39
        },
        "end": {
          "line": 448,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 16006,
      "end": 16007,
      "loc": {
        "start": {
          "line": 448,
          "column": 41
        },
        "end": {
          "line": 448,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "tableName",
      "start": 16018,
      "end": 16027,
      "loc": {
        "start": {
          "line": 449,
          "column": 10
        },
        "end": {
          "line": 449,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 16028,
      "end": 16029,
      "loc": {
        "start": {
          "line": 449,
          "column": 20
        },
        "end": {
          "line": 449,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "tableName",
      "start": 16030,
      "end": 16039,
      "loc": {
        "start": {
          "line": 449,
          "column": 22
        },
        "end": {
          "line": 449,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 16039,
      "end": 16040,
      "loc": {
        "start": {
          "line": 449,
          "column": 31
        },
        "end": {
          "line": 449,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "schema",
      "start": 16040,
      "end": 16046,
      "loc": {
        "start": {
          "line": 449,
          "column": 32
        },
        "end": {
          "line": 449,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 16047,
      "end": 16048,
      "loc": {
        "start": {
          "line": 449,
          "column": 39
        },
        "end": {
          "line": 449,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": ".",
      "start": 16049,
      "end": 16052,
      "loc": {
        "start": {
          "line": 449,
          "column": 41
        },
        "end": {
          "line": 449,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 16053,
      "end": 16054,
      "loc": {
        "start": {
          "line": 449,
          "column": 45
        },
        "end": {
          "line": 449,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "tableName",
      "start": 16055,
      "end": 16064,
      "loc": {
        "start": {
          "line": 449,
          "column": 47
        },
        "end": {
          "line": 449,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 16064,
      "end": 16065,
      "loc": {
        "start": {
          "line": 449,
          "column": 56
        },
        "end": {
          "line": 449,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "tableName",
      "start": 16065,
      "end": 16074,
      "loc": {
        "start": {
          "line": 449,
          "column": 57
        },
        "end": {
          "line": 449,
          "column": 66
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 16074,
      "end": 16075,
      "loc": {
        "start": {
          "line": 449,
          "column": 66
        },
        "end": {
          "line": 449,
          "column": 67
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 16084,
      "end": 16085,
      "loc": {
        "start": {
          "line": 450,
          "column": 8
        },
        "end": {
          "line": 450,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "result",
      "start": 16095,
      "end": 16101,
      "loc": {
        "start": {
          "line": 452,
          "column": 8
        },
        "end": {
          "line": 452,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 16101,
      "end": 16102,
      "loc": {
        "start": {
          "line": 452,
          "column": 14
        },
        "end": {
          "line": 452,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "tableName",
      "start": 16102,
      "end": 16111,
      "loc": {
        "start": {
          "line": 452,
          "column": 15
        },
        "end": {
          "line": 452,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 16111,
      "end": 16112,
      "loc": {
        "start": {
          "line": 452,
          "column": 24
        },
        "end": {
          "line": 452,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 16113,
      "end": 16114,
      "loc": {
        "start": {
          "line": 452,
          "column": 26
        },
        "end": {
          "line": 452,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Utils",
      "start": 16115,
      "end": 16120,
      "loc": {
        "start": {
          "line": 452,
          "column": 28
        },
        "end": {
          "line": 452,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 16120,
      "end": 16121,
      "loc": {
        "start": {
          "line": 452,
          "column": 33
        },
        "end": {
          "line": 452,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_",
      "start": 16121,
      "end": 16122,
      "loc": {
        "start": {
          "line": 452,
          "column": 34
        },
        "end": {
          "line": 452,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 16122,
      "end": 16123,
      "loc": {
        "start": {
          "line": 452,
          "column": 35
        },
        "end": {
          "line": 452,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "compact",
      "start": 16123,
      "end": 16130,
      "loc": {
        "start": {
          "line": 452,
          "column": 36
        },
        "end": {
          "line": 452,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 16130,
      "end": 16131,
      "loc": {
        "start": {
          "line": 452,
          "column": 43
        },
        "end": {
          "line": 452,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "results",
      "start": 16131,
      "end": 16138,
      "loc": {
        "start": {
          "line": 452,
          "column": 44
        },
        "end": {
          "line": 452,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 16138,
      "end": 16139,
      "loc": {
        "start": {
          "line": 452,
          "column": 51
        },
        "end": {
          "line": 452,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "i",
      "start": 16139,
      "end": 16140,
      "loc": {
        "start": {
          "line": 452,
          "column": 52
        },
        "end": {
          "line": 452,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 16140,
      "end": 16141,
      "loc": {
        "start": {
          "line": 452,
          "column": 53
        },
        "end": {
          "line": 452,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 16141,
      "end": 16142,
      "loc": {
        "start": {
          "line": 452,
          "column": 54
        },
        "end": {
          "line": 452,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 16142,
      "end": 16143,
      "loc": {
        "start": {
          "line": 452,
          "column": 55
        },
        "end": {
          "line": 452,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "map",
      "start": 16143,
      "end": 16146,
      "loc": {
        "start": {
          "line": 452,
          "column": 56
        },
        "end": {
          "line": 452,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 16146,
      "end": 16147,
      "loc": {
        "start": {
          "line": 452,
          "column": 59
        },
        "end": {
          "line": 452,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "r",
      "start": 16147,
      "end": 16148,
      "loc": {
        "start": {
          "line": 452,
          "column": 60
        },
        "end": {
          "line": 452,
          "column": 61
        }
      }
    },
    {
      "type": {
        "label": "=>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 16149,
      "end": 16151,
      "loc": {
        "start": {
          "line": 452,
          "column": 62
        },
        "end": {
          "line": 452,
          "column": 64
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "r",
      "start": 16152,
      "end": 16153,
      "loc": {
        "start": {
          "line": 452,
          "column": 65
        },
        "end": {
          "line": 452,
          "column": 66
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 16153,
      "end": 16154,
      "loc": {
        "start": {
          "line": 452,
          "column": 66
        },
        "end": {
          "line": 452,
          "column": 67
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "constraint_name",
      "start": 16154,
      "end": 16169,
      "loc": {
        "start": {
          "line": 452,
          "column": 67
        },
        "end": {
          "line": 452,
          "column": 82
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 16169,
      "end": 16170,
      "loc": {
        "start": {
          "line": 452,
          "column": 82
        },
        "end": {
          "line": 452,
          "column": 83
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 16170,
      "end": 16171,
      "loc": {
        "start": {
          "line": 452,
          "column": 83
        },
        "end": {
          "line": 452,
          "column": 84
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 16178,
      "end": 16179,
      "loc": {
        "start": {
          "line": 453,
          "column": 6
        },
        "end": {
          "line": 453,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 16179,
      "end": 16180,
      "loc": {
        "start": {
          "line": 453,
          "column": 7
        },
        "end": {
          "line": 453,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 16180,
      "end": 16181,
      "loc": {
        "start": {
          "line": 453,
          "column": 8
        },
        "end": {
          "line": 453,
          "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": 16189,
      "end": 16195,
      "loc": {
        "start": {
          "line": 455,
          "column": 6
        },
        "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": "result",
      "start": 16196,
      "end": 16202,
      "loc": {
        "start": {
          "line": 455,
          "column": 13
        },
        "end": {
          "line": 455,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 16202,
      "end": 16203,
      "loc": {
        "start": {
          "line": 455,
          "column": 19
        },
        "end": {
          "line": 455,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 16208,
      "end": 16209,
      "loc": {
        "start": {
          "line": 456,
          "column": 4
        },
        "end": {
          "line": 456,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 16209,
      "end": 16210,
      "loc": {
        "start": {
          "line": 456,
          "column": 5
        },
        "end": {
          "line": 456,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 16210,
      "end": 16211,
      "loc": {
        "start": {
          "line": 456,
          "column": 6
        },
        "end": {
          "line": 456,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 16214,
      "end": 16215,
      "loc": {
        "start": {
          "line": 457,
          "column": 2
        },
        "end": {
          "line": 457,
          "column": 3
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "removeIndex",
      "start": 16219,
      "end": 16230,
      "loc": {
        "start": {
          "line": 459,
          "column": 2
        },
        "end": {
          "line": 459,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 16230,
      "end": 16231,
      "loc": {
        "start": {
          "line": 459,
          "column": 13
        },
        "end": {
          "line": 459,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "tableName",
      "start": 16231,
      "end": 16240,
      "loc": {
        "start": {
          "line": 459,
          "column": 14
        },
        "end": {
          "line": 459,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 16240,
      "end": 16241,
      "loc": {
        "start": {
          "line": 459,
          "column": 23
        },
        "end": {
          "line": 459,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "indexNameOrAttributes",
      "start": 16242,
      "end": 16263,
      "loc": {
        "start": {
          "line": 459,
          "column": 25
        },
        "end": {
          "line": 459,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 16263,
      "end": 16264,
      "loc": {
        "start": {
          "line": 459,
          "column": 46
        },
        "end": {
          "line": 459,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 16265,
      "end": 16272,
      "loc": {
        "start": {
          "line": 459,
          "column": 48
        },
        "end": {
          "line": 459,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 16272,
      "end": 16273,
      "loc": {
        "start": {
          "line": 459,
          "column": 55
        },
        "end": {
          "line": 459,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 16274,
      "end": 16275,
      "loc": {
        "start": {
          "line": 459,
          "column": 57
        },
        "end": {
          "line": 459,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 16280,
      "end": 16287,
      "loc": {
        "start": {
          "line": 460,
          "column": 4
        },
        "end": {
          "line": 460,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 16288,
      "end": 16289,
      "loc": {
        "start": {
          "line": 460,
          "column": 12
        },
        "end": {
          "line": 460,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 16290,
      "end": 16297,
      "loc": {
        "start": {
          "line": 460,
          "column": 14
        },
        "end": {
          "line": 460,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "||",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 1,
        "updateContext": null
      },
      "value": "||",
      "start": 16298,
      "end": 16300,
      "loc": {
        "start": {
          "line": 460,
          "column": 22
        },
        "end": {
          "line": 460,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 16301,
      "end": 16302,
      "loc": {
        "start": {
          "line": 460,
          "column": 25
        },
        "end": {
          "line": 460,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 16302,
      "end": 16303,
      "loc": {
        "start": {
          "line": 460,
          "column": 26
        },
        "end": {
          "line": 460,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 16303,
      "end": 16304,
      "loc": {
        "start": {
          "line": 460,
          "column": 27
        },
        "end": {
          "line": 460,
          "column": 28
        }
      }
    },
    {
      "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": 16309,
      "end": 16314,
      "loc": {
        "start": {
          "line": 461,
          "column": 4
        },
        "end": {
          "line": 461,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sql",
      "start": 16315,
      "end": 16318,
      "loc": {
        "start": {
          "line": 461,
          "column": 10
        },
        "end": {
          "line": 461,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 16319,
      "end": 16320,
      "loc": {
        "start": {
          "line": 461,
          "column": 14
        },
        "end": {
          "line": 461,
          "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": 16321,
      "end": 16325,
      "loc": {
        "start": {
          "line": 461,
          "column": 16
        },
        "end": {
          "line": 461,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 16325,
      "end": 16326,
      "loc": {
        "start": {
          "line": 461,
          "column": 20
        },
        "end": {
          "line": 461,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "QueryGenerator",
      "start": 16326,
      "end": 16340,
      "loc": {
        "start": {
          "line": 461,
          "column": 21
        },
        "end": {
          "line": 461,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 16340,
      "end": 16341,
      "loc": {
        "start": {
          "line": 461,
          "column": 35
        },
        "end": {
          "line": 461,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "removeIndexQuery",
      "start": 16341,
      "end": 16357,
      "loc": {
        "start": {
          "line": 461,
          "column": 36
        },
        "end": {
          "line": 461,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 16357,
      "end": 16358,
      "loc": {
        "start": {
          "line": 461,
          "column": 52
        },
        "end": {
          "line": 461,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "tableName",
      "start": 16358,
      "end": 16367,
      "loc": {
        "start": {
          "line": 461,
          "column": 53
        },
        "end": {
          "line": 461,
          "column": 62
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 16367,
      "end": 16368,
      "loc": {
        "start": {
          "line": 461,
          "column": 62
        },
        "end": {
          "line": 461,
          "column": 63
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "indexNameOrAttributes",
      "start": 16369,
      "end": 16390,
      "loc": {
        "start": {
          "line": 461,
          "column": 64
        },
        "end": {
          "line": 461,
          "column": 85
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 16390,
      "end": 16391,
      "loc": {
        "start": {
          "line": 461,
          "column": 85
        },
        "end": {
          "line": 461,
          "column": 86
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 16391,
      "end": 16392,
      "loc": {
        "start": {
          "line": 461,
          "column": 86
        },
        "end": {
          "line": 461,
          "column": 87
        }
      }
    },
    {
      "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": 16397,
      "end": 16403,
      "loc": {
        "start": {
          "line": 462,
          "column": 4
        },
        "end": {
          "line": 462,
          "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": 16404,
      "end": 16408,
      "loc": {
        "start": {
          "line": 462,
          "column": 11
        },
        "end": {
          "line": 462,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 16408,
      "end": 16409,
      "loc": {
        "start": {
          "line": 462,
          "column": 15
        },
        "end": {
          "line": 462,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sequelize",
      "start": 16409,
      "end": 16418,
      "loc": {
        "start": {
          "line": 462,
          "column": 16
        },
        "end": {
          "line": 462,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 16418,
      "end": 16419,
      "loc": {
        "start": {
          "line": 462,
          "column": 25
        },
        "end": {
          "line": 462,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "query",
      "start": 16419,
      "end": 16424,
      "loc": {
        "start": {
          "line": 462,
          "column": 26
        },
        "end": {
          "line": 462,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 16424,
      "end": 16425,
      "loc": {
        "start": {
          "line": 462,
          "column": 31
        },
        "end": {
          "line": 462,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sql",
      "start": 16425,
      "end": 16428,
      "loc": {
        "start": {
          "line": 462,
          "column": 32
        },
        "end": {
          "line": 462,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 16428,
      "end": 16429,
      "loc": {
        "start": {
          "line": 462,
          "column": 35
        },
        "end": {
          "line": 462,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 16430,
      "end": 16437,
      "loc": {
        "start": {
          "line": 462,
          "column": 37
        },
        "end": {
          "line": 462,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 16437,
      "end": 16438,
      "loc": {
        "start": {
          "line": 462,
          "column": 44
        },
        "end": {
          "line": 462,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 16438,
      "end": 16439,
      "loc": {
        "start": {
          "line": 462,
          "column": 45
        },
        "end": {
          "line": 462,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 16442,
      "end": 16443,
      "loc": {
        "start": {
          "line": 463,
          "column": 2
        },
        "end": {
          "line": 463,
          "column": 3
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "insert",
      "start": 16447,
      "end": 16453,
      "loc": {
        "start": {
          "line": 465,
          "column": 2
        },
        "end": {
          "line": 465,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 16453,
      "end": 16454,
      "loc": {
        "start": {
          "line": 465,
          "column": 8
        },
        "end": {
          "line": 465,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "instance",
      "start": 16454,
      "end": 16462,
      "loc": {
        "start": {
          "line": 465,
          "column": 9
        },
        "end": {
          "line": 465,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 16462,
      "end": 16463,
      "loc": {
        "start": {
          "line": 465,
          "column": 17
        },
        "end": {
          "line": 465,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "tableName",
      "start": 16464,
      "end": 16473,
      "loc": {
        "start": {
          "line": 465,
          "column": 19
        },
        "end": {
          "line": 465,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 16473,
      "end": 16474,
      "loc": {
        "start": {
          "line": 465,
          "column": 28
        },
        "end": {
          "line": 465,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "values",
      "start": 16475,
      "end": 16481,
      "loc": {
        "start": {
          "line": 465,
          "column": 30
        },
        "end": {
          "line": 465,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 16481,
      "end": 16482,
      "loc": {
        "start": {
          "line": 465,
          "column": 36
        },
        "end": {
          "line": 465,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 16483,
      "end": 16490,
      "loc": {
        "start": {
          "line": 465,
          "column": 38
        },
        "end": {
          "line": 465,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 16490,
      "end": 16491,
      "loc": {
        "start": {
          "line": 465,
          "column": 45
        },
        "end": {
          "line": 465,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 16492,
      "end": 16493,
      "loc": {
        "start": {
          "line": 465,
          "column": 47
        },
        "end": {
          "line": 465,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 16498,
      "end": 16505,
      "loc": {
        "start": {
          "line": 466,
          "column": 4
        },
        "end": {
          "line": 466,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 16506,
      "end": 16507,
      "loc": {
        "start": {
          "line": 466,
          "column": 12
        },
        "end": {
          "line": 466,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Utils",
      "start": 16508,
      "end": 16513,
      "loc": {
        "start": {
          "line": 466,
          "column": 14
        },
        "end": {
          "line": 466,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 16513,
      "end": 16514,
      "loc": {
        "start": {
          "line": 466,
          "column": 19
        },
        "end": {
          "line": 466,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "cloneDeep",
      "start": 16514,
      "end": 16523,
      "loc": {
        "start": {
          "line": 466,
          "column": 20
        },
        "end": {
          "line": 466,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 16523,
      "end": 16524,
      "loc": {
        "start": {
          "line": 466,
          "column": 29
        },
        "end": {
          "line": 466,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 16524,
      "end": 16531,
      "loc": {
        "start": {
          "line": 466,
          "column": 30
        },
        "end": {
          "line": 466,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 16531,
      "end": 16532,
      "loc": {
        "start": {
          "line": 466,
          "column": 37
        },
        "end": {
          "line": 466,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 16532,
      "end": 16533,
      "loc": {
        "start": {
          "line": 466,
          "column": 38
        },
        "end": {
          "line": 466,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 16538,
      "end": 16545,
      "loc": {
        "start": {
          "line": 467,
          "column": 4
        },
        "end": {
          "line": 467,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 16545,
      "end": 16546,
      "loc": {
        "start": {
          "line": 467,
          "column": 11
        },
        "end": {
          "line": 467,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "hasTrigger",
      "start": 16546,
      "end": 16556,
      "loc": {
        "start": {
          "line": 467,
          "column": 12
        },
        "end": {
          "line": 467,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 16557,
      "end": 16558,
      "loc": {
        "start": {
          "line": 467,
          "column": 23
        },
        "end": {
          "line": 467,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "instance",
      "start": 16559,
      "end": 16567,
      "loc": {
        "start": {
          "line": 467,
          "column": 25
        },
        "end": {
          "line": 467,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "&&",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 2,
        "updateContext": null
      },
      "value": "&&",
      "start": 16568,
      "end": 16570,
      "loc": {
        "start": {
          "line": 467,
          "column": 34
        },
        "end": {
          "line": 467,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "instance",
      "start": 16571,
      "end": 16579,
      "loc": {
        "start": {
          "line": 467,
          "column": 37
        },
        "end": {
          "line": 467,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 16579,
      "end": 16580,
      "loc": {
        "start": {
          "line": 467,
          "column": 45
        },
        "end": {
          "line": 467,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "constructor",
      "start": 16580,
      "end": 16591,
      "loc": {
        "start": {
          "line": 467,
          "column": 46
        },
        "end": {
          "line": 467,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 16591,
      "end": 16592,
      "loc": {
        "start": {
          "line": 467,
          "column": 57
        },
        "end": {
          "line": 467,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 16592,
      "end": 16599,
      "loc": {
        "start": {
          "line": 467,
          "column": 58
        },
        "end": {
          "line": 467,
          "column": 65
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 16599,
      "end": 16600,
      "loc": {
        "start": {
          "line": 467,
          "column": 65
        },
        "end": {
          "line": 467,
          "column": 66
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "hasTrigger",
      "start": 16600,
      "end": 16610,
      "loc": {
        "start": {
          "line": 467,
          "column": 66
        },
        "end": {
          "line": 467,
          "column": 76
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 16610,
      "end": 16611,
      "loc": {
        "start": {
          "line": 467,
          "column": 76
        },
        "end": {
          "line": 467,
          "column": 77
        }
      }
    },
    {
      "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": 16616,
      "end": 16621,
      "loc": {
        "start": {
          "line": 468,
          "column": 4
        },
        "end": {
          "line": 468,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sql",
      "start": 16622,
      "end": 16625,
      "loc": {
        "start": {
          "line": 468,
          "column": 10
        },
        "end": {
          "line": 468,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 16626,
      "end": 16627,
      "loc": {
        "start": {
          "line": 468,
          "column": 14
        },
        "end": {
          "line": 468,
          "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": 16628,
      "end": 16632,
      "loc": {
        "start": {
          "line": 468,
          "column": 16
        },
        "end": {
          "line": 468,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 16632,
      "end": 16633,
      "loc": {
        "start": {
          "line": 468,
          "column": 20
        },
        "end": {
          "line": 468,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "QueryGenerator",
      "start": 16633,
      "end": 16647,
      "loc": {
        "start": {
          "line": 468,
          "column": 21
        },
        "end": {
          "line": 468,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 16647,
      "end": 16648,
      "loc": {
        "start": {
          "line": 468,
          "column": 35
        },
        "end": {
          "line": 468,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "insertQuery",
      "start": 16648,
      "end": 16659,
      "loc": {
        "start": {
          "line": 468,
          "column": 36
        },
        "end": {
          "line": 468,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 16659,
      "end": 16660,
      "loc": {
        "start": {
          "line": 468,
          "column": 47
        },
        "end": {
          "line": 468,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "tableName",
      "start": 16660,
      "end": 16669,
      "loc": {
        "start": {
          "line": 468,
          "column": 48
        },
        "end": {
          "line": 468,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 16669,
      "end": 16670,
      "loc": {
        "start": {
          "line": 468,
          "column": 57
        },
        "end": {
          "line": 468,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "values",
      "start": 16671,
      "end": 16677,
      "loc": {
        "start": {
          "line": 468,
          "column": 59
        },
        "end": {
          "line": 468,
          "column": 65
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 16677,
      "end": 16678,
      "loc": {
        "start": {
          "line": 468,
          "column": 65
        },
        "end": {
          "line": 468,
          "column": 66
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "instance",
      "start": 16679,
      "end": 16687,
      "loc": {
        "start": {
          "line": 468,
          "column": 67
        },
        "end": {
          "line": 468,
          "column": 75
        }
      }
    },
    {
      "type": {
        "label": "&&",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 2,
        "updateContext": null
      },
      "value": "&&",
      "start": 16688,
      "end": 16690,
      "loc": {
        "start": {
          "line": 468,
          "column": 76
        },
        "end": {
          "line": 468,
          "column": 78
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "instance",
      "start": 16691,
      "end": 16699,
      "loc": {
        "start": {
          "line": 468,
          "column": 79
        },
        "end": {
          "line": 468,
          "column": 87
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 16699,
      "end": 16700,
      "loc": {
        "start": {
          "line": 468,
          "column": 87
        },
        "end": {
          "line": 468,
          "column": 88
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "constructor",
      "start": 16700,
      "end": 16711,
      "loc": {
        "start": {
          "line": 468,
          "column": 88
        },
        "end": {
          "line": 468,
          "column": 99
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 16711,
      "end": 16712,
      "loc": {
        "start": {
          "line": 468,
          "column": 99
        },
        "end": {
          "line": 468,
          "column": 100
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "rawAttributes",
      "start": 16712,
      "end": 16725,
      "loc": {
        "start": {
          "line": 468,
          "column": 100
        },
        "end": {
          "line": 468,
          "column": 113
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 16725,
      "end": 16726,
      "loc": {
        "start": {
          "line": 468,
          "column": 113
        },
        "end": {
          "line": 468,
          "column": 114
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 16727,
      "end": 16734,
      "loc": {
        "start": {
          "line": 468,
          "column": 115
        },
        "end": {
          "line": 468,
          "column": 122
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 16734,
      "end": 16735,
      "loc": {
        "start": {
          "line": 468,
          "column": 122
        },
        "end": {
          "line": 468,
          "column": 123
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 16735,
      "end": 16736,
      "loc": {
        "start": {
          "line": 468,
          "column": 123
        },
        "end": {
          "line": 468,
          "column": 124
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 16742,
      "end": 16749,
      "loc": {
        "start": {
          "line": 470,
          "column": 4
        },
        "end": {
          "line": 470,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 16749,
      "end": 16750,
      "loc": {
        "start": {
          "line": 470,
          "column": 11
        },
        "end": {
          "line": 470,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "type",
      "start": 16750,
      "end": 16754,
      "loc": {
        "start": {
          "line": 470,
          "column": 12
        },
        "end": {
          "line": 470,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 16755,
      "end": 16756,
      "loc": {
        "start": {
          "line": 470,
          "column": 17
        },
        "end": {
          "line": 470,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "QueryTypes",
      "start": 16757,
      "end": 16767,
      "loc": {
        "start": {
          "line": 470,
          "column": 19
        },
        "end": {
          "line": 470,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 16767,
      "end": 16768,
      "loc": {
        "start": {
          "line": 470,
          "column": 29
        },
        "end": {
          "line": 470,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "INSERT",
      "start": 16768,
      "end": 16774,
      "loc": {
        "start": {
          "line": 470,
          "column": 30
        },
        "end": {
          "line": 470,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 16774,
      "end": 16775,
      "loc": {
        "start": {
          "line": 470,
          "column": 36
        },
        "end": {
          "line": 470,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 16780,
      "end": 16787,
      "loc": {
        "start": {
          "line": 471,
          "column": 4
        },
        "end": {
          "line": 471,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 16787,
      "end": 16788,
      "loc": {
        "start": {
          "line": 471,
          "column": 11
        },
        "end": {
          "line": 471,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "instance",
      "start": 16788,
      "end": 16796,
      "loc": {
        "start": {
          "line": 471,
          "column": 12
        },
        "end": {
          "line": 471,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 16797,
      "end": 16798,
      "loc": {
        "start": {
          "line": 471,
          "column": 21
        },
        "end": {
          "line": 471,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "instance",
      "start": 16799,
      "end": 16807,
      "loc": {
        "start": {
          "line": 471,
          "column": 23
        },
        "end": {
          "line": 471,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 16807,
      "end": 16808,
      "loc": {
        "start": {
          "line": 471,
          "column": 31
        },
        "end": {
          "line": 471,
          "column": 32
        }
      }
    },
    {
      "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": 16814,
      "end": 16820,
      "loc": {
        "start": {
          "line": 473,
          "column": 4
        },
        "end": {
          "line": 473,
          "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": 16821,
      "end": 16825,
      "loc": {
        "start": {
          "line": 473,
          "column": 11
        },
        "end": {
          "line": 473,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 16825,
      "end": 16826,
      "loc": {
        "start": {
          "line": 473,
          "column": 15
        },
        "end": {
          "line": 473,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sequelize",
      "start": 16826,
      "end": 16835,
      "loc": {
        "start": {
          "line": 473,
          "column": 16
        },
        "end": {
          "line": 473,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 16835,
      "end": 16836,
      "loc": {
        "start": {
          "line": 473,
          "column": 25
        },
        "end": {
          "line": 473,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "query",
      "start": 16836,
      "end": 16841,
      "loc": {
        "start": {
          "line": 473,
          "column": 26
        },
        "end": {
          "line": 473,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 16841,
      "end": 16842,
      "loc": {
        "start": {
          "line": 473,
          "column": 31
        },
        "end": {
          "line": 473,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sql",
      "start": 16842,
      "end": 16845,
      "loc": {
        "start": {
          "line": 473,
          "column": 32
        },
        "end": {
          "line": 473,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 16845,
      "end": 16846,
      "loc": {
        "start": {
          "line": 473,
          "column": 35
        },
        "end": {
          "line": 473,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 16847,
      "end": 16854,
      "loc": {
        "start": {
          "line": 473,
          "column": 37
        },
        "end": {
          "line": 473,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 16854,
      "end": 16855,
      "loc": {
        "start": {
          "line": 473,
          "column": 44
        },
        "end": {
          "line": 473,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 16855,
      "end": 16856,
      "loc": {
        "start": {
          "line": 473,
          "column": 45
        },
        "end": {
          "line": 473,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "then",
      "start": 16856,
      "end": 16860,
      "loc": {
        "start": {
          "line": 473,
          "column": 46
        },
        "end": {
          "line": 473,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 16860,
      "end": 16861,
      "loc": {
        "start": {
          "line": 473,
          "column": 50
        },
        "end": {
          "line": 473,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "results",
      "start": 16861,
      "end": 16868,
      "loc": {
        "start": {
          "line": 473,
          "column": 51
        },
        "end": {
          "line": 473,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": "=>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 16869,
      "end": 16871,
      "loc": {
        "start": {
          "line": 473,
          "column": 59
        },
        "end": {
          "line": 473,
          "column": 61
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 16872,
      "end": 16873,
      "loc": {
        "start": {
          "line": 473,
          "column": 62
        },
        "end": {
          "line": 473,
          "column": 63
        }
      }
    },
    {
      "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": 16880,
      "end": 16882,
      "loc": {
        "start": {
          "line": 474,
          "column": 6
        },
        "end": {
          "line": 474,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 16883,
      "end": 16884,
      "loc": {
        "start": {
          "line": 474,
          "column": 9
        },
        "end": {
          "line": 474,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "instance",
      "start": 16884,
      "end": 16892,
      "loc": {
        "start": {
          "line": 474,
          "column": 10
        },
        "end": {
          "line": 474,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 16892,
      "end": 16893,
      "loc": {
        "start": {
          "line": 474,
          "column": 18
        },
        "end": {
          "line": 474,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "results",
      "start": 16894,
      "end": 16901,
      "loc": {
        "start": {
          "line": 474,
          "column": 20
        },
        "end": {
          "line": 474,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 16901,
      "end": 16902,
      "loc": {
        "start": {
          "line": 474,
          "column": 27
        },
        "end": {
          "line": 474,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 0,
      "start": 16902,
      "end": 16903,
      "loc": {
        "start": {
          "line": 474,
          "column": 28
        },
        "end": {
          "line": 474,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 16903,
      "end": 16904,
      "loc": {
        "start": {
          "line": 474,
          "column": 29
        },
        "end": {
          "line": 474,
          "column": 30
        }
      }
    },
    {
      "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": 474,
          "column": 30
        },
        "end": {
          "line": 474,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "isNewRecord",
      "start": 16905,
      "end": 16916,
      "loc": {
        "start": {
          "line": 474,
          "column": 31
        },
        "end": {
          "line": 474,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 16917,
      "end": 16918,
      "loc": {
        "start": {
          "line": 474,
          "column": 43
        },
        "end": {
          "line": 474,
          "column": 44
        }
      }
    },
    {
      "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": 16919,
      "end": 16924,
      "loc": {
        "start": {
          "line": 474,
          "column": 45
        },
        "end": {
          "line": 474,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 16924,
      "end": 16925,
      "loc": {
        "start": {
          "line": 474,
          "column": 50
        },
        "end": {
          "line": 474,
          "column": 51
        }
      }
    },
    {
      "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": 16932,
      "end": 16938,
      "loc": {
        "start": {
          "line": 475,
          "column": 6
        },
        "end": {
          "line": 475,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "results",
      "start": 16939,
      "end": 16946,
      "loc": {
        "start": {
          "line": 475,
          "column": 13
        },
        "end": {
          "line": 475,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 16946,
      "end": 16947,
      "loc": {
        "start": {
          "line": 475,
          "column": 20
        },
        "end": {
          "line": 475,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 16952,
      "end": 16953,
      "loc": {
        "start": {
          "line": 476,
          "column": 4
        },
        "end": {
          "line": 476,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 16953,
      "end": 16954,
      "loc": {
        "start": {
          "line": 476,
          "column": 5
        },
        "end": {
          "line": 476,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 16954,
      "end": 16955,
      "loc": {
        "start": {
          "line": 476,
          "column": 6
        },
        "end": {
          "line": 476,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 16958,
      "end": 16959,
      "loc": {
        "start": {
          "line": 477,
          "column": 2
        },
        "end": {
          "line": 477,
          "column": 3
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "upsert",
      "start": 16963,
      "end": 16969,
      "loc": {
        "start": {
          "line": 479,
          "column": 2
        },
        "end": {
          "line": 479,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 16969,
      "end": 16970,
      "loc": {
        "start": {
          "line": 479,
          "column": 8
        },
        "end": {
          "line": 479,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "tableName",
      "start": 16970,
      "end": 16979,
      "loc": {
        "start": {
          "line": 479,
          "column": 9
        },
        "end": {
          "line": 479,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 16979,
      "end": 16980,
      "loc": {
        "start": {
          "line": 479,
          "column": 18
        },
        "end": {
          "line": 479,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "valuesByField",
      "start": 16981,
      "end": 16994,
      "loc": {
        "start": {
          "line": 479,
          "column": 20
        },
        "end": {
          "line": 479,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 16994,
      "end": 16995,
      "loc": {
        "start": {
          "line": 479,
          "column": 33
        },
        "end": {
          "line": 479,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "updateValues",
      "start": 16996,
      "end": 17008,
      "loc": {
        "start": {
          "line": 479,
          "column": 35
        },
        "end": {
          "line": 479,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 17008,
      "end": 17009,
      "loc": {
        "start": {
          "line": 479,
          "column": 47
        },
        "end": {
          "line": 479,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "where",
      "start": 17010,
      "end": 17015,
      "loc": {
        "start": {
          "line": 479,
          "column": 49
        },
        "end": {
          "line": 479,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 17015,
      "end": 17016,
      "loc": {
        "start": {
          "line": 479,
          "column": 54
        },
        "end": {
          "line": 479,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "model",
      "start": 17017,
      "end": 17022,
      "loc": {
        "start": {
          "line": 479,
          "column": 56
        },
        "end": {
          "line": 479,
          "column": 61
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 17022,
      "end": 17023,
      "loc": {
        "start": {
          "line": 479,
          "column": 61
        },
        "end": {
          "line": 479,
          "column": 62
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 17024,
      "end": 17031,
      "loc": {
        "start": {
          "line": 479,
          "column": 63
        },
        "end": {
          "line": 479,
          "column": 70
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 17031,
      "end": 17032,
      "loc": {
        "start": {
          "line": 479,
          "column": 70
        },
        "end": {
          "line": 479,
          "column": 71
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 17033,
      "end": 17034,
      "loc": {
        "start": {
          "line": 479,
          "column": 72
        },
        "end": {
          "line": 479,
          "column": 73
        }
      }
    },
    {
      "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": 17039,
      "end": 17044,
      "loc": {
        "start": {
          "line": 480,
          "column": 4
        },
        "end": {
          "line": 480,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "wheres",
      "start": 17045,
      "end": 17051,
      "loc": {
        "start": {
          "line": 480,
          "column": 10
        },
        "end": {
          "line": 480,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 17052,
      "end": 17053,
      "loc": {
        "start": {
          "line": 480,
          "column": 17
        },
        "end": {
          "line": 480,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 17054,
      "end": 17055,
      "loc": {
        "start": {
          "line": 480,
          "column": 19
        },
        "end": {
          "line": 480,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 17055,
      "end": 17056,
      "loc": {
        "start": {
          "line": 480,
          "column": 20
        },
        "end": {
          "line": 480,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 17056,
      "end": 17057,
      "loc": {
        "start": {
          "line": 480,
          "column": 21
        },
        "end": {
          "line": 480,
          "column": 22
        }
      }
    },
    {
      "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": 17062,
      "end": 17067,
      "loc": {
        "start": {
          "line": 481,
          "column": 4
        },
        "end": {
          "line": 481,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attributes",
      "start": 17068,
      "end": 17078,
      "loc": {
        "start": {
          "line": 481,
          "column": 10
        },
        "end": {
          "line": 481,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 17079,
      "end": 17080,
      "loc": {
        "start": {
          "line": 481,
          "column": 21
        },
        "end": {
          "line": 481,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Object",
      "start": 17081,
      "end": 17087,
      "loc": {
        "start": {
          "line": 481,
          "column": 23
        },
        "end": {
          "line": 481,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 17087,
      "end": 17088,
      "loc": {
        "start": {
          "line": 481,
          "column": 29
        },
        "end": {
          "line": 481,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "keys",
      "start": 17088,
      "end": 17092,
      "loc": {
        "start": {
          "line": 481,
          "column": 30
        },
        "end": {
          "line": 481,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 17092,
      "end": 17093,
      "loc": {
        "start": {
          "line": 481,
          "column": 34
        },
        "end": {
          "line": 481,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "valuesByField",
      "start": 17093,
      "end": 17106,
      "loc": {
        "start": {
          "line": 481,
          "column": 35
        },
        "end": {
          "line": 481,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 17106,
      "end": 17107,
      "loc": {
        "start": {
          "line": 481,
          "column": 48
        },
        "end": {
          "line": 481,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 17107,
      "end": 17108,
      "loc": {
        "start": {
          "line": 481,
          "column": 49
        },
        "end": {
          "line": 481,
          "column": 50
        }
      }
    },
    {
      "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": 17113,
      "end": 17116,
      "loc": {
        "start": {
          "line": 482,
          "column": 4
        },
        "end": {
          "line": 482,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "indexes",
      "start": 17117,
      "end": 17124,
      "loc": {
        "start": {
          "line": 482,
          "column": 8
        },
        "end": {
          "line": 482,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 17125,
      "end": 17126,
      "loc": {
        "start": {
          "line": 482,
          "column": 16
        },
        "end": {
          "line": 482,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 17127,
      "end": 17128,
      "loc": {
        "start": {
          "line": 482,
          "column": 18
        },
        "end": {
          "line": 482,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 17128,
      "end": 17129,
      "loc": {
        "start": {
          "line": 482,
          "column": 19
        },
        "end": {
          "line": 482,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 17129,
      "end": 17130,
      "loc": {
        "start": {
          "line": 482,
          "column": 20
        },
        "end": {
          "line": 482,
          "column": 21
        }
      }
    },
    {
      "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": 17135,
      "end": 17138,
      "loc": {
        "start": {
          "line": 483,
          "column": 4
        },
        "end": {
          "line": 483,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "indexFields",
      "start": 17139,
      "end": 17150,
      "loc": {
        "start": {
          "line": 483,
          "column": 8
        },
        "end": {
          "line": 483,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 17150,
      "end": 17151,
      "loc": {
        "start": {
          "line": 483,
          "column": 19
        },
        "end": {
          "line": 483,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 17157,
      "end": 17164,
      "loc": {
        "start": {
          "line": 485,
          "column": 4
        },
        "end": {
          "line": 485,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 17165,
      "end": 17166,
      "loc": {
        "start": {
          "line": 485,
          "column": 12
        },
        "end": {
          "line": 485,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_",
      "start": 17167,
      "end": 17168,
      "loc": {
        "start": {
          "line": 485,
          "column": 14
        },
        "end": {
          "line": 485,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 17168,
      "end": 17169,
      "loc": {
        "start": {
          "line": 485,
          "column": 15
        },
        "end": {
          "line": 485,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "clone",
      "start": 17169,
      "end": 17174,
      "loc": {
        "start": {
          "line": 485,
          "column": 16
        },
        "end": {
          "line": 485,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 17174,
      "end": 17175,
      "loc": {
        "start": {
          "line": 485,
          "column": 21
        },
        "end": {
          "line": 485,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 17175,
      "end": 17182,
      "loc": {
        "start": {
          "line": 485,
          "column": 22
        },
        "end": {
          "line": 485,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 17182,
      "end": 17183,
      "loc": {
        "start": {
          "line": 485,
          "column": 29
        },
        "end": {
          "line": 485,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 17183,
      "end": 17184,
      "loc": {
        "start": {
          "line": 485,
          "column": 30
        },
        "end": {
          "line": 485,
          "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": 17190,
      "end": 17192,
      "loc": {
        "start": {
          "line": 487,
          "column": 4
        },
        "end": {
          "line": 487,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 17193,
      "end": 17194,
      "loc": {
        "start": {
          "line": 487,
          "column": 7
        },
        "end": {
          "line": 487,
          "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": 17194,
      "end": 17195,
      "loc": {
        "start": {
          "line": 487,
          "column": 8
        },
        "end": {
          "line": 487,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Utils",
      "start": 17195,
      "end": 17200,
      "loc": {
        "start": {
          "line": 487,
          "column": 9
        },
        "end": {
          "line": 487,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 17200,
      "end": 17201,
      "loc": {
        "start": {
          "line": 487,
          "column": 14
        },
        "end": {
          "line": 487,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_",
      "start": 17201,
      "end": 17202,
      "loc": {
        "start": {
          "line": 487,
          "column": 15
        },
        "end": {
          "line": 487,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 17202,
      "end": 17203,
      "loc": {
        "start": {
          "line": 487,
          "column": 16
        },
        "end": {
          "line": 487,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "isEmpty",
      "start": 17203,
      "end": 17210,
      "loc": {
        "start": {
          "line": 487,
          "column": 17
        },
        "end": {
          "line": 487,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 17210,
      "end": 17211,
      "loc": {
        "start": {
          "line": 487,
          "column": 24
        },
        "end": {
          "line": 487,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "where",
      "start": 17211,
      "end": 17216,
      "loc": {
        "start": {
          "line": 487,
          "column": 25
        },
        "end": {
          "line": 487,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 17216,
      "end": 17217,
      "loc": {
        "start": {
          "line": 487,
          "column": 30
        },
        "end": {
          "line": 487,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 17217,
      "end": 17218,
      "loc": {
        "start": {
          "line": 487,
          "column": 31
        },
        "end": {
          "line": 487,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 17219,
      "end": 17220,
      "loc": {
        "start": {
          "line": 487,
          "column": 33
        },
        "end": {
          "line": 487,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "wheres",
      "start": 17227,
      "end": 17233,
      "loc": {
        "start": {
          "line": 488,
          "column": 6
        },
        "end": {
          "line": 488,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 17233,
      "end": 17234,
      "loc": {
        "start": {
          "line": 488,
          "column": 12
        },
        "end": {
          "line": 488,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "push",
      "start": 17234,
      "end": 17238,
      "loc": {
        "start": {
          "line": 488,
          "column": 13
        },
        "end": {
          "line": 488,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 17238,
      "end": 17239,
      "loc": {
        "start": {
          "line": 488,
          "column": 17
        },
        "end": {
          "line": 488,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "where",
      "start": 17239,
      "end": 17244,
      "loc": {
        "start": {
          "line": 488,
          "column": 18
        },
        "end": {
          "line": 488,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 17244,
      "end": 17245,
      "loc": {
        "start": {
          "line": 488,
          "column": 23
        },
        "end": {
          "line": 488,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 17245,
      "end": 17246,
      "loc": {
        "start": {
          "line": 488,
          "column": 24
        },
        "end": {
          "line": 488,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 17251,
      "end": 17252,
      "loc": {
        "start": {
          "line": 489,
          "column": 4
        },
        "end": {
          "line": 489,
          "column": 5
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " Lets combine uniquekeys and indexes into one",
      "start": 17258,
      "end": 17305,
      "loc": {
        "start": {
          "line": 491,
          "column": 4
        },
        "end": {
          "line": 491,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "indexes",
      "start": 17310,
      "end": 17317,
      "loc": {
        "start": {
          "line": 492,
          "column": 4
        },
        "end": {
          "line": 492,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 17318,
      "end": 17319,
      "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": "Utils",
      "start": 17320,
      "end": 17325,
      "loc": {
        "start": {
          "line": 492,
          "column": 14
        },
        "end": {
          "line": 492,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 17325,
      "end": 17326,
      "loc": {
        "start": {
          "line": 492,
          "column": 19
        },
        "end": {
          "line": 492,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_",
      "start": 17326,
      "end": 17327,
      "loc": {
        "start": {
          "line": 492,
          "column": 20
        },
        "end": {
          "line": 492,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 17327,
      "end": 17328,
      "loc": {
        "start": {
          "line": 492,
          "column": 21
        },
        "end": {
          "line": 492,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "map",
      "start": 17328,
      "end": 17331,
      "loc": {
        "start": {
          "line": 492,
          "column": 22
        },
        "end": {
          "line": 492,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 17331,
      "end": 17332,
      "loc": {
        "start": {
          "line": 492,
          "column": 25
        },
        "end": {
          "line": 492,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "model",
      "start": 17332,
      "end": 17337,
      "loc": {
        "start": {
          "line": 492,
          "column": 26
        },
        "end": {
          "line": 492,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 17337,
      "end": 17338,
      "loc": {
        "start": {
          "line": 492,
          "column": 31
        },
        "end": {
          "line": 492,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 17338,
      "end": 17345,
      "loc": {
        "start": {
          "line": 492,
          "column": 32
        },
        "end": {
          "line": 492,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 17345,
      "end": 17346,
      "loc": {
        "start": {
          "line": 492,
          "column": 39
        },
        "end": {
          "line": 492,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "uniqueKeys",
      "start": 17346,
      "end": 17356,
      "loc": {
        "start": {
          "line": 492,
          "column": 40
        },
        "end": {
          "line": 492,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 17356,
      "end": 17357,
      "loc": {
        "start": {
          "line": 492,
          "column": 50
        },
        "end": {
          "line": 492,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "value",
      "start": 17358,
      "end": 17363,
      "loc": {
        "start": {
          "line": 492,
          "column": 52
        },
        "end": {
          "line": 492,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": "=>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 17364,
      "end": 17366,
      "loc": {
        "start": {
          "line": 492,
          "column": 58
        },
        "end": {
          "line": 492,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 17367,
      "end": 17368,
      "loc": {
        "start": {
          "line": 492,
          "column": 61
        },
        "end": {
          "line": 492,
          "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": 17375,
      "end": 17381,
      "loc": {
        "start": {
          "line": 493,
          "column": 6
        },
        "end": {
          "line": 493,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "value",
      "start": 17382,
      "end": 17387,
      "loc": {
        "start": {
          "line": 493,
          "column": 13
        },
        "end": {
          "line": 493,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 17387,
      "end": 17388,
      "loc": {
        "start": {
          "line": 493,
          "column": 18
        },
        "end": {
          "line": 493,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "fields",
      "start": 17388,
      "end": 17394,
      "loc": {
        "start": {
          "line": 493,
          "column": 19
        },
        "end": {
          "line": 493,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 17394,
      "end": 17395,
      "loc": {
        "start": {
          "line": 493,
          "column": 25
        },
        "end": {
          "line": 493,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 17400,
      "end": 17401,
      "loc": {
        "start": {
          "line": 494,
          "column": 4
        },
        "end": {
          "line": 494,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 17401,
      "end": 17402,
      "loc": {
        "start": {
          "line": 494,
          "column": 5
        },
        "end": {
          "line": 494,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 17402,
      "end": 17403,
      "loc": {
        "start": {
          "line": 494,
          "column": 6
        },
        "end": {
          "line": 494,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Utils",
      "start": 17409,
      "end": 17414,
      "loc": {
        "start": {
          "line": 496,
          "column": 4
        },
        "end": {
          "line": 496,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 17414,
      "end": 17415,
      "loc": {
        "start": {
          "line": 496,
          "column": 9
        },
        "end": {
          "line": 496,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_",
      "start": 17415,
      "end": 17416,
      "loc": {
        "start": {
          "line": 496,
          "column": 10
        },
        "end": {
          "line": 496,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 17416,
      "end": 17417,
      "loc": {
        "start": {
          "line": 496,
          "column": 11
        },
        "end": {
          "line": 496,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "each",
      "start": 17417,
      "end": 17421,
      "loc": {
        "start": {
          "line": 496,
          "column": 12
        },
        "end": {
          "line": 496,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 17421,
      "end": 17422,
      "loc": {
        "start": {
          "line": 496,
          "column": 16
        },
        "end": {
          "line": 496,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "model",
      "start": 17422,
      "end": 17427,
      "loc": {
        "start": {
          "line": 496,
          "column": 17
        },
        "end": {
          "line": 496,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 17427,
      "end": 17428,
      "loc": {
        "start": {
          "line": 496,
          "column": 22
        },
        "end": {
          "line": 496,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 17428,
      "end": 17435,
      "loc": {
        "start": {
          "line": 496,
          "column": 23
        },
        "end": {
          "line": 496,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 17435,
      "end": 17436,
      "loc": {
        "start": {
          "line": 496,
          "column": 30
        },
        "end": {
          "line": 496,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "indexes",
      "start": 17436,
      "end": 17443,
      "loc": {
        "start": {
          "line": 496,
          "column": 31
        },
        "end": {
          "line": 496,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 17443,
      "end": 17444,
      "loc": {
        "start": {
          "line": 496,
          "column": 38
        },
        "end": {
          "line": 496,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "value",
      "start": 17445,
      "end": 17450,
      "loc": {
        "start": {
          "line": 496,
          "column": 40
        },
        "end": {
          "line": 496,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "=>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 17451,
      "end": 17453,
      "loc": {
        "start": {
          "line": 496,
          "column": 46
        },
        "end": {
          "line": 496,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 17454,
      "end": 17455,
      "loc": {
        "start": {
          "line": 496,
          "column": 49
        },
        "end": {
          "line": 496,
          "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": 17462,
      "end": 17464,
      "loc": {
        "start": {
          "line": 497,
          "column": 6
        },
        "end": {
          "line": 497,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 17465,
      "end": 17466,
      "loc": {
        "start": {
          "line": 497,
          "column": 9
        },
        "end": {
          "line": 497,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "value",
      "start": 17466,
      "end": 17471,
      "loc": {
        "start": {
          "line": 497,
          "column": 10
        },
        "end": {
          "line": 497,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 17471,
      "end": 17472,
      "loc": {
        "start": {
          "line": 497,
          "column": 15
        },
        "end": {
          "line": 497,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "unique",
      "start": 17472,
      "end": 17478,
      "loc": {
        "start": {
          "line": 497,
          "column": 16
        },
        "end": {
          "line": 497,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 17478,
      "end": 17479,
      "loc": {
        "start": {
          "line": 497,
          "column": 22
        },
        "end": {
          "line": 497,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 17480,
      "end": 17481,
      "loc": {
        "start": {
          "line": 497,
          "column": 24
        },
        "end": {
          "line": 497,
          "column": 25
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " fields in the index may both the strings or objects with an attribute property - lets sanitize that",
      "start": 17490,
      "end": 17592,
      "loc": {
        "start": {
          "line": 498,
          "column": 8
        },
        "end": {
          "line": 498,
          "column": 110
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "indexFields",
      "start": 17601,
      "end": 17612,
      "loc": {
        "start": {
          "line": 499,
          "column": 8
        },
        "end": {
          "line": 499,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 17613,
      "end": 17614,
      "loc": {
        "start": {
          "line": 499,
          "column": 20
        },
        "end": {
          "line": 499,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Utils",
      "start": 17615,
      "end": 17620,
      "loc": {
        "start": {
          "line": 499,
          "column": 22
        },
        "end": {
          "line": 499,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 17620,
      "end": 17621,
      "loc": {
        "start": {
          "line": 499,
          "column": 27
        },
        "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": "_",
      "start": 17621,
      "end": 17622,
      "loc": {
        "start": {
          "line": 499,
          "column": 28
        },
        "end": {
          "line": 499,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 17622,
      "end": 17623,
      "loc": {
        "start": {
          "line": 499,
          "column": 29
        },
        "end": {
          "line": 499,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "map",
      "start": 17623,
      "end": 17626,
      "loc": {
        "start": {
          "line": 499,
          "column": 30
        },
        "end": {
          "line": 499,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 17626,
      "end": 17627,
      "loc": {
        "start": {
          "line": 499,
          "column": 33
        },
        "end": {
          "line": 499,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "value",
      "start": 17627,
      "end": 17632,
      "loc": {
        "start": {
          "line": 499,
          "column": 34
        },
        "end": {
          "line": 499,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 17632,
      "end": 17633,
      "loc": {
        "start": {
          "line": 499,
          "column": 39
        },
        "end": {
          "line": 499,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "fields",
      "start": 17633,
      "end": 17639,
      "loc": {
        "start": {
          "line": 499,
          "column": 40
        },
        "end": {
          "line": 499,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 17639,
      "end": 17640,
      "loc": {
        "start": {
          "line": 499,
          "column": 46
        },
        "end": {
          "line": 499,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "field",
      "start": 17641,
      "end": 17646,
      "loc": {
        "start": {
          "line": 499,
          "column": 48
        },
        "end": {
          "line": 499,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": "=>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 17647,
      "end": 17649,
      "loc": {
        "start": {
          "line": 499,
          "column": 54
        },
        "end": {
          "line": 499,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 17650,
      "end": 17651,
      "loc": {
        "start": {
          "line": 499,
          "column": 57
        },
        "end": {
          "line": 499,
          "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": 17662,
      "end": 17664,
      "loc": {
        "start": {
          "line": 500,
          "column": 10
        },
        "end": {
          "line": 500,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 17665,
      "end": 17666,
      "loc": {
        "start": {
          "line": 500,
          "column": 13
        },
        "end": {
          "line": 500,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Utils",
      "start": 17666,
      "end": 17671,
      "loc": {
        "start": {
          "line": 500,
          "column": 14
        },
        "end": {
          "line": 500,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 17671,
      "end": 17672,
      "loc": {
        "start": {
          "line": 500,
          "column": 19
        },
        "end": {
          "line": 500,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_",
      "start": 17672,
      "end": 17673,
      "loc": {
        "start": {
          "line": 500,
          "column": 20
        },
        "end": {
          "line": 500,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 17673,
      "end": 17674,
      "loc": {
        "start": {
          "line": 500,
          "column": 21
        },
        "end": {
          "line": 500,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "isPlainObject",
      "start": 17674,
      "end": 17687,
      "loc": {
        "start": {
          "line": 500,
          "column": 22
        },
        "end": {
          "line": 500,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 17687,
      "end": 17688,
      "loc": {
        "start": {
          "line": 500,
          "column": 35
        },
        "end": {
          "line": 500,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "field",
      "start": 17688,
      "end": 17693,
      "loc": {
        "start": {
          "line": 500,
          "column": 36
        },
        "end": {
          "line": 500,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 17693,
      "end": 17694,
      "loc": {
        "start": {
          "line": 500,
          "column": 41
        },
        "end": {
          "line": 500,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 17694,
      "end": 17695,
      "loc": {
        "start": {
          "line": 500,
          "column": 42
        },
        "end": {
          "line": 500,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 17696,
      "end": 17697,
      "loc": {
        "start": {
          "line": 500,
          "column": 44
        },
        "end": {
          "line": 500,
          "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": 17710,
      "end": 17716,
      "loc": {
        "start": {
          "line": 501,
          "column": 12
        },
        "end": {
          "line": 501,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "field",
      "start": 17717,
      "end": 17722,
      "loc": {
        "start": {
          "line": 501,
          "column": 19
        },
        "end": {
          "line": 501,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 17722,
      "end": 17723,
      "loc": {
        "start": {
          "line": 501,
          "column": 24
        },
        "end": {
          "line": 501,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attribute",
      "start": 17723,
      "end": 17732,
      "loc": {
        "start": {
          "line": 501,
          "column": 25
        },
        "end": {
          "line": 501,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 17732,
      "end": 17733,
      "loc": {
        "start": {
          "line": 501,
          "column": 34
        },
        "end": {
          "line": 501,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 17744,
      "end": 17745,
      "loc": {
        "start": {
          "line": 502,
          "column": 10
        },
        "end": {
          "line": 502,
          "column": 11
        }
      }
    },
    {
      "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": 17756,
      "end": 17762,
      "loc": {
        "start": {
          "line": 503,
          "column": 10
        },
        "end": {
          "line": 503,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "field",
      "start": 17763,
      "end": 17768,
      "loc": {
        "start": {
          "line": 503,
          "column": 17
        },
        "end": {
          "line": 503,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 17768,
      "end": 17769,
      "loc": {
        "start": {
          "line": 503,
          "column": 22
        },
        "end": {
          "line": 503,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 17778,
      "end": 17779,
      "loc": {
        "start": {
          "line": 504,
          "column": 8
        },
        "end": {
          "line": 504,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 17779,
      "end": 17780,
      "loc": {
        "start": {
          "line": 504,
          "column": 9
        },
        "end": {
          "line": 504,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 17780,
      "end": 17781,
      "loc": {
        "start": {
          "line": 504,
          "column": 10
        },
        "end": {
          "line": 504,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "indexes",
      "start": 17790,
      "end": 17797,
      "loc": {
        "start": {
          "line": 505,
          "column": 8
        },
        "end": {
          "line": 505,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 17797,
      "end": 17798,
      "loc": {
        "start": {
          "line": 505,
          "column": 15
        },
        "end": {
          "line": 505,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "push",
      "start": 17798,
      "end": 17802,
      "loc": {
        "start": {
          "line": 505,
          "column": 16
        },
        "end": {
          "line": 505,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 17802,
      "end": 17803,
      "loc": {
        "start": {
          "line": 505,
          "column": 20
        },
        "end": {
          "line": 505,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "indexFields",
      "start": 17803,
      "end": 17814,
      "loc": {
        "start": {
          "line": 505,
          "column": 21
        },
        "end": {
          "line": 505,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 17814,
      "end": 17815,
      "loc": {
        "start": {
          "line": 505,
          "column": 32
        },
        "end": {
          "line": 505,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 17815,
      "end": 17816,
      "loc": {
        "start": {
          "line": 505,
          "column": 33
        },
        "end": {
          "line": 505,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 17823,
      "end": 17824,
      "loc": {
        "start": {
          "line": 506,
          "column": 6
        },
        "end": {
          "line": 506,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 17829,
      "end": 17830,
      "loc": {
        "start": {
          "line": 507,
          "column": 4
        },
        "end": {
          "line": 507,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 17830,
      "end": 17831,
      "loc": {
        "start": {
          "line": 507,
          "column": 5
        },
        "end": {
          "line": 507,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 17831,
      "end": 17832,
      "loc": {
        "start": {
          "line": 507,
          "column": 6
        },
        "end": {
          "line": 507,
          "column": 7
        }
      }
    },
    {
      "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": 17838,
      "end": 17841,
      "loc": {
        "start": {
          "line": 509,
          "column": 4
        },
        "end": {
          "line": 509,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 17842,
      "end": 17843,
      "loc": {
        "start": {
          "line": 509,
          "column": 8
        },
        "end": {
          "line": 509,
          "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": 17843,
      "end": 17848,
      "loc": {
        "start": {
          "line": 509,
          "column": 9
        },
        "end": {
          "line": 509,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "index",
      "start": 17849,
      "end": 17854,
      "loc": {
        "start": {
          "line": 509,
          "column": 15
        },
        "end": {
          "line": 509,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "of",
      "start": 17855,
      "end": 17857,
      "loc": {
        "start": {
          "line": 509,
          "column": 21
        },
        "end": {
          "line": 509,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "indexes",
      "start": 17858,
      "end": 17865,
      "loc": {
        "start": {
          "line": 509,
          "column": 24
        },
        "end": {
          "line": 509,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 17865,
      "end": 17866,
      "loc": {
        "start": {
          "line": 509,
          "column": 31
        },
        "end": {
          "line": 509,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 17867,
      "end": 17868,
      "loc": {
        "start": {
          "line": 509,
          "column": 33
        },
        "end": {
          "line": 509,
          "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": 17875,
      "end": 17877,
      "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": 17878,
      "end": 17879,
      "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": "Utils",
      "start": 17879,
      "end": 17884,
      "loc": {
        "start": {
          "line": 510,
          "column": 10
        },
        "end": {
          "line": 510,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 17884,
      "end": 17885,
      "loc": {
        "start": {
          "line": 510,
          "column": 15
        },
        "end": {
          "line": 510,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_",
      "start": 17885,
      "end": 17886,
      "loc": {
        "start": {
          "line": 510,
          "column": 16
        },
        "end": {
          "line": 510,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 17886,
      "end": 17887,
      "loc": {
        "start": {
          "line": 510,
          "column": 17
        },
        "end": {
          "line": 510,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "intersection",
      "start": 17887,
      "end": 17899,
      "loc": {
        "start": {
          "line": 510,
          "column": 18
        },
        "end": {
          "line": 510,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 17899,
      "end": 17900,
      "loc": {
        "start": {
          "line": 510,
          "column": 30
        },
        "end": {
          "line": 510,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attributes",
      "start": 17900,
      "end": 17910,
      "loc": {
        "start": {
          "line": 510,
          "column": 31
        },
        "end": {
          "line": 510,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 17910,
      "end": 17911,
      "loc": {
        "start": {
          "line": 510,
          "column": 41
        },
        "end": {
          "line": 510,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "index",
      "start": 17912,
      "end": 17917,
      "loc": {
        "start": {
          "line": 510,
          "column": 43
        },
        "end": {
          "line": 510,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 17917,
      "end": 17918,
      "loc": {
        "start": {
          "line": 510,
          "column": 48
        },
        "end": {
          "line": 510,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 17918,
      "end": 17919,
      "loc": {
        "start": {
          "line": 510,
          "column": 49
        },
        "end": {
          "line": 510,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "length",
      "start": 17919,
      "end": 17925,
      "loc": {
        "start": {
          "line": 510,
          "column": 50
        },
        "end": {
          "line": 510,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "===",
      "start": 17926,
      "end": 17929,
      "loc": {
        "start": {
          "line": 510,
          "column": 57
        },
        "end": {
          "line": 510,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "index",
      "start": 17930,
      "end": 17935,
      "loc": {
        "start": {
          "line": 510,
          "column": 61
        },
        "end": {
          "line": 510,
          "column": 66
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 17935,
      "end": 17936,
      "loc": {
        "start": {
          "line": 510,
          "column": 66
        },
        "end": {
          "line": 510,
          "column": 67
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "length",
      "start": 17936,
      "end": 17942,
      "loc": {
        "start": {
          "line": 510,
          "column": 67
        },
        "end": {
          "line": 510,
          "column": 73
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 17942,
      "end": 17943,
      "loc": {
        "start": {
          "line": 510,
          "column": 73
        },
        "end": {
          "line": 510,
          "column": 74
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 17944,
      "end": 17945,
      "loc": {
        "start": {
          "line": 510,
          "column": 75
        },
        "end": {
          "line": 510,
          "column": 76
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "where",
      "start": 17954,
      "end": 17959,
      "loc": {
        "start": {
          "line": 511,
          "column": 8
        },
        "end": {
          "line": 511,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 17960,
      "end": 17961,
      "loc": {
        "start": {
          "line": 511,
          "column": 14
        },
        "end": {
          "line": 511,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 17962,
      "end": 17963,
      "loc": {
        "start": {
          "line": 511,
          "column": 16
        },
        "end": {
          "line": 511,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 17963,
      "end": 17964,
      "loc": {
        "start": {
          "line": 511,
          "column": 17
        },
        "end": {
          "line": 511,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 17964,
      "end": 17965,
      "loc": {
        "start": {
          "line": 511,
          "column": 18
        },
        "end": {
          "line": 511,
          "column": 19
        }
      }
    },
    {
      "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": 17974,
      "end": 17977,
      "loc": {
        "start": {
          "line": 512,
          "column": 8
        },
        "end": {
          "line": 512,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 17978,
      "end": 17979,
      "loc": {
        "start": {
          "line": 512,
          "column": 12
        },
        "end": {
          "line": 512,
          "column": 13
        }
      }
    },
    {
      "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": 17979,
      "end": 17984,
      "loc": {
        "start": {
          "line": 512,
          "column": 13
        },
        "end": {
          "line": 512,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "field",
      "start": 17985,
      "end": 17990,
      "loc": {
        "start": {
          "line": 512,
          "column": 19
        },
        "end": {
          "line": 512,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "of",
      "start": 17991,
      "end": 17993,
      "loc": {
        "start": {
          "line": 512,
          "column": 25
        },
        "end": {
          "line": 512,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "index",
      "start": 17994,
      "end": 17999,
      "loc": {
        "start": {
          "line": 512,
          "column": 28
        },
        "end": {
          "line": 512,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 17999,
      "end": 18000,
      "loc": {
        "start": {
          "line": 512,
          "column": 33
        },
        "end": {
          "line": 512,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 18001,
      "end": 18002,
      "loc": {
        "start": {
          "line": 512,
          "column": 35
        },
        "end": {
          "line": 512,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "where",
      "start": 18013,
      "end": 18018,
      "loc": {
        "start": {
          "line": 513,
          "column": 10
        },
        "end": {
          "line": 513,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 18018,
      "end": 18019,
      "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": "field",
      "start": 18019,
      "end": 18024,
      "loc": {
        "start": {
          "line": 513,
          "column": 16
        },
        "end": {
          "line": 513,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 18024,
      "end": 18025,
      "loc": {
        "start": {
          "line": 513,
          "column": 21
        },
        "end": {
          "line": 513,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 18026,
      "end": 18027,
      "loc": {
        "start": {
          "line": 513,
          "column": 23
        },
        "end": {
          "line": 513,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "valuesByField",
      "start": 18028,
      "end": 18041,
      "loc": {
        "start": {
          "line": 513,
          "column": 25
        },
        "end": {
          "line": 513,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 18041,
      "end": 18042,
      "loc": {
        "start": {
          "line": 513,
          "column": 38
        },
        "end": {
          "line": 513,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "field",
      "start": 18042,
      "end": 18047,
      "loc": {
        "start": {
          "line": 513,
          "column": 39
        },
        "end": {
          "line": 513,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 18047,
      "end": 18048,
      "loc": {
        "start": {
          "line": 513,
          "column": 44
        },
        "end": {
          "line": 513,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 18048,
      "end": 18049,
      "loc": {
        "start": {
          "line": 513,
          "column": 45
        },
        "end": {
          "line": 513,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 18058,
      "end": 18059,
      "loc": {
        "start": {
          "line": 514,
          "column": 8
        },
        "end": {
          "line": 514,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "wheres",
      "start": 18068,
      "end": 18074,
      "loc": {
        "start": {
          "line": 515,
          "column": 8
        },
        "end": {
          "line": 515,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 18074,
      "end": 18075,
      "loc": {
        "start": {
          "line": 515,
          "column": 14
        },
        "end": {
          "line": 515,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "push",
      "start": 18075,
      "end": 18079,
      "loc": {
        "start": {
          "line": 515,
          "column": 15
        },
        "end": {
          "line": 515,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 18079,
      "end": 18080,
      "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": "where",
      "start": 18080,
      "end": 18085,
      "loc": {
        "start": {
          "line": 515,
          "column": 20
        },
        "end": {
          "line": 515,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 18085,
      "end": 18086,
      "loc": {
        "start": {
          "line": 515,
          "column": 25
        },
        "end": {
          "line": 515,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 18086,
      "end": 18087,
      "loc": {
        "start": {
          "line": 515,
          "column": 26
        },
        "end": {
          "line": 515,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 18094,
      "end": 18095,
      "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
      },
      "start": 18100,
      "end": 18101,
      "loc": {
        "start": {
          "line": 517,
          "column": 4
        },
        "end": {
          "line": 517,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "where",
      "start": 18107,
      "end": 18112,
      "loc": {
        "start": {
          "line": 519,
          "column": 4
        },
        "end": {
          "line": 519,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 18113,
      "end": 18114,
      "loc": {
        "start": {
          "line": 519,
          "column": 10
        },
        "end": {
          "line": 519,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 18115,
      "end": 18116,
      "loc": {
        "start": {
          "line": 519,
          "column": 12
        },
        "end": {
          "line": 519,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "$or",
      "start": 18117,
      "end": 18120,
      "loc": {
        "start": {
          "line": 519,
          "column": 14
        },
        "end": {
          "line": 519,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 18120,
      "end": 18121,
      "loc": {
        "start": {
          "line": 519,
          "column": 17
        },
        "end": {
          "line": 519,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "wheres",
      "start": 18122,
      "end": 18128,
      "loc": {
        "start": {
          "line": 519,
          "column": 19
        },
        "end": {
          "line": 519,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 18129,
      "end": 18130,
      "loc": {
        "start": {
          "line": 519,
          "column": 26
        },
        "end": {
          "line": 519,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 18130,
      "end": 18131,
      "loc": {
        "start": {
          "line": 519,
          "column": 27
        },
        "end": {
          "line": 519,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 18137,
      "end": 18144,
      "loc": {
        "start": {
          "line": 521,
          "column": 4
        },
        "end": {
          "line": 521,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 18144,
      "end": 18145,
      "loc": {
        "start": {
          "line": 521,
          "column": 11
        },
        "end": {
          "line": 521,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "type",
      "start": 18145,
      "end": 18149,
      "loc": {
        "start": {
          "line": 521,
          "column": 12
        },
        "end": {
          "line": 521,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 18150,
      "end": 18151,
      "loc": {
        "start": {
          "line": 521,
          "column": 17
        },
        "end": {
          "line": 521,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "QueryTypes",
      "start": 18152,
      "end": 18162,
      "loc": {
        "start": {
          "line": 521,
          "column": 19
        },
        "end": {
          "line": 521,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 18162,
      "end": 18163,
      "loc": {
        "start": {
          "line": 521,
          "column": 29
        },
        "end": {
          "line": 521,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "UPSERT",
      "start": 18163,
      "end": 18169,
      "loc": {
        "start": {
          "line": 521,
          "column": 30
        },
        "end": {
          "line": 521,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 18169,
      "end": 18170,
      "loc": {
        "start": {
          "line": 521,
          "column": 36
        },
        "end": {
          "line": 521,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 18175,
      "end": 18182,
      "loc": {
        "start": {
          "line": 522,
          "column": 4
        },
        "end": {
          "line": 522,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 18182,
      "end": 18183,
      "loc": {
        "start": {
          "line": 522,
          "column": 11
        },
        "end": {
          "line": 522,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "raw",
      "start": 18183,
      "end": 18186,
      "loc": {
        "start": {
          "line": 522,
          "column": 12
        },
        "end": {
          "line": 522,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 18187,
      "end": 18188,
      "loc": {
        "start": {
          "line": 522,
          "column": 16
        },
        "end": {
          "line": 522,
          "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": 18189,
      "end": 18193,
      "loc": {
        "start": {
          "line": 522,
          "column": 18
        },
        "end": {
          "line": 522,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 18193,
      "end": 18194,
      "loc": {
        "start": {
          "line": 522,
          "column": 22
        },
        "end": {
          "line": 522,
          "column": 23
        }
      }
    },
    {
      "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": 18200,
      "end": 18205,
      "loc": {
        "start": {
          "line": 524,
          "column": 4
        },
        "end": {
          "line": 524,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sql",
      "start": 18206,
      "end": 18209,
      "loc": {
        "start": {
          "line": 524,
          "column": 10
        },
        "end": {
          "line": 524,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 18210,
      "end": 18211,
      "loc": {
        "start": {
          "line": 524,
          "column": 14
        },
        "end": {
          "line": 524,
          "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": 18212,
      "end": 18216,
      "loc": {
        "start": {
          "line": 524,
          "column": 16
        },
        "end": {
          "line": 524,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 18216,
      "end": 18217,
      "loc": {
        "start": {
          "line": 524,
          "column": 20
        },
        "end": {
          "line": 524,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "QueryGenerator",
      "start": 18217,
      "end": 18231,
      "loc": {
        "start": {
          "line": 524,
          "column": 21
        },
        "end": {
          "line": 524,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 18231,
      "end": 18232,
      "loc": {
        "start": {
          "line": 524,
          "column": 35
        },
        "end": {
          "line": 524,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "upsertQuery",
      "start": 18232,
      "end": 18243,
      "loc": {
        "start": {
          "line": 524,
          "column": 36
        },
        "end": {
          "line": 524,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 18243,
      "end": 18244,
      "loc": {
        "start": {
          "line": 524,
          "column": 47
        },
        "end": {
          "line": 524,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "tableName",
      "start": 18244,
      "end": 18253,
      "loc": {
        "start": {
          "line": 524,
          "column": 48
        },
        "end": {
          "line": 524,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 18253,
      "end": 18254,
      "loc": {
        "start": {
          "line": 524,
          "column": 57
        },
        "end": {
          "line": 524,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "valuesByField",
      "start": 18255,
      "end": 18268,
      "loc": {
        "start": {
          "line": 524,
          "column": 59
        },
        "end": {
          "line": 524,
          "column": 72
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 18268,
      "end": 18269,
      "loc": {
        "start": {
          "line": 524,
          "column": 72
        },
        "end": {
          "line": 524,
          "column": 73
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "updateValues",
      "start": 18270,
      "end": 18282,
      "loc": {
        "start": {
          "line": 524,
          "column": 74
        },
        "end": {
          "line": 524,
          "column": 86
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 18282,
      "end": 18283,
      "loc": {
        "start": {
          "line": 524,
          "column": 86
        },
        "end": {
          "line": 524,
          "column": 87
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "where",
      "start": 18284,
      "end": 18289,
      "loc": {
        "start": {
          "line": 524,
          "column": 88
        },
        "end": {
          "line": 524,
          "column": 93
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 18289,
      "end": 18290,
      "loc": {
        "start": {
          "line": 524,
          "column": 93
        },
        "end": {
          "line": 524,
          "column": 94
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "model",
      "start": 18291,
      "end": 18296,
      "loc": {
        "start": {
          "line": 524,
          "column": 95
        },
        "end": {
          "line": 524,
          "column": 100
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 18296,
      "end": 18297,
      "loc": {
        "start": {
          "line": 524,
          "column": 100
        },
        "end": {
          "line": 524,
          "column": 101
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "rawAttributes",
      "start": 18297,
      "end": 18310,
      "loc": {
        "start": {
          "line": 524,
          "column": 101
        },
        "end": {
          "line": 524,
          "column": 114
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 18310,
      "end": 18311,
      "loc": {
        "start": {
          "line": 524,
          "column": 114
        },
        "end": {
          "line": 524,
          "column": 115
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 18312,
      "end": 18319,
      "loc": {
        "start": {
          "line": 524,
          "column": 116
        },
        "end": {
          "line": 524,
          "column": 123
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 18319,
      "end": 18320,
      "loc": {
        "start": {
          "line": 524,
          "column": 123
        },
        "end": {
          "line": 524,
          "column": 124
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 18320,
      "end": 18321,
      "loc": {
        "start": {
          "line": 524,
          "column": 124
        },
        "end": {
          "line": 524,
          "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": 18326,
      "end": 18332,
      "loc": {
        "start": {
          "line": 525,
          "column": 4
        },
        "end": {
          "line": 525,
          "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": 18333,
      "end": 18337,
      "loc": {
        "start": {
          "line": 525,
          "column": 11
        },
        "end": {
          "line": 525,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 18337,
      "end": 18338,
      "loc": {
        "start": {
          "line": 525,
          "column": 15
        },
        "end": {
          "line": 525,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sequelize",
      "start": 18338,
      "end": 18347,
      "loc": {
        "start": {
          "line": 525,
          "column": 16
        },
        "end": {
          "line": 525,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 18347,
      "end": 18348,
      "loc": {
        "start": {
          "line": 525,
          "column": 25
        },
        "end": {
          "line": 525,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "query",
      "start": 18348,
      "end": 18353,
      "loc": {
        "start": {
          "line": 525,
          "column": 26
        },
        "end": {
          "line": 525,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 18353,
      "end": 18354,
      "loc": {
        "start": {
          "line": 525,
          "column": 31
        },
        "end": {
          "line": 525,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sql",
      "start": 18354,
      "end": 18357,
      "loc": {
        "start": {
          "line": 525,
          "column": 32
        },
        "end": {
          "line": 525,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 18357,
      "end": 18358,
      "loc": {
        "start": {
          "line": 525,
          "column": 35
        },
        "end": {
          "line": 525,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 18359,
      "end": 18366,
      "loc": {
        "start": {
          "line": 525,
          "column": 37
        },
        "end": {
          "line": 525,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 18366,
      "end": 18367,
      "loc": {
        "start": {
          "line": 525,
          "column": 44
        },
        "end": {
          "line": 525,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 18367,
      "end": 18368,
      "loc": {
        "start": {
          "line": 525,
          "column": 45
        },
        "end": {
          "line": 525,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "then",
      "start": 18368,
      "end": 18372,
      "loc": {
        "start": {
          "line": 525,
          "column": 46
        },
        "end": {
          "line": 525,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 18372,
      "end": 18373,
      "loc": {
        "start": {
          "line": 525,
          "column": 50
        },
        "end": {
          "line": 525,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "rowCount",
      "start": 18373,
      "end": 18381,
      "loc": {
        "start": {
          "line": 525,
          "column": 51
        },
        "end": {
          "line": 525,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": "=>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 18382,
      "end": 18384,
      "loc": {
        "start": {
          "line": 525,
          "column": 60
        },
        "end": {
          "line": 525,
          "column": 62
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 18385,
      "end": 18386,
      "loc": {
        "start": {
          "line": 525,
          "column": 63
        },
        "end": {
          "line": 525,
          "column": 64
        }
      }
    },
    {
      "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": 18393,
      "end": 18395,
      "loc": {
        "start": {
          "line": 526,
          "column": 6
        },
        "end": {
          "line": 526,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 18396,
      "end": 18397,
      "loc": {
        "start": {
          "line": 526,
          "column": 9
        },
        "end": {
          "line": 526,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "rowCount",
      "start": 18397,
      "end": 18405,
      "loc": {
        "start": {
          "line": 526,
          "column": 10
        },
        "end": {
          "line": 526,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "===",
      "start": 18406,
      "end": 18409,
      "loc": {
        "start": {
          "line": 526,
          "column": 19
        },
        "end": {
          "line": 526,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "undefined",
      "start": 18410,
      "end": 18419,
      "loc": {
        "start": {
          "line": 526,
          "column": 23
        },
        "end": {
          "line": 526,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 18419,
      "end": 18420,
      "loc": {
        "start": {
          "line": 526,
          "column": 32
        },
        "end": {
          "line": 526,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 18421,
      "end": 18422,
      "loc": {
        "start": {
          "line": 526,
          "column": 34
        },
        "end": {
          "line": 526,
          "column": 35
        }
      }
    },
    {
      "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": 18431,
      "end": 18437,
      "loc": {
        "start": {
          "line": 527,
          "column": 8
        },
        "end": {
          "line": 527,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "rowCount",
      "start": 18438,
      "end": 18446,
      "loc": {
        "start": {
          "line": 527,
          "column": 15
        },
        "end": {
          "line": 527,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 18446,
      "end": 18447,
      "loc": {
        "start": {
          "line": 527,
          "column": 23
        },
        "end": {
          "line": 527,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 18454,
      "end": 18455,
      "loc": {
        "start": {
          "line": 528,
          "column": 6
        },
        "end": {
          "line": 528,
          "column": 7
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " MySQL returns 1 for inserted, 2 for updated http://dev.mysql.com/doc/refman/5.0/en/insert-on-duplicate.html. Postgres has been modded to do the same",
      "start": 18463,
      "end": 18614,
      "loc": {
        "start": {
          "line": 530,
          "column": 6
        },
        "end": {
          "line": 530,
          "column": 157
        }
      }
    },
    {
      "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": 18622,
      "end": 18628,
      "loc": {
        "start": {
          "line": 532,
          "column": 6
        },
        "end": {
          "line": 532,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "rowCount",
      "start": 18629,
      "end": 18637,
      "loc": {
        "start": {
          "line": 532,
          "column": 13
        },
        "end": {
          "line": 532,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "===",
      "start": 18638,
      "end": 18641,
      "loc": {
        "start": {
          "line": 532,
          "column": 22
        },
        "end": {
          "line": 532,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 1,
      "start": 18642,
      "end": 18643,
      "loc": {
        "start": {
          "line": 532,
          "column": 26
        },
        "end": {
          "line": 532,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 18643,
      "end": 18644,
      "loc": {
        "start": {
          "line": 532,
          "column": 27
        },
        "end": {
          "line": 532,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 18649,
      "end": 18650,
      "loc": {
        "start": {
          "line": 533,
          "column": 4
        },
        "end": {
          "line": 533,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 18650,
      "end": 18651,
      "loc": {
        "start": {
          "line": 533,
          "column": 5
        },
        "end": {
          "line": 533,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 18651,
      "end": 18652,
      "loc": {
        "start": {
          "line": 533,
          "column": 6
        },
        "end": {
          "line": 533,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 18655,
      "end": 18656,
      "loc": {
        "start": {
          "line": 534,
          "column": 2
        },
        "end": {
          "line": 534,
          "column": 3
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "bulkInsert",
      "start": 18660,
      "end": 18670,
      "loc": {
        "start": {
          "line": 536,
          "column": 2
        },
        "end": {
          "line": 536,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 18670,
      "end": 18671,
      "loc": {
        "start": {
          "line": 536,
          "column": 12
        },
        "end": {
          "line": 536,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "tableName",
      "start": 18671,
      "end": 18680,
      "loc": {
        "start": {
          "line": 536,
          "column": 13
        },
        "end": {
          "line": 536,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 18680,
      "end": 18681,
      "loc": {
        "start": {
          "line": 536,
          "column": 22
        },
        "end": {
          "line": 536,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "records",
      "start": 18682,
      "end": 18689,
      "loc": {
        "start": {
          "line": 536,
          "column": 24
        },
        "end": {
          "line": 536,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 18689,
      "end": 18690,
      "loc": {
        "start": {
          "line": 536,
          "column": 31
        },
        "end": {
          "line": 536,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 18691,
      "end": 18698,
      "loc": {
        "start": {
          "line": 536,
          "column": 33
        },
        "end": {
          "line": 536,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 18698,
      "end": 18699,
      "loc": {
        "start": {
          "line": 536,
          "column": 40
        },
        "end": {
          "line": 536,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attributes",
      "start": 18700,
      "end": 18710,
      "loc": {
        "start": {
          "line": 536,
          "column": 42
        },
        "end": {
          "line": 536,
          "column": 52
        }
      }
    },
    {
      "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": 536,
          "column": 52
        },
        "end": {
          "line": 536,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 18712,
      "end": 18713,
      "loc": {
        "start": {
          "line": 536,
          "column": 54
        },
        "end": {
          "line": 536,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 18718,
      "end": 18725,
      "loc": {
        "start": {
          "line": 537,
          "column": 4
        },
        "end": {
          "line": 537,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 18726,
      "end": 18727,
      "loc": {
        "start": {
          "line": 537,
          "column": 12
        },
        "end": {
          "line": 537,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_",
      "start": 18728,
      "end": 18729,
      "loc": {
        "start": {
          "line": 537,
          "column": 14
        },
        "end": {
          "line": 537,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 18729,
      "end": 18730,
      "loc": {
        "start": {
          "line": 537,
          "column": 15
        },
        "end": {
          "line": 537,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "clone",
      "start": 18730,
      "end": 18735,
      "loc": {
        "start": {
          "line": 537,
          "column": 16
        },
        "end": {
          "line": 537,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 18735,
      "end": 18736,
      "loc": {
        "start": {
          "line": 537,
          "column": 21
        },
        "end": {
          "line": 537,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 18736,
      "end": 18743,
      "loc": {
        "start": {
          "line": 537,
          "column": 22
        },
        "end": {
          "line": 537,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 18743,
      "end": 18744,
      "loc": {
        "start": {
          "line": 537,
          "column": 29
        },
        "end": {
          "line": 537,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "||",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 1,
        "updateContext": null
      },
      "value": "||",
      "start": 18745,
      "end": 18747,
      "loc": {
        "start": {
          "line": 537,
          "column": 31
        },
        "end": {
          "line": 537,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 18748,
      "end": 18749,
      "loc": {
        "start": {
          "line": 537,
          "column": 34
        },
        "end": {
          "line": 537,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 18749,
      "end": 18750,
      "loc": {
        "start": {
          "line": 537,
          "column": 35
        },
        "end": {
          "line": 537,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 18750,
      "end": 18751,
      "loc": {
        "start": {
          "line": 537,
          "column": 36
        },
        "end": {
          "line": 537,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 18756,
      "end": 18763,
      "loc": {
        "start": {
          "line": 538,
          "column": 4
        },
        "end": {
          "line": 538,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 18763,
      "end": 18764,
      "loc": {
        "start": {
          "line": 538,
          "column": 11
        },
        "end": {
          "line": 538,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "type",
      "start": 18764,
      "end": 18768,
      "loc": {
        "start": {
          "line": 538,
          "column": 12
        },
        "end": {
          "line": 538,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 18769,
      "end": 18770,
      "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": "QueryTypes",
      "start": 18771,
      "end": 18781,
      "loc": {
        "start": {
          "line": 538,
          "column": 19
        },
        "end": {
          "line": 538,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 18781,
      "end": 18782,
      "loc": {
        "start": {
          "line": 538,
          "column": 29
        },
        "end": {
          "line": 538,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "INSERT",
      "start": 18782,
      "end": 18788,
      "loc": {
        "start": {
          "line": 538,
          "column": 30
        },
        "end": {
          "line": 538,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 18788,
      "end": 18789,
      "loc": {
        "start": {
          "line": 538,
          "column": 36
        },
        "end": {
          "line": 538,
          "column": 37
        }
      }
    },
    {
      "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": 18794,
      "end": 18799,
      "loc": {
        "start": {
          "line": 539,
          "column": 4
        },
        "end": {
          "line": 539,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sql",
      "start": 18800,
      "end": 18803,
      "loc": {
        "start": {
          "line": 539,
          "column": 10
        },
        "end": {
          "line": 539,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 18804,
      "end": 18805,
      "loc": {
        "start": {
          "line": 539,
          "column": 14
        },
        "end": {
          "line": 539,
          "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": 18806,
      "end": 18810,
      "loc": {
        "start": {
          "line": 539,
          "column": 16
        },
        "end": {
          "line": 539,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 18810,
      "end": 18811,
      "loc": {
        "start": {
          "line": 539,
          "column": 20
        },
        "end": {
          "line": 539,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "QueryGenerator",
      "start": 18811,
      "end": 18825,
      "loc": {
        "start": {
          "line": 539,
          "column": 21
        },
        "end": {
          "line": 539,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 18825,
      "end": 18826,
      "loc": {
        "start": {
          "line": 539,
          "column": 35
        },
        "end": {
          "line": 539,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "bulkInsertQuery",
      "start": 18826,
      "end": 18841,
      "loc": {
        "start": {
          "line": 539,
          "column": 36
        },
        "end": {
          "line": 539,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 18841,
      "end": 18842,
      "loc": {
        "start": {
          "line": 539,
          "column": 51
        },
        "end": {
          "line": 539,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "tableName",
      "start": 18842,
      "end": 18851,
      "loc": {
        "start": {
          "line": 539,
          "column": 52
        },
        "end": {
          "line": 539,
          "column": 61
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 18851,
      "end": 18852,
      "loc": {
        "start": {
          "line": 539,
          "column": 61
        },
        "end": {
          "line": 539,
          "column": 62
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "records",
      "start": 18853,
      "end": 18860,
      "loc": {
        "start": {
          "line": 539,
          "column": 63
        },
        "end": {
          "line": 539,
          "column": 70
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 18860,
      "end": 18861,
      "loc": {
        "start": {
          "line": 539,
          "column": 70
        },
        "end": {
          "line": 539,
          "column": 71
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 18862,
      "end": 18869,
      "loc": {
        "start": {
          "line": 539,
          "column": 72
        },
        "end": {
          "line": 539,
          "column": 79
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 18869,
      "end": 18870,
      "loc": {
        "start": {
          "line": 539,
          "column": 79
        },
        "end": {
          "line": 539,
          "column": 80
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attributes",
      "start": 18871,
      "end": 18881,
      "loc": {
        "start": {
          "line": 539,
          "column": 81
        },
        "end": {
          "line": 539,
          "column": 91
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 18881,
      "end": 18882,
      "loc": {
        "start": {
          "line": 539,
          "column": 91
        },
        "end": {
          "line": 539,
          "column": 92
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 18882,
      "end": 18883,
      "loc": {
        "start": {
          "line": 539,
          "column": 92
        },
        "end": {
          "line": 539,
          "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": 18888,
      "end": 18894,
      "loc": {
        "start": {
          "line": 540,
          "column": 4
        },
        "end": {
          "line": 540,
          "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": 18895,
      "end": 18899,
      "loc": {
        "start": {
          "line": 540,
          "column": 11
        },
        "end": {
          "line": 540,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 18899,
      "end": 18900,
      "loc": {
        "start": {
          "line": 540,
          "column": 15
        },
        "end": {
          "line": 540,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sequelize",
      "start": 18900,
      "end": 18909,
      "loc": {
        "start": {
          "line": 540,
          "column": 16
        },
        "end": {
          "line": 540,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 18909,
      "end": 18910,
      "loc": {
        "start": {
          "line": 540,
          "column": 25
        },
        "end": {
          "line": 540,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "query",
      "start": 18910,
      "end": 18915,
      "loc": {
        "start": {
          "line": 540,
          "column": 26
        },
        "end": {
          "line": 540,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 18915,
      "end": 18916,
      "loc": {
        "start": {
          "line": 540,
          "column": 31
        },
        "end": {
          "line": 540,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sql",
      "start": 18916,
      "end": 18919,
      "loc": {
        "start": {
          "line": 540,
          "column": 32
        },
        "end": {
          "line": 540,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 18919,
      "end": 18920,
      "loc": {
        "start": {
          "line": 540,
          "column": 35
        },
        "end": {
          "line": 540,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 18921,
      "end": 18928,
      "loc": {
        "start": {
          "line": 540,
          "column": 37
        },
        "end": {
          "line": 540,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 18928,
      "end": 18929,
      "loc": {
        "start": {
          "line": 540,
          "column": 44
        },
        "end": {
          "line": 540,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 18929,
      "end": 18930,
      "loc": {
        "start": {
          "line": 540,
          "column": 45
        },
        "end": {
          "line": 540,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "then",
      "start": 18930,
      "end": 18934,
      "loc": {
        "start": {
          "line": 540,
          "column": 46
        },
        "end": {
          "line": 540,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 18934,
      "end": 18935,
      "loc": {
        "start": {
          "line": 540,
          "column": 50
        },
        "end": {
          "line": 540,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "results",
      "start": 18935,
      "end": 18942,
      "loc": {
        "start": {
          "line": 540,
          "column": 51
        },
        "end": {
          "line": 540,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": "=>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 18943,
      "end": 18945,
      "loc": {
        "start": {
          "line": 540,
          "column": 59
        },
        "end": {
          "line": 540,
          "column": 61
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "results",
      "start": 18946,
      "end": 18953,
      "loc": {
        "start": {
          "line": 540,
          "column": 62
        },
        "end": {
          "line": 540,
          "column": 69
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 18953,
      "end": 18954,
      "loc": {
        "start": {
          "line": 540,
          "column": 69
        },
        "end": {
          "line": 540,
          "column": 70
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 0,
      "start": 18954,
      "end": 18955,
      "loc": {
        "start": {
          "line": 540,
          "column": 70
        },
        "end": {
          "line": 540,
          "column": 71
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 18955,
      "end": 18956,
      "loc": {
        "start": {
          "line": 540,
          "column": 71
        },
        "end": {
          "line": 540,
          "column": 72
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 18956,
      "end": 18957,
      "loc": {
        "start": {
          "line": 540,
          "column": 72
        },
        "end": {
          "line": 540,
          "column": 73
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 18957,
      "end": 18958,
      "loc": {
        "start": {
          "line": 540,
          "column": 73
        },
        "end": {
          "line": 540,
          "column": 74
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 18961,
      "end": 18962,
      "loc": {
        "start": {
          "line": 541,
          "column": 2
        },
        "end": {
          "line": 541,
          "column": 3
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "update",
      "start": 18966,
      "end": 18972,
      "loc": {
        "start": {
          "line": 543,
          "column": 2
        },
        "end": {
          "line": 543,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 18972,
      "end": 18973,
      "loc": {
        "start": {
          "line": 543,
          "column": 8
        },
        "end": {
          "line": 543,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "instance",
      "start": 18973,
      "end": 18981,
      "loc": {
        "start": {
          "line": 543,
          "column": 9
        },
        "end": {
          "line": 543,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 18981,
      "end": 18982,
      "loc": {
        "start": {
          "line": 543,
          "column": 17
        },
        "end": {
          "line": 543,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "tableName",
      "start": 18983,
      "end": 18992,
      "loc": {
        "start": {
          "line": 543,
          "column": 19
        },
        "end": {
          "line": 543,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 18992,
      "end": 18993,
      "loc": {
        "start": {
          "line": 543,
          "column": 28
        },
        "end": {
          "line": 543,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "values",
      "start": 18994,
      "end": 19000,
      "loc": {
        "start": {
          "line": 543,
          "column": 30
        },
        "end": {
          "line": 543,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 19000,
      "end": 19001,
      "loc": {
        "start": {
          "line": 543,
          "column": 36
        },
        "end": {
          "line": 543,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "identifier",
      "start": 19002,
      "end": 19012,
      "loc": {
        "start": {
          "line": 543,
          "column": 38
        },
        "end": {
          "line": 543,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 19012,
      "end": 19013,
      "loc": {
        "start": {
          "line": 543,
          "column": 48
        },
        "end": {
          "line": 543,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 19014,
      "end": 19021,
      "loc": {
        "start": {
          "line": 543,
          "column": 50
        },
        "end": {
          "line": 543,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 19021,
      "end": 19022,
      "loc": {
        "start": {
          "line": 543,
          "column": 57
        },
        "end": {
          "line": 543,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 19023,
      "end": 19024,
      "loc": {
        "start": {
          "line": 543,
          "column": 59
        },
        "end": {
          "line": 543,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 19029,
      "end": 19036,
      "loc": {
        "start": {
          "line": 544,
          "column": 4
        },
        "end": {
          "line": 544,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 19037,
      "end": 19038,
      "loc": {
        "start": {
          "line": 544,
          "column": 12
        },
        "end": {
          "line": 544,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_",
      "start": 19039,
      "end": 19040,
      "loc": {
        "start": {
          "line": 544,
          "column": 14
        },
        "end": {
          "line": 544,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 19040,
      "end": 19041,
      "loc": {
        "start": {
          "line": 544,
          "column": 15
        },
        "end": {
          "line": 544,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "clone",
      "start": 19041,
      "end": 19046,
      "loc": {
        "start": {
          "line": 544,
          "column": 16
        },
        "end": {
          "line": 544,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 19046,
      "end": 19047,
      "loc": {
        "start": {
          "line": 544,
          "column": 21
        },
        "end": {
          "line": 544,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 19047,
      "end": 19054,
      "loc": {
        "start": {
          "line": 544,
          "column": 22
        },
        "end": {
          "line": 544,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "||",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 1,
        "updateContext": null
      },
      "value": "||",
      "start": 19055,
      "end": 19057,
      "loc": {
        "start": {
          "line": 544,
          "column": 30
        },
        "end": {
          "line": 544,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 19058,
      "end": 19059,
      "loc": {
        "start": {
          "line": 544,
          "column": 33
        },
        "end": {
          "line": 544,
          "column": 34
        }
      }
    },
    {
      "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": 544,
          "column": 34
        },
        "end": {
          "line": 544,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 19060,
      "end": 19061,
      "loc": {
        "start": {
          "line": 544,
          "column": 35
        },
        "end": {
          "line": 544,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 19061,
      "end": 19062,
      "loc": {
        "start": {
          "line": 544,
          "column": 36
        },
        "end": {
          "line": 544,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 19067,
      "end": 19074,
      "loc": {
        "start": {
          "line": 545,
          "column": 4
        },
        "end": {
          "line": 545,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 19074,
      "end": 19075,
      "loc": {
        "start": {
          "line": 545,
          "column": 11
        },
        "end": {
          "line": 545,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "hasTrigger",
      "start": 19075,
      "end": 19085,
      "loc": {
        "start": {
          "line": 545,
          "column": 12
        },
        "end": {
          "line": 545,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 19086,
      "end": 19087,
      "loc": {
        "start": {
          "line": 545,
          "column": 23
        },
        "end": {
          "line": 545,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "prefix",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "!",
      "start": 19088,
      "end": 19089,
      "loc": {
        "start": {
          "line": 545,
          "column": 25
        },
        "end": {
          "line": 545,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "prefix",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "!",
      "start": 19089,
      "end": 19090,
      "loc": {
        "start": {
          "line": 545,
          "column": 26
        },
        "end": {
          "line": 545,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 19090,
      "end": 19091,
      "loc": {
        "start": {
          "line": 545,
          "column": 27
        },
        "end": {
          "line": 545,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "instance",
      "start": 19091,
      "end": 19099,
      "loc": {
        "start": {
          "line": 545,
          "column": 28
        },
        "end": {
          "line": 545,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "&&",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 2,
        "updateContext": null
      },
      "value": "&&",
      "start": 19100,
      "end": 19102,
      "loc": {
        "start": {
          "line": 545,
          "column": 37
        },
        "end": {
          "line": 545,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "instance",
      "start": 19103,
      "end": 19111,
      "loc": {
        "start": {
          "line": 545,
          "column": 40
        },
        "end": {
          "line": 545,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 19111,
      "end": 19112,
      "loc": {
        "start": {
          "line": 545,
          "column": 48
        },
        "end": {
          "line": 545,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_modelOptions",
      "start": 19112,
      "end": 19125,
      "loc": {
        "start": {
          "line": 545,
          "column": 49
        },
        "end": {
          "line": 545,
          "column": 62
        }
      }
    },
    {
      "type": {
        "label": "&&",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 2,
        "updateContext": null
      },
      "value": "&&",
      "start": 19126,
      "end": 19128,
      "loc": {
        "start": {
          "line": 545,
          "column": 63
        },
        "end": {
          "line": 545,
          "column": 65
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "instance",
      "start": 19129,
      "end": 19137,
      "loc": {
        "start": {
          "line": 545,
          "column": 66
        },
        "end": {
          "line": 545,
          "column": 74
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 19137,
      "end": 19138,
      "loc": {
        "start": {
          "line": 545,
          "column": 74
        },
        "end": {
          "line": 545,
          "column": 75
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_modelOptions",
      "start": 19138,
      "end": 19151,
      "loc": {
        "start": {
          "line": 545,
          "column": 75
        },
        "end": {
          "line": 545,
          "column": 88
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 19151,
      "end": 19152,
      "loc": {
        "start": {
          "line": 545,
          "column": 88
        },
        "end": {
          "line": 545,
          "column": 89
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "hasTrigger",
      "start": 19152,
      "end": 19162,
      "loc": {
        "start": {
          "line": 545,
          "column": 89
        },
        "end": {
          "line": 545,
          "column": 99
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 19162,
      "end": 19163,
      "loc": {
        "start": {
          "line": 545,
          "column": 99
        },
        "end": {
          "line": 545,
          "column": 100
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 19163,
      "end": 19164,
      "loc": {
        "start": {
          "line": 545,
          "column": 100
        },
        "end": {
          "line": 545,
          "column": 101
        }
      }
    },
    {
      "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": 19171,
      "end": 19176,
      "loc": {
        "start": {
          "line": 548,
          "column": 4
        },
        "end": {
          "line": 548,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sql",
      "start": 19177,
      "end": 19180,
      "loc": {
        "start": {
          "line": 548,
          "column": 10
        },
        "end": {
          "line": 548,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 19181,
      "end": 19182,
      "loc": {
        "start": {
          "line": 548,
          "column": 14
        },
        "end": {
          "line": 548,
          "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": 19183,
      "end": 19187,
      "loc": {
        "start": {
          "line": 548,
          "column": 16
        },
        "end": {
          "line": 548,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 19187,
      "end": 19188,
      "loc": {
        "start": {
          "line": 548,
          "column": 20
        },
        "end": {
          "line": 548,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "QueryGenerator",
      "start": 19188,
      "end": 19202,
      "loc": {
        "start": {
          "line": 548,
          "column": 21
        },
        "end": {
          "line": 548,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 19202,
      "end": 19203,
      "loc": {
        "start": {
          "line": 548,
          "column": 35
        },
        "end": {
          "line": 548,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "updateQuery",
      "start": 19203,
      "end": 19214,
      "loc": {
        "start": {
          "line": 548,
          "column": 36
        },
        "end": {
          "line": 548,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 19214,
      "end": 19215,
      "loc": {
        "start": {
          "line": 548,
          "column": 47
        },
        "end": {
          "line": 548,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "tableName",
      "start": 19215,
      "end": 19224,
      "loc": {
        "start": {
          "line": 548,
          "column": 48
        },
        "end": {
          "line": 548,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 19224,
      "end": 19225,
      "loc": {
        "start": {
          "line": 548,
          "column": 57
        },
        "end": {
          "line": 548,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "values",
      "start": 19226,
      "end": 19232,
      "loc": {
        "start": {
          "line": 548,
          "column": 59
        },
        "end": {
          "line": 548,
          "column": 65
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 19232,
      "end": 19233,
      "loc": {
        "start": {
          "line": 548,
          "column": 65
        },
        "end": {
          "line": 548,
          "column": 66
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "identifier",
      "start": 19234,
      "end": 19244,
      "loc": {
        "start": {
          "line": 548,
          "column": 67
        },
        "end": {
          "line": 548,
          "column": 77
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 19244,
      "end": 19245,
      "loc": {
        "start": {
          "line": 548,
          "column": 77
        },
        "end": {
          "line": 548,
          "column": 78
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 19246,
      "end": 19253,
      "loc": {
        "start": {
          "line": 548,
          "column": 79
        },
        "end": {
          "line": 548,
          "column": 86
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 19253,
      "end": 19254,
      "loc": {
        "start": {
          "line": 548,
          "column": 86
        },
        "end": {
          "line": 548,
          "column": 87
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "instance",
      "start": 19255,
      "end": 19263,
      "loc": {
        "start": {
          "line": 548,
          "column": 88
        },
        "end": {
          "line": 548,
          "column": 96
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 19263,
      "end": 19264,
      "loc": {
        "start": {
          "line": 548,
          "column": 96
        },
        "end": {
          "line": 548,
          "column": 97
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "constructor",
      "start": 19264,
      "end": 19275,
      "loc": {
        "start": {
          "line": 548,
          "column": 97
        },
        "end": {
          "line": 548,
          "column": 108
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 19275,
      "end": 19276,
      "loc": {
        "start": {
          "line": 548,
          "column": 108
        },
        "end": {
          "line": 548,
          "column": 109
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "rawAttributes",
      "start": 19276,
      "end": 19289,
      "loc": {
        "start": {
          "line": 548,
          "column": 109
        },
        "end": {
          "line": 548,
          "column": 122
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 19289,
      "end": 19290,
      "loc": {
        "start": {
          "line": 548,
          "column": 122
        },
        "end": {
          "line": 548,
          "column": 123
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 19290,
      "end": 19291,
      "loc": {
        "start": {
          "line": 548,
          "column": 123
        },
        "end": {
          "line": 548,
          "column": 124
        }
      }
    },
    {
      "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": 19296,
      "end": 19299,
      "loc": {
        "start": {
          "line": 549,
          "column": 4
        },
        "end": {
          "line": 549,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "restrict",
      "start": 19300,
      "end": 19308,
      "loc": {
        "start": {
          "line": 549,
          "column": 8
        },
        "end": {
          "line": 549,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 19309,
      "end": 19310,
      "loc": {
        "start": {
          "line": 549,
          "column": 17
        },
        "end": {
          "line": 549,
          "column": 18
        }
      }
    },
    {
      "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": 19311,
      "end": 19316,
      "loc": {
        "start": {
          "line": 549,
          "column": 19
        },
        "end": {
          "line": 549,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 19316,
      "end": 19317,
      "loc": {
        "start": {
          "line": 549,
          "column": 24
        },
        "end": {
          "line": 549,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 19323,
      "end": 19330,
      "loc": {
        "start": {
          "line": 551,
          "column": 4
        },
        "end": {
          "line": 551,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 19330,
      "end": 19331,
      "loc": {
        "start": {
          "line": 551,
          "column": 11
        },
        "end": {
          "line": 551,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "type",
      "start": 19331,
      "end": 19335,
      "loc": {
        "start": {
          "line": 551,
          "column": 12
        },
        "end": {
          "line": 551,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 19336,
      "end": 19337,
      "loc": {
        "start": {
          "line": 551,
          "column": 17
        },
        "end": {
          "line": 551,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "QueryTypes",
      "start": 19338,
      "end": 19348,
      "loc": {
        "start": {
          "line": 551,
          "column": 19
        },
        "end": {
          "line": 551,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 19348,
      "end": 19349,
      "loc": {
        "start": {
          "line": 551,
          "column": 29
        },
        "end": {
          "line": 551,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "UPDATE",
      "start": 19349,
      "end": 19355,
      "loc": {
        "start": {
          "line": 551,
          "column": 30
        },
        "end": {
          "line": 551,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 19355,
      "end": 19356,
      "loc": {
        "start": {
          "line": 551,
          "column": 36
        },
        "end": {
          "line": 551,
          "column": 37
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " Check for a restrict field",
      "start": 19362,
      "end": 19391,
      "loc": {
        "start": {
          "line": 553,
          "column": 4
        },
        "end": {
          "line": 553,
          "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": 19396,
      "end": 19398,
      "loc": {
        "start": {
          "line": 554,
          "column": 4
        },
        "end": {
          "line": 554,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 19399,
      "end": 19400,
      "loc": {
        "start": {
          "line": 554,
          "column": 7
        },
        "end": {
          "line": 554,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "instance",
      "start": 19400,
      "end": 19408,
      "loc": {
        "start": {
          "line": 554,
          "column": 8
        },
        "end": {
          "line": 554,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 19408,
      "end": 19409,
      "loc": {
        "start": {
          "line": 554,
          "column": 16
        },
        "end": {
          "line": 554,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "constructor",
      "start": 19409,
      "end": 19420,
      "loc": {
        "start": {
          "line": 554,
          "column": 17
        },
        "end": {
          "line": 554,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "&&",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 2,
        "updateContext": null
      },
      "value": "&&",
      "start": 19421,
      "end": 19423,
      "loc": {
        "start": {
          "line": 554,
          "column": 29
        },
        "end": {
          "line": 554,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "instance",
      "start": 19424,
      "end": 19432,
      "loc": {
        "start": {
          "line": 554,
          "column": 32
        },
        "end": {
          "line": 554,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 19432,
      "end": 19433,
      "loc": {
        "start": {
          "line": 554,
          "column": 40
        },
        "end": {
          "line": 554,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "constructor",
      "start": 19433,
      "end": 19444,
      "loc": {
        "start": {
          "line": 554,
          "column": 41
        },
        "end": {
          "line": 554,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 19444,
      "end": 19445,
      "loc": {
        "start": {
          "line": 554,
          "column": 52
        },
        "end": {
          "line": 554,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "associations",
      "start": 19445,
      "end": 19457,
      "loc": {
        "start": {
          "line": 554,
          "column": 53
        },
        "end": {
          "line": 554,
          "column": 65
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 19457,
      "end": 19458,
      "loc": {
        "start": {
          "line": 554,
          "column": 65
        },
        "end": {
          "line": 554,
          "column": 66
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 19459,
      "end": 19460,
      "loc": {
        "start": {
          "line": 554,
          "column": 67
        },
        "end": {
          "line": 554,
          "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": 19467,
      "end": 19472,
      "loc": {
        "start": {
          "line": 555,
          "column": 6
        },
        "end": {
          "line": 555,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "keys",
      "start": 19473,
      "end": 19477,
      "loc": {
        "start": {
          "line": 555,
          "column": 12
        },
        "end": {
          "line": 555,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 19478,
      "end": 19479,
      "loc": {
        "start": {
          "line": 555,
          "column": 17
        },
        "end": {
          "line": 555,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Object",
      "start": 19480,
      "end": 19486,
      "loc": {
        "start": {
          "line": 555,
          "column": 19
        },
        "end": {
          "line": 555,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 19486,
      "end": 19487,
      "loc": {
        "start": {
          "line": 555,
          "column": 25
        },
        "end": {
          "line": 555,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "keys",
      "start": 19487,
      "end": 19491,
      "loc": {
        "start": {
          "line": 555,
          "column": 26
        },
        "end": {
          "line": 555,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 19491,
      "end": 19492,
      "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": "instance",
      "start": 19492,
      "end": 19500,
      "loc": {
        "start": {
          "line": 555,
          "column": 31
        },
        "end": {
          "line": 555,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 19500,
      "end": 19501,
      "loc": {
        "start": {
          "line": 555,
          "column": 39
        },
        "end": {
          "line": 555,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "constructor",
      "start": 19501,
      "end": 19512,
      "loc": {
        "start": {
          "line": 555,
          "column": 40
        },
        "end": {
          "line": 555,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 19512,
      "end": 19513,
      "loc": {
        "start": {
          "line": 555,
          "column": 51
        },
        "end": {
          "line": 555,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "associations",
      "start": 19513,
      "end": 19525,
      "loc": {
        "start": {
          "line": 555,
          "column": 52
        },
        "end": {
          "line": 555,
          "column": 64
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 19525,
      "end": 19526,
      "loc": {
        "start": {
          "line": 555,
          "column": 64
        },
        "end": {
          "line": 555,
          "column": 65
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 19526,
      "end": 19527,
      "loc": {
        "start": {
          "line": 555,
          "column": 65
        },
        "end": {
          "line": 555,
          "column": 66
        }
      }
    },
    {
      "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": 19534,
      "end": 19539,
      "loc": {
        "start": {
          "line": 556,
          "column": 6
        },
        "end": {
          "line": 556,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "length",
      "start": 19540,
      "end": 19546,
      "loc": {
        "start": {
          "line": 556,
          "column": 12
        },
        "end": {
          "line": 556,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 19547,
      "end": 19548,
      "loc": {
        "start": {
          "line": 556,
          "column": 19
        },
        "end": {
          "line": 556,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "keys",
      "start": 19549,
      "end": 19553,
      "loc": {
        "start": {
          "line": 556,
          "column": 21
        },
        "end": {
          "line": 556,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 19553,
      "end": 19554,
      "loc": {
        "start": {
          "line": 556,
          "column": 25
        },
        "end": {
          "line": 556,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "length",
      "start": 19554,
      "end": 19560,
      "loc": {
        "start": {
          "line": 556,
          "column": 26
        },
        "end": {
          "line": 556,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 19560,
      "end": 19561,
      "loc": {
        "start": {
          "line": 556,
          "column": 32
        },
        "end": {
          "line": 556,
          "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": 19569,
      "end": 19572,
      "loc": {
        "start": {
          "line": 558,
          "column": 6
        },
        "end": {
          "line": 558,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 19573,
      "end": 19574,
      "loc": {
        "start": {
          "line": 558,
          "column": 10
        },
        "end": {
          "line": 558,
          "column": 11
        }
      }
    },
    {
      "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": 19574,
      "end": 19577,
      "loc": {
        "start": {
          "line": 558,
          "column": 11
        },
        "end": {
          "line": 558,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "i",
      "start": 19578,
      "end": 19579,
      "loc": {
        "start": {
          "line": 558,
          "column": 15
        },
        "end": {
          "line": 558,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 19580,
      "end": 19581,
      "loc": {
        "start": {
          "line": 558,
          "column": 17
        },
        "end": {
          "line": 558,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 0,
      "start": 19582,
      "end": 19583,
      "loc": {
        "start": {
          "line": 558,
          "column": 19
        },
        "end": {
          "line": 558,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 19583,
      "end": 19584,
      "loc": {
        "start": {
          "line": 558,
          "column": 20
        },
        "end": {
          "line": 558,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "i",
      "start": 19585,
      "end": 19586,
      "loc": {
        "start": {
          "line": 558,
          "column": 22
        },
        "end": {
          "line": 558,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "</>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 7,
        "updateContext": null
      },
      "value": "<",
      "start": 19587,
      "end": 19588,
      "loc": {
        "start": {
          "line": 558,
          "column": 24
        },
        "end": {
          "line": 558,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "length",
      "start": 19589,
      "end": 19595,
      "loc": {
        "start": {
          "line": 558,
          "column": 26
        },
        "end": {
          "line": 558,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 19595,
      "end": 19596,
      "loc": {
        "start": {
          "line": 558,
          "column": 32
        },
        "end": {
          "line": 558,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "i",
      "start": 19597,
      "end": 19598,
      "loc": {
        "start": {
          "line": 558,
          "column": 34
        },
        "end": {
          "line": 558,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "++/--",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": true,
        "binop": null
      },
      "value": "++",
      "start": 19598,
      "end": 19600,
      "loc": {
        "start": {
          "line": 558,
          "column": 35
        },
        "end": {
          "line": 558,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 19600,
      "end": 19601,
      "loc": {
        "start": {
          "line": 558,
          "column": 37
        },
        "end": {
          "line": 558,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 19602,
      "end": 19603,
      "loc": {
        "start": {
          "line": 558,
          "column": 39
        },
        "end": {
          "line": 558,
          "column": 40
        }
      }
    },
    {
      "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": 19612,
      "end": 19614,
      "loc": {
        "start": {
          "line": 559,
          "column": 8
        },
        "end": {
          "line": 559,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 19615,
      "end": 19616,
      "loc": {
        "start": {
          "line": 559,
          "column": 11
        },
        "end": {
          "line": 559,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "instance",
      "start": 19616,
      "end": 19624,
      "loc": {
        "start": {
          "line": 559,
          "column": 12
        },
        "end": {
          "line": 559,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 19624,
      "end": 19625,
      "loc": {
        "start": {
          "line": 559,
          "column": 20
        },
        "end": {
          "line": 559,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "constructor",
      "start": 19625,
      "end": 19636,
      "loc": {
        "start": {
          "line": 559,
          "column": 21
        },
        "end": {
          "line": 559,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 19636,
      "end": 19637,
      "loc": {
        "start": {
          "line": 559,
          "column": 32
        },
        "end": {
          "line": 559,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "associations",
      "start": 19637,
      "end": 19649,
      "loc": {
        "start": {
          "line": 559,
          "column": 33
        },
        "end": {
          "line": 559,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 19649,
      "end": 19650,
      "loc": {
        "start": {
          "line": 559,
          "column": 45
        },
        "end": {
          "line": 559,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "keys",
      "start": 19650,
      "end": 19654,
      "loc": {
        "start": {
          "line": 559,
          "column": 46
        },
        "end": {
          "line": 559,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 19654,
      "end": 19655,
      "loc": {
        "start": {
          "line": 559,
          "column": 50
        },
        "end": {
          "line": 559,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "i",
      "start": 19655,
      "end": 19656,
      "loc": {
        "start": {
          "line": 559,
          "column": 51
        },
        "end": {
          "line": 559,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 19656,
      "end": 19657,
      "loc": {
        "start": {
          "line": 559,
          "column": 52
        },
        "end": {
          "line": 559,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 19657,
      "end": 19658,
      "loc": {
        "start": {
          "line": 559,
          "column": 53
        },
        "end": {
          "line": 559,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 19658,
      "end": 19659,
      "loc": {
        "start": {
          "line": 559,
          "column": 54
        },
        "end": {
          "line": 559,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 19659,
      "end": 19666,
      "loc": {
        "start": {
          "line": 559,
          "column": 55
        },
        "end": {
          "line": 559,
          "column": 62
        }
      }
    },
    {
      "type": {
        "label": "&&",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 2,
        "updateContext": null
      },
      "value": "&&",
      "start": 19667,
      "end": 19669,
      "loc": {
        "start": {
          "line": 559,
          "column": 63
        },
        "end": {
          "line": 559,
          "column": 65
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "instance",
      "start": 19670,
      "end": 19678,
      "loc": {
        "start": {
          "line": 559,
          "column": 66
        },
        "end": {
          "line": 559,
          "column": 74
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 19678,
      "end": 19679,
      "loc": {
        "start": {
          "line": 559,
          "column": 74
        },
        "end": {
          "line": 559,
          "column": 75
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "constructor",
      "start": 19679,
      "end": 19690,
      "loc": {
        "start": {
          "line": 559,
          "column": 75
        },
        "end": {
          "line": 559,
          "column": 86
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 19690,
      "end": 19691,
      "loc": {
        "start": {
          "line": 559,
          "column": 86
        },
        "end": {
          "line": 559,
          "column": 87
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "associations",
      "start": 19691,
      "end": 19703,
      "loc": {
        "start": {
          "line": 559,
          "column": 87
        },
        "end": {
          "line": 559,
          "column": 99
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 19703,
      "end": 19704,
      "loc": {
        "start": {
          "line": 559,
          "column": 99
        },
        "end": {
          "line": 559,
          "column": 100
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "keys",
      "start": 19704,
      "end": 19708,
      "loc": {
        "start": {
          "line": 559,
          "column": 100
        },
        "end": {
          "line": 559,
          "column": 104
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 19708,
      "end": 19709,
      "loc": {
        "start": {
          "line": 559,
          "column": 104
        },
        "end": {
          "line": 559,
          "column": 105
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "i",
      "start": 19709,
      "end": 19710,
      "loc": {
        "start": {
          "line": 559,
          "column": 105
        },
        "end": {
          "line": 559,
          "column": 106
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 19710,
      "end": 19711,
      "loc": {
        "start": {
          "line": 559,
          "column": 106
        },
        "end": {
          "line": 559,
          "column": 107
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 19711,
      "end": 19712,
      "loc": {
        "start": {
          "line": 559,
          "column": 107
        },
        "end": {
          "line": 559,
          "column": 108
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 19712,
      "end": 19713,
      "loc": {
        "start": {
          "line": 559,
          "column": 108
        },
        "end": {
          "line": 559,
          "column": 109
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 19713,
      "end": 19720,
      "loc": {
        "start": {
          "line": 559,
          "column": 109
        },
        "end": {
          "line": 559,
          "column": 116
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 19720,
      "end": 19721,
      "loc": {
        "start": {
          "line": 559,
          "column": 116
        },
        "end": {
          "line": 559,
          "column": 117
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "onUpdate",
      "start": 19721,
      "end": 19729,
      "loc": {
        "start": {
          "line": 559,
          "column": 117
        },
        "end": {
          "line": 559,
          "column": 125
        }
      }
    },
    {
      "type": {
        "label": "&&",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 2,
        "updateContext": null
      },
      "value": "&&",
      "start": 19730,
      "end": 19732,
      "loc": {
        "start": {
          "line": 559,
          "column": 126
        },
        "end": {
          "line": 559,
          "column": 128
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "instance",
      "start": 19733,
      "end": 19741,
      "loc": {
        "start": {
          "line": 559,
          "column": 129
        },
        "end": {
          "line": 559,
          "column": 137
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 19741,
      "end": 19742,
      "loc": {
        "start": {
          "line": 559,
          "column": 137
        },
        "end": {
          "line": 559,
          "column": 138
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "constructor",
      "start": 19742,
      "end": 19753,
      "loc": {
        "start": {
          "line": 559,
          "column": 138
        },
        "end": {
          "line": 559,
          "column": 149
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 19753,
      "end": 19754,
      "loc": {
        "start": {
          "line": 559,
          "column": 149
        },
        "end": {
          "line": 559,
          "column": 150
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "associations",
      "start": 19754,
      "end": 19766,
      "loc": {
        "start": {
          "line": 559,
          "column": 150
        },
        "end": {
          "line": 559,
          "column": 162
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 19766,
      "end": 19767,
      "loc": {
        "start": {
          "line": 559,
          "column": 162
        },
        "end": {
          "line": 559,
          "column": 163
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "keys",
      "start": 19767,
      "end": 19771,
      "loc": {
        "start": {
          "line": 559,
          "column": 163
        },
        "end": {
          "line": 559,
          "column": 167
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 19771,
      "end": 19772,
      "loc": {
        "start": {
          "line": 559,
          "column": 167
        },
        "end": {
          "line": 559,
          "column": 168
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "i",
      "start": 19772,
      "end": 19773,
      "loc": {
        "start": {
          "line": 559,
          "column": 168
        },
        "end": {
          "line": 559,
          "column": 169
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 19773,
      "end": 19774,
      "loc": {
        "start": {
          "line": 559,
          "column": 169
        },
        "end": {
          "line": 559,
          "column": 170
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 19774,
      "end": 19775,
      "loc": {
        "start": {
          "line": 559,
          "column": 170
        },
        "end": {
          "line": 559,
          "column": 171
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 19775,
      "end": 19776,
      "loc": {
        "start": {
          "line": 559,
          "column": 171
        },
        "end": {
          "line": 559,
          "column": 172
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 19776,
      "end": 19783,
      "loc": {
        "start": {
          "line": 559,
          "column": 172
        },
        "end": {
          "line": 559,
          "column": 179
        }
      }
    },
    {
      "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": 559,
          "column": 179
        },
        "end": {
          "line": 559,
          "column": 180
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "onUpdate",
      "start": 19784,
      "end": 19792,
      "loc": {
        "start": {
          "line": 559,
          "column": 180
        },
        "end": {
          "line": 559,
          "column": 188
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "===",
      "start": 19793,
      "end": 19796,
      "loc": {
        "start": {
          "line": 559,
          "column": 189
        },
        "end": {
          "line": 559,
          "column": 192
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "restrict",
      "start": 19797,
      "end": 19807,
      "loc": {
        "start": {
          "line": 559,
          "column": 193
        },
        "end": {
          "line": 559,
          "column": 203
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 19807,
      "end": 19808,
      "loc": {
        "start": {
          "line": 559,
          "column": 203
        },
        "end": {
          "line": 559,
          "column": 204
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 19809,
      "end": 19810,
      "loc": {
        "start": {
          "line": 559,
          "column": 205
        },
        "end": {
          "line": 559,
          "column": 206
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "restrict",
      "start": 19821,
      "end": 19829,
      "loc": {
        "start": {
          "line": 560,
          "column": 10
        },
        "end": {
          "line": 560,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 19830,
      "end": 19831,
      "loc": {
        "start": {
          "line": 560,
          "column": 19
        },
        "end": {
          "line": 560,
          "column": 20
        }
      }
    },
    {
      "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": 19832,
      "end": 19836,
      "loc": {
        "start": {
          "line": 560,
          "column": 21
        },
        "end": {
          "line": 560,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 19836,
      "end": 19837,
      "loc": {
        "start": {
          "line": 560,
          "column": 25
        },
        "end": {
          "line": 560,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 19846,
      "end": 19847,
      "loc": {
        "start": {
          "line": 561,
          "column": 8
        },
        "end": {
          "line": 561,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 19854,
      "end": 19855,
      "loc": {
        "start": {
          "line": 562,
          "column": 6
        },
        "end": {
          "line": 562,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 19860,
      "end": 19861,
      "loc": {
        "start": {
          "line": 563,
          "column": 4
        },
        "end": {
          "line": 563,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 19867,
      "end": 19874,
      "loc": {
        "start": {
          "line": 565,
          "column": 4
        },
        "end": {
          "line": 565,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 19874,
      "end": 19875,
      "loc": {
        "start": {
          "line": 565,
          "column": 11
        },
        "end": {
          "line": 565,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "instance",
      "start": 19875,
      "end": 19883,
      "loc": {
        "start": {
          "line": 565,
          "column": 12
        },
        "end": {
          "line": 565,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 19884,
      "end": 19885,
      "loc": {
        "start": {
          "line": 565,
          "column": 21
        },
        "end": {
          "line": 565,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "instance",
      "start": 19886,
      "end": 19894,
      "loc": {
        "start": {
          "line": 565,
          "column": 23
        },
        "end": {
          "line": 565,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 19894,
      "end": 19895,
      "loc": {
        "start": {
          "line": 565,
          "column": 31
        },
        "end": {
          "line": 565,
          "column": 32
        }
      }
    },
    {
      "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": 19900,
      "end": 19906,
      "loc": {
        "start": {
          "line": 566,
          "column": 4
        },
        "end": {
          "line": 566,
          "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": 19907,
      "end": 19911,
      "loc": {
        "start": {
          "line": 566,
          "column": 11
        },
        "end": {
          "line": 566,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 19911,
      "end": 19912,
      "loc": {
        "start": {
          "line": 566,
          "column": 15
        },
        "end": {
          "line": 566,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sequelize",
      "start": 19912,
      "end": 19921,
      "loc": {
        "start": {
          "line": 566,
          "column": 16
        },
        "end": {
          "line": 566,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 19921,
      "end": 19922,
      "loc": {
        "start": {
          "line": 566,
          "column": 25
        },
        "end": {
          "line": 566,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "query",
      "start": 19922,
      "end": 19927,
      "loc": {
        "start": {
          "line": 566,
          "column": 26
        },
        "end": {
          "line": 566,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 19927,
      "end": 19928,
      "loc": {
        "start": {
          "line": 566,
          "column": 31
        },
        "end": {
          "line": 566,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sql",
      "start": 19928,
      "end": 19931,
      "loc": {
        "start": {
          "line": 566,
          "column": 32
        },
        "end": {
          "line": 566,
          "column": 35
        }
      }
    },
    {
      "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": 566,
          "column": 35
        },
        "end": {
          "line": 566,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 19933,
      "end": 19940,
      "loc": {
        "start": {
          "line": 566,
          "column": 37
        },
        "end": {
          "line": 566,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 19940,
      "end": 19941,
      "loc": {
        "start": {
          "line": 566,
          "column": 44
        },
        "end": {
          "line": 566,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 19941,
      "end": 19942,
      "loc": {
        "start": {
          "line": 566,
          "column": 45
        },
        "end": {
          "line": 566,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 19945,
      "end": 19946,
      "loc": {
        "start": {
          "line": 567,
          "column": 2
        },
        "end": {
          "line": 567,
          "column": 3
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "bulkUpdate",
      "start": 19950,
      "end": 19960,
      "loc": {
        "start": {
          "line": 569,
          "column": 2
        },
        "end": {
          "line": 569,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 19960,
      "end": 19961,
      "loc": {
        "start": {
          "line": 569,
          "column": 12
        },
        "end": {
          "line": 569,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "tableName",
      "start": 19961,
      "end": 19970,
      "loc": {
        "start": {
          "line": 569,
          "column": 13
        },
        "end": {
          "line": 569,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 19970,
      "end": 19971,
      "loc": {
        "start": {
          "line": 569,
          "column": 22
        },
        "end": {
          "line": 569,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "values",
      "start": 19972,
      "end": 19978,
      "loc": {
        "start": {
          "line": 569,
          "column": 24
        },
        "end": {
          "line": 569,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 19978,
      "end": 19979,
      "loc": {
        "start": {
          "line": 569,
          "column": 30
        },
        "end": {
          "line": 569,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "identifier",
      "start": 19980,
      "end": 19990,
      "loc": {
        "start": {
          "line": 569,
          "column": 32
        },
        "end": {
          "line": 569,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 19990,
      "end": 19991,
      "loc": {
        "start": {
          "line": 569,
          "column": 42
        },
        "end": {
          "line": 569,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 19992,
      "end": 19999,
      "loc": {
        "start": {
          "line": 569,
          "column": 44
        },
        "end": {
          "line": 569,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 19999,
      "end": 20000,
      "loc": {
        "start": {
          "line": 569,
          "column": 51
        },
        "end": {
          "line": 569,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attributes",
      "start": 20001,
      "end": 20011,
      "loc": {
        "start": {
          "line": 569,
          "column": 53
        },
        "end": {
          "line": 569,
          "column": 63
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 20011,
      "end": 20012,
      "loc": {
        "start": {
          "line": 569,
          "column": 63
        },
        "end": {
          "line": 569,
          "column": 64
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 20013,
      "end": 20014,
      "loc": {
        "start": {
          "line": 569,
          "column": 65
        },
        "end": {
          "line": 569,
          "column": 66
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 20019,
      "end": 20026,
      "loc": {
        "start": {
          "line": 570,
          "column": 4
        },
        "end": {
          "line": 570,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 20027,
      "end": 20028,
      "loc": {
        "start": {
          "line": 570,
          "column": 12
        },
        "end": {
          "line": 570,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Utils",
      "start": 20029,
      "end": 20034,
      "loc": {
        "start": {
          "line": 570,
          "column": 14
        },
        "end": {
          "line": 570,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 20034,
      "end": 20035,
      "loc": {
        "start": {
          "line": 570,
          "column": 19
        },
        "end": {
          "line": 570,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "cloneDeep",
      "start": 20035,
      "end": 20044,
      "loc": {
        "start": {
          "line": 570,
          "column": 20
        },
        "end": {
          "line": 570,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 20044,
      "end": 20045,
      "loc": {
        "start": {
          "line": 570,
          "column": 29
        },
        "end": {
          "line": 570,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 20045,
      "end": 20052,
      "loc": {
        "start": {
          "line": 570,
          "column": 30
        },
        "end": {
          "line": 570,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 20052,
      "end": 20053,
      "loc": {
        "start": {
          "line": 570,
          "column": 37
        },
        "end": {
          "line": 570,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 20053,
      "end": 20054,
      "loc": {
        "start": {
          "line": 570,
          "column": 38
        },
        "end": {
          "line": 570,
          "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": 20059,
      "end": 20061,
      "loc": {
        "start": {
          "line": 571,
          "column": 4
        },
        "end": {
          "line": 571,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 20062,
      "end": 20063,
      "loc": {
        "start": {
          "line": 571,
          "column": 7
        },
        "end": {
          "line": 571,
          "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": 20063,
      "end": 20069,
      "loc": {
        "start": {
          "line": 571,
          "column": 8
        },
        "end": {
          "line": 571,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "identifier",
      "start": 20070,
      "end": 20080,
      "loc": {
        "start": {
          "line": 571,
          "column": 15
        },
        "end": {
          "line": 571,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "===",
      "start": 20081,
      "end": 20084,
      "loc": {
        "start": {
          "line": 571,
          "column": 26
        },
        "end": {
          "line": 571,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "object",
      "start": 20085,
      "end": 20093,
      "loc": {
        "start": {
          "line": 571,
          "column": 30
        },
        "end": {
          "line": 571,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 20093,
      "end": 20094,
      "loc": {
        "start": {
          "line": 571,
          "column": 38
        },
        "end": {
          "line": 571,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "identifier",
      "start": 20095,
      "end": 20105,
      "loc": {
        "start": {
          "line": 571,
          "column": 40
        },
        "end": {
          "line": 571,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 20106,
      "end": 20107,
      "loc": {
        "start": {
          "line": 571,
          "column": 51
        },
        "end": {
          "line": 571,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Utils",
      "start": 20108,
      "end": 20113,
      "loc": {
        "start": {
          "line": 571,
          "column": 53
        },
        "end": {
          "line": 571,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 20113,
      "end": 20114,
      "loc": {
        "start": {
          "line": 571,
          "column": 58
        },
        "end": {
          "line": 571,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "cloneDeep",
      "start": 20114,
      "end": 20123,
      "loc": {
        "start": {
          "line": 571,
          "column": 59
        },
        "end": {
          "line": 571,
          "column": 68
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 20123,
      "end": 20124,
      "loc": {
        "start": {
          "line": 571,
          "column": 68
        },
        "end": {
          "line": 571,
          "column": 69
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "identifier",
      "start": 20124,
      "end": 20134,
      "loc": {
        "start": {
          "line": 571,
          "column": 69
        },
        "end": {
          "line": 571,
          "column": 79
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 20134,
      "end": 20135,
      "loc": {
        "start": {
          "line": 571,
          "column": 79
        },
        "end": {
          "line": 571,
          "column": 80
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 20135,
      "end": 20136,
      "loc": {
        "start": {
          "line": 571,
          "column": 80
        },
        "end": {
          "line": 571,
          "column": 81
        }
      }
    },
    {
      "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": 20142,
      "end": 20147,
      "loc": {
        "start": {
          "line": 573,
          "column": 4
        },
        "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": "sql",
      "start": 20148,
      "end": 20151,
      "loc": {
        "start": {
          "line": 573,
          "column": 10
        },
        "end": {
          "line": 573,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 20152,
      "end": 20153,
      "loc": {
        "start": {
          "line": 573,
          "column": 14
        },
        "end": {
          "line": 573,
          "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": 20154,
      "end": 20158,
      "loc": {
        "start": {
          "line": 573,
          "column": 16
        },
        "end": {
          "line": 573,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 20158,
      "end": 20159,
      "loc": {
        "start": {
          "line": 573,
          "column": 20
        },
        "end": {
          "line": 573,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "QueryGenerator",
      "start": 20159,
      "end": 20173,
      "loc": {
        "start": {
          "line": 573,
          "column": 21
        },
        "end": {
          "line": 573,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 20173,
      "end": 20174,
      "loc": {
        "start": {
          "line": 573,
          "column": 35
        },
        "end": {
          "line": 573,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "updateQuery",
      "start": 20174,
      "end": 20185,
      "loc": {
        "start": {
          "line": 573,
          "column": 36
        },
        "end": {
          "line": 573,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 20185,
      "end": 20186,
      "loc": {
        "start": {
          "line": 573,
          "column": 47
        },
        "end": {
          "line": 573,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "tableName",
      "start": 20186,
      "end": 20195,
      "loc": {
        "start": {
          "line": 573,
          "column": 48
        },
        "end": {
          "line": 573,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 20195,
      "end": 20196,
      "loc": {
        "start": {
          "line": 573,
          "column": 57
        },
        "end": {
          "line": 573,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "values",
      "start": 20197,
      "end": 20203,
      "loc": {
        "start": {
          "line": 573,
          "column": 59
        },
        "end": {
          "line": 573,
          "column": 65
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 20203,
      "end": 20204,
      "loc": {
        "start": {
          "line": 573,
          "column": 65
        },
        "end": {
          "line": 573,
          "column": 66
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "identifier",
      "start": 20205,
      "end": 20215,
      "loc": {
        "start": {
          "line": 573,
          "column": 67
        },
        "end": {
          "line": 573,
          "column": 77
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 20215,
      "end": 20216,
      "loc": {
        "start": {
          "line": 573,
          "column": 77
        },
        "end": {
          "line": 573,
          "column": 78
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 20217,
      "end": 20224,
      "loc": {
        "start": {
          "line": 573,
          "column": 79
        },
        "end": {
          "line": 573,
          "column": 86
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 20224,
      "end": 20225,
      "loc": {
        "start": {
          "line": 573,
          "column": 86
        },
        "end": {
          "line": 573,
          "column": 87
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attributes",
      "start": 20226,
      "end": 20236,
      "loc": {
        "start": {
          "line": 573,
          "column": 88
        },
        "end": {
          "line": 573,
          "column": 98
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 20236,
      "end": 20237,
      "loc": {
        "start": {
          "line": 573,
          "column": 98
        },
        "end": {
          "line": 573,
          "column": 99
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 20237,
      "end": 20238,
      "loc": {
        "start": {
          "line": 573,
          "column": 99
        },
        "end": {
          "line": 573,
          "column": 100
        }
      }
    },
    {
      "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": 20243,
      "end": 20248,
      "loc": {
        "start": {
          "line": 574,
          "column": 4
        },
        "end": {
          "line": 574,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "table",
      "start": 20249,
      "end": 20254,
      "loc": {
        "start": {
          "line": 574,
          "column": 10
        },
        "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": 20255,
      "end": 20256,
      "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": "Utils",
      "start": 20257,
      "end": 20262,
      "loc": {
        "start": {
          "line": 574,
          "column": 18
        },
        "end": {
          "line": 574,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 20262,
      "end": 20263,
      "loc": {
        "start": {
          "line": 574,
          "column": 23
        },
        "end": {
          "line": 574,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_",
      "start": 20263,
      "end": 20264,
      "loc": {
        "start": {
          "line": 574,
          "column": 24
        },
        "end": {
          "line": 574,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 20264,
      "end": 20265,
      "loc": {
        "start": {
          "line": 574,
          "column": 25
        },
        "end": {
          "line": 574,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "isObject",
      "start": 20265,
      "end": 20273,
      "loc": {
        "start": {
          "line": 574,
          "column": 26
        },
        "end": {
          "line": 574,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 20273,
      "end": 20274,
      "loc": {
        "start": {
          "line": 574,
          "column": 34
        },
        "end": {
          "line": 574,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "tableName",
      "start": 20274,
      "end": 20283,
      "loc": {
        "start": {
          "line": 574,
          "column": 35
        },
        "end": {
          "line": 574,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 20283,
      "end": 20284,
      "loc": {
        "start": {
          "line": 574,
          "column": 44
        },
        "end": {
          "line": 574,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "?",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 20285,
      "end": 20286,
      "loc": {
        "start": {
          "line": 574,
          "column": 46
        },
        "end": {
          "line": 574,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "tableName",
      "start": 20287,
      "end": 20296,
      "loc": {
        "start": {
          "line": 574,
          "column": 48
        },
        "end": {
          "line": 574,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 20297,
      "end": 20298,
      "loc": {
        "start": {
          "line": 574,
          "column": 58
        },
        "end": {
          "line": 574,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 20299,
      "end": 20300,
      "loc": {
        "start": {
          "line": 574,
          "column": 60
        },
        "end": {
          "line": 574,
          "column": 61
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "tableName",
      "start": 20301,
      "end": 20310,
      "loc": {
        "start": {
          "line": 574,
          "column": 62
        },
        "end": {
          "line": 574,
          "column": 71
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 20311,
      "end": 20312,
      "loc": {
        "start": {
          "line": 574,
          "column": 72
        },
        "end": {
          "line": 574,
          "column": 73
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 20312,
      "end": 20313,
      "loc": {
        "start": {
          "line": 574,
          "column": 73
        },
        "end": {
          "line": 574,
          "column": 74
        }
      }
    },
    {
      "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": 20318,
      "end": 20323,
      "loc": {
        "start": {
          "line": 575,
          "column": 4
        },
        "end": {
          "line": 575,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "model",
      "start": 20324,
      "end": 20329,
      "loc": {
        "start": {
          "line": 575,
          "column": 10
        },
        "end": {
          "line": 575,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 20330,
      "end": 20331,
      "loc": {
        "start": {
          "line": 575,
          "column": 16
        },
        "end": {
          "line": 575,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Utils",
      "start": 20332,
      "end": 20337,
      "loc": {
        "start": {
          "line": 575,
          "column": 18
        },
        "end": {
          "line": 575,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 20337,
      "end": 20338,
      "loc": {
        "start": {
          "line": 575,
          "column": 23
        },
        "end": {
          "line": 575,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_",
      "start": 20338,
      "end": 20339,
      "loc": {
        "start": {
          "line": 575,
          "column": 24
        },
        "end": {
          "line": 575,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 20339,
      "end": 20340,
      "loc": {
        "start": {
          "line": 575,
          "column": 25
        },
        "end": {
          "line": 575,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "find",
      "start": 20340,
      "end": 20344,
      "loc": {
        "start": {
          "line": 575,
          "column": 26
        },
        "end": {
          "line": 575,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 20344,
      "end": 20345,
      "loc": {
        "start": {
          "line": 575,
          "column": 30
        },
        "end": {
          "line": 575,
          "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": 20345,
      "end": 20349,
      "loc": {
        "start": {
          "line": 575,
          "column": 31
        },
        "end": {
          "line": 575,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 20349,
      "end": 20350,
      "loc": {
        "start": {
          "line": 575,
          "column": 35
        },
        "end": {
          "line": 575,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sequelize",
      "start": 20350,
      "end": 20359,
      "loc": {
        "start": {
          "line": 575,
          "column": 36
        },
        "end": {
          "line": 575,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 20359,
      "end": 20360,
      "loc": {
        "start": {
          "line": 575,
          "column": 45
        },
        "end": {
          "line": 575,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "modelManager",
      "start": 20360,
      "end": 20372,
      "loc": {
        "start": {
          "line": 575,
          "column": 46
        },
        "end": {
          "line": 575,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 20372,
      "end": 20373,
      "loc": {
        "start": {
          "line": 575,
          "column": 58
        },
        "end": {
          "line": 575,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "models",
      "start": 20373,
      "end": 20379,
      "loc": {
        "start": {
          "line": 575,
          "column": 59
        },
        "end": {
          "line": 575,
          "column": 65
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 20379,
      "end": 20380,
      "loc": {
        "start": {
          "line": 575,
          "column": 65
        },
        "end": {
          "line": 575,
          "column": 66
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 20381,
      "end": 20382,
      "loc": {
        "start": {
          "line": 575,
          "column": 67
        },
        "end": {
          "line": 575,
          "column": 68
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "tableName",
      "start": 20383,
      "end": 20392,
      "loc": {
        "start": {
          "line": 575,
          "column": 69
        },
        "end": {
          "line": 575,
          "column": 78
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 20392,
      "end": 20393,
      "loc": {
        "start": {
          "line": 575,
          "column": 78
        },
        "end": {
          "line": 575,
          "column": 79
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "table",
      "start": 20394,
      "end": 20399,
      "loc": {
        "start": {
          "line": 575,
          "column": 80
        },
        "end": {
          "line": 575,
          "column": 85
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 20399,
      "end": 20400,
      "loc": {
        "start": {
          "line": 575,
          "column": 85
        },
        "end": {
          "line": 575,
          "column": 86
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "tableName",
      "start": 20400,
      "end": 20409,
      "loc": {
        "start": {
          "line": 575,
          "column": 86
        },
        "end": {
          "line": 575,
          "column": 95
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 20410,
      "end": 20411,
      "loc": {
        "start": {
          "line": 575,
          "column": 96
        },
        "end": {
          "line": 575,
          "column": 97
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 20411,
      "end": 20412,
      "loc": {
        "start": {
          "line": 575,
          "column": 97
        },
        "end": {
          "line": 575,
          "column": 98
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 20412,
      "end": 20413,
      "loc": {
        "start": {
          "line": 575,
          "column": 98
        },
        "end": {
          "line": 575,
          "column": 99
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 20419,
      "end": 20426,
      "loc": {
        "start": {
          "line": 577,
          "column": 4
        },
        "end": {
          "line": 577,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 20426,
      "end": 20427,
      "loc": {
        "start": {
          "line": 577,
          "column": 11
        },
        "end": {
          "line": 577,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "model",
      "start": 20427,
      "end": 20432,
      "loc": {
        "start": {
          "line": 577,
          "column": 12
        },
        "end": {
          "line": 577,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 20433,
      "end": 20434,
      "loc": {
        "start": {
          "line": 577,
          "column": 18
        },
        "end": {
          "line": 577,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "model",
      "start": 20435,
      "end": 20440,
      "loc": {
        "start": {
          "line": 577,
          "column": 20
        },
        "end": {
          "line": 577,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 20440,
      "end": 20441,
      "loc": {
        "start": {
          "line": 577,
          "column": 25
        },
        "end": {
          "line": 577,
          "column": 26
        }
      }
    },
    {
      "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": 20446,
      "end": 20452,
      "loc": {
        "start": {
          "line": 578,
          "column": 4
        },
        "end": {
          "line": 578,
          "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": 20453,
      "end": 20457,
      "loc": {
        "start": {
          "line": 578,
          "column": 11
        },
        "end": {
          "line": 578,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 20457,
      "end": 20458,
      "loc": {
        "start": {
          "line": 578,
          "column": 15
        },
        "end": {
          "line": 578,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sequelize",
      "start": 20458,
      "end": 20467,
      "loc": {
        "start": {
          "line": 578,
          "column": 16
        },
        "end": {
          "line": 578,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 20467,
      "end": 20468,
      "loc": {
        "start": {
          "line": 578,
          "column": 25
        },
        "end": {
          "line": 578,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "query",
      "start": 20468,
      "end": 20473,
      "loc": {
        "start": {
          "line": 578,
          "column": 26
        },
        "end": {
          "line": 578,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 20473,
      "end": 20474,
      "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": "sql",
      "start": 20474,
      "end": 20477,
      "loc": {
        "start": {
          "line": 578,
          "column": 32
        },
        "end": {
          "line": 578,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 20477,
      "end": 20478,
      "loc": {
        "start": {
          "line": 578,
          "column": 35
        },
        "end": {
          "line": 578,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 20479,
      "end": 20486,
      "loc": {
        "start": {
          "line": 578,
          "column": 37
        },
        "end": {
          "line": 578,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 20486,
      "end": 20487,
      "loc": {
        "start": {
          "line": 578,
          "column": 44
        },
        "end": {
          "line": 578,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 20487,
      "end": 20488,
      "loc": {
        "start": {
          "line": 578,
          "column": 45
        },
        "end": {
          "line": 578,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 20491,
      "end": 20492,
      "loc": {
        "start": {
          "line": 579,
          "column": 2
        },
        "end": {
          "line": 579,
          "column": 3
        }
      }
    },
    {
      "type": {
        "label": "delete",
        "keyword": "delete",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "delete",
      "start": 20496,
      "end": 20502,
      "loc": {
        "start": {
          "line": 581,
          "column": 2
        },
        "end": {
          "line": 581,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 20502,
      "end": 20503,
      "loc": {
        "start": {
          "line": 581,
          "column": 8
        },
        "end": {
          "line": 581,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "instance",
      "start": 20503,
      "end": 20511,
      "loc": {
        "start": {
          "line": 581,
          "column": 9
        },
        "end": {
          "line": 581,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 20511,
      "end": 20512,
      "loc": {
        "start": {
          "line": 581,
          "column": 17
        },
        "end": {
          "line": 581,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "tableName",
      "start": 20513,
      "end": 20522,
      "loc": {
        "start": {
          "line": 581,
          "column": 19
        },
        "end": {
          "line": 581,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 20522,
      "end": 20523,
      "loc": {
        "start": {
          "line": 581,
          "column": 28
        },
        "end": {
          "line": 581,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "identifier",
      "start": 20524,
      "end": 20534,
      "loc": {
        "start": {
          "line": 581,
          "column": 30
        },
        "end": {
          "line": 581,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 20534,
      "end": 20535,
      "loc": {
        "start": {
          "line": 581,
          "column": 40
        },
        "end": {
          "line": 581,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 20536,
      "end": 20543,
      "loc": {
        "start": {
          "line": 581,
          "column": 42
        },
        "end": {
          "line": 581,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 20543,
      "end": 20544,
      "loc": {
        "start": {
          "line": 581,
          "column": 49
        },
        "end": {
          "line": 581,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 20545,
      "end": 20546,
      "loc": {
        "start": {
          "line": 581,
          "column": 51
        },
        "end": {
          "line": 581,
          "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": 20551,
      "end": 20556,
      "loc": {
        "start": {
          "line": 582,
          "column": 4
        },
        "end": {
          "line": 582,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "cascades",
      "start": 20557,
      "end": 20565,
      "loc": {
        "start": {
          "line": 582,
          "column": 10
        },
        "end": {
          "line": 582,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 20566,
      "end": 20567,
      "loc": {
        "start": {
          "line": 582,
          "column": 19
        },
        "end": {
          "line": 582,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 20568,
      "end": 20569,
      "loc": {
        "start": {
          "line": 582,
          "column": 21
        },
        "end": {
          "line": 582,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 20569,
      "end": 20570,
      "loc": {
        "start": {
          "line": 582,
          "column": 22
        },
        "end": {
          "line": 582,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 20570,
      "end": 20571,
      "loc": {
        "start": {
          "line": 582,
          "column": 23
        },
        "end": {
          "line": 582,
          "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": 20576,
      "end": 20581,
      "loc": {
        "start": {
          "line": 583,
          "column": 4
        },
        "end": {
          "line": 583,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sql",
      "start": 20582,
      "end": 20585,
      "loc": {
        "start": {
          "line": 583,
          "column": 10
        },
        "end": {
          "line": 583,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 20586,
      "end": 20587,
      "loc": {
        "start": {
          "line": 583,
          "column": 14
        },
        "end": {
          "line": 583,
          "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": 20588,
      "end": 20592,
      "loc": {
        "start": {
          "line": 583,
          "column": 16
        },
        "end": {
          "line": 583,
          "column": 20
        }
      }
    },
    {
      "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": 583,
          "column": 20
        },
        "end": {
          "line": 583,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "QueryGenerator",
      "start": 20593,
      "end": 20607,
      "loc": {
        "start": {
          "line": 583,
          "column": 21
        },
        "end": {
          "line": 583,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 20607,
      "end": 20608,
      "loc": {
        "start": {
          "line": 583,
          "column": 35
        },
        "end": {
          "line": 583,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "deleteQuery",
      "start": 20608,
      "end": 20619,
      "loc": {
        "start": {
          "line": 583,
          "column": 36
        },
        "end": {
          "line": 583,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 20619,
      "end": 20620,
      "loc": {
        "start": {
          "line": 583,
          "column": 47
        },
        "end": {
          "line": 583,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "tableName",
      "start": 20620,
      "end": 20629,
      "loc": {
        "start": {
          "line": 583,
          "column": 48
        },
        "end": {
          "line": 583,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 20629,
      "end": 20630,
      "loc": {
        "start": {
          "line": 583,
          "column": 57
        },
        "end": {
          "line": 583,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "identifier",
      "start": 20631,
      "end": 20641,
      "loc": {
        "start": {
          "line": 583,
          "column": 59
        },
        "end": {
          "line": 583,
          "column": 69
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 20641,
      "end": 20642,
      "loc": {
        "start": {
          "line": 583,
          "column": 69
        },
        "end": {
          "line": 583,
          "column": 70
        }
      }
    },
    {
      "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": 20643,
      "end": 20647,
      "loc": {
        "start": {
          "line": 583,
          "column": 71
        },
        "end": {
          "line": 583,
          "column": 75
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 20647,
      "end": 20648,
      "loc": {
        "start": {
          "line": 583,
          "column": 75
        },
        "end": {
          "line": 583,
          "column": 76
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "instance",
      "start": 20649,
      "end": 20657,
      "loc": {
        "start": {
          "line": 583,
          "column": 77
        },
        "end": {
          "line": 583,
          "column": 85
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 20657,
      "end": 20658,
      "loc": {
        "start": {
          "line": 583,
          "column": 85
        },
        "end": {
          "line": 583,
          "column": 86
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "constructor",
      "start": 20658,
      "end": 20669,
      "loc": {
        "start": {
          "line": 583,
          "column": 86
        },
        "end": {
          "line": 583,
          "column": 97
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 20669,
      "end": 20670,
      "loc": {
        "start": {
          "line": 583,
          "column": 97
        },
        "end": {
          "line": 583,
          "column": 98
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 20670,
      "end": 20671,
      "loc": {
        "start": {
          "line": 583,
          "column": 98
        },
        "end": {
          "line": 583,
          "column": 99
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 20677,
      "end": 20684,
      "loc": {
        "start": {
          "line": 585,
          "column": 4
        },
        "end": {
          "line": 585,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 20685,
      "end": 20686,
      "loc": {
        "start": {
          "line": 585,
          "column": 12
        },
        "end": {
          "line": 585,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_",
      "start": 20687,
      "end": 20688,
      "loc": {
        "start": {
          "line": 585,
          "column": 14
        },
        "end": {
          "line": 585,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 20688,
      "end": 20689,
      "loc": {
        "start": {
          "line": 585,
          "column": 15
        },
        "end": {
          "line": 585,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "clone",
      "start": 20689,
      "end": 20694,
      "loc": {
        "start": {
          "line": 585,
          "column": 16
        },
        "end": {
          "line": 585,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 20694,
      "end": 20695,
      "loc": {
        "start": {
          "line": 585,
          "column": 21
        },
        "end": {
          "line": 585,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 20695,
      "end": 20702,
      "loc": {
        "start": {
          "line": 585,
          "column": 22
        },
        "end": {
          "line": 585,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 20702,
      "end": 20703,
      "loc": {
        "start": {
          "line": 585,
          "column": 29
        },
        "end": {
          "line": 585,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "||",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 1,
        "updateContext": null
      },
      "value": "||",
      "start": 20704,
      "end": 20706,
      "loc": {
        "start": {
          "line": 585,
          "column": 31
        },
        "end": {
          "line": 585,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 20707,
      "end": 20708,
      "loc": {
        "start": {
          "line": 585,
          "column": 34
        },
        "end": {
          "line": 585,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 20708,
      "end": 20709,
      "loc": {
        "start": {
          "line": 585,
          "column": 35
        },
        "end": {
          "line": 585,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 20709,
      "end": 20710,
      "loc": {
        "start": {
          "line": 585,
          "column": 36
        },
        "end": {
          "line": 585,
          "column": 37
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " Check for a restrict field",
      "start": 20716,
      "end": 20745,
      "loc": {
        "start": {
          "line": 587,
          "column": 4
        },
        "end": {
          "line": 587,
          "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": 20750,
      "end": 20752,
      "loc": {
        "start": {
          "line": 588,
          "column": 4
        },
        "end": {
          "line": 588,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 20753,
      "end": 20754,
      "loc": {
        "start": {
          "line": 588,
          "column": 7
        },
        "end": {
          "line": 588,
          "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": 20754,
      "end": 20755,
      "loc": {
        "start": {
          "line": 588,
          "column": 8
        },
        "end": {
          "line": 588,
          "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": 20755,
      "end": 20756,
      "loc": {
        "start": {
          "line": 588,
          "column": 9
        },
        "end": {
          "line": 588,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "instance",
      "start": 20756,
      "end": 20764,
      "loc": {
        "start": {
          "line": 588,
          "column": 10
        },
        "end": {
          "line": 588,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 20764,
      "end": 20765,
      "loc": {
        "start": {
          "line": 588,
          "column": 18
        },
        "end": {
          "line": 588,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "constructor",
      "start": 20765,
      "end": 20776,
      "loc": {
        "start": {
          "line": 588,
          "column": 19
        },
        "end": {
          "line": 588,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "&&",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 2,
        "updateContext": null
      },
      "value": "&&",
      "start": 20777,
      "end": 20779,
      "loc": {
        "start": {
          "line": 588,
          "column": 31
        },
        "end": {
          "line": 588,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "prefix",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "!",
      "start": 20780,
      "end": 20781,
      "loc": {
        "start": {
          "line": 588,
          "column": 34
        },
        "end": {
          "line": 588,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "prefix",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "!",
      "start": 20781,
      "end": 20782,
      "loc": {
        "start": {
          "line": 588,
          "column": 35
        },
        "end": {
          "line": 588,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "instance",
      "start": 20782,
      "end": 20790,
      "loc": {
        "start": {
          "line": 588,
          "column": 36
        },
        "end": {
          "line": 588,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 20790,
      "end": 20791,
      "loc": {
        "start": {
          "line": 588,
          "column": 44
        },
        "end": {
          "line": 588,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "constructor",
      "start": 20791,
      "end": 20802,
      "loc": {
        "start": {
          "line": 588,
          "column": 45
        },
        "end": {
          "line": 588,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 20802,
      "end": 20803,
      "loc": {
        "start": {
          "line": 588,
          "column": 56
        },
        "end": {
          "line": 588,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "associations",
      "start": 20803,
      "end": 20815,
      "loc": {
        "start": {
          "line": 588,
          "column": 57
        },
        "end": {
          "line": 588,
          "column": 69
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 20815,
      "end": 20816,
      "loc": {
        "start": {
          "line": 588,
          "column": 69
        },
        "end": {
          "line": 588,
          "column": 70
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 20817,
      "end": 20818,
      "loc": {
        "start": {
          "line": 588,
          "column": 71
        },
        "end": {
          "line": 588,
          "column": 72
        }
      }
    },
    {
      "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": 20825,
      "end": 20830,
      "loc": {
        "start": {
          "line": 589,
          "column": 6
        },
        "end": {
          "line": 589,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "keys",
      "start": 20831,
      "end": 20835,
      "loc": {
        "start": {
          "line": 589,
          "column": 12
        },
        "end": {
          "line": 589,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 20836,
      "end": 20837,
      "loc": {
        "start": {
          "line": 589,
          "column": 17
        },
        "end": {
          "line": 589,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Object",
      "start": 20838,
      "end": 20844,
      "loc": {
        "start": {
          "line": 589,
          "column": 19
        },
        "end": {
          "line": 589,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 20844,
      "end": 20845,
      "loc": {
        "start": {
          "line": 589,
          "column": 25
        },
        "end": {
          "line": 589,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "keys",
      "start": 20845,
      "end": 20849,
      "loc": {
        "start": {
          "line": 589,
          "column": 26
        },
        "end": {
          "line": 589,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 20849,
      "end": 20850,
      "loc": {
        "start": {
          "line": 589,
          "column": 30
        },
        "end": {
          "line": 589,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "instance",
      "start": 20850,
      "end": 20858,
      "loc": {
        "start": {
          "line": 589,
          "column": 31
        },
        "end": {
          "line": 589,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 20858,
      "end": 20859,
      "loc": {
        "start": {
          "line": 589,
          "column": 39
        },
        "end": {
          "line": 589,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "constructor",
      "start": 20859,
      "end": 20870,
      "loc": {
        "start": {
          "line": 589,
          "column": 40
        },
        "end": {
          "line": 589,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 20870,
      "end": 20871,
      "loc": {
        "start": {
          "line": 589,
          "column": 51
        },
        "end": {
          "line": 589,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "associations",
      "start": 20871,
      "end": 20883,
      "loc": {
        "start": {
          "line": 589,
          "column": 52
        },
        "end": {
          "line": 589,
          "column": 64
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 20883,
      "end": 20884,
      "loc": {
        "start": {
          "line": 589,
          "column": 64
        },
        "end": {
          "line": 589,
          "column": 65
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 20884,
      "end": 20885,
      "loc": {
        "start": {
          "line": 589,
          "column": 65
        },
        "end": {
          "line": 589,
          "column": 66
        }
      }
    },
    {
      "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": 20892,
      "end": 20897,
      "loc": {
        "start": {
          "line": 590,
          "column": 6
        },
        "end": {
          "line": 590,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "length",
      "start": 20898,
      "end": 20904,
      "loc": {
        "start": {
          "line": 590,
          "column": 12
        },
        "end": {
          "line": 590,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 20905,
      "end": 20906,
      "loc": {
        "start": {
          "line": 590,
          "column": 19
        },
        "end": {
          "line": 590,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "keys",
      "start": 20907,
      "end": 20911,
      "loc": {
        "start": {
          "line": 590,
          "column": 21
        },
        "end": {
          "line": 590,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 20911,
      "end": 20912,
      "loc": {
        "start": {
          "line": 590,
          "column": 25
        },
        "end": {
          "line": 590,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "length",
      "start": 20912,
      "end": 20918,
      "loc": {
        "start": {
          "line": 590,
          "column": 26
        },
        "end": {
          "line": 590,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 20918,
      "end": 20919,
      "loc": {
        "start": {
          "line": 590,
          "column": 32
        },
        "end": {
          "line": 590,
          "column": 33
        }
      }
    },
    {
      "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": 20926,
      "end": 20929,
      "loc": {
        "start": {
          "line": 591,
          "column": 6
        },
        "end": {
          "line": 591,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "association",
      "start": 20930,
      "end": 20941,
      "loc": {
        "start": {
          "line": 591,
          "column": 10
        },
        "end": {
          "line": 591,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 20941,
      "end": 20942,
      "loc": {
        "start": {
          "line": 591,
          "column": 21
        },
        "end": {
          "line": 591,
          "column": 22
        }
      }
    },
    {
      "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": 20950,
      "end": 20953,
      "loc": {
        "start": {
          "line": 593,
          "column": 6
        },
        "end": {
          "line": 593,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 20954,
      "end": 20955,
      "loc": {
        "start": {
          "line": 593,
          "column": 10
        },
        "end": {
          "line": 593,
          "column": 11
        }
      }
    },
    {
      "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": 20955,
      "end": 20958,
      "loc": {
        "start": {
          "line": 593,
          "column": 11
        },
        "end": {
          "line": 593,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "i",
      "start": 20959,
      "end": 20960,
      "loc": {
        "start": {
          "line": 593,
          "column": 15
        },
        "end": {
          "line": 593,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 20961,
      "end": 20962,
      "loc": {
        "start": {
          "line": 593,
          "column": 17
        },
        "end": {
          "line": 593,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 0,
      "start": 20963,
      "end": 20964,
      "loc": {
        "start": {
          "line": 593,
          "column": 19
        },
        "end": {
          "line": 593,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 20964,
      "end": 20965,
      "loc": {
        "start": {
          "line": 593,
          "column": 20
        },
        "end": {
          "line": 593,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "i",
      "start": 20966,
      "end": 20967,
      "loc": {
        "start": {
          "line": 593,
          "column": 22
        },
        "end": {
          "line": 593,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "</>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 7,
        "updateContext": null
      },
      "value": "<",
      "start": 20968,
      "end": 20969,
      "loc": {
        "start": {
          "line": 593,
          "column": 24
        },
        "end": {
          "line": 593,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "length",
      "start": 20970,
      "end": 20976,
      "loc": {
        "start": {
          "line": 593,
          "column": 26
        },
        "end": {
          "line": 593,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 20976,
      "end": 20977,
      "loc": {
        "start": {
          "line": 593,
          "column": 32
        },
        "end": {
          "line": 593,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "i",
      "start": 20978,
      "end": 20979,
      "loc": {
        "start": {
          "line": 593,
          "column": 34
        },
        "end": {
          "line": 593,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "++/--",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": true,
        "binop": null
      },
      "value": "++",
      "start": 20979,
      "end": 20981,
      "loc": {
        "start": {
          "line": 593,
          "column": 35
        },
        "end": {
          "line": 593,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 20981,
      "end": 20982,
      "loc": {
        "start": {
          "line": 593,
          "column": 37
        },
        "end": {
          "line": 593,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 20983,
      "end": 20984,
      "loc": {
        "start": {
          "line": 593,
          "column": 39
        },
        "end": {
          "line": 593,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "association",
      "start": 20993,
      "end": 21004,
      "loc": {
        "start": {
          "line": 594,
          "column": 8
        },
        "end": {
          "line": 594,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 21005,
      "end": 21006,
      "loc": {
        "start": {
          "line": 594,
          "column": 20
        },
        "end": {
          "line": 594,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "instance",
      "start": 21007,
      "end": 21015,
      "loc": {
        "start": {
          "line": 594,
          "column": 22
        },
        "end": {
          "line": 594,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 21015,
      "end": 21016,
      "loc": {
        "start": {
          "line": 594,
          "column": 30
        },
        "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": "constructor",
      "start": 21016,
      "end": 21027,
      "loc": {
        "start": {
          "line": 594,
          "column": 31
        },
        "end": {
          "line": 594,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 21027,
      "end": 21028,
      "loc": {
        "start": {
          "line": 594,
          "column": 42
        },
        "end": {
          "line": 594,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "associations",
      "start": 21028,
      "end": 21040,
      "loc": {
        "start": {
          "line": 594,
          "column": 43
        },
        "end": {
          "line": 594,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 21040,
      "end": 21041,
      "loc": {
        "start": {
          "line": 594,
          "column": 55
        },
        "end": {
          "line": 594,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "keys",
      "start": 21041,
      "end": 21045,
      "loc": {
        "start": {
          "line": 594,
          "column": 56
        },
        "end": {
          "line": 594,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 21045,
      "end": 21046,
      "loc": {
        "start": {
          "line": 594,
          "column": 60
        },
        "end": {
          "line": 594,
          "column": 61
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "i",
      "start": 21046,
      "end": 21047,
      "loc": {
        "start": {
          "line": 594,
          "column": 61
        },
        "end": {
          "line": 594,
          "column": 62
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 21047,
      "end": 21048,
      "loc": {
        "start": {
          "line": 594,
          "column": 62
        },
        "end": {
          "line": 594,
          "column": 63
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 21048,
      "end": 21049,
      "loc": {
        "start": {
          "line": 594,
          "column": 63
        },
        "end": {
          "line": 594,
          "column": 64
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 21049,
      "end": 21050,
      "loc": {
        "start": {
          "line": 594,
          "column": 64
        },
        "end": {
          "line": 594,
          "column": 65
        }
      }
    },
    {
      "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": 21059,
      "end": 21061,
      "loc": {
        "start": {
          "line": 595,
          "column": 8
        },
        "end": {
          "line": 595,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 21062,
      "end": 21063,
      "loc": {
        "start": {
          "line": 595,
          "column": 11
        },
        "end": {
          "line": 595,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "association",
      "start": 21063,
      "end": 21074,
      "loc": {
        "start": {
          "line": 595,
          "column": 12
        },
        "end": {
          "line": 595,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 21074,
      "end": 21075,
      "loc": {
        "start": {
          "line": 595,
          "column": 23
        },
        "end": {
          "line": 595,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 21075,
      "end": 21082,
      "loc": {
        "start": {
          "line": 595,
          "column": 24
        },
        "end": {
          "line": 595,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "&&",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 2,
        "updateContext": null
      },
      "value": "&&",
      "start": 21083,
      "end": 21085,
      "loc": {
        "start": {
          "line": 595,
          "column": 32
        },
        "end": {
          "line": 595,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "association",
      "start": 21086,
      "end": 21097,
      "loc": {
        "start": {
          "line": 595,
          "column": 35
        },
        "end": {
          "line": 595,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 21097,
      "end": 21098,
      "loc": {
        "start": {
          "line": 595,
          "column": 46
        },
        "end": {
          "line": 595,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 21098,
      "end": 21105,
      "loc": {
        "start": {
          "line": 595,
          "column": 47
        },
        "end": {
          "line": 595,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 21105,
      "end": 21106,
      "loc": {
        "start": {
          "line": 595,
          "column": 54
        },
        "end": {
          "line": 595,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "onDelete",
      "start": 21106,
      "end": 21114,
      "loc": {
        "start": {
          "line": 595,
          "column": 55
        },
        "end": {
          "line": 595,
          "column": 63
        }
      }
    },
    {
      "type": {
        "label": "&&",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 2,
        "updateContext": null
      },
      "value": "&&",
      "start": 21115,
      "end": 21117,
      "loc": {
        "start": {
          "line": 595,
          "column": 64
        },
        "end": {
          "line": 595,
          "column": 66
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "association",
      "start": 21128,
      "end": 21139,
      "loc": {
        "start": {
          "line": 596,
          "column": 10
        },
        "end": {
          "line": 596,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 21139,
      "end": 21140,
      "loc": {
        "start": {
          "line": 596,
          "column": 21
        },
        "end": {
          "line": 596,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 21140,
      "end": 21147,
      "loc": {
        "start": {
          "line": 596,
          "column": 22
        },
        "end": {
          "line": 596,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 21147,
      "end": 21148,
      "loc": {
        "start": {
          "line": 596,
          "column": 29
        },
        "end": {
          "line": 596,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "onDelete",
      "start": 21148,
      "end": 21156,
      "loc": {
        "start": {
          "line": 596,
          "column": 30
        },
        "end": {
          "line": 596,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 21156,
      "end": 21157,
      "loc": {
        "start": {
          "line": 596,
          "column": 38
        },
        "end": {
          "line": 596,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "toLowerCase",
      "start": 21157,
      "end": 21168,
      "loc": {
        "start": {
          "line": 596,
          "column": 39
        },
        "end": {
          "line": 596,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 21168,
      "end": 21169,
      "loc": {
        "start": {
          "line": 596,
          "column": 50
        },
        "end": {
          "line": 596,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 21169,
      "end": 21170,
      "loc": {
        "start": {
          "line": 596,
          "column": 51
        },
        "end": {
          "line": 596,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "===",
      "start": 21171,
      "end": 21174,
      "loc": {
        "start": {
          "line": 596,
          "column": 53
        },
        "end": {
          "line": 596,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "cascade",
      "start": 21175,
      "end": 21184,
      "loc": {
        "start": {
          "line": 596,
          "column": 57
        },
        "end": {
          "line": 596,
          "column": 66
        }
      }
    },
    {
      "type": {
        "label": "&&",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 2,
        "updateContext": null
      },
      "value": "&&",
      "start": 21185,
      "end": 21187,
      "loc": {
        "start": {
          "line": 596,
          "column": 67
        },
        "end": {
          "line": 596,
          "column": 69
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "association",
      "start": 21198,
      "end": 21209,
      "loc": {
        "start": {
          "line": 597,
          "column": 10
        },
        "end": {
          "line": 597,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 21209,
      "end": 21210,
      "loc": {
        "start": {
          "line": 597,
          "column": 21
        },
        "end": {
          "line": 597,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 21210,
      "end": 21217,
      "loc": {
        "start": {
          "line": 597,
          "column": 22
        },
        "end": {
          "line": 597,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 21217,
      "end": 21218,
      "loc": {
        "start": {
          "line": 597,
          "column": 29
        },
        "end": {
          "line": 597,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "useHooks",
      "start": 21218,
      "end": 21226,
      "loc": {
        "start": {
          "line": 597,
          "column": 30
        },
        "end": {
          "line": 597,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "===",
      "start": 21227,
      "end": 21230,
      "loc": {
        "start": {
          "line": 597,
          "column": 39
        },
        "end": {
          "line": 597,
          "column": 42
        }
      }
    },
    {
      "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": 21231,
      "end": 21235,
      "loc": {
        "start": {
          "line": 597,
          "column": 43
        },
        "end": {
          "line": 597,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 21235,
      "end": 21236,
      "loc": {
        "start": {
          "line": 597,
          "column": 47
        },
        "end": {
          "line": 597,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 21237,
      "end": 21238,
      "loc": {
        "start": {
          "line": 597,
          "column": 49
        },
        "end": {
          "line": 597,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "cascades",
      "start": 21249,
      "end": 21257,
      "loc": {
        "start": {
          "line": 598,
          "column": 10
        },
        "end": {
          "line": 598,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 21257,
      "end": 21258,
      "loc": {
        "start": {
          "line": 598,
          "column": 18
        },
        "end": {
          "line": 598,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "push",
      "start": 21258,
      "end": 21262,
      "loc": {
        "start": {
          "line": 598,
          "column": 19
        },
        "end": {
          "line": 598,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 21262,
      "end": 21263,
      "loc": {
        "start": {
          "line": 598,
          "column": 23
        },
        "end": {
          "line": 598,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "association",
      "start": 21263,
      "end": 21274,
      "loc": {
        "start": {
          "line": 598,
          "column": 24
        },
        "end": {
          "line": 598,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 21274,
      "end": 21275,
      "loc": {
        "start": {
          "line": 598,
          "column": 35
        },
        "end": {
          "line": 598,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "accessors",
      "start": 21275,
      "end": 21284,
      "loc": {
        "start": {
          "line": 598,
          "column": 36
        },
        "end": {
          "line": 598,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 21284,
      "end": 21285,
      "loc": {
        "start": {
          "line": 598,
          "column": 45
        },
        "end": {
          "line": 598,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "get",
      "start": 21285,
      "end": 21288,
      "loc": {
        "start": {
          "line": 598,
          "column": 46
        },
        "end": {
          "line": 598,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 21288,
      "end": 21289,
      "loc": {
        "start": {
          "line": 598,
          "column": 49
        },
        "end": {
          "line": 598,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 21289,
      "end": 21290,
      "loc": {
        "start": {
          "line": 598,
          "column": 50
        },
        "end": {
          "line": 598,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 21299,
      "end": 21300,
      "loc": {
        "start": {
          "line": 599,
          "column": 8
        },
        "end": {
          "line": 599,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 21307,
      "end": 21308,
      "loc": {
        "start": {
          "line": 600,
          "column": 6
        },
        "end": {
          "line": 600,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 21313,
      "end": 21314,
      "loc": {
        "start": {
          "line": 601,
          "column": 4
        },
        "end": {
          "line": 601,
          "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": 21320,
      "end": 21326,
      "loc": {
        "start": {
          "line": 603,
          "column": 4
        },
        "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": "Promise",
      "start": 21327,
      "end": 21334,
      "loc": {
        "start": {
          "line": 603,
          "column": 11
        },
        "end": {
          "line": 603,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 21334,
      "end": 21335,
      "loc": {
        "start": {
          "line": 603,
          "column": 18
        },
        "end": {
          "line": 603,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "each",
      "start": 21335,
      "end": 21339,
      "loc": {
        "start": {
          "line": 603,
          "column": 19
        },
        "end": {
          "line": 603,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 21339,
      "end": 21340,
      "loc": {
        "start": {
          "line": 603,
          "column": 23
        },
        "end": {
          "line": 603,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "cascades",
      "start": 21340,
      "end": 21348,
      "loc": {
        "start": {
          "line": 603,
          "column": 24
        },
        "end": {
          "line": 603,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 21348,
      "end": 21349,
      "loc": {
        "start": {
          "line": 603,
          "column": 32
        },
        "end": {
          "line": 603,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "cascade",
      "start": 21350,
      "end": 21357,
      "loc": {
        "start": {
          "line": 603,
          "column": 34
        },
        "end": {
          "line": 603,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "=>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 21358,
      "end": 21360,
      "loc": {
        "start": {
          "line": 603,
          "column": 42
        },
        "end": {
          "line": 603,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 21361,
      "end": 21362,
      "loc": {
        "start": {
          "line": 603,
          "column": 45
        },
        "end": {
          "line": 603,
          "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": 21369,
      "end": 21375,
      "loc": {
        "start": {
          "line": 604,
          "column": 6
        },
        "end": {
          "line": 604,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "instance",
      "start": 21376,
      "end": 21384,
      "loc": {
        "start": {
          "line": 604,
          "column": 13
        },
        "end": {
          "line": 604,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 21384,
      "end": 21385,
      "loc": {
        "start": {
          "line": 604,
          "column": 21
        },
        "end": {
          "line": 604,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "cascade",
      "start": 21385,
      "end": 21392,
      "loc": {
        "start": {
          "line": 604,
          "column": 22
        },
        "end": {
          "line": 604,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 21392,
      "end": 21393,
      "loc": {
        "start": {
          "line": 604,
          "column": 29
        },
        "end": {
          "line": 604,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 21393,
      "end": 21394,
      "loc": {
        "start": {
          "line": 604,
          "column": 30
        },
        "end": {
          "line": 604,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 21394,
      "end": 21401,
      "loc": {
        "start": {
          "line": 604,
          "column": 31
        },
        "end": {
          "line": 604,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 21401,
      "end": 21402,
      "loc": {
        "start": {
          "line": 604,
          "column": 38
        },
        "end": {
          "line": 604,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 21402,
      "end": 21403,
      "loc": {
        "start": {
          "line": 604,
          "column": 39
        },
        "end": {
          "line": 604,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "then",
      "start": 21403,
      "end": 21407,
      "loc": {
        "start": {
          "line": 604,
          "column": 40
        },
        "end": {
          "line": 604,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 21407,
      "end": 21408,
      "loc": {
        "start": {
          "line": 604,
          "column": 44
        },
        "end": {
          "line": 604,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "instances",
      "start": 21408,
      "end": 21417,
      "loc": {
        "start": {
          "line": 604,
          "column": 45
        },
        "end": {
          "line": 604,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": "=>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 21418,
      "end": 21420,
      "loc": {
        "start": {
          "line": 604,
          "column": 55
        },
        "end": {
          "line": 604,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 21421,
      "end": 21422,
      "loc": {
        "start": {
          "line": 604,
          "column": 58
        },
        "end": {
          "line": 604,
          "column": 59
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " Check for hasOne relationship with non-existing associate (\"has zero\")",
      "start": 21431,
      "end": 21504,
      "loc": {
        "start": {
          "line": 605,
          "column": 8
        },
        "end": {
          "line": 605,
          "column": 81
        }
      }
    },
    {
      "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": 21513,
      "end": 21515,
      "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": 21516,
      "end": 21517,
      "loc": {
        "start": {
          "line": 606,
          "column": 11
        },
        "end": {
          "line": 606,
          "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": 21517,
      "end": 21518,
      "loc": {
        "start": {
          "line": 606,
          "column": 12
        },
        "end": {
          "line": 606,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "instances",
      "start": 21518,
      "end": 21527,
      "loc": {
        "start": {
          "line": 606,
          "column": 13
        },
        "end": {
          "line": 606,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 21527,
      "end": 21528,
      "loc": {
        "start": {
          "line": 606,
          "column": 22
        },
        "end": {
          "line": 606,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 21529,
      "end": 21530,
      "loc": {
        "start": {
          "line": 606,
          "column": 24
        },
        "end": {
          "line": 606,
          "column": 25
        }
      }
    },
    {
      "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": 21541,
      "end": 21547,
      "loc": {
        "start": {
          "line": 607,
          "column": 10
        },
        "end": {
          "line": 607,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Promise",
      "start": 21548,
      "end": 21555,
      "loc": {
        "start": {
          "line": 607,
          "column": 17
        },
        "end": {
          "line": 607,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 21555,
      "end": 21556,
      "loc": {
        "start": {
          "line": 607,
          "column": 24
        },
        "end": {
          "line": 607,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "resolve",
      "start": 21556,
      "end": 21563,
      "loc": {
        "start": {
          "line": 607,
          "column": 25
        },
        "end": {
          "line": 607,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 21563,
      "end": 21564,
      "loc": {
        "start": {
          "line": 607,
          "column": 32
        },
        "end": {
          "line": 607,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 21564,
      "end": 21565,
      "loc": {
        "start": {
          "line": 607,
          "column": 33
        },
        "end": {
          "line": 607,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 21565,
      "end": 21566,
      "loc": {
        "start": {
          "line": 607,
          "column": 34
        },
        "end": {
          "line": 607,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 21575,
      "end": 21576,
      "loc": {
        "start": {
          "line": 608,
          "column": 8
        },
        "end": {
          "line": 608,
          "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": 21586,
      "end": 21588,
      "loc": {
        "start": {
          "line": 610,
          "column": 8
        },
        "end": {
          "line": 610,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 21589,
      "end": 21590,
      "loc": {
        "start": {
          "line": 610,
          "column": 11
        },
        "end": {
          "line": 610,
          "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": 21590,
      "end": 21591,
      "loc": {
        "start": {
          "line": 610,
          "column": 12
        },
        "end": {
          "line": 610,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Array",
      "start": 21591,
      "end": 21596,
      "loc": {
        "start": {
          "line": 610,
          "column": 13
        },
        "end": {
          "line": 610,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 21596,
      "end": 21597,
      "loc": {
        "start": {
          "line": 610,
          "column": 18
        },
        "end": {
          "line": 610,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "isArray",
      "start": 21597,
      "end": 21604,
      "loc": {
        "start": {
          "line": 610,
          "column": 19
        },
        "end": {
          "line": 610,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 21604,
      "end": 21605,
      "loc": {
        "start": {
          "line": 610,
          "column": 26
        },
        "end": {
          "line": 610,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "instances",
      "start": 21605,
      "end": 21614,
      "loc": {
        "start": {
          "line": 610,
          "column": 27
        },
        "end": {
          "line": 610,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 21614,
      "end": 21615,
      "loc": {
        "start": {
          "line": 610,
          "column": 36
        },
        "end": {
          "line": 610,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 21615,
      "end": 21616,
      "loc": {
        "start": {
          "line": 610,
          "column": 37
        },
        "end": {
          "line": 610,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "instances",
      "start": 21617,
      "end": 21626,
      "loc": {
        "start": {
          "line": 610,
          "column": 39
        },
        "end": {
          "line": 610,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 21627,
      "end": 21628,
      "loc": {
        "start": {
          "line": 610,
          "column": 49
        },
        "end": {
          "line": 610,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 21629,
      "end": 21630,
      "loc": {
        "start": {
          "line": 610,
          "column": 51
        },
        "end": {
          "line": 610,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "instances",
      "start": 21630,
      "end": 21639,
      "loc": {
        "start": {
          "line": 610,
          "column": 52
        },
        "end": {
          "line": 610,
          "column": 61
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 21639,
      "end": 21640,
      "loc": {
        "start": {
          "line": 610,
          "column": 61
        },
        "end": {
          "line": 610,
          "column": 62
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 21640,
      "end": 21641,
      "loc": {
        "start": {
          "line": 610,
          "column": 62
        },
        "end": {
          "line": 610,
          "column": 63
        }
      }
    },
    {
      "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": 21651,
      "end": 21657,
      "loc": {
        "start": {
          "line": 612,
          "column": 8
        },
        "end": {
          "line": 612,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Promise",
      "start": 21658,
      "end": 21665,
      "loc": {
        "start": {
          "line": 612,
          "column": 15
        },
        "end": {
          "line": 612,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 21665,
      "end": 21666,
      "loc": {
        "start": {
          "line": 612,
          "column": 22
        },
        "end": {
          "line": 612,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "each",
      "start": 21666,
      "end": 21670,
      "loc": {
        "start": {
          "line": 612,
          "column": 23
        },
        "end": {
          "line": 612,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 21670,
      "end": 21671,
      "loc": {
        "start": {
          "line": 612,
          "column": 27
        },
        "end": {
          "line": 612,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "instances",
      "start": 21671,
      "end": 21680,
      "loc": {
        "start": {
          "line": 612,
          "column": 28
        },
        "end": {
          "line": 612,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 21680,
      "end": 21681,
      "loc": {
        "start": {
          "line": 612,
          "column": 37
        },
        "end": {
          "line": 612,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "instance",
      "start": 21682,
      "end": 21690,
      "loc": {
        "start": {
          "line": 612,
          "column": 39
        },
        "end": {
          "line": 612,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "=>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 21691,
      "end": 21693,
      "loc": {
        "start": {
          "line": 612,
          "column": 48
        },
        "end": {
          "line": 612,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "instance",
      "start": 21694,
      "end": 21702,
      "loc": {
        "start": {
          "line": 612,
          "column": 51
        },
        "end": {
          "line": 612,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 21702,
      "end": 21703,
      "loc": {
        "start": {
          "line": 612,
          "column": 59
        },
        "end": {
          "line": 612,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "destroy",
      "start": 21703,
      "end": 21710,
      "loc": {
        "start": {
          "line": 612,
          "column": 60
        },
        "end": {
          "line": 612,
          "column": 67
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 21710,
      "end": 21711,
      "loc": {
        "start": {
          "line": 612,
          "column": 67
        },
        "end": {
          "line": 612,
          "column": 68
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 21711,
      "end": 21718,
      "loc": {
        "start": {
          "line": 612,
          "column": 68
        },
        "end": {
          "line": 612,
          "column": 75
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 21718,
      "end": 21719,
      "loc": {
        "start": {
          "line": 612,
          "column": 75
        },
        "end": {
          "line": 612,
          "column": 76
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 21719,
      "end": 21720,
      "loc": {
        "start": {
          "line": 612,
          "column": 76
        },
        "end": {
          "line": 612,
          "column": 77
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 21720,
      "end": 21721,
      "loc": {
        "start": {
          "line": 612,
          "column": 77
        },
        "end": {
          "line": 612,
          "column": 78
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 21728,
      "end": 21729,
      "loc": {
        "start": {
          "line": 613,
          "column": 6
        },
        "end": {
          "line": 613,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 21729,
      "end": 21730,
      "loc": {
        "start": {
          "line": 613,
          "column": 7
        },
        "end": {
          "line": 613,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 21730,
      "end": 21731,
      "loc": {
        "start": {
          "line": 613,
          "column": 8
        },
        "end": {
          "line": 613,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 21736,
      "end": 21737,
      "loc": {
        "start": {
          "line": 614,
          "column": 4
        },
        "end": {
          "line": 614,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 21737,
      "end": 21738,
      "loc": {
        "start": {
          "line": 614,
          "column": 5
        },
        "end": {
          "line": 614,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 21738,
      "end": 21739,
      "loc": {
        "start": {
          "line": 614,
          "column": 6
        },
        "end": {
          "line": 614,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "then",
      "start": 21739,
      "end": 21743,
      "loc": {
        "start": {
          "line": 614,
          "column": 7
        },
        "end": {
          "line": 614,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 21743,
      "end": 21744,
      "loc": {
        "start": {
          "line": 614,
          "column": 11
        },
        "end": {
          "line": 614,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 21744,
      "end": 21745,
      "loc": {
        "start": {
          "line": 614,
          "column": 12
        },
        "end": {
          "line": 614,
          "column": 13
        }
      }
    },
    {
      "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": 614,
          "column": 13
        },
        "end": {
          "line": 614,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "=>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 21747,
      "end": 21749,
      "loc": {
        "start": {
          "line": 614,
          "column": 15
        },
        "end": {
          "line": 614,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 21750,
      "end": 21751,
      "loc": {
        "start": {
          "line": 614,
          "column": 18
        },
        "end": {
          "line": 614,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 21758,
      "end": 21765,
      "loc": {
        "start": {
          "line": 615,
          "column": 6
        },
        "end": {
          "line": 615,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 21765,
      "end": 21766,
      "loc": {
        "start": {
          "line": 615,
          "column": 13
        },
        "end": {
          "line": 615,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "instance",
      "start": 21766,
      "end": 21774,
      "loc": {
        "start": {
          "line": 615,
          "column": 14
        },
        "end": {
          "line": 615,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 21775,
      "end": 21776,
      "loc": {
        "start": {
          "line": 615,
          "column": 23
        },
        "end": {
          "line": 615,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "instance",
      "start": 21777,
      "end": 21785,
      "loc": {
        "start": {
          "line": 615,
          "column": 25
        },
        "end": {
          "line": 615,
          "column": 33
        }
      }
    },
    {
      "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": 615,
          "column": 33
        },
        "end": {
          "line": 615,
          "column": 34
        }
      }
    },
    {
      "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": 21793,
      "end": 21799,
      "loc": {
        "start": {
          "line": 616,
          "column": 6
        },
        "end": {
          "line": 616,
          "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": 21800,
      "end": 21804,
      "loc": {
        "start": {
          "line": 616,
          "column": 13
        },
        "end": {
          "line": 616,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 21804,
      "end": 21805,
      "loc": {
        "start": {
          "line": 616,
          "column": 17
        },
        "end": {
          "line": 616,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sequelize",
      "start": 21805,
      "end": 21814,
      "loc": {
        "start": {
          "line": 616,
          "column": 18
        },
        "end": {
          "line": 616,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 21814,
      "end": 21815,
      "loc": {
        "start": {
          "line": 616,
          "column": 27
        },
        "end": {
          "line": 616,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "query",
      "start": 21815,
      "end": 21820,
      "loc": {
        "start": {
          "line": 616,
          "column": 28
        },
        "end": {
          "line": 616,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 21820,
      "end": 21821,
      "loc": {
        "start": {
          "line": 616,
          "column": 33
        },
        "end": {
          "line": 616,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sql",
      "start": 21821,
      "end": 21824,
      "loc": {
        "start": {
          "line": 616,
          "column": 34
        },
        "end": {
          "line": 616,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 21824,
      "end": 21825,
      "loc": {
        "start": {
          "line": 616,
          "column": 37
        },
        "end": {
          "line": 616,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 21826,
      "end": 21833,
      "loc": {
        "start": {
          "line": 616,
          "column": 39
        },
        "end": {
          "line": 616,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 21833,
      "end": 21834,
      "loc": {
        "start": {
          "line": 616,
          "column": 46
        },
        "end": {
          "line": 616,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 21834,
      "end": 21835,
      "loc": {
        "start": {
          "line": 616,
          "column": 47
        },
        "end": {
          "line": 616,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 21840,
      "end": 21841,
      "loc": {
        "start": {
          "line": 617,
          "column": 4
        },
        "end": {
          "line": 617,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 21841,
      "end": 21842,
      "loc": {
        "start": {
          "line": 617,
          "column": 5
        },
        "end": {
          "line": 617,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 21842,
      "end": 21843,
      "loc": {
        "start": {
          "line": 617,
          "column": 6
        },
        "end": {
          "line": 617,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 21846,
      "end": 21847,
      "loc": {
        "start": {
          "line": 618,
          "column": 2
        },
        "end": {
          "line": 618,
          "column": 3
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "bulkDelete",
      "start": 21851,
      "end": 21861,
      "loc": {
        "start": {
          "line": 620,
          "column": 2
        },
        "end": {
          "line": 620,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 21861,
      "end": 21862,
      "loc": {
        "start": {
          "line": 620,
          "column": 12
        },
        "end": {
          "line": 620,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "tableName",
      "start": 21862,
      "end": 21871,
      "loc": {
        "start": {
          "line": 620,
          "column": 13
        },
        "end": {
          "line": 620,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 21871,
      "end": 21872,
      "loc": {
        "start": {
          "line": 620,
          "column": 22
        },
        "end": {
          "line": 620,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "identifier",
      "start": 21873,
      "end": 21883,
      "loc": {
        "start": {
          "line": 620,
          "column": 24
        },
        "end": {
          "line": 620,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 21883,
      "end": 21884,
      "loc": {
        "start": {
          "line": 620,
          "column": 34
        },
        "end": {
          "line": 620,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 21885,
      "end": 21892,
      "loc": {
        "start": {
          "line": 620,
          "column": 36
        },
        "end": {
          "line": 620,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 21892,
      "end": 21893,
      "loc": {
        "start": {
          "line": 620,
          "column": 43
        },
        "end": {
          "line": 620,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "model",
      "start": 21894,
      "end": 21899,
      "loc": {
        "start": {
          "line": 620,
          "column": 45
        },
        "end": {
          "line": 620,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 21899,
      "end": 21900,
      "loc": {
        "start": {
          "line": 620,
          "column": 50
        },
        "end": {
          "line": 620,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 21901,
      "end": 21902,
      "loc": {
        "start": {
          "line": 620,
          "column": 52
        },
        "end": {
          "line": 620,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 21907,
      "end": 21914,
      "loc": {
        "start": {
          "line": 621,
          "column": 4
        },
        "end": {
          "line": 621,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 21915,
      "end": 21916,
      "loc": {
        "start": {
          "line": 621,
          "column": 12
        },
        "end": {
          "line": 621,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Utils",
      "start": 21917,
      "end": 21922,
      "loc": {
        "start": {
          "line": 621,
          "column": 14
        },
        "end": {
          "line": 621,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 21922,
      "end": 21923,
      "loc": {
        "start": {
          "line": 621,
          "column": 19
        },
        "end": {
          "line": 621,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "cloneDeep",
      "start": 21923,
      "end": 21932,
      "loc": {
        "start": {
          "line": 621,
          "column": 20
        },
        "end": {
          "line": 621,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 21932,
      "end": 21933,
      "loc": {
        "start": {
          "line": 621,
          "column": 29
        },
        "end": {
          "line": 621,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 21933,
      "end": 21940,
      "loc": {
        "start": {
          "line": 621,
          "column": 30
        },
        "end": {
          "line": 621,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 21940,
      "end": 21941,
      "loc": {
        "start": {
          "line": 621,
          "column": 37
        },
        "end": {
          "line": 621,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 21941,
      "end": 21942,
      "loc": {
        "start": {
          "line": 621,
          "column": 38
        },
        "end": {
          "line": 621,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 21947,
      "end": 21954,
      "loc": {
        "start": {
          "line": 622,
          "column": 4
        },
        "end": {
          "line": 622,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 21955,
      "end": 21956,
      "loc": {
        "start": {
          "line": 622,
          "column": 12
        },
        "end": {
          "line": 622,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_",
      "start": 21957,
      "end": 21958,
      "loc": {
        "start": {
          "line": 622,
          "column": 14
        },
        "end": {
          "line": 622,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 21958,
      "end": 21959,
      "loc": {
        "start": {
          "line": 622,
          "column": 15
        },
        "end": {
          "line": 622,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "defaults",
      "start": 21959,
      "end": 21967,
      "loc": {
        "start": {
          "line": 622,
          "column": 16
        },
        "end": {
          "line": 622,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 21967,
      "end": 21968,
      "loc": {
        "start": {
          "line": 622,
          "column": 24
        },
        "end": {
          "line": 622,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 21968,
      "end": 21975,
      "loc": {
        "start": {
          "line": 622,
          "column": 25
        },
        "end": {
          "line": 622,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 21975,
      "end": 21976,
      "loc": {
        "start": {
          "line": 622,
          "column": 32
        },
        "end": {
          "line": 622,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 21977,
      "end": 21978,
      "loc": {
        "start": {
          "line": 622,
          "column": 34
        },
        "end": {
          "line": 622,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "limit",
      "start": 21978,
      "end": 21983,
      "loc": {
        "start": {
          "line": 622,
          "column": 35
        },
        "end": {
          "line": 622,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 21983,
      "end": 21984,
      "loc": {
        "start": {
          "line": 622,
          "column": 40
        },
        "end": {
          "line": 622,
          "column": 41
        }
      }
    },
    {
      "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": 21985,
      "end": 21989,
      "loc": {
        "start": {
          "line": 622,
          "column": 42
        },
        "end": {
          "line": 622,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 21989,
      "end": 21990,
      "loc": {
        "start": {
          "line": 622,
          "column": 46
        },
        "end": {
          "line": 622,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 21990,
      "end": 21991,
      "loc": {
        "start": {
          "line": 622,
          "column": 47
        },
        "end": {
          "line": 622,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 21991,
      "end": 21992,
      "loc": {
        "start": {
          "line": 622,
          "column": 48
        },
        "end": {
          "line": 622,
          "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": 21997,
      "end": 21999,
      "loc": {
        "start": {
          "line": 623,
          "column": 4
        },
        "end": {
          "line": 623,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 22000,
      "end": 22001,
      "loc": {
        "start": {
          "line": 623,
          "column": 7
        },
        "end": {
          "line": 623,
          "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": 22001,
      "end": 22007,
      "loc": {
        "start": {
          "line": 623,
          "column": 8
        },
        "end": {
          "line": 623,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "identifier",
      "start": 22008,
      "end": 22018,
      "loc": {
        "start": {
          "line": 623,
          "column": 15
        },
        "end": {
          "line": 623,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "===",
      "start": 22019,
      "end": 22022,
      "loc": {
        "start": {
          "line": 623,
          "column": 26
        },
        "end": {
          "line": 623,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "object",
      "start": 22023,
      "end": 22031,
      "loc": {
        "start": {
          "line": 623,
          "column": 30
        },
        "end": {
          "line": 623,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 22031,
      "end": 22032,
      "loc": {
        "start": {
          "line": 623,
          "column": 38
        },
        "end": {
          "line": 623,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "identifier",
      "start": 22033,
      "end": 22043,
      "loc": {
        "start": {
          "line": 623,
          "column": 40
        },
        "end": {
          "line": 623,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 22044,
      "end": 22045,
      "loc": {
        "start": {
          "line": 623,
          "column": 51
        },
        "end": {
          "line": 623,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Utils",
      "start": 22046,
      "end": 22051,
      "loc": {
        "start": {
          "line": 623,
          "column": 53
        },
        "end": {
          "line": 623,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 22051,
      "end": 22052,
      "loc": {
        "start": {
          "line": 623,
          "column": 58
        },
        "end": {
          "line": 623,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "cloneDeep",
      "start": 22052,
      "end": 22061,
      "loc": {
        "start": {
          "line": 623,
          "column": 59
        },
        "end": {
          "line": 623,
          "column": 68
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 22061,
      "end": 22062,
      "loc": {
        "start": {
          "line": 623,
          "column": 68
        },
        "end": {
          "line": 623,
          "column": 69
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "identifier",
      "start": 22062,
      "end": 22072,
      "loc": {
        "start": {
          "line": 623,
          "column": 69
        },
        "end": {
          "line": 623,
          "column": 79
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 22072,
      "end": 22073,
      "loc": {
        "start": {
          "line": 623,
          "column": 79
        },
        "end": {
          "line": 623,
          "column": 80
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 22073,
      "end": 22074,
      "loc": {
        "start": {
          "line": 623,
          "column": 80
        },
        "end": {
          "line": 623,
          "column": 81
        }
      }
    },
    {
      "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": 22080,
      "end": 22085,
      "loc": {
        "start": {
          "line": 625,
          "column": 4
        },
        "end": {
          "line": 625,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sql",
      "start": 22086,
      "end": 22089,
      "loc": {
        "start": {
          "line": 625,
          "column": 10
        },
        "end": {
          "line": 625,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 22090,
      "end": 22091,
      "loc": {
        "start": {
          "line": 625,
          "column": 14
        },
        "end": {
          "line": 625,
          "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": 22092,
      "end": 22096,
      "loc": {
        "start": {
          "line": 625,
          "column": 16
        },
        "end": {
          "line": 625,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 22096,
      "end": 22097,
      "loc": {
        "start": {
          "line": 625,
          "column": 20
        },
        "end": {
          "line": 625,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "QueryGenerator",
      "start": 22097,
      "end": 22111,
      "loc": {
        "start": {
          "line": 625,
          "column": 21
        },
        "end": {
          "line": 625,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 22111,
      "end": 22112,
      "loc": {
        "start": {
          "line": 625,
          "column": 35
        },
        "end": {
          "line": 625,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "deleteQuery",
      "start": 22112,
      "end": 22123,
      "loc": {
        "start": {
          "line": 625,
          "column": 36
        },
        "end": {
          "line": 625,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 22123,
      "end": 22124,
      "loc": {
        "start": {
          "line": 625,
          "column": 47
        },
        "end": {
          "line": 625,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "tableName",
      "start": 22124,
      "end": 22133,
      "loc": {
        "start": {
          "line": 625,
          "column": 48
        },
        "end": {
          "line": 625,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 22133,
      "end": 22134,
      "loc": {
        "start": {
          "line": 625,
          "column": 57
        },
        "end": {
          "line": 625,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "identifier",
      "start": 22135,
      "end": 22145,
      "loc": {
        "start": {
          "line": 625,
          "column": 59
        },
        "end": {
          "line": 625,
          "column": 69
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 22145,
      "end": 22146,
      "loc": {
        "start": {
          "line": 625,
          "column": 69
        },
        "end": {
          "line": 625,
          "column": 70
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 22147,
      "end": 22154,
      "loc": {
        "start": {
          "line": 625,
          "column": 71
        },
        "end": {
          "line": 625,
          "column": 78
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 22154,
      "end": 22155,
      "loc": {
        "start": {
          "line": 625,
          "column": 78
        },
        "end": {
          "line": 625,
          "column": 79
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "model",
      "start": 22156,
      "end": 22161,
      "loc": {
        "start": {
          "line": 625,
          "column": 80
        },
        "end": {
          "line": 625,
          "column": 85
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 22161,
      "end": 22162,
      "loc": {
        "start": {
          "line": 625,
          "column": 85
        },
        "end": {
          "line": 625,
          "column": 86
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 22162,
      "end": 22163,
      "loc": {
        "start": {
          "line": 625,
          "column": 86
        },
        "end": {
          "line": 625,
          "column": 87
        }
      }
    },
    {
      "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": 22168,
      "end": 22174,
      "loc": {
        "start": {
          "line": 626,
          "column": 4
        },
        "end": {
          "line": 626,
          "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": 22175,
      "end": 22179,
      "loc": {
        "start": {
          "line": 626,
          "column": 11
        },
        "end": {
          "line": 626,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 22179,
      "end": 22180,
      "loc": {
        "start": {
          "line": 626,
          "column": 15
        },
        "end": {
          "line": 626,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sequelize",
      "start": 22180,
      "end": 22189,
      "loc": {
        "start": {
          "line": 626,
          "column": 16
        },
        "end": {
          "line": 626,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 22189,
      "end": 22190,
      "loc": {
        "start": {
          "line": 626,
          "column": 25
        },
        "end": {
          "line": 626,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "query",
      "start": 22190,
      "end": 22195,
      "loc": {
        "start": {
          "line": 626,
          "column": 26
        },
        "end": {
          "line": 626,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 22195,
      "end": 22196,
      "loc": {
        "start": {
          "line": 626,
          "column": 31
        },
        "end": {
          "line": 626,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sql",
      "start": 22196,
      "end": 22199,
      "loc": {
        "start": {
          "line": 626,
          "column": 32
        },
        "end": {
          "line": 626,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 22199,
      "end": 22200,
      "loc": {
        "start": {
          "line": 626,
          "column": 35
        },
        "end": {
          "line": 626,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 22201,
      "end": 22208,
      "loc": {
        "start": {
          "line": 626,
          "column": 37
        },
        "end": {
          "line": 626,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 22208,
      "end": 22209,
      "loc": {
        "start": {
          "line": 626,
          "column": 44
        },
        "end": {
          "line": 626,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 22209,
      "end": 22210,
      "loc": {
        "start": {
          "line": 626,
          "column": 45
        },
        "end": {
          "line": 626,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 22213,
      "end": 22214,
      "loc": {
        "start": {
          "line": 627,
          "column": 2
        },
        "end": {
          "line": 627,
          "column": 3
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "select",
      "start": 22218,
      "end": 22224,
      "loc": {
        "start": {
          "line": 629,
          "column": 2
        },
        "end": {
          "line": 629,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 22224,
      "end": 22225,
      "loc": {
        "start": {
          "line": 629,
          "column": 8
        },
        "end": {
          "line": 629,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "model",
      "start": 22225,
      "end": 22230,
      "loc": {
        "start": {
          "line": 629,
          "column": 9
        },
        "end": {
          "line": 629,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 22230,
      "end": 22231,
      "loc": {
        "start": {
          "line": 629,
          "column": 14
        },
        "end": {
          "line": 629,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "tableName",
      "start": 22232,
      "end": 22241,
      "loc": {
        "start": {
          "line": 629,
          "column": 16
        },
        "end": {
          "line": 629,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 22241,
      "end": 22242,
      "loc": {
        "start": {
          "line": 629,
          "column": 25
        },
        "end": {
          "line": 629,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 22243,
      "end": 22250,
      "loc": {
        "start": {
          "line": 629,
          "column": 27
        },
        "end": {
          "line": 629,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 22250,
      "end": 22251,
      "loc": {
        "start": {
          "line": 629,
          "column": 34
        },
        "end": {
          "line": 629,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 22252,
      "end": 22253,
      "loc": {
        "start": {
          "line": 629,
          "column": 36
        },
        "end": {
          "line": 629,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 22258,
      "end": 22265,
      "loc": {
        "start": {
          "line": 630,
          "column": 4
        },
        "end": {
          "line": 630,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 22266,
      "end": 22267,
      "loc": {
        "start": {
          "line": 630,
          "column": 12
        },
        "end": {
          "line": 630,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Utils",
      "start": 22268,
      "end": 22273,
      "loc": {
        "start": {
          "line": 630,
          "column": 14
        },
        "end": {
          "line": 630,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 22273,
      "end": 22274,
      "loc": {
        "start": {
          "line": 630,
          "column": 19
        },
        "end": {
          "line": 630,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "cloneDeep",
      "start": 22274,
      "end": 22283,
      "loc": {
        "start": {
          "line": 630,
          "column": 20
        },
        "end": {
          "line": 630,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 22283,
      "end": 22284,
      "loc": {
        "start": {
          "line": 630,
          "column": 29
        },
        "end": {
          "line": 630,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 22284,
      "end": 22291,
      "loc": {
        "start": {
          "line": 630,
          "column": 30
        },
        "end": {
          "line": 630,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 22291,
      "end": 22292,
      "loc": {
        "start": {
          "line": 630,
          "column": 37
        },
        "end": {
          "line": 630,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 22292,
      "end": 22293,
      "loc": {
        "start": {
          "line": 630,
          "column": 38
        },
        "end": {
          "line": 630,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 22298,
      "end": 22305,
      "loc": {
        "start": {
          "line": 631,
          "column": 4
        },
        "end": {
          "line": 631,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 22305,
      "end": 22306,
      "loc": {
        "start": {
          "line": 631,
          "column": 11
        },
        "end": {
          "line": 631,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "type",
      "start": 22306,
      "end": 22310,
      "loc": {
        "start": {
          "line": 631,
          "column": 12
        },
        "end": {
          "line": 631,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 22311,
      "end": 22312,
      "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": "QueryTypes",
      "start": 22313,
      "end": 22323,
      "loc": {
        "start": {
          "line": 631,
          "column": 19
        },
        "end": {
          "line": 631,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 22323,
      "end": 22324,
      "loc": {
        "start": {
          "line": 631,
          "column": 29
        },
        "end": {
          "line": 631,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "SELECT",
      "start": 22324,
      "end": 22330,
      "loc": {
        "start": {
          "line": 631,
          "column": 30
        },
        "end": {
          "line": 631,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 22330,
      "end": 22331,
      "loc": {
        "start": {
          "line": 631,
          "column": 36
        },
        "end": {
          "line": 631,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 22336,
      "end": 22343,
      "loc": {
        "start": {
          "line": 632,
          "column": 4
        },
        "end": {
          "line": 632,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 22343,
      "end": 22344,
      "loc": {
        "start": {
          "line": 632,
          "column": 11
        },
        "end": {
          "line": 632,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "model",
      "start": 22344,
      "end": 22349,
      "loc": {
        "start": {
          "line": 632,
          "column": 12
        },
        "end": {
          "line": 632,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 22350,
      "end": 22351,
      "loc": {
        "start": {
          "line": 632,
          "column": 18
        },
        "end": {
          "line": 632,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "model",
      "start": 22352,
      "end": 22357,
      "loc": {
        "start": {
          "line": 632,
          "column": 20
        },
        "end": {
          "line": 632,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 22357,
      "end": 22358,
      "loc": {
        "start": {
          "line": 632,
          "column": 25
        },
        "end": {
          "line": 632,
          "column": 26
        }
      }
    },
    {
      "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": 22364,
      "end": 22370,
      "loc": {
        "start": {
          "line": 634,
          "column": 4
        },
        "end": {
          "line": 634,
          "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": 22371,
      "end": 22375,
      "loc": {
        "start": {
          "line": 634,
          "column": 11
        },
        "end": {
          "line": 634,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 22375,
      "end": 22376,
      "loc": {
        "start": {
          "line": 634,
          "column": 15
        },
        "end": {
          "line": 634,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sequelize",
      "start": 22376,
      "end": 22385,
      "loc": {
        "start": {
          "line": 634,
          "column": 16
        },
        "end": {
          "line": 634,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 22385,
      "end": 22386,
      "loc": {
        "start": {
          "line": 634,
          "column": 25
        },
        "end": {
          "line": 634,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "query",
      "start": 22386,
      "end": 22391,
      "loc": {
        "start": {
          "line": 634,
          "column": 26
        },
        "end": {
          "line": 634,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 22391,
      "end": 22392,
      "loc": {
        "start": {
          "line": 634,
          "column": 31
        },
        "end": {
          "line": 634,
          "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": 22399,
      "end": 22403,
      "loc": {
        "start": {
          "line": 635,
          "column": 6
        },
        "end": {
          "line": 635,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 22403,
      "end": 22404,
      "loc": {
        "start": {
          "line": 635,
          "column": 10
        },
        "end": {
          "line": 635,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "QueryGenerator",
      "start": 22404,
      "end": 22418,
      "loc": {
        "start": {
          "line": 635,
          "column": 11
        },
        "end": {
          "line": 635,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 22418,
      "end": 22419,
      "loc": {
        "start": {
          "line": 635,
          "column": 25
        },
        "end": {
          "line": 635,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "selectQuery",
      "start": 22419,
      "end": 22430,
      "loc": {
        "start": {
          "line": 635,
          "column": 26
        },
        "end": {
          "line": 635,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 22430,
      "end": 22431,
      "loc": {
        "start": {
          "line": 635,
          "column": 37
        },
        "end": {
          "line": 635,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "tableName",
      "start": 22431,
      "end": 22440,
      "loc": {
        "start": {
          "line": 635,
          "column": 38
        },
        "end": {
          "line": 635,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 22440,
      "end": 22441,
      "loc": {
        "start": {
          "line": 635,
          "column": 47
        },
        "end": {
          "line": 635,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 22442,
      "end": 22449,
      "loc": {
        "start": {
          "line": 635,
          "column": 49
        },
        "end": {
          "line": 635,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 22449,
      "end": 22450,
      "loc": {
        "start": {
          "line": 635,
          "column": 56
        },
        "end": {
          "line": 635,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "model",
      "start": 22451,
      "end": 22456,
      "loc": {
        "start": {
          "line": 635,
          "column": 58
        },
        "end": {
          "line": 635,
          "column": 63
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 22456,
      "end": 22457,
      "loc": {
        "start": {
          "line": 635,
          "column": 63
        },
        "end": {
          "line": 635,
          "column": 64
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 22457,
      "end": 22458,
      "loc": {
        "start": {
          "line": 635,
          "column": 64
        },
        "end": {
          "line": 635,
          "column": 65
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 22465,
      "end": 22472,
      "loc": {
        "start": {
          "line": 636,
          "column": 6
        },
        "end": {
          "line": 636,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 22477,
      "end": 22478,
      "loc": {
        "start": {
          "line": 637,
          "column": 4
        },
        "end": {
          "line": 637,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 22478,
      "end": 22479,
      "loc": {
        "start": {
          "line": 637,
          "column": 5
        },
        "end": {
          "line": 637,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 22482,
      "end": 22483,
      "loc": {
        "start": {
          "line": 638,
          "column": 2
        },
        "end": {
          "line": 638,
          "column": 3
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "increment",
      "start": 22487,
      "end": 22496,
      "loc": {
        "start": {
          "line": 640,
          "column": 2
        },
        "end": {
          "line": 640,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 22496,
      "end": 22497,
      "loc": {
        "start": {
          "line": 640,
          "column": 11
        },
        "end": {
          "line": 640,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "instance",
      "start": 22497,
      "end": 22505,
      "loc": {
        "start": {
          "line": 640,
          "column": 12
        },
        "end": {
          "line": 640,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 22505,
      "end": 22506,
      "loc": {
        "start": {
          "line": 640,
          "column": 20
        },
        "end": {
          "line": 640,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "tableName",
      "start": 22507,
      "end": 22516,
      "loc": {
        "start": {
          "line": 640,
          "column": 22
        },
        "end": {
          "line": 640,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 22516,
      "end": 22517,
      "loc": {
        "start": {
          "line": 640,
          "column": 31
        },
        "end": {
          "line": 640,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "values",
      "start": 22518,
      "end": 22524,
      "loc": {
        "start": {
          "line": 640,
          "column": 33
        },
        "end": {
          "line": 640,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 22524,
      "end": 22525,
      "loc": {
        "start": {
          "line": 640,
          "column": 39
        },
        "end": {
          "line": 640,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "identifier",
      "start": 22526,
      "end": 22536,
      "loc": {
        "start": {
          "line": 640,
          "column": 41
        },
        "end": {
          "line": 640,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 22536,
      "end": 22537,
      "loc": {
        "start": {
          "line": 640,
          "column": 51
        },
        "end": {
          "line": 640,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 22538,
      "end": 22545,
      "loc": {
        "start": {
          "line": 640,
          "column": 53
        },
        "end": {
          "line": 640,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 22545,
      "end": 22546,
      "loc": {
        "start": {
          "line": 640,
          "column": 60
        },
        "end": {
          "line": 640,
          "column": 61
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 22547,
      "end": 22548,
      "loc": {
        "start": {
          "line": 640,
          "column": 62
        },
        "end": {
          "line": 640,
          "column": 63
        }
      }
    },
    {
      "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": 22553,
      "end": 22558,
      "loc": {
        "start": {
          "line": 641,
          "column": 4
        },
        "end": {
          "line": 641,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sql",
      "start": 22559,
      "end": 22562,
      "loc": {
        "start": {
          "line": 641,
          "column": 10
        },
        "end": {
          "line": 641,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 22563,
      "end": 22564,
      "loc": {
        "start": {
          "line": 641,
          "column": 14
        },
        "end": {
          "line": 641,
          "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": 22565,
      "end": 22569,
      "loc": {
        "start": {
          "line": 641,
          "column": 16
        },
        "end": {
          "line": 641,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 22569,
      "end": 22570,
      "loc": {
        "start": {
          "line": 641,
          "column": 20
        },
        "end": {
          "line": 641,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "QueryGenerator",
      "start": 22570,
      "end": 22584,
      "loc": {
        "start": {
          "line": 641,
          "column": 21
        },
        "end": {
          "line": 641,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 22584,
      "end": 22585,
      "loc": {
        "start": {
          "line": 641,
          "column": 35
        },
        "end": {
          "line": 641,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "arithmeticQuery",
      "start": 22585,
      "end": 22600,
      "loc": {
        "start": {
          "line": 641,
          "column": 36
        },
        "end": {
          "line": 641,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 22600,
      "end": 22601,
      "loc": {
        "start": {
          "line": 641,
          "column": 51
        },
        "end": {
          "line": 641,
          "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": 22601,
      "end": 22604,
      "loc": {
        "start": {
          "line": 641,
          "column": 52
        },
        "end": {
          "line": 641,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 22604,
      "end": 22605,
      "loc": {
        "start": {
          "line": 641,
          "column": 55
        },
        "end": {
          "line": 641,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "tableName",
      "start": 22606,
      "end": 22615,
      "loc": {
        "start": {
          "line": 641,
          "column": 57
        },
        "end": {
          "line": 641,
          "column": 66
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 22615,
      "end": 22616,
      "loc": {
        "start": {
          "line": 641,
          "column": 66
        },
        "end": {
          "line": 641,
          "column": 67
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "values",
      "start": 22617,
      "end": 22623,
      "loc": {
        "start": {
          "line": 641,
          "column": 68
        },
        "end": {
          "line": 641,
          "column": 74
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 22623,
      "end": 22624,
      "loc": {
        "start": {
          "line": 641,
          "column": 74
        },
        "end": {
          "line": 641,
          "column": 75
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "identifier",
      "start": 22625,
      "end": 22635,
      "loc": {
        "start": {
          "line": 641,
          "column": 76
        },
        "end": {
          "line": 641,
          "column": 86
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 22635,
      "end": 22636,
      "loc": {
        "start": {
          "line": 641,
          "column": 86
        },
        "end": {
          "line": 641,
          "column": 87
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 22637,
      "end": 22644,
      "loc": {
        "start": {
          "line": 641,
          "column": 88
        },
        "end": {
          "line": 641,
          "column": 95
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 22644,
      "end": 22645,
      "loc": {
        "start": {
          "line": 641,
          "column": 95
        },
        "end": {
          "line": 641,
          "column": 96
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attributes",
      "start": 22645,
      "end": 22655,
      "loc": {
        "start": {
          "line": 641,
          "column": 96
        },
        "end": {
          "line": 641,
          "column": 106
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 22655,
      "end": 22656,
      "loc": {
        "start": {
          "line": 641,
          "column": 106
        },
        "end": {
          "line": 641,
          "column": 107
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 22656,
      "end": 22657,
      "loc": {
        "start": {
          "line": 641,
          "column": 107
        },
        "end": {
          "line": 641,
          "column": 108
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 22663,
      "end": 22670,
      "loc": {
        "start": {
          "line": 643,
          "column": 4
        },
        "end": {
          "line": 643,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 22671,
      "end": 22672,
      "loc": {
        "start": {
          "line": 643,
          "column": 12
        },
        "end": {
          "line": 643,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_",
      "start": 22673,
      "end": 22674,
      "loc": {
        "start": {
          "line": 643,
          "column": 14
        },
        "end": {
          "line": 643,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 22674,
      "end": 22675,
      "loc": {
        "start": {
          "line": 643,
          "column": 15
        },
        "end": {
          "line": 643,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "clone",
      "start": 22675,
      "end": 22680,
      "loc": {
        "start": {
          "line": 643,
          "column": 16
        },
        "end": {
          "line": 643,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 22680,
      "end": 22681,
      "loc": {
        "start": {
          "line": 643,
          "column": 21
        },
        "end": {
          "line": 643,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 22681,
      "end": 22688,
      "loc": {
        "start": {
          "line": 643,
          "column": 22
        },
        "end": {
          "line": 643,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 22688,
      "end": 22689,
      "loc": {
        "start": {
          "line": 643,
          "column": 29
        },
        "end": {
          "line": 643,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "||",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 1,
        "updateContext": null
      },
      "value": "||",
      "start": 22690,
      "end": 22692,
      "loc": {
        "start": {
          "line": 643,
          "column": 31
        },
        "end": {
          "line": 643,
          "column": 33
        }
      }
    },
    {
      "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": 643,
          "column": 34
        },
        "end": {
          "line": 643,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 22694,
      "end": 22695,
      "loc": {
        "start": {
          "line": 643,
          "column": 35
        },
        "end": {
          "line": 643,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 22695,
      "end": 22696,
      "loc": {
        "start": {
          "line": 643,
          "column": 36
        },
        "end": {
          "line": 643,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 22702,
      "end": 22709,
      "loc": {
        "start": {
          "line": 645,
          "column": 4
        },
        "end": {
          "line": 645,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 22709,
      "end": 22710,
      "loc": {
        "start": {
          "line": 645,
          "column": 11
        },
        "end": {
          "line": 645,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "type",
      "start": 22710,
      "end": 22714,
      "loc": {
        "start": {
          "line": 645,
          "column": 12
        },
        "end": {
          "line": 645,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 22715,
      "end": 22716,
      "loc": {
        "start": {
          "line": 645,
          "column": 17
        },
        "end": {
          "line": 645,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "QueryTypes",
      "start": 22717,
      "end": 22727,
      "loc": {
        "start": {
          "line": 645,
          "column": 19
        },
        "end": {
          "line": 645,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 22727,
      "end": 22728,
      "loc": {
        "start": {
          "line": 645,
          "column": 29
        },
        "end": {
          "line": 645,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "UPDATE",
      "start": 22728,
      "end": 22734,
      "loc": {
        "start": {
          "line": 645,
          "column": 30
        },
        "end": {
          "line": 645,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 22734,
      "end": 22735,
      "loc": {
        "start": {
          "line": 645,
          "column": 36
        },
        "end": {
          "line": 645,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 22740,
      "end": 22747,
      "loc": {
        "start": {
          "line": 646,
          "column": 4
        },
        "end": {
          "line": 646,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 22747,
      "end": 22748,
      "loc": {
        "start": {
          "line": 646,
          "column": 11
        },
        "end": {
          "line": 646,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "instance",
      "start": 22748,
      "end": 22756,
      "loc": {
        "start": {
          "line": 646,
          "column": 12
        },
        "end": {
          "line": 646,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 22757,
      "end": 22758,
      "loc": {
        "start": {
          "line": 646,
          "column": 21
        },
        "end": {
          "line": 646,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "instance",
      "start": 22759,
      "end": 22767,
      "loc": {
        "start": {
          "line": 646,
          "column": 23
        },
        "end": {
          "line": 646,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 22767,
      "end": 22768,
      "loc": {
        "start": {
          "line": 646,
          "column": 31
        },
        "end": {
          "line": 646,
          "column": 32
        }
      }
    },
    {
      "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": 22773,
      "end": 22779,
      "loc": {
        "start": {
          "line": 647,
          "column": 4
        },
        "end": {
          "line": 647,
          "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": 22780,
      "end": 22784,
      "loc": {
        "start": {
          "line": 647,
          "column": 11
        },
        "end": {
          "line": 647,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 22784,
      "end": 22785,
      "loc": {
        "start": {
          "line": 647,
          "column": 15
        },
        "end": {
          "line": 647,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sequelize",
      "start": 22785,
      "end": 22794,
      "loc": {
        "start": {
          "line": 647,
          "column": 16
        },
        "end": {
          "line": 647,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 22794,
      "end": 22795,
      "loc": {
        "start": {
          "line": 647,
          "column": 25
        },
        "end": {
          "line": 647,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "query",
      "start": 22795,
      "end": 22800,
      "loc": {
        "start": {
          "line": 647,
          "column": 26
        },
        "end": {
          "line": 647,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 22800,
      "end": 22801,
      "loc": {
        "start": {
          "line": 647,
          "column": 31
        },
        "end": {
          "line": 647,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sql",
      "start": 22801,
      "end": 22804,
      "loc": {
        "start": {
          "line": 647,
          "column": 32
        },
        "end": {
          "line": 647,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 22804,
      "end": 22805,
      "loc": {
        "start": {
          "line": 647,
          "column": 35
        },
        "end": {
          "line": 647,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 22806,
      "end": 22813,
      "loc": {
        "start": {
          "line": 647,
          "column": 37
        },
        "end": {
          "line": 647,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 22813,
      "end": 22814,
      "loc": {
        "start": {
          "line": 647,
          "column": 44
        },
        "end": {
          "line": 647,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 22814,
      "end": 22815,
      "loc": {
        "start": {
          "line": 647,
          "column": 45
        },
        "end": {
          "line": 647,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 22818,
      "end": 22819,
      "loc": {
        "start": {
          "line": 648,
          "column": 2
        },
        "end": {
          "line": 648,
          "column": 3
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "decrement",
      "start": 22823,
      "end": 22832,
      "loc": {
        "start": {
          "line": 650,
          "column": 2
        },
        "end": {
          "line": 650,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 22832,
      "end": 22833,
      "loc": {
        "start": {
          "line": 650,
          "column": 11
        },
        "end": {
          "line": 650,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "instance",
      "start": 22833,
      "end": 22841,
      "loc": {
        "start": {
          "line": 650,
          "column": 12
        },
        "end": {
          "line": 650,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 22841,
      "end": 22842,
      "loc": {
        "start": {
          "line": 650,
          "column": 20
        },
        "end": {
          "line": 650,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "tableName",
      "start": 22843,
      "end": 22852,
      "loc": {
        "start": {
          "line": 650,
          "column": 22
        },
        "end": {
          "line": 650,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 22852,
      "end": 22853,
      "loc": {
        "start": {
          "line": 650,
          "column": 31
        },
        "end": {
          "line": 650,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "values",
      "start": 22854,
      "end": 22860,
      "loc": {
        "start": {
          "line": 650,
          "column": 33
        },
        "end": {
          "line": 650,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 22860,
      "end": 22861,
      "loc": {
        "start": {
          "line": 650,
          "column": 39
        },
        "end": {
          "line": 650,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "identifier",
      "start": 22862,
      "end": 22872,
      "loc": {
        "start": {
          "line": 650,
          "column": 41
        },
        "end": {
          "line": 650,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 22872,
      "end": 22873,
      "loc": {
        "start": {
          "line": 650,
          "column": 51
        },
        "end": {
          "line": 650,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 22874,
      "end": 22881,
      "loc": {
        "start": {
          "line": 650,
          "column": 53
        },
        "end": {
          "line": 650,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 22881,
      "end": 22882,
      "loc": {
        "start": {
          "line": 650,
          "column": 60
        },
        "end": {
          "line": 650,
          "column": 61
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 22883,
      "end": 22884,
      "loc": {
        "start": {
          "line": 650,
          "column": 62
        },
        "end": {
          "line": 650,
          "column": 63
        }
      }
    },
    {
      "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": 22889,
      "end": 22894,
      "loc": {
        "start": {
          "line": 651,
          "column": 4
        },
        "end": {
          "line": 651,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sql",
      "start": 22895,
      "end": 22898,
      "loc": {
        "start": {
          "line": 651,
          "column": 10
        },
        "end": {
          "line": 651,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 22899,
      "end": 22900,
      "loc": {
        "start": {
          "line": 651,
          "column": 14
        },
        "end": {
          "line": 651,
          "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": 22901,
      "end": 22905,
      "loc": {
        "start": {
          "line": 651,
          "column": 16
        },
        "end": {
          "line": 651,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 22905,
      "end": 22906,
      "loc": {
        "start": {
          "line": 651,
          "column": 20
        },
        "end": {
          "line": 651,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "QueryGenerator",
      "start": 22906,
      "end": 22920,
      "loc": {
        "start": {
          "line": 651,
          "column": 21
        },
        "end": {
          "line": 651,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 22920,
      "end": 22921,
      "loc": {
        "start": {
          "line": 651,
          "column": 35
        },
        "end": {
          "line": 651,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "arithmeticQuery",
      "start": 22921,
      "end": 22936,
      "loc": {
        "start": {
          "line": 651,
          "column": 36
        },
        "end": {
          "line": 651,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 22936,
      "end": 22937,
      "loc": {
        "start": {
          "line": 651,
          "column": 51
        },
        "end": {
          "line": 651,
          "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": 22937,
      "end": 22940,
      "loc": {
        "start": {
          "line": 651,
          "column": 52
        },
        "end": {
          "line": 651,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 22940,
      "end": 22941,
      "loc": {
        "start": {
          "line": 651,
          "column": 55
        },
        "end": {
          "line": 651,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "tableName",
      "start": 22942,
      "end": 22951,
      "loc": {
        "start": {
          "line": 651,
          "column": 57
        },
        "end": {
          "line": 651,
          "column": 66
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 22951,
      "end": 22952,
      "loc": {
        "start": {
          "line": 651,
          "column": 66
        },
        "end": {
          "line": 651,
          "column": 67
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "values",
      "start": 22953,
      "end": 22959,
      "loc": {
        "start": {
          "line": 651,
          "column": 68
        },
        "end": {
          "line": 651,
          "column": 74
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 22959,
      "end": 22960,
      "loc": {
        "start": {
          "line": 651,
          "column": 74
        },
        "end": {
          "line": 651,
          "column": 75
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "identifier",
      "start": 22961,
      "end": 22971,
      "loc": {
        "start": {
          "line": 651,
          "column": 76
        },
        "end": {
          "line": 651,
          "column": 86
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 22971,
      "end": 22972,
      "loc": {
        "start": {
          "line": 651,
          "column": 86
        },
        "end": {
          "line": 651,
          "column": 87
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 22973,
      "end": 22980,
      "loc": {
        "start": {
          "line": 651,
          "column": 88
        },
        "end": {
          "line": 651,
          "column": 95
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 22980,
      "end": 22981,
      "loc": {
        "start": {
          "line": 651,
          "column": 95
        },
        "end": {
          "line": 651,
          "column": 96
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attributes",
      "start": 22981,
      "end": 22991,
      "loc": {
        "start": {
          "line": 651,
          "column": 96
        },
        "end": {
          "line": 651,
          "column": 106
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 22991,
      "end": 22992,
      "loc": {
        "start": {
          "line": 651,
          "column": 106
        },
        "end": {
          "line": 651,
          "column": 107
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 22992,
      "end": 22993,
      "loc": {
        "start": {
          "line": 651,
          "column": 107
        },
        "end": {
          "line": 651,
          "column": 108
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 22999,
      "end": 23006,
      "loc": {
        "start": {
          "line": 653,
          "column": 4
        },
        "end": {
          "line": 653,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 23007,
      "end": 23008,
      "loc": {
        "start": {
          "line": 653,
          "column": 12
        },
        "end": {
          "line": 653,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_",
      "start": 23009,
      "end": 23010,
      "loc": {
        "start": {
          "line": 653,
          "column": 14
        },
        "end": {
          "line": 653,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 23010,
      "end": 23011,
      "loc": {
        "start": {
          "line": 653,
          "column": 15
        },
        "end": {
          "line": 653,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "clone",
      "start": 23011,
      "end": 23016,
      "loc": {
        "start": {
          "line": 653,
          "column": 16
        },
        "end": {
          "line": 653,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 23016,
      "end": 23017,
      "loc": {
        "start": {
          "line": 653,
          "column": 21
        },
        "end": {
          "line": 653,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 23017,
      "end": 23024,
      "loc": {
        "start": {
          "line": 653,
          "column": 22
        },
        "end": {
          "line": 653,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 23024,
      "end": 23025,
      "loc": {
        "start": {
          "line": 653,
          "column": 29
        },
        "end": {
          "line": 653,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "||",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 1,
        "updateContext": null
      },
      "value": "||",
      "start": 23026,
      "end": 23028,
      "loc": {
        "start": {
          "line": 653,
          "column": 31
        },
        "end": {
          "line": 653,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 23029,
      "end": 23030,
      "loc": {
        "start": {
          "line": 653,
          "column": 34
        },
        "end": {
          "line": 653,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 23030,
      "end": 23031,
      "loc": {
        "start": {
          "line": 653,
          "column": 35
        },
        "end": {
          "line": 653,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 23031,
      "end": 23032,
      "loc": {
        "start": {
          "line": 653,
          "column": 36
        },
        "end": {
          "line": 653,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 23038,
      "end": 23045,
      "loc": {
        "start": {
          "line": 655,
          "column": 4
        },
        "end": {
          "line": 655,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 23045,
      "end": 23046,
      "loc": {
        "start": {
          "line": 655,
          "column": 11
        },
        "end": {
          "line": 655,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "type",
      "start": 23046,
      "end": 23050,
      "loc": {
        "start": {
          "line": 655,
          "column": 12
        },
        "end": {
          "line": 655,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 23051,
      "end": 23052,
      "loc": {
        "start": {
          "line": 655,
          "column": 17
        },
        "end": {
          "line": 655,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "QueryTypes",
      "start": 23053,
      "end": 23063,
      "loc": {
        "start": {
          "line": 655,
          "column": 19
        },
        "end": {
          "line": 655,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 23063,
      "end": 23064,
      "loc": {
        "start": {
          "line": 655,
          "column": 29
        },
        "end": {
          "line": 655,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "UPDATE",
      "start": 23064,
      "end": 23070,
      "loc": {
        "start": {
          "line": 655,
          "column": 30
        },
        "end": {
          "line": 655,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 23070,
      "end": 23071,
      "loc": {
        "start": {
          "line": 655,
          "column": 36
        },
        "end": {
          "line": 655,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 23076,
      "end": 23083,
      "loc": {
        "start": {
          "line": 656,
          "column": 4
        },
        "end": {
          "line": 656,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 23083,
      "end": 23084,
      "loc": {
        "start": {
          "line": 656,
          "column": 11
        },
        "end": {
          "line": 656,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "instance",
      "start": 23084,
      "end": 23092,
      "loc": {
        "start": {
          "line": 656,
          "column": 12
        },
        "end": {
          "line": 656,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 23093,
      "end": 23094,
      "loc": {
        "start": {
          "line": 656,
          "column": 21
        },
        "end": {
          "line": 656,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "instance",
      "start": 23095,
      "end": 23103,
      "loc": {
        "start": {
          "line": 656,
          "column": 23
        },
        "end": {
          "line": 656,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 23103,
      "end": 23104,
      "loc": {
        "start": {
          "line": 656,
          "column": 31
        },
        "end": {
          "line": 656,
          "column": 32
        }
      }
    },
    {
      "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": 23109,
      "end": 23115,
      "loc": {
        "start": {
          "line": 657,
          "column": 4
        },
        "end": {
          "line": 657,
          "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": 23116,
      "end": 23120,
      "loc": {
        "start": {
          "line": 657,
          "column": 11
        },
        "end": {
          "line": 657,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 23120,
      "end": 23121,
      "loc": {
        "start": {
          "line": 657,
          "column": 15
        },
        "end": {
          "line": 657,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sequelize",
      "start": 23121,
      "end": 23130,
      "loc": {
        "start": {
          "line": 657,
          "column": 16
        },
        "end": {
          "line": 657,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 23130,
      "end": 23131,
      "loc": {
        "start": {
          "line": 657,
          "column": 25
        },
        "end": {
          "line": 657,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "query",
      "start": 23131,
      "end": 23136,
      "loc": {
        "start": {
          "line": 657,
          "column": 26
        },
        "end": {
          "line": 657,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 23136,
      "end": 23137,
      "loc": {
        "start": {
          "line": 657,
          "column": 31
        },
        "end": {
          "line": 657,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sql",
      "start": 23137,
      "end": 23140,
      "loc": {
        "start": {
          "line": 657,
          "column": 32
        },
        "end": {
          "line": 657,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 23140,
      "end": 23141,
      "loc": {
        "start": {
          "line": 657,
          "column": 35
        },
        "end": {
          "line": 657,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 23142,
      "end": 23149,
      "loc": {
        "start": {
          "line": 657,
          "column": 37
        },
        "end": {
          "line": 657,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 23149,
      "end": 23150,
      "loc": {
        "start": {
          "line": 657,
          "column": 44
        },
        "end": {
          "line": 657,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 23150,
      "end": 23151,
      "loc": {
        "start": {
          "line": 657,
          "column": 45
        },
        "end": {
          "line": 657,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 23154,
      "end": 23155,
      "loc": {
        "start": {
          "line": 658,
          "column": 2
        },
        "end": {
          "line": 658,
          "column": 3
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "rawSelect",
      "start": 23159,
      "end": 23168,
      "loc": {
        "start": {
          "line": 660,
          "column": 2
        },
        "end": {
          "line": 660,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 23168,
      "end": 23169,
      "loc": {
        "start": {
          "line": 660,
          "column": 11
        },
        "end": {
          "line": 660,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "tableName",
      "start": 23169,
      "end": 23178,
      "loc": {
        "start": {
          "line": 660,
          "column": 12
        },
        "end": {
          "line": 660,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 23178,
      "end": 23179,
      "loc": {
        "start": {
          "line": 660,
          "column": 21
        },
        "end": {
          "line": 660,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 23180,
      "end": 23187,
      "loc": {
        "start": {
          "line": 660,
          "column": 23
        },
        "end": {
          "line": 660,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 23187,
      "end": 23188,
      "loc": {
        "start": {
          "line": 660,
          "column": 30
        },
        "end": {
          "line": 660,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attributeSelector",
      "start": 23189,
      "end": 23206,
      "loc": {
        "start": {
          "line": 660,
          "column": 32
        },
        "end": {
          "line": 660,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 23206,
      "end": 23207,
      "loc": {
        "start": {
          "line": 660,
          "column": 49
        },
        "end": {
          "line": 660,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Model",
      "start": 23208,
      "end": 23213,
      "loc": {
        "start": {
          "line": 660,
          "column": 51
        },
        "end": {
          "line": 660,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 23213,
      "end": 23214,
      "loc": {
        "start": {
          "line": 660,
          "column": 56
        },
        "end": {
          "line": 660,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 23215,
      "end": 23216,
      "loc": {
        "start": {
          "line": 660,
          "column": 58
        },
        "end": {
          "line": 660,
          "column": 59
        }
      }
    },
    {
      "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": 23221,
      "end": 23223,
      "loc": {
        "start": {
          "line": 661,
          "column": 4
        },
        "end": {
          "line": 661,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 23224,
      "end": 23225,
      "loc": {
        "start": {
          "line": 661,
          "column": 7
        },
        "end": {
          "line": 661,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 23225,
      "end": 23232,
      "loc": {
        "start": {
          "line": 661,
          "column": 8
        },
        "end": {
          "line": 661,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 23232,
      "end": 23233,
      "loc": {
        "start": {
          "line": 661,
          "column": 15
        },
        "end": {
          "line": 661,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "schema",
      "start": 23233,
      "end": 23239,
      "loc": {
        "start": {
          "line": 661,
          "column": 16
        },
        "end": {
          "line": 661,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 23239,
      "end": 23240,
      "loc": {
        "start": {
          "line": 661,
          "column": 22
        },
        "end": {
          "line": 661,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 23241,
      "end": 23242,
      "loc": {
        "start": {
          "line": 661,
          "column": 24
        },
        "end": {
          "line": 661,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "tableName",
      "start": 23249,
      "end": 23258,
      "loc": {
        "start": {
          "line": 662,
          "column": 6
        },
        "end": {
          "line": 662,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 23259,
      "end": 23260,
      "loc": {
        "start": {
          "line": 662,
          "column": 16
        },
        "end": {
          "line": 662,
          "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": 23261,
      "end": 23265,
      "loc": {
        "start": {
          "line": 662,
          "column": 18
        },
        "end": {
          "line": 662,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 23265,
      "end": 23266,
      "loc": {
        "start": {
          "line": 662,
          "column": 22
        },
        "end": {
          "line": 662,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "QueryGenerator",
      "start": 23266,
      "end": 23280,
      "loc": {
        "start": {
          "line": 662,
          "column": 23
        },
        "end": {
          "line": 662,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 23280,
      "end": 23281,
      "loc": {
        "start": {
          "line": 662,
          "column": 37
        },
        "end": {
          "line": 662,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "addSchema",
      "start": 23281,
      "end": 23290,
      "loc": {
        "start": {
          "line": 662,
          "column": 38
        },
        "end": {
          "line": 662,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 23290,
      "end": 23291,
      "loc": {
        "start": {
          "line": 662,
          "column": 47
        },
        "end": {
          "line": 662,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 23291,
      "end": 23292,
      "loc": {
        "start": {
          "line": 662,
          "column": 48
        },
        "end": {
          "line": 662,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "tableName",
      "start": 23301,
      "end": 23310,
      "loc": {
        "start": {
          "line": 663,
          "column": 8
        },
        "end": {
          "line": 663,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 23310,
      "end": 23311,
      "loc": {
        "start": {
          "line": 663,
          "column": 17
        },
        "end": {
          "line": 663,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_schema",
      "start": 23320,
      "end": 23327,
      "loc": {
        "start": {
          "line": 664,
          "column": 8
        },
        "end": {
          "line": 664,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 23327,
      "end": 23328,
      "loc": {
        "start": {
          "line": 664,
          "column": 15
        },
        "end": {
          "line": 664,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 23329,
      "end": 23336,
      "loc": {
        "start": {
          "line": 664,
          "column": 17
        },
        "end": {
          "line": 664,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 23336,
      "end": 23337,
      "loc": {
        "start": {
          "line": 664,
          "column": 24
        },
        "end": {
          "line": 664,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "schema",
      "start": 23337,
      "end": 23343,
      "loc": {
        "start": {
          "line": 664,
          "column": 25
        },
        "end": {
          "line": 664,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 23350,
      "end": 23351,
      "loc": {
        "start": {
          "line": 665,
          "column": 6
        },
        "end": {
          "line": 665,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 23351,
      "end": 23352,
      "loc": {
        "start": {
          "line": 665,
          "column": 7
        },
        "end": {
          "line": 665,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 23352,
      "end": 23353,
      "loc": {
        "start": {
          "line": 665,
          "column": 8
        },
        "end": {
          "line": 665,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 23358,
      "end": 23359,
      "loc": {
        "start": {
          "line": 666,
          "column": 4
        },
        "end": {
          "line": 666,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 23365,
      "end": 23372,
      "loc": {
        "start": {
          "line": 668,
          "column": 4
        },
        "end": {
          "line": 668,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 23373,
      "end": 23374,
      "loc": {
        "start": {
          "line": 668,
          "column": 12
        },
        "end": {
          "line": 668,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Utils",
      "start": 23375,
      "end": 23380,
      "loc": {
        "start": {
          "line": 668,
          "column": 14
        },
        "end": {
          "line": 668,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 23380,
      "end": 23381,
      "loc": {
        "start": {
          "line": 668,
          "column": 19
        },
        "end": {
          "line": 668,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "cloneDeep",
      "start": 23381,
      "end": 23390,
      "loc": {
        "start": {
          "line": 668,
          "column": 20
        },
        "end": {
          "line": 668,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 23390,
      "end": 23391,
      "loc": {
        "start": {
          "line": 668,
          "column": 29
        },
        "end": {
          "line": 668,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 23391,
      "end": 23398,
      "loc": {
        "start": {
          "line": 668,
          "column": 30
        },
        "end": {
          "line": 668,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 23398,
      "end": 23399,
      "loc": {
        "start": {
          "line": 668,
          "column": 37
        },
        "end": {
          "line": 668,
          "column": 38
        }
      }
    },
    {
      "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": 668,
          "column": 38
        },
        "end": {
          "line": 668,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 23405,
      "end": 23412,
      "loc": {
        "start": {
          "line": 669,
          "column": 4
        },
        "end": {
          "line": 669,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 23413,
      "end": 23414,
      "loc": {
        "start": {
          "line": 669,
          "column": 12
        },
        "end": {
          "line": 669,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_",
      "start": 23415,
      "end": 23416,
      "loc": {
        "start": {
          "line": 669,
          "column": 14
        },
        "end": {
          "line": 669,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 23416,
      "end": 23417,
      "loc": {
        "start": {
          "line": 669,
          "column": 15
        },
        "end": {
          "line": 669,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "defaults",
      "start": 23417,
      "end": 23425,
      "loc": {
        "start": {
          "line": 669,
          "column": 16
        },
        "end": {
          "line": 669,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 23425,
      "end": 23426,
      "loc": {
        "start": {
          "line": 669,
          "column": 24
        },
        "end": {
          "line": 669,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 23426,
      "end": 23433,
      "loc": {
        "start": {
          "line": 669,
          "column": 25
        },
        "end": {
          "line": 669,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 23433,
      "end": 23434,
      "loc": {
        "start": {
          "line": 669,
          "column": 32
        },
        "end": {
          "line": 669,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 23435,
      "end": 23436,
      "loc": {
        "start": {
          "line": 669,
          "column": 34
        },
        "end": {
          "line": 669,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "raw",
      "start": 23443,
      "end": 23446,
      "loc": {
        "start": {
          "line": 670,
          "column": 6
        },
        "end": {
          "line": 670,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 23446,
      "end": 23447,
      "loc": {
        "start": {
          "line": 670,
          "column": 9
        },
        "end": {
          "line": 670,
          "column": 10
        }
      }
    },
    {
      "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": 23448,
      "end": 23452,
      "loc": {
        "start": {
          "line": 670,
          "column": 11
        },
        "end": {
          "line": 670,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 23452,
      "end": 23453,
      "loc": {
        "start": {
          "line": 670,
          "column": 15
        },
        "end": {
          "line": 670,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "plain",
      "start": 23460,
      "end": 23465,
      "loc": {
        "start": {
          "line": 671,
          "column": 6
        },
        "end": {
          "line": 671,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 23465,
      "end": 23466,
      "loc": {
        "start": {
          "line": 671,
          "column": 11
        },
        "end": {
          "line": 671,
          "column": 12
        }
      }
    },
    {
      "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": 23467,
      "end": 23471,
      "loc": {
        "start": {
          "line": 671,
          "column": 13
        },
        "end": {
          "line": 671,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 23471,
      "end": 23472,
      "loc": {
        "start": {
          "line": 671,
          "column": 17
        },
        "end": {
          "line": 671,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "type",
      "start": 23479,
      "end": 23483,
      "loc": {
        "start": {
          "line": 672,
          "column": 6
        },
        "end": {
          "line": 672,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 23483,
      "end": 23484,
      "loc": {
        "start": {
          "line": 672,
          "column": 10
        },
        "end": {
          "line": 672,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "QueryTypes",
      "start": 23485,
      "end": 23495,
      "loc": {
        "start": {
          "line": 672,
          "column": 12
        },
        "end": {
          "line": 672,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 23495,
      "end": 23496,
      "loc": {
        "start": {
          "line": 672,
          "column": 22
        },
        "end": {
          "line": 672,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "SELECT",
      "start": 23496,
      "end": 23502,
      "loc": {
        "start": {
          "line": 672,
          "column": 23
        },
        "end": {
          "line": 672,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 23507,
      "end": 23508,
      "loc": {
        "start": {
          "line": 673,
          "column": 4
        },
        "end": {
          "line": 673,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 23508,
      "end": 23509,
      "loc": {
        "start": {
          "line": 673,
          "column": 5
        },
        "end": {
          "line": 673,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 23509,
      "end": 23510,
      "loc": {
        "start": {
          "line": 673,
          "column": 6
        },
        "end": {
          "line": 673,
          "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": 23516,
      "end": 23521,
      "loc": {
        "start": {
          "line": 675,
          "column": 4
        },
        "end": {
          "line": 675,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sql",
      "start": 23522,
      "end": 23525,
      "loc": {
        "start": {
          "line": 675,
          "column": 10
        },
        "end": {
          "line": 675,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 23526,
      "end": 23527,
      "loc": {
        "start": {
          "line": 675,
          "column": 14
        },
        "end": {
          "line": 675,
          "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": 23528,
      "end": 23532,
      "loc": {
        "start": {
          "line": 675,
          "column": 16
        },
        "end": {
          "line": 675,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 23532,
      "end": 23533,
      "loc": {
        "start": {
          "line": 675,
          "column": 20
        },
        "end": {
          "line": 675,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "QueryGenerator",
      "start": 23533,
      "end": 23547,
      "loc": {
        "start": {
          "line": 675,
          "column": 21
        },
        "end": {
          "line": 675,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 23547,
      "end": 23548,
      "loc": {
        "start": {
          "line": 675,
          "column": 35
        },
        "end": {
          "line": 675,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "selectQuery",
      "start": 23548,
      "end": 23559,
      "loc": {
        "start": {
          "line": 675,
          "column": 36
        },
        "end": {
          "line": 675,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 23559,
      "end": 23560,
      "loc": {
        "start": {
          "line": 675,
          "column": 47
        },
        "end": {
          "line": 675,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "tableName",
      "start": 23560,
      "end": 23569,
      "loc": {
        "start": {
          "line": 675,
          "column": 48
        },
        "end": {
          "line": 675,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 23569,
      "end": 23570,
      "loc": {
        "start": {
          "line": 675,
          "column": 57
        },
        "end": {
          "line": 675,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 23571,
      "end": 23578,
      "loc": {
        "start": {
          "line": 675,
          "column": 59
        },
        "end": {
          "line": 675,
          "column": 66
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 23578,
      "end": 23579,
      "loc": {
        "start": {
          "line": 675,
          "column": 66
        },
        "end": {
          "line": 675,
          "column": 67
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Model",
      "start": 23580,
      "end": 23585,
      "loc": {
        "start": {
          "line": 675,
          "column": 68
        },
        "end": {
          "line": 675,
          "column": 73
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 23585,
      "end": 23586,
      "loc": {
        "start": {
          "line": 675,
          "column": 73
        },
        "end": {
          "line": 675,
          "column": 74
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 23586,
      "end": 23587,
      "loc": {
        "start": {
          "line": 675,
          "column": 74
        },
        "end": {
          "line": 675,
          "column": 75
        }
      }
    },
    {
      "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": 23593,
      "end": 23595,
      "loc": {
        "start": {
          "line": 677,
          "column": 4
        },
        "end": {
          "line": 677,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 23596,
      "end": 23597,
      "loc": {
        "start": {
          "line": 677,
          "column": 7
        },
        "end": {
          "line": 677,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attributeSelector",
      "start": 23597,
      "end": 23614,
      "loc": {
        "start": {
          "line": 677,
          "column": 8
        },
        "end": {
          "line": 677,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "===",
      "start": 23615,
      "end": 23618,
      "loc": {
        "start": {
          "line": 677,
          "column": 26
        },
        "end": {
          "line": 677,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "undefined",
      "start": 23619,
      "end": 23628,
      "loc": {
        "start": {
          "line": 677,
          "column": 30
        },
        "end": {
          "line": 677,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 23628,
      "end": 23629,
      "loc": {
        "start": {
          "line": 677,
          "column": 39
        },
        "end": {
          "line": 677,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 23630,
      "end": 23631,
      "loc": {
        "start": {
          "line": 677,
          "column": 41
        },
        "end": {
          "line": 677,
          "column": 42
        }
      }
    },
    {
      "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": 23638,
      "end": 23643,
      "loc": {
        "start": {
          "line": 678,
          "column": 6
        },
        "end": {
          "line": 678,
          "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": 23644,
      "end": 23647,
      "loc": {
        "start": {
          "line": 678,
          "column": 12
        },
        "end": {
          "line": 678,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Error",
      "start": 23648,
      "end": 23653,
      "loc": {
        "start": {
          "line": 678,
          "column": 16
        },
        "end": {
          "line": 678,
          "column": 21
        }
      }
    },
    {
      "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": 678,
          "column": 21
        },
        "end": {
          "line": 678,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "Please pass an attribute selector!",
      "start": 23654,
      "end": 23690,
      "loc": {
        "start": {
          "line": 678,
          "column": 22
        },
        "end": {
          "line": 678,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 23690,
      "end": 23691,
      "loc": {
        "start": {
          "line": 678,
          "column": 58
        },
        "end": {
          "line": 678,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 23691,
      "end": 23692,
      "loc": {
        "start": {
          "line": 678,
          "column": 59
        },
        "end": {
          "line": 678,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 23697,
      "end": 23698,
      "loc": {
        "start": {
          "line": 679,
          "column": 4
        },
        "end": {
          "line": 679,
          "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": 23704,
      "end": 23710,
      "loc": {
        "start": {
          "line": 681,
          "column": 4
        },
        "end": {
          "line": 681,
          "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": 23711,
      "end": 23715,
      "loc": {
        "start": {
          "line": 681,
          "column": 11
        },
        "end": {
          "line": 681,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 23715,
      "end": 23716,
      "loc": {
        "start": {
          "line": 681,
          "column": 15
        },
        "end": {
          "line": 681,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sequelize",
      "start": 23716,
      "end": 23725,
      "loc": {
        "start": {
          "line": 681,
          "column": 16
        },
        "end": {
          "line": 681,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 23725,
      "end": 23726,
      "loc": {
        "start": {
          "line": 681,
          "column": 25
        },
        "end": {
          "line": 681,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "query",
      "start": 23726,
      "end": 23731,
      "loc": {
        "start": {
          "line": 681,
          "column": 26
        },
        "end": {
          "line": 681,
          "column": 31
        }
      }
    },
    {
      "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": 681,
          "column": 31
        },
        "end": {
          "line": 681,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sql",
      "start": 23732,
      "end": 23735,
      "loc": {
        "start": {
          "line": 681,
          "column": 32
        },
        "end": {
          "line": 681,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 23735,
      "end": 23736,
      "loc": {
        "start": {
          "line": 681,
          "column": 35
        },
        "end": {
          "line": 681,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 23737,
      "end": 23744,
      "loc": {
        "start": {
          "line": 681,
          "column": 37
        },
        "end": {
          "line": 681,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 23744,
      "end": 23745,
      "loc": {
        "start": {
          "line": 681,
          "column": 44
        },
        "end": {
          "line": 681,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 23745,
      "end": 23746,
      "loc": {
        "start": {
          "line": 681,
          "column": 45
        },
        "end": {
          "line": 681,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "then",
      "start": 23746,
      "end": 23750,
      "loc": {
        "start": {
          "line": 681,
          "column": 46
        },
        "end": {
          "line": 681,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 23750,
      "end": 23751,
      "loc": {
        "start": {
          "line": 681,
          "column": 50
        },
        "end": {
          "line": 681,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "data",
      "start": 23751,
      "end": 23755,
      "loc": {
        "start": {
          "line": 681,
          "column": 51
        },
        "end": {
          "line": 681,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": "=>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 23756,
      "end": 23758,
      "loc": {
        "start": {
          "line": 681,
          "column": 56
        },
        "end": {
          "line": 681,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 23759,
      "end": 23760,
      "loc": {
        "start": {
          "line": 681,
          "column": 59
        },
        "end": {
          "line": 681,
          "column": 60
        }
      }
    },
    {
      "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": 23767,
      "end": 23769,
      "loc": {
        "start": {
          "line": 682,
          "column": 6
        },
        "end": {
          "line": 682,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 23770,
      "end": 23771,
      "loc": {
        "start": {
          "line": 682,
          "column": 9
        },
        "end": {
          "line": 682,
          "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": 23771,
      "end": 23772,
      "loc": {
        "start": {
          "line": 682,
          "column": 10
        },
        "end": {
          "line": 682,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 23772,
      "end": 23779,
      "loc": {
        "start": {
          "line": 682,
          "column": 11
        },
        "end": {
          "line": 682,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 23779,
      "end": 23780,
      "loc": {
        "start": {
          "line": 682,
          "column": 18
        },
        "end": {
          "line": 682,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "plain",
      "start": 23780,
      "end": 23785,
      "loc": {
        "start": {
          "line": 682,
          "column": 19
        },
        "end": {
          "line": 682,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 23785,
      "end": 23786,
      "loc": {
        "start": {
          "line": 682,
          "column": 24
        },
        "end": {
          "line": 682,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 23787,
      "end": 23788,
      "loc": {
        "start": {
          "line": 682,
          "column": 26
        },
        "end": {
          "line": 682,
          "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": 23797,
      "end": 23803,
      "loc": {
        "start": {
          "line": 683,
          "column": 8
        },
        "end": {
          "line": 683,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "data",
      "start": 23804,
      "end": 23808,
      "loc": {
        "start": {
          "line": 683,
          "column": 15
        },
        "end": {
          "line": 683,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 23808,
      "end": 23809,
      "loc": {
        "start": {
          "line": 683,
          "column": 19
        },
        "end": {
          "line": 683,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 23816,
      "end": 23817,
      "loc": {
        "start": {
          "line": 684,
          "column": 6
        },
        "end": {
          "line": 684,
          "column": 7
        }
      }
    },
    {
      "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": 23825,
      "end": 23828,
      "loc": {
        "start": {
          "line": 686,
          "column": 6
        },
        "end": {
          "line": 686,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "result",
      "start": 23829,
      "end": 23835,
      "loc": {
        "start": {
          "line": 686,
          "column": 10
        },
        "end": {
          "line": 686,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 23836,
      "end": 23837,
      "loc": {
        "start": {
          "line": 686,
          "column": 17
        },
        "end": {
          "line": 686,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "data",
      "start": 23838,
      "end": 23842,
      "loc": {
        "start": {
          "line": 686,
          "column": 19
        },
        "end": {
          "line": 686,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "?",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 23843,
      "end": 23844,
      "loc": {
        "start": {
          "line": 686,
          "column": 24
        },
        "end": {
          "line": 686,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "data",
      "start": 23845,
      "end": 23849,
      "loc": {
        "start": {
          "line": 686,
          "column": 26
        },
        "end": {
          "line": 686,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 23849,
      "end": 23850,
      "loc": {
        "start": {
          "line": 686,
          "column": 30
        },
        "end": {
          "line": 686,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attributeSelector",
      "start": 23850,
      "end": 23867,
      "loc": {
        "start": {
          "line": 686,
          "column": 31
        },
        "end": {
          "line": 686,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 23867,
      "end": 23868,
      "loc": {
        "start": {
          "line": 686,
          "column": 48
        },
        "end": {
          "line": 686,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 23869,
      "end": 23870,
      "loc": {
        "start": {
          "line": 686,
          "column": 50
        },
        "end": {
          "line": 686,
          "column": 51
        }
      }
    },
    {
      "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": 23871,
      "end": 23875,
      "loc": {
        "start": {
          "line": 686,
          "column": 52
        },
        "end": {
          "line": 686,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 23875,
      "end": 23876,
      "loc": {
        "start": {
          "line": 686,
          "column": 56
        },
        "end": {
          "line": 686,
          "column": 57
        }
      }
    },
    {
      "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": 23884,
      "end": 23886,
      "loc": {
        "start": {
          "line": 688,
          "column": 6
        },
        "end": {
          "line": 688,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 23887,
      "end": 23888,
      "loc": {
        "start": {
          "line": 688,
          "column": 9
        },
        "end": {
          "line": 688,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 23888,
      "end": 23895,
      "loc": {
        "start": {
          "line": 688,
          "column": 10
        },
        "end": {
          "line": 688,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "&&",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 2,
        "updateContext": null
      },
      "value": "&&",
      "start": 23896,
      "end": 23898,
      "loc": {
        "start": {
          "line": 688,
          "column": 18
        },
        "end": {
          "line": 688,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 23899,
      "end": 23906,
      "loc": {
        "start": {
          "line": 688,
          "column": 21
        },
        "end": {
          "line": 688,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 23906,
      "end": 23907,
      "loc": {
        "start": {
          "line": 688,
          "column": 28
        },
        "end": {
          "line": 688,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dataType",
      "start": 23907,
      "end": 23915,
      "loc": {
        "start": {
          "line": 688,
          "column": 29
        },
        "end": {
          "line": 688,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 23915,
      "end": 23916,
      "loc": {
        "start": {
          "line": 688,
          "column": 37
        },
        "end": {
          "line": 688,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 23917,
      "end": 23918,
      "loc": {
        "start": {
          "line": 688,
          "column": 39
        },
        "end": {
          "line": 688,
          "column": 40
        }
      }
    },
    {
      "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": 23927,
      "end": 23932,
      "loc": {
        "start": {
          "line": 689,
          "column": 8
        },
        "end": {
          "line": 689,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dataType",
      "start": 23933,
      "end": 23941,
      "loc": {
        "start": {
          "line": 689,
          "column": 14
        },
        "end": {
          "line": 689,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 23942,
      "end": 23943,
      "loc": {
        "start": {
          "line": 689,
          "column": 23
        },
        "end": {
          "line": 689,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 23944,
      "end": 23951,
      "loc": {
        "start": {
          "line": 689,
          "column": 25
        },
        "end": {
          "line": 689,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 23951,
      "end": 23952,
      "loc": {
        "start": {
          "line": 689,
          "column": 32
        },
        "end": {
          "line": 689,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dataType",
      "start": 23952,
      "end": 23960,
      "loc": {
        "start": {
          "line": 689,
          "column": 33
        },
        "end": {
          "line": 689,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 23960,
      "end": 23961,
      "loc": {
        "start": {
          "line": 689,
          "column": 41
        },
        "end": {
          "line": 689,
          "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": 23971,
      "end": 23973,
      "loc": {
        "start": {
          "line": 691,
          "column": 8
        },
        "end": {
          "line": 691,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 23974,
      "end": 23975,
      "loc": {
        "start": {
          "line": 691,
          "column": 11
        },
        "end": {
          "line": 691,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dataType",
      "start": 23975,
      "end": 23983,
      "loc": {
        "start": {
          "line": 691,
          "column": 12
        },
        "end": {
          "line": 691,
          "column": 20
        }
      }
    },
    {
      "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": 23984,
      "end": 23994,
      "loc": {
        "start": {
          "line": 691,
          "column": 21
        },
        "end": {
          "line": 691,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "DataTypes",
      "start": 23995,
      "end": 24004,
      "loc": {
        "start": {
          "line": 691,
          "column": 32
        },
        "end": {
          "line": 691,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 24004,
      "end": 24005,
      "loc": {
        "start": {
          "line": 691,
          "column": 41
        },
        "end": {
          "line": 691,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "DECIMAL",
      "start": 24005,
      "end": 24012,
      "loc": {
        "start": {
          "line": 691,
          "column": 42
        },
        "end": {
          "line": 691,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": "||",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 1,
        "updateContext": null
      },
      "value": "||",
      "start": 24013,
      "end": 24015,
      "loc": {
        "start": {
          "line": 691,
          "column": 50
        },
        "end": {
          "line": 691,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dataType",
      "start": 24016,
      "end": 24024,
      "loc": {
        "start": {
          "line": 691,
          "column": 53
        },
        "end": {
          "line": 691,
          "column": 61
        }
      }
    },
    {
      "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": 24025,
      "end": 24035,
      "loc": {
        "start": {
          "line": 691,
          "column": 62
        },
        "end": {
          "line": 691,
          "column": 72
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "DataTypes",
      "start": 24036,
      "end": 24045,
      "loc": {
        "start": {
          "line": 691,
          "column": 73
        },
        "end": {
          "line": 691,
          "column": 82
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 24045,
      "end": 24046,
      "loc": {
        "start": {
          "line": 691,
          "column": 82
        },
        "end": {
          "line": 691,
          "column": 83
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "FLOAT",
      "start": 24046,
      "end": 24051,
      "loc": {
        "start": {
          "line": 691,
          "column": 83
        },
        "end": {
          "line": 691,
          "column": 88
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 24051,
      "end": 24052,
      "loc": {
        "start": {
          "line": 691,
          "column": 88
        },
        "end": {
          "line": 691,
          "column": 89
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 24053,
      "end": 24054,
      "loc": {
        "start": {
          "line": 691,
          "column": 90
        },
        "end": {
          "line": 691,
          "column": 91
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "result",
      "start": 24065,
      "end": 24071,
      "loc": {
        "start": {
          "line": 692,
          "column": 10
        },
        "end": {
          "line": 692,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 24072,
      "end": 24073,
      "loc": {
        "start": {
          "line": 692,
          "column": 17
        },
        "end": {
          "line": 692,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "parseFloat",
      "start": 24074,
      "end": 24084,
      "loc": {
        "start": {
          "line": 692,
          "column": 19
        },
        "end": {
          "line": 692,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 24084,
      "end": 24085,
      "loc": {
        "start": {
          "line": 692,
          "column": 29
        },
        "end": {
          "line": 692,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "result",
      "start": 24085,
      "end": 24091,
      "loc": {
        "start": {
          "line": 692,
          "column": 30
        },
        "end": {
          "line": 692,
          "column": 36
        }
      }
    },
    {
      "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": 692,
          "column": 36
        },
        "end": {
          "line": 692,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 24092,
      "end": 24093,
      "loc": {
        "start": {
          "line": 692,
          "column": 37
        },
        "end": {
          "line": 692,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 24102,
      "end": 24103,
      "loc": {
        "start": {
          "line": 693,
          "column": 8
        },
        "end": {
          "line": 693,
          "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": 24104,
      "end": 24108,
      "loc": {
        "start": {
          "line": 693,
          "column": 10
        },
        "end": {
          "line": 693,
          "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": 24109,
      "end": 24111,
      "loc": {
        "start": {
          "line": 693,
          "column": 15
        },
        "end": {
          "line": 693,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 24112,
      "end": 24113,
      "loc": {
        "start": {
          "line": 693,
          "column": 18
        },
        "end": {
          "line": 693,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dataType",
      "start": 24113,
      "end": 24121,
      "loc": {
        "start": {
          "line": 693,
          "column": 19
        },
        "end": {
          "line": 693,
          "column": 27
        }
      }
    },
    {
      "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": 24122,
      "end": 24132,
      "loc": {
        "start": {
          "line": 693,
          "column": 28
        },
        "end": {
          "line": 693,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "DataTypes",
      "start": 24133,
      "end": 24142,
      "loc": {
        "start": {
          "line": 693,
          "column": 39
        },
        "end": {
          "line": 693,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 24142,
      "end": 24143,
      "loc": {
        "start": {
          "line": 693,
          "column": 48
        },
        "end": {
          "line": 693,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "INTEGER",
      "start": 24143,
      "end": 24150,
      "loc": {
        "start": {
          "line": 693,
          "column": 49
        },
        "end": {
          "line": 693,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": "||",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 1,
        "updateContext": null
      },
      "value": "||",
      "start": 24151,
      "end": 24153,
      "loc": {
        "start": {
          "line": 693,
          "column": 57
        },
        "end": {
          "line": 693,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dataType",
      "start": 24154,
      "end": 24162,
      "loc": {
        "start": {
          "line": 693,
          "column": 60
        },
        "end": {
          "line": 693,
          "column": 68
        }
      }
    },
    {
      "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": 24163,
      "end": 24173,
      "loc": {
        "start": {
          "line": 693,
          "column": 69
        },
        "end": {
          "line": 693,
          "column": 79
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "DataTypes",
      "start": 24174,
      "end": 24183,
      "loc": {
        "start": {
          "line": 693,
          "column": 80
        },
        "end": {
          "line": 693,
          "column": 89
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 24183,
      "end": 24184,
      "loc": {
        "start": {
          "line": 693,
          "column": 89
        },
        "end": {
          "line": 693,
          "column": 90
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "BIGINT",
      "start": 24184,
      "end": 24190,
      "loc": {
        "start": {
          "line": 693,
          "column": 90
        },
        "end": {
          "line": 693,
          "column": 96
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 24190,
      "end": 24191,
      "loc": {
        "start": {
          "line": 693,
          "column": 96
        },
        "end": {
          "line": 693,
          "column": 97
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 24192,
      "end": 24193,
      "loc": {
        "start": {
          "line": 693,
          "column": 98
        },
        "end": {
          "line": 693,
          "column": 99
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "result",
      "start": 24204,
      "end": 24210,
      "loc": {
        "start": {
          "line": 694,
          "column": 10
        },
        "end": {
          "line": 694,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 24211,
      "end": 24212,
      "loc": {
        "start": {
          "line": 694,
          "column": 17
        },
        "end": {
          "line": 694,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "parseInt",
      "start": 24213,
      "end": 24221,
      "loc": {
        "start": {
          "line": 694,
          "column": 19
        },
        "end": {
          "line": 694,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 24221,
      "end": 24222,
      "loc": {
        "start": {
          "line": 694,
          "column": 27
        },
        "end": {
          "line": 694,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "result",
      "start": 24222,
      "end": 24228,
      "loc": {
        "start": {
          "line": 694,
          "column": 28
        },
        "end": {
          "line": 694,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 24228,
      "end": 24229,
      "loc": {
        "start": {
          "line": 694,
          "column": 34
        },
        "end": {
          "line": 694,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 10,
      "start": 24230,
      "end": 24232,
      "loc": {
        "start": {
          "line": 694,
          "column": 36
        },
        "end": {
          "line": 694,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 24232,
      "end": 24233,
      "loc": {
        "start": {
          "line": 694,
          "column": 38
        },
        "end": {
          "line": 694,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 24233,
      "end": 24234,
      "loc": {
        "start": {
          "line": 694,
          "column": 39
        },
        "end": {
          "line": 694,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 24243,
      "end": 24244,
      "loc": {
        "start": {
          "line": 695,
          "column": 8
        },
        "end": {
          "line": 695,
          "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": 24245,
      "end": 24249,
      "loc": {
        "start": {
          "line": 695,
          "column": 10
        },
        "end": {
          "line": 695,
          "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": 24250,
      "end": 24252,
      "loc": {
        "start": {
          "line": 695,
          "column": 15
        },
        "end": {
          "line": 695,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 24253,
      "end": 24254,
      "loc": {
        "start": {
          "line": 695,
          "column": 18
        },
        "end": {
          "line": 695,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dataType",
      "start": 24254,
      "end": 24262,
      "loc": {
        "start": {
          "line": 695,
          "column": 19
        },
        "end": {
          "line": 695,
          "column": 27
        }
      }
    },
    {
      "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": 24263,
      "end": 24273,
      "loc": {
        "start": {
          "line": 695,
          "column": 28
        },
        "end": {
          "line": 695,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "DataTypes",
      "start": 24274,
      "end": 24283,
      "loc": {
        "start": {
          "line": 695,
          "column": 39
        },
        "end": {
          "line": 695,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 24283,
      "end": 24284,
      "loc": {
        "start": {
          "line": 695,
          "column": 48
        },
        "end": {
          "line": 695,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "DATE",
      "start": 24284,
      "end": 24288,
      "loc": {
        "start": {
          "line": 695,
          "column": 49
        },
        "end": {
          "line": 695,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 24288,
      "end": 24289,
      "loc": {
        "start": {
          "line": 695,
          "column": 53
        },
        "end": {
          "line": 695,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 24290,
      "end": 24291,
      "loc": {
        "start": {
          "line": 695,
          "column": 55
        },
        "end": {
          "line": 695,
          "column": 56
        }
      }
    },
    {
      "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": 24302,
      "end": 24304,
      "loc": {
        "start": {
          "line": 696,
          "column": 10
        },
        "end": {
          "line": 696,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 24305,
      "end": 24306,
      "loc": {
        "start": {
          "line": 696,
          "column": 13
        },
        "end": {
          "line": 696,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "prefix",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "!",
      "start": 24306,
      "end": 24307,
      "loc": {
        "start": {
          "line": 696,
          "column": 14
        },
        "end": {
          "line": 696,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Utils",
      "start": 24307,
      "end": 24312,
      "loc": {
        "start": {
          "line": 696,
          "column": 15
        },
        "end": {
          "line": 696,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 24312,
      "end": 24313,
      "loc": {
        "start": {
          "line": 696,
          "column": 20
        },
        "end": {
          "line": 696,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_",
      "start": 24313,
      "end": 24314,
      "loc": {
        "start": {
          "line": 696,
          "column": 21
        },
        "end": {
          "line": 696,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 24314,
      "end": 24315,
      "loc": {
        "start": {
          "line": 696,
          "column": 22
        },
        "end": {
          "line": 696,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "isNull",
      "start": 24315,
      "end": 24321,
      "loc": {
        "start": {
          "line": 696,
          "column": 23
        },
        "end": {
          "line": 696,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 24321,
      "end": 24322,
      "loc": {
        "start": {
          "line": 696,
          "column": 29
        },
        "end": {
          "line": 696,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "result",
      "start": 24322,
      "end": 24328,
      "loc": {
        "start": {
          "line": 696,
          "column": 30
        },
        "end": {
          "line": 696,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 24328,
      "end": 24329,
      "loc": {
        "start": {
          "line": 696,
          "column": 36
        },
        "end": {
          "line": 696,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "&&",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 2,
        "updateContext": null
      },
      "value": "&&",
      "start": 24330,
      "end": 24332,
      "loc": {
        "start": {
          "line": 696,
          "column": 38
        },
        "end": {
          "line": 696,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "prefix",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "!",
      "start": 24333,
      "end": 24334,
      "loc": {
        "start": {
          "line": 696,
          "column": 41
        },
        "end": {
          "line": 696,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Utils",
      "start": 24334,
      "end": 24339,
      "loc": {
        "start": {
          "line": 696,
          "column": 42
        },
        "end": {
          "line": 696,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 24339,
      "end": 24340,
      "loc": {
        "start": {
          "line": 696,
          "column": 47
        },
        "end": {
          "line": 696,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_",
      "start": 24340,
      "end": 24341,
      "loc": {
        "start": {
          "line": 696,
          "column": 48
        },
        "end": {
          "line": 696,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 24341,
      "end": 24342,
      "loc": {
        "start": {
          "line": 696,
          "column": 49
        },
        "end": {
          "line": 696,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "isDate",
      "start": 24342,
      "end": 24348,
      "loc": {
        "start": {
          "line": 696,
          "column": 50
        },
        "end": {
          "line": 696,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 24348,
      "end": 24349,
      "loc": {
        "start": {
          "line": 696,
          "column": 56
        },
        "end": {
          "line": 696,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "result",
      "start": 24349,
      "end": 24355,
      "loc": {
        "start": {
          "line": 696,
          "column": 57
        },
        "end": {
          "line": 696,
          "column": 63
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 24355,
      "end": 24356,
      "loc": {
        "start": {
          "line": 696,
          "column": 63
        },
        "end": {
          "line": 696,
          "column": 64
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 24356,
      "end": 24357,
      "loc": {
        "start": {
          "line": 696,
          "column": 64
        },
        "end": {
          "line": 696,
          "column": 65
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 24358,
      "end": 24359,
      "loc": {
        "start": {
          "line": 696,
          "column": 66
        },
        "end": {
          "line": 696,
          "column": 67
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "result",
      "start": 24372,
      "end": 24378,
      "loc": {
        "start": {
          "line": 697,
          "column": 12
        },
        "end": {
          "line": 697,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 24379,
      "end": 24380,
      "loc": {
        "start": {
          "line": 697,
          "column": 19
        },
        "end": {
          "line": 697,
          "column": 20
        }
      }
    },
    {
      "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": 24381,
      "end": 24384,
      "loc": {
        "start": {
          "line": 697,
          "column": 21
        },
        "end": {
          "line": 697,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Date",
      "start": 24385,
      "end": 24389,
      "loc": {
        "start": {
          "line": 697,
          "column": 25
        },
        "end": {
          "line": 697,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 24389,
      "end": 24390,
      "loc": {
        "start": {
          "line": 697,
          "column": 29
        },
        "end": {
          "line": 697,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "result",
      "start": 24390,
      "end": 24396,
      "loc": {
        "start": {
          "line": 697,
          "column": 30
        },
        "end": {
          "line": 697,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 24396,
      "end": 24397,
      "loc": {
        "start": {
          "line": 697,
          "column": 36
        },
        "end": {
          "line": 697,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 24397,
      "end": 24398,
      "loc": {
        "start": {
          "line": 697,
          "column": 37
        },
        "end": {
          "line": 697,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 24409,
      "end": 24410,
      "loc": {
        "start": {
          "line": 698,
          "column": 10
        },
        "end": {
          "line": 698,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 24419,
      "end": 24420,
      "loc": {
        "start": {
          "line": 699,
          "column": 8
        },
        "end": {
          "line": 699,
          "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": 24421,
      "end": 24425,
      "loc": {
        "start": {
          "line": 699,
          "column": 10
        },
        "end": {
          "line": 699,
          "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": 24426,
      "end": 24428,
      "loc": {
        "start": {
          "line": 699,
          "column": 15
        },
        "end": {
          "line": 699,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 24429,
      "end": 24430,
      "loc": {
        "start": {
          "line": 699,
          "column": 18
        },
        "end": {
          "line": 699,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dataType",
      "start": 24430,
      "end": 24438,
      "loc": {
        "start": {
          "line": 699,
          "column": 19
        },
        "end": {
          "line": 699,
          "column": 27
        }
      }
    },
    {
      "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": 24439,
      "end": 24449,
      "loc": {
        "start": {
          "line": 699,
          "column": 28
        },
        "end": {
          "line": 699,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "DataTypes",
      "start": 24450,
      "end": 24459,
      "loc": {
        "start": {
          "line": 699,
          "column": 39
        },
        "end": {
          "line": 699,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 24459,
      "end": 24460,
      "loc": {
        "start": {
          "line": 699,
          "column": 48
        },
        "end": {
          "line": 699,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "STRING",
      "start": 24460,
      "end": 24466,
      "loc": {
        "start": {
          "line": 699,
          "column": 49
        },
        "end": {
          "line": 699,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 24466,
      "end": 24467,
      "loc": {
        "start": {
          "line": 699,
          "column": 55
        },
        "end": {
          "line": 699,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 24468,
      "end": 24469,
      "loc": {
        "start": {
          "line": 699,
          "column": 57
        },
        "end": {
          "line": 699,
          "column": 58
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " Nothing to do, result is already a string.",
      "start": 24480,
      "end": 24525,
      "loc": {
        "start": {
          "line": 700,
          "column": 10
        },
        "end": {
          "line": 700,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 24534,
      "end": 24535,
      "loc": {
        "start": {
          "line": 701,
          "column": 8
        },
        "end": {
          "line": 701,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 24542,
      "end": 24543,
      "loc": {
        "start": {
          "line": 702,
          "column": 6
        },
        "end": {
          "line": 702,
          "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": 24551,
      "end": 24557,
      "loc": {
        "start": {
          "line": 704,
          "column": 6
        },
        "end": {
          "line": 704,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "result",
      "start": 24558,
      "end": 24564,
      "loc": {
        "start": {
          "line": 704,
          "column": 13
        },
        "end": {
          "line": 704,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 24564,
      "end": 24565,
      "loc": {
        "start": {
          "line": 704,
          "column": 19
        },
        "end": {
          "line": 704,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 24570,
      "end": 24571,
      "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": 24571,
      "end": 24572,
      "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": 24572,
      "end": 24573,
      "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": 24576,
      "end": 24577,
      "loc": {
        "start": {
          "line": 706,
          "column": 2
        },
        "end": {
          "line": 706,
          "column": 3
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "createTrigger",
      "start": 24581,
      "end": 24594,
      "loc": {
        "start": {
          "line": 708,
          "column": 2
        },
        "end": {
          "line": 708,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 24594,
      "end": 24595,
      "loc": {
        "start": {
          "line": 708,
          "column": 15
        },
        "end": {
          "line": 708,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "tableName",
      "start": 24595,
      "end": 24604,
      "loc": {
        "start": {
          "line": 708,
          "column": 16
        },
        "end": {
          "line": 708,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 24604,
      "end": 24605,
      "loc": {
        "start": {
          "line": 708,
          "column": 25
        },
        "end": {
          "line": 708,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "triggerName",
      "start": 24606,
      "end": 24617,
      "loc": {
        "start": {
          "line": 708,
          "column": 27
        },
        "end": {
          "line": 708,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 24617,
      "end": 24618,
      "loc": {
        "start": {
          "line": 708,
          "column": 38
        },
        "end": {
          "line": 708,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "timingType",
      "start": 24619,
      "end": 24629,
      "loc": {
        "start": {
          "line": 708,
          "column": 40
        },
        "end": {
          "line": 708,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 24629,
      "end": 24630,
      "loc": {
        "start": {
          "line": 708,
          "column": 50
        },
        "end": {
          "line": 708,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "fireOnArray",
      "start": 24631,
      "end": 24642,
      "loc": {
        "start": {
          "line": 708,
          "column": 52
        },
        "end": {
          "line": 708,
          "column": 63
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 24642,
      "end": 24643,
      "loc": {
        "start": {
          "line": 708,
          "column": 63
        },
        "end": {
          "line": 708,
          "column": 64
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "functionName",
      "start": 24644,
      "end": 24656,
      "loc": {
        "start": {
          "line": 708,
          "column": 65
        },
        "end": {
          "line": 708,
          "column": 77
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 24656,
      "end": 24657,
      "loc": {
        "start": {
          "line": 708,
          "column": 77
        },
        "end": {
          "line": 708,
          "column": 78
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "functionParams",
      "start": 24658,
      "end": 24672,
      "loc": {
        "start": {
          "line": 708,
          "column": 79
        },
        "end": {
          "line": 708,
          "column": 93
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 24672,
      "end": 24673,
      "loc": {
        "start": {
          "line": 708,
          "column": 93
        },
        "end": {
          "line": 708,
          "column": 94
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "optionsArray",
      "start": 24674,
      "end": 24686,
      "loc": {
        "start": {
          "line": 708,
          "column": 95
        },
        "end": {
          "line": 708,
          "column": 107
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 24686,
      "end": 24687,
      "loc": {
        "start": {
          "line": 708,
          "column": 107
        },
        "end": {
          "line": 708,
          "column": 108
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 24688,
      "end": 24695,
      "loc": {
        "start": {
          "line": 708,
          "column": 109
        },
        "end": {
          "line": 708,
          "column": 116
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 24695,
      "end": 24696,
      "loc": {
        "start": {
          "line": 708,
          "column": 116
        },
        "end": {
          "line": 708,
          "column": 117
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 24697,
      "end": 24698,
      "loc": {
        "start": {
          "line": 708,
          "column": 118
        },
        "end": {
          "line": 708,
          "column": 119
        }
      }
    },
    {
      "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": 24703,
      "end": 24708,
      "loc": {
        "start": {
          "line": 709,
          "column": 4
        },
        "end": {
          "line": 709,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sql",
      "start": 24709,
      "end": 24712,
      "loc": {
        "start": {
          "line": 709,
          "column": 10
        },
        "end": {
          "line": 709,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 24713,
      "end": 24714,
      "loc": {
        "start": {
          "line": 709,
          "column": 14
        },
        "end": {
          "line": 709,
          "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": 24715,
      "end": 24719,
      "loc": {
        "start": {
          "line": 709,
          "column": 16
        },
        "end": {
          "line": 709,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 24719,
      "end": 24720,
      "loc": {
        "start": {
          "line": 709,
          "column": 20
        },
        "end": {
          "line": 709,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "QueryGenerator",
      "start": 24720,
      "end": 24734,
      "loc": {
        "start": {
          "line": 709,
          "column": 21
        },
        "end": {
          "line": 709,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 24734,
      "end": 24735,
      "loc": {
        "start": {
          "line": 709,
          "column": 35
        },
        "end": {
          "line": 709,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "createTrigger",
      "start": 24735,
      "end": 24748,
      "loc": {
        "start": {
          "line": 709,
          "column": 36
        },
        "end": {
          "line": 709,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 24748,
      "end": 24749,
      "loc": {
        "start": {
          "line": 709,
          "column": 49
        },
        "end": {
          "line": 709,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "tableName",
      "start": 24749,
      "end": 24758,
      "loc": {
        "start": {
          "line": 709,
          "column": 50
        },
        "end": {
          "line": 709,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 24758,
      "end": 24759,
      "loc": {
        "start": {
          "line": 709,
          "column": 59
        },
        "end": {
          "line": 709,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "triggerName",
      "start": 24760,
      "end": 24771,
      "loc": {
        "start": {
          "line": 709,
          "column": 61
        },
        "end": {
          "line": 709,
          "column": 72
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 24771,
      "end": 24772,
      "loc": {
        "start": {
          "line": 709,
          "column": 72
        },
        "end": {
          "line": 709,
          "column": 73
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "timingType",
      "start": 24773,
      "end": 24783,
      "loc": {
        "start": {
          "line": 709,
          "column": 74
        },
        "end": {
          "line": 709,
          "column": 84
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 24783,
      "end": 24784,
      "loc": {
        "start": {
          "line": 709,
          "column": 84
        },
        "end": {
          "line": 709,
          "column": 85
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "fireOnArray",
      "start": 24785,
      "end": 24796,
      "loc": {
        "start": {
          "line": 709,
          "column": 86
        },
        "end": {
          "line": 709,
          "column": 97
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 24796,
      "end": 24797,
      "loc": {
        "start": {
          "line": 709,
          "column": 97
        },
        "end": {
          "line": 709,
          "column": 98
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "functionName",
      "start": 24798,
      "end": 24810,
      "loc": {
        "start": {
          "line": 709,
          "column": 99
        },
        "end": {
          "line": 709,
          "column": 111
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 24810,
      "end": 24811,
      "loc": {
        "start": {
          "line": 709,
          "column": 111
        },
        "end": {
          "line": 709,
          "column": 112
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "functionParams",
      "start": 24812,
      "end": 24826,
      "loc": {
        "start": {
          "line": 709,
          "column": 113
        },
        "end": {
          "line": 709,
          "column": 127
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 24826,
      "end": 24827,
      "loc": {
        "start": {
          "line": 709,
          "column": 127
        },
        "end": {
          "line": 709,
          "column": 128
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "optionsArray",
      "start": 24828,
      "end": 24840,
      "loc": {
        "start": {
          "line": 709,
          "column": 129
        },
        "end": {
          "line": 709,
          "column": 141
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 24840,
      "end": 24841,
      "loc": {
        "start": {
          "line": 709,
          "column": 141
        },
        "end": {
          "line": 709,
          "column": 142
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 24841,
      "end": 24842,
      "loc": {
        "start": {
          "line": 709,
          "column": 142
        },
        "end": {
          "line": 709,
          "column": 143
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 24847,
      "end": 24854,
      "loc": {
        "start": {
          "line": 710,
          "column": 4
        },
        "end": {
          "line": 710,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 24855,
      "end": 24856,
      "loc": {
        "start": {
          "line": 710,
          "column": 12
        },
        "end": {
          "line": 710,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 24857,
      "end": 24864,
      "loc": {
        "start": {
          "line": 710,
          "column": 14
        },
        "end": {
          "line": 710,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "||",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 1,
        "updateContext": null
      },
      "value": "||",
      "start": 24865,
      "end": 24867,
      "loc": {
        "start": {
          "line": 710,
          "column": 22
        },
        "end": {
          "line": 710,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 24868,
      "end": 24869,
      "loc": {
        "start": {
          "line": 710,
          "column": 25
        },
        "end": {
          "line": 710,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 24869,
      "end": 24870,
      "loc": {
        "start": {
          "line": 710,
          "column": 26
        },
        "end": {
          "line": 710,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 24870,
      "end": 24871,
      "loc": {
        "start": {
          "line": 710,
          "column": 27
        },
        "end": {
          "line": 710,
          "column": 28
        }
      }
    },
    {
      "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": 24876,
      "end": 24878,
      "loc": {
        "start": {
          "line": 711,
          "column": 4
        },
        "end": {
          "line": 711,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 24879,
      "end": 24880,
      "loc": {
        "start": {
          "line": 711,
          "column": 7
        },
        "end": {
          "line": 711,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sql",
      "start": 24880,
      "end": 24883,
      "loc": {
        "start": {
          "line": 711,
          "column": 8
        },
        "end": {
          "line": 711,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 24883,
      "end": 24884,
      "loc": {
        "start": {
          "line": 711,
          "column": 11
        },
        "end": {
          "line": 711,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 24885,
      "end": 24886,
      "loc": {
        "start": {
          "line": 711,
          "column": 13
        },
        "end": {
          "line": 711,
          "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": 24893,
      "end": 24899,
      "loc": {
        "start": {
          "line": 712,
          "column": 6
        },
        "end": {
          "line": 712,
          "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": 24900,
      "end": 24904,
      "loc": {
        "start": {
          "line": 712,
          "column": 13
        },
        "end": {
          "line": 712,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 24904,
      "end": 24905,
      "loc": {
        "start": {
          "line": 712,
          "column": 17
        },
        "end": {
          "line": 712,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sequelize",
      "start": 24905,
      "end": 24914,
      "loc": {
        "start": {
          "line": 712,
          "column": 18
        },
        "end": {
          "line": 712,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 24914,
      "end": 24915,
      "loc": {
        "start": {
          "line": 712,
          "column": 27
        },
        "end": {
          "line": 712,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "query",
      "start": 24915,
      "end": 24920,
      "loc": {
        "start": {
          "line": 712,
          "column": 28
        },
        "end": {
          "line": 712,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 24920,
      "end": 24921,
      "loc": {
        "start": {
          "line": 712,
          "column": 33
        },
        "end": {
          "line": 712,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sql",
      "start": 24921,
      "end": 24924,
      "loc": {
        "start": {
          "line": 712,
          "column": 34
        },
        "end": {
          "line": 712,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 24924,
      "end": 24925,
      "loc": {
        "start": {
          "line": 712,
          "column": 37
        },
        "end": {
          "line": 712,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 24926,
      "end": 24933,
      "loc": {
        "start": {
          "line": 712,
          "column": 39
        },
        "end": {
          "line": 712,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 24933,
      "end": 24934,
      "loc": {
        "start": {
          "line": 712,
          "column": 46
        },
        "end": {
          "line": 712,
          "column": 47
        }
      }
    },
    {
      "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": 712,
          "column": 47
        },
        "end": {
          "line": 712,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 24940,
      "end": 24941,
      "loc": {
        "start": {
          "line": 713,
          "column": 4
        },
        "end": {
          "line": 713,
          "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": 24942,
      "end": 24946,
      "loc": {
        "start": {
          "line": 713,
          "column": 6
        },
        "end": {
          "line": 713,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 24947,
      "end": 24948,
      "loc": {
        "start": {
          "line": 713,
          "column": 11
        },
        "end": {
          "line": 713,
          "column": 12
        }
      }
    },
    {
      "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": 24955,
      "end": 24961,
      "loc": {
        "start": {
          "line": 714,
          "column": 6
        },
        "end": {
          "line": 714,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Promise",
      "start": 24962,
      "end": 24969,
      "loc": {
        "start": {
          "line": 714,
          "column": 13
        },
        "end": {
          "line": 714,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 24969,
      "end": 24970,
      "loc": {
        "start": {
          "line": 714,
          "column": 20
        },
        "end": {
          "line": 714,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "resolve",
      "start": 24970,
      "end": 24977,
      "loc": {
        "start": {
          "line": 714,
          "column": 21
        },
        "end": {
          "line": 714,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 24977,
      "end": 24978,
      "loc": {
        "start": {
          "line": 714,
          "column": 28
        },
        "end": {
          "line": 714,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 24978,
      "end": 24979,
      "loc": {
        "start": {
          "line": 714,
          "column": 29
        },
        "end": {
          "line": 714,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 24979,
      "end": 24980,
      "loc": {
        "start": {
          "line": 714,
          "column": 30
        },
        "end": {
          "line": 714,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 24985,
      "end": 24986,
      "loc": {
        "start": {
          "line": 715,
          "column": 4
        },
        "end": {
          "line": 715,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 24989,
      "end": 24990,
      "loc": {
        "start": {
          "line": 716,
          "column": 2
        },
        "end": {
          "line": 716,
          "column": 3
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dropTrigger",
      "start": 24994,
      "end": 25005,
      "loc": {
        "start": {
          "line": 718,
          "column": 2
        },
        "end": {
          "line": 718,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 25005,
      "end": 25006,
      "loc": {
        "start": {
          "line": 718,
          "column": 13
        },
        "end": {
          "line": 718,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "tableName",
      "start": 25006,
      "end": 25015,
      "loc": {
        "start": {
          "line": 718,
          "column": 14
        },
        "end": {
          "line": 718,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 25015,
      "end": 25016,
      "loc": {
        "start": {
          "line": 718,
          "column": 23
        },
        "end": {
          "line": 718,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "triggerName",
      "start": 25017,
      "end": 25028,
      "loc": {
        "start": {
          "line": 718,
          "column": 25
        },
        "end": {
          "line": 718,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 25028,
      "end": 25029,
      "loc": {
        "start": {
          "line": 718,
          "column": 36
        },
        "end": {
          "line": 718,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 25030,
      "end": 25037,
      "loc": {
        "start": {
          "line": 718,
          "column": 38
        },
        "end": {
          "line": 718,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 25037,
      "end": 25038,
      "loc": {
        "start": {
          "line": 718,
          "column": 45
        },
        "end": {
          "line": 718,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 25039,
      "end": 25040,
      "loc": {
        "start": {
          "line": 718,
          "column": 47
        },
        "end": {
          "line": 718,
          "column": 48
        }
      }
    },
    {
      "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": 25045,
      "end": 25050,
      "loc": {
        "start": {
          "line": 719,
          "column": 4
        },
        "end": {
          "line": 719,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sql",
      "start": 25051,
      "end": 25054,
      "loc": {
        "start": {
          "line": 719,
          "column": 10
        },
        "end": {
          "line": 719,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 25055,
      "end": 25056,
      "loc": {
        "start": {
          "line": 719,
          "column": 14
        },
        "end": {
          "line": 719,
          "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": 25057,
      "end": 25061,
      "loc": {
        "start": {
          "line": 719,
          "column": 16
        },
        "end": {
          "line": 719,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 25061,
      "end": 25062,
      "loc": {
        "start": {
          "line": 719,
          "column": 20
        },
        "end": {
          "line": 719,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "QueryGenerator",
      "start": 25062,
      "end": 25076,
      "loc": {
        "start": {
          "line": 719,
          "column": 21
        },
        "end": {
          "line": 719,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 25076,
      "end": 25077,
      "loc": {
        "start": {
          "line": 719,
          "column": 35
        },
        "end": {
          "line": 719,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dropTrigger",
      "start": 25077,
      "end": 25088,
      "loc": {
        "start": {
          "line": 719,
          "column": 36
        },
        "end": {
          "line": 719,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 25088,
      "end": 25089,
      "loc": {
        "start": {
          "line": 719,
          "column": 47
        },
        "end": {
          "line": 719,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "tableName",
      "start": 25089,
      "end": 25098,
      "loc": {
        "start": {
          "line": 719,
          "column": 48
        },
        "end": {
          "line": 719,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 25098,
      "end": 25099,
      "loc": {
        "start": {
          "line": 719,
          "column": 57
        },
        "end": {
          "line": 719,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "triggerName",
      "start": 25100,
      "end": 25111,
      "loc": {
        "start": {
          "line": 719,
          "column": 59
        },
        "end": {
          "line": 719,
          "column": 70
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 25111,
      "end": 25112,
      "loc": {
        "start": {
          "line": 719,
          "column": 70
        },
        "end": {
          "line": 719,
          "column": 71
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 25112,
      "end": 25113,
      "loc": {
        "start": {
          "line": 719,
          "column": 71
        },
        "end": {
          "line": 719,
          "column": 72
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 25118,
      "end": 25125,
      "loc": {
        "start": {
          "line": 720,
          "column": 4
        },
        "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": 25126,
      "end": 25127,
      "loc": {
        "start": {
          "line": 720,
          "column": 12
        },
        "end": {
          "line": 720,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 25128,
      "end": 25135,
      "loc": {
        "start": {
          "line": 720,
          "column": 14
        },
        "end": {
          "line": 720,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "||",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 1,
        "updateContext": null
      },
      "value": "||",
      "start": 25136,
      "end": 25138,
      "loc": {
        "start": {
          "line": 720,
          "column": 22
        },
        "end": {
          "line": 720,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 25139,
      "end": 25140,
      "loc": {
        "start": {
          "line": 720,
          "column": 25
        },
        "end": {
          "line": 720,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 25140,
      "end": 25141,
      "loc": {
        "start": {
          "line": 720,
          "column": 26
        },
        "end": {
          "line": 720,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 25141,
      "end": 25142,
      "loc": {
        "start": {
          "line": 720,
          "column": 27
        },
        "end": {
          "line": 720,
          "column": 28
        }
      }
    },
    {
      "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": 25148,
      "end": 25150,
      "loc": {
        "start": {
          "line": 722,
          "column": 4
        },
        "end": {
          "line": 722,
          "column": 6
        }
      }
    },
    {
      "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": 722,
          "column": 7
        },
        "end": {
          "line": 722,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sql",
      "start": 25152,
      "end": 25155,
      "loc": {
        "start": {
          "line": 722,
          "column": 8
        },
        "end": {
          "line": 722,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 25155,
      "end": 25156,
      "loc": {
        "start": {
          "line": 722,
          "column": 11
        },
        "end": {
          "line": 722,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 25157,
      "end": 25158,
      "loc": {
        "start": {
          "line": 722,
          "column": 13
        },
        "end": {
          "line": 722,
          "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": 25165,
      "end": 25171,
      "loc": {
        "start": {
          "line": 723,
          "column": 6
        },
        "end": {
          "line": 723,
          "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": 25172,
      "end": 25176,
      "loc": {
        "start": {
          "line": 723,
          "column": 13
        },
        "end": {
          "line": 723,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 25176,
      "end": 25177,
      "loc": {
        "start": {
          "line": 723,
          "column": 17
        },
        "end": {
          "line": 723,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sequelize",
      "start": 25177,
      "end": 25186,
      "loc": {
        "start": {
          "line": 723,
          "column": 18
        },
        "end": {
          "line": 723,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 25186,
      "end": 25187,
      "loc": {
        "start": {
          "line": 723,
          "column": 27
        },
        "end": {
          "line": 723,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "query",
      "start": 25187,
      "end": 25192,
      "loc": {
        "start": {
          "line": 723,
          "column": 28
        },
        "end": {
          "line": 723,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 25192,
      "end": 25193,
      "loc": {
        "start": {
          "line": 723,
          "column": 33
        },
        "end": {
          "line": 723,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sql",
      "start": 25193,
      "end": 25196,
      "loc": {
        "start": {
          "line": 723,
          "column": 34
        },
        "end": {
          "line": 723,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 25196,
      "end": 25197,
      "loc": {
        "start": {
          "line": 723,
          "column": 37
        },
        "end": {
          "line": 723,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 25198,
      "end": 25205,
      "loc": {
        "start": {
          "line": 723,
          "column": 39
        },
        "end": {
          "line": 723,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 25205,
      "end": 25206,
      "loc": {
        "start": {
          "line": 723,
          "column": 46
        },
        "end": {
          "line": 723,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 25206,
      "end": 25207,
      "loc": {
        "start": {
          "line": 723,
          "column": 47
        },
        "end": {
          "line": 723,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 25212,
      "end": 25213,
      "loc": {
        "start": {
          "line": 724,
          "column": 4
        },
        "end": {
          "line": 724,
          "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": 25214,
      "end": 25218,
      "loc": {
        "start": {
          "line": 724,
          "column": 6
        },
        "end": {
          "line": 724,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 25219,
      "end": 25220,
      "loc": {
        "start": {
          "line": 724,
          "column": 11
        },
        "end": {
          "line": 724,
          "column": 12
        }
      }
    },
    {
      "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": 25227,
      "end": 25233,
      "loc": {
        "start": {
          "line": 725,
          "column": 6
        },
        "end": {
          "line": 725,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Promise",
      "start": 25234,
      "end": 25241,
      "loc": {
        "start": {
          "line": 725,
          "column": 13
        },
        "end": {
          "line": 725,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 25241,
      "end": 25242,
      "loc": {
        "start": {
          "line": 725,
          "column": 20
        },
        "end": {
          "line": 725,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "resolve",
      "start": 25242,
      "end": 25249,
      "loc": {
        "start": {
          "line": 725,
          "column": 21
        },
        "end": {
          "line": 725,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 25249,
      "end": 25250,
      "loc": {
        "start": {
          "line": 725,
          "column": 28
        },
        "end": {
          "line": 725,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 25250,
      "end": 25251,
      "loc": {
        "start": {
          "line": 725,
          "column": 29
        },
        "end": {
          "line": 725,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 25251,
      "end": 25252,
      "loc": {
        "start": {
          "line": 725,
          "column": 30
        },
        "end": {
          "line": 725,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 25257,
      "end": 25258,
      "loc": {
        "start": {
          "line": 726,
          "column": 4
        },
        "end": {
          "line": 726,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 25261,
      "end": 25262,
      "loc": {
        "start": {
          "line": 727,
          "column": 2
        },
        "end": {
          "line": 727,
          "column": 3
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "renameTrigger",
      "start": 25266,
      "end": 25279,
      "loc": {
        "start": {
          "line": 729,
          "column": 2
        },
        "end": {
          "line": 729,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 25279,
      "end": 25280,
      "loc": {
        "start": {
          "line": 729,
          "column": 15
        },
        "end": {
          "line": 729,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "tableName",
      "start": 25280,
      "end": 25289,
      "loc": {
        "start": {
          "line": 729,
          "column": 16
        },
        "end": {
          "line": 729,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 25289,
      "end": 25290,
      "loc": {
        "start": {
          "line": 729,
          "column": 25
        },
        "end": {
          "line": 729,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "oldTriggerName",
      "start": 25291,
      "end": 25305,
      "loc": {
        "start": {
          "line": 729,
          "column": 27
        },
        "end": {
          "line": 729,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 25305,
      "end": 25306,
      "loc": {
        "start": {
          "line": 729,
          "column": 41
        },
        "end": {
          "line": 729,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "newTriggerName",
      "start": 25307,
      "end": 25321,
      "loc": {
        "start": {
          "line": 729,
          "column": 43
        },
        "end": {
          "line": 729,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 25321,
      "end": 25322,
      "loc": {
        "start": {
          "line": 729,
          "column": 57
        },
        "end": {
          "line": 729,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 25323,
      "end": 25330,
      "loc": {
        "start": {
          "line": 729,
          "column": 59
        },
        "end": {
          "line": 729,
          "column": 66
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 25330,
      "end": 25331,
      "loc": {
        "start": {
          "line": 729,
          "column": 66
        },
        "end": {
          "line": 729,
          "column": 67
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 25332,
      "end": 25333,
      "loc": {
        "start": {
          "line": 729,
          "column": 68
        },
        "end": {
          "line": 729,
          "column": 69
        }
      }
    },
    {
      "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": 25338,
      "end": 25343,
      "loc": {
        "start": {
          "line": 730,
          "column": 4
        },
        "end": {
          "line": 730,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sql",
      "start": 25344,
      "end": 25347,
      "loc": {
        "start": {
          "line": 730,
          "column": 10
        },
        "end": {
          "line": 730,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 25348,
      "end": 25349,
      "loc": {
        "start": {
          "line": 730,
          "column": 14
        },
        "end": {
          "line": 730,
          "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": 25350,
      "end": 25354,
      "loc": {
        "start": {
          "line": 730,
          "column": 16
        },
        "end": {
          "line": 730,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 25354,
      "end": 25355,
      "loc": {
        "start": {
          "line": 730,
          "column": 20
        },
        "end": {
          "line": 730,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "QueryGenerator",
      "start": 25355,
      "end": 25369,
      "loc": {
        "start": {
          "line": 730,
          "column": 21
        },
        "end": {
          "line": 730,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 25369,
      "end": 25370,
      "loc": {
        "start": {
          "line": 730,
          "column": 35
        },
        "end": {
          "line": 730,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "renameTrigger",
      "start": 25370,
      "end": 25383,
      "loc": {
        "start": {
          "line": 730,
          "column": 36
        },
        "end": {
          "line": 730,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 25383,
      "end": 25384,
      "loc": {
        "start": {
          "line": 730,
          "column": 49
        },
        "end": {
          "line": 730,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "tableName",
      "start": 25384,
      "end": 25393,
      "loc": {
        "start": {
          "line": 730,
          "column": 50
        },
        "end": {
          "line": 730,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 25393,
      "end": 25394,
      "loc": {
        "start": {
          "line": 730,
          "column": 59
        },
        "end": {
          "line": 730,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "oldTriggerName",
      "start": 25395,
      "end": 25409,
      "loc": {
        "start": {
          "line": 730,
          "column": 61
        },
        "end": {
          "line": 730,
          "column": 75
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 25409,
      "end": 25410,
      "loc": {
        "start": {
          "line": 730,
          "column": 75
        },
        "end": {
          "line": 730,
          "column": 76
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "newTriggerName",
      "start": 25411,
      "end": 25425,
      "loc": {
        "start": {
          "line": 730,
          "column": 77
        },
        "end": {
          "line": 730,
          "column": 91
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 25425,
      "end": 25426,
      "loc": {
        "start": {
          "line": 730,
          "column": 91
        },
        "end": {
          "line": 730,
          "column": 92
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 25426,
      "end": 25427,
      "loc": {
        "start": {
          "line": 730,
          "column": 92
        },
        "end": {
          "line": 730,
          "column": 93
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 25432,
      "end": 25439,
      "loc": {
        "start": {
          "line": 731,
          "column": 4
        },
        "end": {
          "line": 731,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 25440,
      "end": 25441,
      "loc": {
        "start": {
          "line": 731,
          "column": 12
        },
        "end": {
          "line": 731,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 25442,
      "end": 25449,
      "loc": {
        "start": {
          "line": 731,
          "column": 14
        },
        "end": {
          "line": 731,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "||",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 1,
        "updateContext": null
      },
      "value": "||",
      "start": 25450,
      "end": 25452,
      "loc": {
        "start": {
          "line": 731,
          "column": 22
        },
        "end": {
          "line": 731,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 25453,
      "end": 25454,
      "loc": {
        "start": {
          "line": 731,
          "column": 25
        },
        "end": {
          "line": 731,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 25454,
      "end": 25455,
      "loc": {
        "start": {
          "line": 731,
          "column": 26
        },
        "end": {
          "line": 731,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 25455,
      "end": 25456,
      "loc": {
        "start": {
          "line": 731,
          "column": 27
        },
        "end": {
          "line": 731,
          "column": 28
        }
      }
    },
    {
      "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": 25462,
      "end": 25464,
      "loc": {
        "start": {
          "line": 733,
          "column": 4
        },
        "end": {
          "line": 733,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 25465,
      "end": 25466,
      "loc": {
        "start": {
          "line": 733,
          "column": 7
        },
        "end": {
          "line": 733,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sql",
      "start": 25466,
      "end": 25469,
      "loc": {
        "start": {
          "line": 733,
          "column": 8
        },
        "end": {
          "line": 733,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 25469,
      "end": 25470,
      "loc": {
        "start": {
          "line": 733,
          "column": 11
        },
        "end": {
          "line": 733,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 25471,
      "end": 25472,
      "loc": {
        "start": {
          "line": 733,
          "column": 13
        },
        "end": {
          "line": 733,
          "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": 25479,
      "end": 25485,
      "loc": {
        "start": {
          "line": 734,
          "column": 6
        },
        "end": {
          "line": 734,
          "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": 25486,
      "end": 25490,
      "loc": {
        "start": {
          "line": 734,
          "column": 13
        },
        "end": {
          "line": 734,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 25490,
      "end": 25491,
      "loc": {
        "start": {
          "line": 734,
          "column": 17
        },
        "end": {
          "line": 734,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sequelize",
      "start": 25491,
      "end": 25500,
      "loc": {
        "start": {
          "line": 734,
          "column": 18
        },
        "end": {
          "line": 734,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 25500,
      "end": 25501,
      "loc": {
        "start": {
          "line": 734,
          "column": 27
        },
        "end": {
          "line": 734,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "query",
      "start": 25501,
      "end": 25506,
      "loc": {
        "start": {
          "line": 734,
          "column": 28
        },
        "end": {
          "line": 734,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 25506,
      "end": 25507,
      "loc": {
        "start": {
          "line": 734,
          "column": 33
        },
        "end": {
          "line": 734,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sql",
      "start": 25507,
      "end": 25510,
      "loc": {
        "start": {
          "line": 734,
          "column": 34
        },
        "end": {
          "line": 734,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 25510,
      "end": 25511,
      "loc": {
        "start": {
          "line": 734,
          "column": 37
        },
        "end": {
          "line": 734,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 25512,
      "end": 25519,
      "loc": {
        "start": {
          "line": 734,
          "column": 39
        },
        "end": {
          "line": 734,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 25519,
      "end": 25520,
      "loc": {
        "start": {
          "line": 734,
          "column": 46
        },
        "end": {
          "line": 734,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 25520,
      "end": 25521,
      "loc": {
        "start": {
          "line": 734,
          "column": 47
        },
        "end": {
          "line": 734,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 25526,
      "end": 25527,
      "loc": {
        "start": {
          "line": 735,
          "column": 4
        },
        "end": {
          "line": 735,
          "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": 25528,
      "end": 25532,
      "loc": {
        "start": {
          "line": 735,
          "column": 6
        },
        "end": {
          "line": 735,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 25533,
      "end": 25534,
      "loc": {
        "start": {
          "line": 735,
          "column": 11
        },
        "end": {
          "line": 735,
          "column": 12
        }
      }
    },
    {
      "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": 25541,
      "end": 25547,
      "loc": {
        "start": {
          "line": 736,
          "column": 6
        },
        "end": {
          "line": 736,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Promise",
      "start": 25548,
      "end": 25555,
      "loc": {
        "start": {
          "line": 736,
          "column": 13
        },
        "end": {
          "line": 736,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 25555,
      "end": 25556,
      "loc": {
        "start": {
          "line": 736,
          "column": 20
        },
        "end": {
          "line": 736,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "resolve",
      "start": 25556,
      "end": 25563,
      "loc": {
        "start": {
          "line": 736,
          "column": 21
        },
        "end": {
          "line": 736,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 25563,
      "end": 25564,
      "loc": {
        "start": {
          "line": 736,
          "column": 28
        },
        "end": {
          "line": 736,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 25564,
      "end": 25565,
      "loc": {
        "start": {
          "line": 736,
          "column": 29
        },
        "end": {
          "line": 736,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 25565,
      "end": 25566,
      "loc": {
        "start": {
          "line": 736,
          "column": 30
        },
        "end": {
          "line": 736,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 25571,
      "end": 25572,
      "loc": {
        "start": {
          "line": 737,
          "column": 4
        },
        "end": {
          "line": 737,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 25575,
      "end": 25576,
      "loc": {
        "start": {
          "line": 738,
          "column": 2
        },
        "end": {
          "line": 738,
          "column": 3
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "createFunction",
      "start": 25580,
      "end": 25594,
      "loc": {
        "start": {
          "line": 740,
          "column": 2
        },
        "end": {
          "line": 740,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 25594,
      "end": 25595,
      "loc": {
        "start": {
          "line": 740,
          "column": 16
        },
        "end": {
          "line": 740,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "functionName",
      "start": 25595,
      "end": 25607,
      "loc": {
        "start": {
          "line": 740,
          "column": 17
        },
        "end": {
          "line": 740,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 25607,
      "end": 25608,
      "loc": {
        "start": {
          "line": 740,
          "column": 29
        },
        "end": {
          "line": 740,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "params",
      "start": 25609,
      "end": 25615,
      "loc": {
        "start": {
          "line": 740,
          "column": 31
        },
        "end": {
          "line": 740,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 25615,
      "end": 25616,
      "loc": {
        "start": {
          "line": 740,
          "column": 37
        },
        "end": {
          "line": 740,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "returnType",
      "start": 25617,
      "end": 25627,
      "loc": {
        "start": {
          "line": 740,
          "column": 39
        },
        "end": {
          "line": 740,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 25627,
      "end": 25628,
      "loc": {
        "start": {
          "line": 740,
          "column": 49
        },
        "end": {
          "line": 740,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "language",
      "start": 25629,
      "end": 25637,
      "loc": {
        "start": {
          "line": 740,
          "column": 51
        },
        "end": {
          "line": 740,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 25637,
      "end": 25638,
      "loc": {
        "start": {
          "line": 740,
          "column": 59
        },
        "end": {
          "line": 740,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "body",
      "start": 25639,
      "end": 25643,
      "loc": {
        "start": {
          "line": 740,
          "column": 61
        },
        "end": {
          "line": 740,
          "column": 65
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 25643,
      "end": 25644,
      "loc": {
        "start": {
          "line": 740,
          "column": 65
        },
        "end": {
          "line": 740,
          "column": 66
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 25645,
      "end": 25652,
      "loc": {
        "start": {
          "line": 740,
          "column": 67
        },
        "end": {
          "line": 740,
          "column": 74
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 25652,
      "end": 25653,
      "loc": {
        "start": {
          "line": 740,
          "column": 74
        },
        "end": {
          "line": 740,
          "column": 75
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 25654,
      "end": 25655,
      "loc": {
        "start": {
          "line": 740,
          "column": 76
        },
        "end": {
          "line": 740,
          "column": 77
        }
      }
    },
    {
      "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": 25660,
      "end": 25665,
      "loc": {
        "start": {
          "line": 741,
          "column": 4
        },
        "end": {
          "line": 741,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sql",
      "start": 25666,
      "end": 25669,
      "loc": {
        "start": {
          "line": 741,
          "column": 10
        },
        "end": {
          "line": 741,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 25670,
      "end": 25671,
      "loc": {
        "start": {
          "line": 741,
          "column": 14
        },
        "end": {
          "line": 741,
          "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": 25672,
      "end": 25676,
      "loc": {
        "start": {
          "line": 741,
          "column": 16
        },
        "end": {
          "line": 741,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 25676,
      "end": 25677,
      "loc": {
        "start": {
          "line": 741,
          "column": 20
        },
        "end": {
          "line": 741,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "QueryGenerator",
      "start": 25677,
      "end": 25691,
      "loc": {
        "start": {
          "line": 741,
          "column": 21
        },
        "end": {
          "line": 741,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 25691,
      "end": 25692,
      "loc": {
        "start": {
          "line": 741,
          "column": 35
        },
        "end": {
          "line": 741,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "createFunction",
      "start": 25692,
      "end": 25706,
      "loc": {
        "start": {
          "line": 741,
          "column": 36
        },
        "end": {
          "line": 741,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 25706,
      "end": 25707,
      "loc": {
        "start": {
          "line": 741,
          "column": 50
        },
        "end": {
          "line": 741,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "functionName",
      "start": 25707,
      "end": 25719,
      "loc": {
        "start": {
          "line": 741,
          "column": 51
        },
        "end": {
          "line": 741,
          "column": 63
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 25719,
      "end": 25720,
      "loc": {
        "start": {
          "line": 741,
          "column": 63
        },
        "end": {
          "line": 741,
          "column": 64
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "params",
      "start": 25721,
      "end": 25727,
      "loc": {
        "start": {
          "line": 741,
          "column": 65
        },
        "end": {
          "line": 741,
          "column": 71
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 25727,
      "end": 25728,
      "loc": {
        "start": {
          "line": 741,
          "column": 71
        },
        "end": {
          "line": 741,
          "column": 72
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "returnType",
      "start": 25729,
      "end": 25739,
      "loc": {
        "start": {
          "line": 741,
          "column": 73
        },
        "end": {
          "line": 741,
          "column": 83
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 25739,
      "end": 25740,
      "loc": {
        "start": {
          "line": 741,
          "column": 83
        },
        "end": {
          "line": 741,
          "column": 84
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "language",
      "start": 25741,
      "end": 25749,
      "loc": {
        "start": {
          "line": 741,
          "column": 85
        },
        "end": {
          "line": 741,
          "column": 93
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 25749,
      "end": 25750,
      "loc": {
        "start": {
          "line": 741,
          "column": 93
        },
        "end": {
          "line": 741,
          "column": 94
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "body",
      "start": 25751,
      "end": 25755,
      "loc": {
        "start": {
          "line": 741,
          "column": 95
        },
        "end": {
          "line": 741,
          "column": 99
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 25755,
      "end": 25756,
      "loc": {
        "start": {
          "line": 741,
          "column": 99
        },
        "end": {
          "line": 741,
          "column": 100
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 25757,
      "end": 25764,
      "loc": {
        "start": {
          "line": 741,
          "column": 101
        },
        "end": {
          "line": 741,
          "column": 108
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 25764,
      "end": 25765,
      "loc": {
        "start": {
          "line": 741,
          "column": 108
        },
        "end": {
          "line": 741,
          "column": 109
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 25765,
      "end": 25766,
      "loc": {
        "start": {
          "line": 741,
          "column": 109
        },
        "end": {
          "line": 741,
          "column": 110
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 25771,
      "end": 25778,
      "loc": {
        "start": {
          "line": 742,
          "column": 4
        },
        "end": {
          "line": 742,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 25779,
      "end": 25780,
      "loc": {
        "start": {
          "line": 742,
          "column": 12
        },
        "end": {
          "line": 742,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 25781,
      "end": 25788,
      "loc": {
        "start": {
          "line": 742,
          "column": 14
        },
        "end": {
          "line": 742,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "||",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 1,
        "updateContext": null
      },
      "value": "||",
      "start": 25789,
      "end": 25791,
      "loc": {
        "start": {
          "line": 742,
          "column": 22
        },
        "end": {
          "line": 742,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 25792,
      "end": 25793,
      "loc": {
        "start": {
          "line": 742,
          "column": 25
        },
        "end": {
          "line": 742,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 25793,
      "end": 25794,
      "loc": {
        "start": {
          "line": 742,
          "column": 26
        },
        "end": {
          "line": 742,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 25794,
      "end": 25795,
      "loc": {
        "start": {
          "line": 742,
          "column": 27
        },
        "end": {
          "line": 742,
          "column": 28
        }
      }
    },
    {
      "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": 25801,
      "end": 25803,
      "loc": {
        "start": {
          "line": 744,
          "column": 4
        },
        "end": {
          "line": 744,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 25804,
      "end": 25805,
      "loc": {
        "start": {
          "line": 744,
          "column": 7
        },
        "end": {
          "line": 744,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sql",
      "start": 25805,
      "end": 25808,
      "loc": {
        "start": {
          "line": 744,
          "column": 8
        },
        "end": {
          "line": 744,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 25808,
      "end": 25809,
      "loc": {
        "start": {
          "line": 744,
          "column": 11
        },
        "end": {
          "line": 744,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 25810,
      "end": 25811,
      "loc": {
        "start": {
          "line": 744,
          "column": 13
        },
        "end": {
          "line": 744,
          "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": 25818,
      "end": 25824,
      "loc": {
        "start": {
          "line": 745,
          "column": 6
        },
        "end": {
          "line": 745,
          "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": 25825,
      "end": 25829,
      "loc": {
        "start": {
          "line": 745,
          "column": 13
        },
        "end": {
          "line": 745,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 25829,
      "end": 25830,
      "loc": {
        "start": {
          "line": 745,
          "column": 17
        },
        "end": {
          "line": 745,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sequelize",
      "start": 25830,
      "end": 25839,
      "loc": {
        "start": {
          "line": 745,
          "column": 18
        },
        "end": {
          "line": 745,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 25839,
      "end": 25840,
      "loc": {
        "start": {
          "line": 745,
          "column": 27
        },
        "end": {
          "line": 745,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "query",
      "start": 25840,
      "end": 25845,
      "loc": {
        "start": {
          "line": 745,
          "column": 28
        },
        "end": {
          "line": 745,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 25845,
      "end": 25846,
      "loc": {
        "start": {
          "line": 745,
          "column": 33
        },
        "end": {
          "line": 745,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sql",
      "start": 25846,
      "end": 25849,
      "loc": {
        "start": {
          "line": 745,
          "column": 34
        },
        "end": {
          "line": 745,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 25849,
      "end": 25850,
      "loc": {
        "start": {
          "line": 745,
          "column": 37
        },
        "end": {
          "line": 745,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 25851,
      "end": 25858,
      "loc": {
        "start": {
          "line": 745,
          "column": 39
        },
        "end": {
          "line": 745,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 25858,
      "end": 25859,
      "loc": {
        "start": {
          "line": 745,
          "column": 46
        },
        "end": {
          "line": 745,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 25859,
      "end": 25860,
      "loc": {
        "start": {
          "line": 745,
          "column": 47
        },
        "end": {
          "line": 745,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 25865,
      "end": 25866,
      "loc": {
        "start": {
          "line": 746,
          "column": 4
        },
        "end": {
          "line": 746,
          "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": 25867,
      "end": 25871,
      "loc": {
        "start": {
          "line": 746,
          "column": 6
        },
        "end": {
          "line": 746,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 25872,
      "end": 25873,
      "loc": {
        "start": {
          "line": 746,
          "column": 11
        },
        "end": {
          "line": 746,
          "column": 12
        }
      }
    },
    {
      "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": 25880,
      "end": 25886,
      "loc": {
        "start": {
          "line": 747,
          "column": 6
        },
        "end": {
          "line": 747,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Promise",
      "start": 25887,
      "end": 25894,
      "loc": {
        "start": {
          "line": 747,
          "column": 13
        },
        "end": {
          "line": 747,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 25894,
      "end": 25895,
      "loc": {
        "start": {
          "line": 747,
          "column": 20
        },
        "end": {
          "line": 747,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "resolve",
      "start": 25895,
      "end": 25902,
      "loc": {
        "start": {
          "line": 747,
          "column": 21
        },
        "end": {
          "line": 747,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 25902,
      "end": 25903,
      "loc": {
        "start": {
          "line": 747,
          "column": 28
        },
        "end": {
          "line": 747,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 25903,
      "end": 25904,
      "loc": {
        "start": {
          "line": 747,
          "column": 29
        },
        "end": {
          "line": 747,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 25904,
      "end": 25905,
      "loc": {
        "start": {
          "line": 747,
          "column": 30
        },
        "end": {
          "line": 747,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 25910,
      "end": 25911,
      "loc": {
        "start": {
          "line": 748,
          "column": 4
        },
        "end": {
          "line": 748,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 25914,
      "end": 25915,
      "loc": {
        "start": {
          "line": 749,
          "column": 2
        },
        "end": {
          "line": 749,
          "column": 3
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dropFunction",
      "start": 25919,
      "end": 25931,
      "loc": {
        "start": {
          "line": 751,
          "column": 2
        },
        "end": {
          "line": 751,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 25931,
      "end": 25932,
      "loc": {
        "start": {
          "line": 751,
          "column": 14
        },
        "end": {
          "line": 751,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "functionName",
      "start": 25932,
      "end": 25944,
      "loc": {
        "start": {
          "line": 751,
          "column": 15
        },
        "end": {
          "line": 751,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 25944,
      "end": 25945,
      "loc": {
        "start": {
          "line": 751,
          "column": 27
        },
        "end": {
          "line": 751,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "params",
      "start": 25946,
      "end": 25952,
      "loc": {
        "start": {
          "line": 751,
          "column": 29
        },
        "end": {
          "line": 751,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 25952,
      "end": 25953,
      "loc": {
        "start": {
          "line": 751,
          "column": 35
        },
        "end": {
          "line": 751,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 25954,
      "end": 25961,
      "loc": {
        "start": {
          "line": 751,
          "column": 37
        },
        "end": {
          "line": 751,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 25961,
      "end": 25962,
      "loc": {
        "start": {
          "line": 751,
          "column": 44
        },
        "end": {
          "line": 751,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 25963,
      "end": 25964,
      "loc": {
        "start": {
          "line": 751,
          "column": 46
        },
        "end": {
          "line": 751,
          "column": 47
        }
      }
    },
    {
      "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": 25969,
      "end": 25974,
      "loc": {
        "start": {
          "line": 752,
          "column": 4
        },
        "end": {
          "line": 752,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sql",
      "start": 25975,
      "end": 25978,
      "loc": {
        "start": {
          "line": 752,
          "column": 10
        },
        "end": {
          "line": 752,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 25979,
      "end": 25980,
      "loc": {
        "start": {
          "line": 752,
          "column": 14
        },
        "end": {
          "line": 752,
          "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": 25981,
      "end": 25985,
      "loc": {
        "start": {
          "line": 752,
          "column": 16
        },
        "end": {
          "line": 752,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 25985,
      "end": 25986,
      "loc": {
        "start": {
          "line": 752,
          "column": 20
        },
        "end": {
          "line": 752,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "QueryGenerator",
      "start": 25986,
      "end": 26000,
      "loc": {
        "start": {
          "line": 752,
          "column": 21
        },
        "end": {
          "line": 752,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 26000,
      "end": 26001,
      "loc": {
        "start": {
          "line": 752,
          "column": 35
        },
        "end": {
          "line": 752,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dropFunction",
      "start": 26001,
      "end": 26013,
      "loc": {
        "start": {
          "line": 752,
          "column": 36
        },
        "end": {
          "line": 752,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 26013,
      "end": 26014,
      "loc": {
        "start": {
          "line": 752,
          "column": 48
        },
        "end": {
          "line": 752,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "functionName",
      "start": 26014,
      "end": 26026,
      "loc": {
        "start": {
          "line": 752,
          "column": 49
        },
        "end": {
          "line": 752,
          "column": 61
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 26026,
      "end": 26027,
      "loc": {
        "start": {
          "line": 752,
          "column": 61
        },
        "end": {
          "line": 752,
          "column": 62
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "params",
      "start": 26028,
      "end": 26034,
      "loc": {
        "start": {
          "line": 752,
          "column": 63
        },
        "end": {
          "line": 752,
          "column": 69
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 26034,
      "end": 26035,
      "loc": {
        "start": {
          "line": 752,
          "column": 69
        },
        "end": {
          "line": 752,
          "column": 70
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 26035,
      "end": 26036,
      "loc": {
        "start": {
          "line": 752,
          "column": 70
        },
        "end": {
          "line": 752,
          "column": 71
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 26041,
      "end": 26048,
      "loc": {
        "start": {
          "line": 753,
          "column": 4
        },
        "end": {
          "line": 753,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 26049,
      "end": 26050,
      "loc": {
        "start": {
          "line": 753,
          "column": 12
        },
        "end": {
          "line": 753,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 26051,
      "end": 26058,
      "loc": {
        "start": {
          "line": 753,
          "column": 14
        },
        "end": {
          "line": 753,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "||",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 1,
        "updateContext": null
      },
      "value": "||",
      "start": 26059,
      "end": 26061,
      "loc": {
        "start": {
          "line": 753,
          "column": 22
        },
        "end": {
          "line": 753,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 26062,
      "end": 26063,
      "loc": {
        "start": {
          "line": 753,
          "column": 25
        },
        "end": {
          "line": 753,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 26063,
      "end": 26064,
      "loc": {
        "start": {
          "line": 753,
          "column": 26
        },
        "end": {
          "line": 753,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 26064,
      "end": 26065,
      "loc": {
        "start": {
          "line": 753,
          "column": 27
        },
        "end": {
          "line": 753,
          "column": 28
        }
      }
    },
    {
      "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": 26071,
      "end": 26073,
      "loc": {
        "start": {
          "line": 755,
          "column": 4
        },
        "end": {
          "line": 755,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 26074,
      "end": 26075,
      "loc": {
        "start": {
          "line": 755,
          "column": 7
        },
        "end": {
          "line": 755,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sql",
      "start": 26075,
      "end": 26078,
      "loc": {
        "start": {
          "line": 755,
          "column": 8
        },
        "end": {
          "line": 755,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 26078,
      "end": 26079,
      "loc": {
        "start": {
          "line": 755,
          "column": 11
        },
        "end": {
          "line": 755,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 26080,
      "end": 26081,
      "loc": {
        "start": {
          "line": 755,
          "column": 13
        },
        "end": {
          "line": 755,
          "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": 26088,
      "end": 26094,
      "loc": {
        "start": {
          "line": 756,
          "column": 6
        },
        "end": {
          "line": 756,
          "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": 26095,
      "end": 26099,
      "loc": {
        "start": {
          "line": 756,
          "column": 13
        },
        "end": {
          "line": 756,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 26099,
      "end": 26100,
      "loc": {
        "start": {
          "line": 756,
          "column": 17
        },
        "end": {
          "line": 756,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sequelize",
      "start": 26100,
      "end": 26109,
      "loc": {
        "start": {
          "line": 756,
          "column": 18
        },
        "end": {
          "line": 756,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 26109,
      "end": 26110,
      "loc": {
        "start": {
          "line": 756,
          "column": 27
        },
        "end": {
          "line": 756,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "query",
      "start": 26110,
      "end": 26115,
      "loc": {
        "start": {
          "line": 756,
          "column": 28
        },
        "end": {
          "line": 756,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 26115,
      "end": 26116,
      "loc": {
        "start": {
          "line": 756,
          "column": 33
        },
        "end": {
          "line": 756,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sql",
      "start": 26116,
      "end": 26119,
      "loc": {
        "start": {
          "line": 756,
          "column": 34
        },
        "end": {
          "line": 756,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 26119,
      "end": 26120,
      "loc": {
        "start": {
          "line": 756,
          "column": 37
        },
        "end": {
          "line": 756,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 26121,
      "end": 26128,
      "loc": {
        "start": {
          "line": 756,
          "column": 39
        },
        "end": {
          "line": 756,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 26128,
      "end": 26129,
      "loc": {
        "start": {
          "line": 756,
          "column": 46
        },
        "end": {
          "line": 756,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 26129,
      "end": 26130,
      "loc": {
        "start": {
          "line": 756,
          "column": 47
        },
        "end": {
          "line": 756,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 26135,
      "end": 26136,
      "loc": {
        "start": {
          "line": 757,
          "column": 4
        },
        "end": {
          "line": 757,
          "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": 26137,
      "end": 26141,
      "loc": {
        "start": {
          "line": 757,
          "column": 6
        },
        "end": {
          "line": 757,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 26142,
      "end": 26143,
      "loc": {
        "start": {
          "line": 757,
          "column": 11
        },
        "end": {
          "line": 757,
          "column": 12
        }
      }
    },
    {
      "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": 26150,
      "end": 26156,
      "loc": {
        "start": {
          "line": 758,
          "column": 6
        },
        "end": {
          "line": 758,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Promise",
      "start": 26157,
      "end": 26164,
      "loc": {
        "start": {
          "line": 758,
          "column": 13
        },
        "end": {
          "line": 758,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 26164,
      "end": 26165,
      "loc": {
        "start": {
          "line": 758,
          "column": 20
        },
        "end": {
          "line": 758,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "resolve",
      "start": 26165,
      "end": 26172,
      "loc": {
        "start": {
          "line": 758,
          "column": 21
        },
        "end": {
          "line": 758,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 26172,
      "end": 26173,
      "loc": {
        "start": {
          "line": 758,
          "column": 28
        },
        "end": {
          "line": 758,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 26173,
      "end": 26174,
      "loc": {
        "start": {
          "line": 758,
          "column": 29
        },
        "end": {
          "line": 758,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 26174,
      "end": 26175,
      "loc": {
        "start": {
          "line": 758,
          "column": 30
        },
        "end": {
          "line": 758,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 26180,
      "end": 26181,
      "loc": {
        "start": {
          "line": 759,
          "column": 4
        },
        "end": {
          "line": 759,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 26184,
      "end": 26185,
      "loc": {
        "start": {
          "line": 760,
          "column": 2
        },
        "end": {
          "line": 760,
          "column": 3
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "renameFunction",
      "start": 26189,
      "end": 26203,
      "loc": {
        "start": {
          "line": 762,
          "column": 2
        },
        "end": {
          "line": 762,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 26203,
      "end": 26204,
      "loc": {
        "start": {
          "line": 762,
          "column": 16
        },
        "end": {
          "line": 762,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "oldFunctionName",
      "start": 26204,
      "end": 26219,
      "loc": {
        "start": {
          "line": 762,
          "column": 17
        },
        "end": {
          "line": 762,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 26219,
      "end": 26220,
      "loc": {
        "start": {
          "line": 762,
          "column": 32
        },
        "end": {
          "line": 762,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "params",
      "start": 26221,
      "end": 26227,
      "loc": {
        "start": {
          "line": 762,
          "column": 34
        },
        "end": {
          "line": 762,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 26227,
      "end": 26228,
      "loc": {
        "start": {
          "line": 762,
          "column": 40
        },
        "end": {
          "line": 762,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "newFunctionName",
      "start": 26229,
      "end": 26244,
      "loc": {
        "start": {
          "line": 762,
          "column": 42
        },
        "end": {
          "line": 762,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 26244,
      "end": 26245,
      "loc": {
        "start": {
          "line": 762,
          "column": 57
        },
        "end": {
          "line": 762,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 26246,
      "end": 26253,
      "loc": {
        "start": {
          "line": 762,
          "column": 59
        },
        "end": {
          "line": 762,
          "column": 66
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 26253,
      "end": 26254,
      "loc": {
        "start": {
          "line": 762,
          "column": 66
        },
        "end": {
          "line": 762,
          "column": 67
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 26255,
      "end": 26256,
      "loc": {
        "start": {
          "line": 762,
          "column": 68
        },
        "end": {
          "line": 762,
          "column": 69
        }
      }
    },
    {
      "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": 26261,
      "end": 26266,
      "loc": {
        "start": {
          "line": 763,
          "column": 4
        },
        "end": {
          "line": 763,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sql",
      "start": 26267,
      "end": 26270,
      "loc": {
        "start": {
          "line": 763,
          "column": 10
        },
        "end": {
          "line": 763,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 26271,
      "end": 26272,
      "loc": {
        "start": {
          "line": 763,
          "column": 14
        },
        "end": {
          "line": 763,
          "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": 26273,
      "end": 26277,
      "loc": {
        "start": {
          "line": 763,
          "column": 16
        },
        "end": {
          "line": 763,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 26277,
      "end": 26278,
      "loc": {
        "start": {
          "line": 763,
          "column": 20
        },
        "end": {
          "line": 763,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "QueryGenerator",
      "start": 26278,
      "end": 26292,
      "loc": {
        "start": {
          "line": 763,
          "column": 21
        },
        "end": {
          "line": 763,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 26292,
      "end": 26293,
      "loc": {
        "start": {
          "line": 763,
          "column": 35
        },
        "end": {
          "line": 763,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "renameFunction",
      "start": 26293,
      "end": 26307,
      "loc": {
        "start": {
          "line": 763,
          "column": 36
        },
        "end": {
          "line": 763,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 26307,
      "end": 26308,
      "loc": {
        "start": {
          "line": 763,
          "column": 50
        },
        "end": {
          "line": 763,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "oldFunctionName",
      "start": 26308,
      "end": 26323,
      "loc": {
        "start": {
          "line": 763,
          "column": 51
        },
        "end": {
          "line": 763,
          "column": 66
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 26323,
      "end": 26324,
      "loc": {
        "start": {
          "line": 763,
          "column": 66
        },
        "end": {
          "line": 763,
          "column": 67
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "params",
      "start": 26325,
      "end": 26331,
      "loc": {
        "start": {
          "line": 763,
          "column": 68
        },
        "end": {
          "line": 763,
          "column": 74
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 26331,
      "end": 26332,
      "loc": {
        "start": {
          "line": 763,
          "column": 74
        },
        "end": {
          "line": 763,
          "column": 75
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "newFunctionName",
      "start": 26333,
      "end": 26348,
      "loc": {
        "start": {
          "line": 763,
          "column": 76
        },
        "end": {
          "line": 763,
          "column": 91
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 26348,
      "end": 26349,
      "loc": {
        "start": {
          "line": 763,
          "column": 91
        },
        "end": {
          "line": 763,
          "column": 92
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 26349,
      "end": 26350,
      "loc": {
        "start": {
          "line": 763,
          "column": 92
        },
        "end": {
          "line": 763,
          "column": 93
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 26355,
      "end": 26362,
      "loc": {
        "start": {
          "line": 764,
          "column": 4
        },
        "end": {
          "line": 764,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 26363,
      "end": 26364,
      "loc": {
        "start": {
          "line": 764,
          "column": 12
        },
        "end": {
          "line": 764,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 26365,
      "end": 26372,
      "loc": {
        "start": {
          "line": 764,
          "column": 14
        },
        "end": {
          "line": 764,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "||",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 1,
        "updateContext": null
      },
      "value": "||",
      "start": 26373,
      "end": 26375,
      "loc": {
        "start": {
          "line": 764,
          "column": 22
        },
        "end": {
          "line": 764,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 26376,
      "end": 26377,
      "loc": {
        "start": {
          "line": 764,
          "column": 25
        },
        "end": {
          "line": 764,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 26377,
      "end": 26378,
      "loc": {
        "start": {
          "line": 764,
          "column": 26
        },
        "end": {
          "line": 764,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 26378,
      "end": 26379,
      "loc": {
        "start": {
          "line": 764,
          "column": 27
        },
        "end": {
          "line": 764,
          "column": 28
        }
      }
    },
    {
      "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": 26385,
      "end": 26387,
      "loc": {
        "start": {
          "line": 766,
          "column": 4
        },
        "end": {
          "line": 766,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 26388,
      "end": 26389,
      "loc": {
        "start": {
          "line": 766,
          "column": 7
        },
        "end": {
          "line": 766,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sql",
      "start": 26389,
      "end": 26392,
      "loc": {
        "start": {
          "line": 766,
          "column": 8
        },
        "end": {
          "line": 766,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 26392,
      "end": 26393,
      "loc": {
        "start": {
          "line": 766,
          "column": 11
        },
        "end": {
          "line": 766,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 26394,
      "end": 26395,
      "loc": {
        "start": {
          "line": 766,
          "column": 13
        },
        "end": {
          "line": 766,
          "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": 26402,
      "end": 26408,
      "loc": {
        "start": {
          "line": 767,
          "column": 6
        },
        "end": {
          "line": 767,
          "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": 26409,
      "end": 26413,
      "loc": {
        "start": {
          "line": 767,
          "column": 13
        },
        "end": {
          "line": 767,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 26413,
      "end": 26414,
      "loc": {
        "start": {
          "line": 767,
          "column": 17
        },
        "end": {
          "line": 767,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sequelize",
      "start": 26414,
      "end": 26423,
      "loc": {
        "start": {
          "line": 767,
          "column": 18
        },
        "end": {
          "line": 767,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 26423,
      "end": 26424,
      "loc": {
        "start": {
          "line": 767,
          "column": 27
        },
        "end": {
          "line": 767,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "query",
      "start": 26424,
      "end": 26429,
      "loc": {
        "start": {
          "line": 767,
          "column": 28
        },
        "end": {
          "line": 767,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 26429,
      "end": 26430,
      "loc": {
        "start": {
          "line": 767,
          "column": 33
        },
        "end": {
          "line": 767,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sql",
      "start": 26430,
      "end": 26433,
      "loc": {
        "start": {
          "line": 767,
          "column": 34
        },
        "end": {
          "line": 767,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 26433,
      "end": 26434,
      "loc": {
        "start": {
          "line": 767,
          "column": 37
        },
        "end": {
          "line": 767,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 26435,
      "end": 26442,
      "loc": {
        "start": {
          "line": 767,
          "column": 39
        },
        "end": {
          "line": 767,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 26442,
      "end": 26443,
      "loc": {
        "start": {
          "line": 767,
          "column": 46
        },
        "end": {
          "line": 767,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 26443,
      "end": 26444,
      "loc": {
        "start": {
          "line": 767,
          "column": 47
        },
        "end": {
          "line": 767,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 26449,
      "end": 26450,
      "loc": {
        "start": {
          "line": 768,
          "column": 4
        },
        "end": {
          "line": 768,
          "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": 26451,
      "end": 26455,
      "loc": {
        "start": {
          "line": 768,
          "column": 6
        },
        "end": {
          "line": 768,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 26456,
      "end": 26457,
      "loc": {
        "start": {
          "line": 768,
          "column": 11
        },
        "end": {
          "line": 768,
          "column": 12
        }
      }
    },
    {
      "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": 26464,
      "end": 26470,
      "loc": {
        "start": {
          "line": 769,
          "column": 6
        },
        "end": {
          "line": 769,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Promise",
      "start": 26471,
      "end": 26478,
      "loc": {
        "start": {
          "line": 769,
          "column": 13
        },
        "end": {
          "line": 769,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 26478,
      "end": 26479,
      "loc": {
        "start": {
          "line": 769,
          "column": 20
        },
        "end": {
          "line": 769,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "resolve",
      "start": 26479,
      "end": 26486,
      "loc": {
        "start": {
          "line": 769,
          "column": 21
        },
        "end": {
          "line": 769,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 26486,
      "end": 26487,
      "loc": {
        "start": {
          "line": 769,
          "column": 28
        },
        "end": {
          "line": 769,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 26487,
      "end": 26488,
      "loc": {
        "start": {
          "line": 769,
          "column": 29
        },
        "end": {
          "line": 769,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 26488,
      "end": 26489,
      "loc": {
        "start": {
          "line": 769,
          "column": 30
        },
        "end": {
          "line": 769,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 26494,
      "end": 26495,
      "loc": {
        "start": {
          "line": 770,
          "column": 4
        },
        "end": {
          "line": 770,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 26498,
      "end": 26499,
      "loc": {
        "start": {
          "line": 771,
          "column": 2
        },
        "end": {
          "line": 771,
          "column": 3
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " Helper methods useful for querying",
      "start": 26503,
      "end": 26540,
      "loc": {
        "start": {
          "line": 773,
          "column": 2
        },
        "end": {
          "line": 773,
          "column": 39
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n   * Escape an identifier (e.g. a table or attribute name). If force is true,\n   * the identifier will be quoted even if the `quoteIdentifiers` option is\n   * false.\n   * @private\n   ",
      "start": 26544,
      "end": 26733,
      "loc": {
        "start": {
          "line": 775,
          "column": 2
        },
        "end": {
          "line": 780,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "quoteIdentifier",
      "start": 26736,
      "end": 26751,
      "loc": {
        "start": {
          "line": 781,
          "column": 2
        },
        "end": {
          "line": 781,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 26751,
      "end": 26752,
      "loc": {
        "start": {
          "line": 781,
          "column": 17
        },
        "end": {
          "line": 781,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "identifier",
      "start": 26752,
      "end": 26762,
      "loc": {
        "start": {
          "line": 781,
          "column": 18
        },
        "end": {
          "line": 781,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 26762,
      "end": 26763,
      "loc": {
        "start": {
          "line": 781,
          "column": 28
        },
        "end": {
          "line": 781,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "force",
      "start": 26764,
      "end": 26769,
      "loc": {
        "start": {
          "line": 781,
          "column": 30
        },
        "end": {
          "line": 781,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 26769,
      "end": 26770,
      "loc": {
        "start": {
          "line": 781,
          "column": 35
        },
        "end": {
          "line": 781,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 26771,
      "end": 26772,
      "loc": {
        "start": {
          "line": 781,
          "column": 37
        },
        "end": {
          "line": 781,
          "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": 26777,
      "end": 26783,
      "loc": {
        "start": {
          "line": 782,
          "column": 4
        },
        "end": {
          "line": 782,
          "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": 26784,
      "end": 26788,
      "loc": {
        "start": {
          "line": 782,
          "column": 11
        },
        "end": {
          "line": 782,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 26788,
      "end": 26789,
      "loc": {
        "start": {
          "line": 782,
          "column": 15
        },
        "end": {
          "line": 782,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "QueryGenerator",
      "start": 26789,
      "end": 26803,
      "loc": {
        "start": {
          "line": 782,
          "column": 16
        },
        "end": {
          "line": 782,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 26803,
      "end": 26804,
      "loc": {
        "start": {
          "line": 782,
          "column": 30
        },
        "end": {
          "line": 782,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "quoteIdentifier",
      "start": 26804,
      "end": 26819,
      "loc": {
        "start": {
          "line": 782,
          "column": 31
        },
        "end": {
          "line": 782,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 26819,
      "end": 26820,
      "loc": {
        "start": {
          "line": 782,
          "column": 46
        },
        "end": {
          "line": 782,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "identifier",
      "start": 26820,
      "end": 26830,
      "loc": {
        "start": {
          "line": 782,
          "column": 47
        },
        "end": {
          "line": 782,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 26830,
      "end": 26831,
      "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": "force",
      "start": 26832,
      "end": 26837,
      "loc": {
        "start": {
          "line": 782,
          "column": 59
        },
        "end": {
          "line": 782,
          "column": 64
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 26837,
      "end": 26838,
      "loc": {
        "start": {
          "line": 782,
          "column": 64
        },
        "end": {
          "line": 782,
          "column": 65
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 26838,
      "end": 26839,
      "loc": {
        "start": {
          "line": 782,
          "column": 65
        },
        "end": {
          "line": 782,
          "column": 66
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 26842,
      "end": 26843,
      "loc": {
        "start": {
          "line": 783,
          "column": 2
        },
        "end": {
          "line": 783,
          "column": 3
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "quoteTable",
      "start": 26847,
      "end": 26857,
      "loc": {
        "start": {
          "line": 785,
          "column": 2
        },
        "end": {
          "line": 785,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 26857,
      "end": 26858,
      "loc": {
        "start": {
          "line": 785,
          "column": 12
        },
        "end": {
          "line": 785,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "identifier",
      "start": 26858,
      "end": 26868,
      "loc": {
        "start": {
          "line": 785,
          "column": 13
        },
        "end": {
          "line": 785,
          "column": 23
        }
      }
    },
    {
      "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": 785,
          "column": 23
        },
        "end": {
          "line": 785,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 26870,
      "end": 26871,
      "loc": {
        "start": {
          "line": 785,
          "column": 25
        },
        "end": {
          "line": 785,
          "column": 26
        }
      }
    },
    {
      "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": 26876,
      "end": 26882,
      "loc": {
        "start": {
          "line": 786,
          "column": 4
        },
        "end": {
          "line": 786,
          "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": 26883,
      "end": 26887,
      "loc": {
        "start": {
          "line": 786,
          "column": 11
        },
        "end": {
          "line": 786,
          "column": 15
        }
      }
    },
    {
      "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": 786,
          "column": 15
        },
        "end": {
          "line": 786,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "QueryGenerator",
      "start": 26888,
      "end": 26902,
      "loc": {
        "start": {
          "line": 786,
          "column": 16
        },
        "end": {
          "line": 786,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 26902,
      "end": 26903,
      "loc": {
        "start": {
          "line": 786,
          "column": 30
        },
        "end": {
          "line": 786,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "quoteTable",
      "start": 26903,
      "end": 26913,
      "loc": {
        "start": {
          "line": 786,
          "column": 31
        },
        "end": {
          "line": 786,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 26913,
      "end": 26914,
      "loc": {
        "start": {
          "line": 786,
          "column": 41
        },
        "end": {
          "line": 786,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "identifier",
      "start": 26914,
      "end": 26924,
      "loc": {
        "start": {
          "line": 786,
          "column": 42
        },
        "end": {
          "line": 786,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 26924,
      "end": 26925,
      "loc": {
        "start": {
          "line": 786,
          "column": 52
        },
        "end": {
          "line": 786,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 26925,
      "end": 26926,
      "loc": {
        "start": {
          "line": 786,
          "column": 53
        },
        "end": {
          "line": 786,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 26929,
      "end": 26930,
      "loc": {
        "start": {
          "line": 787,
          "column": 2
        },
        "end": {
          "line": 787,
          "column": 3
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n   * Split an identifier into .-separated tokens and quote each part.\n   * If force is true, the identifier will be quoted even if the\n   * `quoteIdentifiers` option is false.\n   * @private\n   ",
      "start": 26934,
      "end": 27133,
      "loc": {
        "start": {
          "line": 789,
          "column": 2
        },
        "end": {
          "line": 794,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "quoteIdentifiers",
      "start": 27136,
      "end": 27152,
      "loc": {
        "start": {
          "line": 795,
          "column": 2
        },
        "end": {
          "line": 795,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 27152,
      "end": 27153,
      "loc": {
        "start": {
          "line": 795,
          "column": 18
        },
        "end": {
          "line": 795,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "identifiers",
      "start": 27153,
      "end": 27164,
      "loc": {
        "start": {
          "line": 795,
          "column": 19
        },
        "end": {
          "line": 795,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 27164,
      "end": 27165,
      "loc": {
        "start": {
          "line": 795,
          "column": 30
        },
        "end": {
          "line": 795,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "force",
      "start": 27166,
      "end": 27171,
      "loc": {
        "start": {
          "line": 795,
          "column": 32
        },
        "end": {
          "line": 795,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 27171,
      "end": 27172,
      "loc": {
        "start": {
          "line": 795,
          "column": 37
        },
        "end": {
          "line": 795,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 27173,
      "end": 27174,
      "loc": {
        "start": {
          "line": 795,
          "column": 39
        },
        "end": {
          "line": 795,
          "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": 27179,
      "end": 27185,
      "loc": {
        "start": {
          "line": 796,
          "column": 4
        },
        "end": {
          "line": 796,
          "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": 27186,
      "end": 27190,
      "loc": {
        "start": {
          "line": 796,
          "column": 11
        },
        "end": {
          "line": 796,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 27190,
      "end": 27191,
      "loc": {
        "start": {
          "line": 796,
          "column": 15
        },
        "end": {
          "line": 796,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "QueryGenerator",
      "start": 27191,
      "end": 27205,
      "loc": {
        "start": {
          "line": 796,
          "column": 16
        },
        "end": {
          "line": 796,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 27205,
      "end": 27206,
      "loc": {
        "start": {
          "line": 796,
          "column": 30
        },
        "end": {
          "line": 796,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "quoteIdentifiers",
      "start": 27206,
      "end": 27222,
      "loc": {
        "start": {
          "line": 796,
          "column": 31
        },
        "end": {
          "line": 796,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 27222,
      "end": 27223,
      "loc": {
        "start": {
          "line": 796,
          "column": 47
        },
        "end": {
          "line": 796,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "identifiers",
      "start": 27223,
      "end": 27234,
      "loc": {
        "start": {
          "line": 796,
          "column": 48
        },
        "end": {
          "line": 796,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 27234,
      "end": 27235,
      "loc": {
        "start": {
          "line": 796,
          "column": 59
        },
        "end": {
          "line": 796,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "force",
      "start": 27236,
      "end": 27241,
      "loc": {
        "start": {
          "line": 796,
          "column": 61
        },
        "end": {
          "line": 796,
          "column": 66
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 27241,
      "end": 27242,
      "loc": {
        "start": {
          "line": 796,
          "column": 66
        },
        "end": {
          "line": 796,
          "column": 67
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 27242,
      "end": 27243,
      "loc": {
        "start": {
          "line": 796,
          "column": 67
        },
        "end": {
          "line": 796,
          "column": 68
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 27246,
      "end": 27247,
      "loc": {
        "start": {
          "line": 797,
          "column": 2
        },
        "end": {
          "line": 797,
          "column": 3
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n   * Escape a value (e.g. a string, number or date)\n   * @private\n   ",
      "start": 27251,
      "end": 27326,
      "loc": {
        "start": {
          "line": 799,
          "column": 2
        },
        "end": {
          "line": 802,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "escape",
      "start": 27329,
      "end": 27335,
      "loc": {
        "start": {
          "line": 803,
          "column": 2
        },
        "end": {
          "line": 803,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 27335,
      "end": 27336,
      "loc": {
        "start": {
          "line": 803,
          "column": 8
        },
        "end": {
          "line": 803,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "value",
      "start": 27336,
      "end": 27341,
      "loc": {
        "start": {
          "line": 803,
          "column": 9
        },
        "end": {
          "line": 803,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 27341,
      "end": 27342,
      "loc": {
        "start": {
          "line": 803,
          "column": 14
        },
        "end": {
          "line": 803,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 27343,
      "end": 27344,
      "loc": {
        "start": {
          "line": 803,
          "column": 16
        },
        "end": {
          "line": 803,
          "column": 17
        }
      }
    },
    {
      "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": 27349,
      "end": 27355,
      "loc": {
        "start": {
          "line": 804,
          "column": 4
        },
        "end": {
          "line": 804,
          "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": 27356,
      "end": 27360,
      "loc": {
        "start": {
          "line": 804,
          "column": 11
        },
        "end": {
          "line": 804,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 27360,
      "end": 27361,
      "loc": {
        "start": {
          "line": 804,
          "column": 15
        },
        "end": {
          "line": 804,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "QueryGenerator",
      "start": 27361,
      "end": 27375,
      "loc": {
        "start": {
          "line": 804,
          "column": 16
        },
        "end": {
          "line": 804,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 27375,
      "end": 27376,
      "loc": {
        "start": {
          "line": 804,
          "column": 30
        },
        "end": {
          "line": 804,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "escape",
      "start": 27376,
      "end": 27382,
      "loc": {
        "start": {
          "line": 804,
          "column": 31
        },
        "end": {
          "line": 804,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 27382,
      "end": 27383,
      "loc": {
        "start": {
          "line": 804,
          "column": 37
        },
        "end": {
          "line": 804,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "value",
      "start": 27383,
      "end": 27388,
      "loc": {
        "start": {
          "line": 804,
          "column": 38
        },
        "end": {
          "line": 804,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 27388,
      "end": 27389,
      "loc": {
        "start": {
          "line": 804,
          "column": 43
        },
        "end": {
          "line": 804,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 27389,
      "end": 27390,
      "loc": {
        "start": {
          "line": 804,
          "column": 44
        },
        "end": {
          "line": 804,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 27393,
      "end": 27394,
      "loc": {
        "start": {
          "line": 805,
          "column": 2
        },
        "end": {
          "line": 805,
          "column": 3
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "setAutocommit",
      "start": 27398,
      "end": 27411,
      "loc": {
        "start": {
          "line": 807,
          "column": 2
        },
        "end": {
          "line": 807,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 27411,
      "end": 27412,
      "loc": {
        "start": {
          "line": 807,
          "column": 15
        },
        "end": {
          "line": 807,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "transaction",
      "start": 27412,
      "end": 27423,
      "loc": {
        "start": {
          "line": 807,
          "column": 16
        },
        "end": {
          "line": 807,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 27423,
      "end": 27424,
      "loc": {
        "start": {
          "line": 807,
          "column": 27
        },
        "end": {
          "line": 807,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "value",
      "start": 27425,
      "end": 27430,
      "loc": {
        "start": {
          "line": 807,
          "column": 29
        },
        "end": {
          "line": 807,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 27430,
      "end": 27431,
      "loc": {
        "start": {
          "line": 807,
          "column": 34
        },
        "end": {
          "line": 807,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 27432,
      "end": 27439,
      "loc": {
        "start": {
          "line": 807,
          "column": 36
        },
        "end": {
          "line": 807,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 27439,
      "end": 27440,
      "loc": {
        "start": {
          "line": 807,
          "column": 43
        },
        "end": {
          "line": 807,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 27441,
      "end": 27442,
      "loc": {
        "start": {
          "line": 807,
          "column": 45
        },
        "end": {
          "line": 807,
          "column": 46
        }
      }
    },
    {
      "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": 27447,
      "end": 27449,
      "loc": {
        "start": {
          "line": 808,
          "column": 4
        },
        "end": {
          "line": 808,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 27450,
      "end": 27451,
      "loc": {
        "start": {
          "line": 808,
          "column": 7
        },
        "end": {
          "line": 808,
          "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": 27451,
      "end": 27452,
      "loc": {
        "start": {
          "line": 808,
          "column": 8
        },
        "end": {
          "line": 808,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "transaction",
      "start": 27452,
      "end": 27463,
      "loc": {
        "start": {
          "line": 808,
          "column": 9
        },
        "end": {
          "line": 808,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "||",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 1,
        "updateContext": null
      },
      "value": "||",
      "start": 27464,
      "end": 27466,
      "loc": {
        "start": {
          "line": 808,
          "column": 21
        },
        "end": {
          "line": 808,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "prefix",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "!",
      "start": 27467,
      "end": 27468,
      "loc": {
        "start": {
          "line": 808,
          "column": 24
        },
        "end": {
          "line": 808,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 27468,
      "end": 27469,
      "loc": {
        "start": {
          "line": 808,
          "column": 25
        },
        "end": {
          "line": 808,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "transaction",
      "start": 27469,
      "end": 27480,
      "loc": {
        "start": {
          "line": 808,
          "column": 26
        },
        "end": {
          "line": 808,
          "column": 37
        }
      }
    },
    {
      "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": 27481,
      "end": 27491,
      "loc": {
        "start": {
          "line": 808,
          "column": 38
        },
        "end": {
          "line": 808,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Transaction",
      "start": 27492,
      "end": 27503,
      "loc": {
        "start": {
          "line": 808,
          "column": 49
        },
        "end": {
          "line": 808,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 27503,
      "end": 27504,
      "loc": {
        "start": {
          "line": 808,
          "column": 60
        },
        "end": {
          "line": 808,
          "column": 61
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 27504,
      "end": 27505,
      "loc": {
        "start": {
          "line": 808,
          "column": 61
        },
        "end": {
          "line": 808,
          "column": 62
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 27506,
      "end": 27507,
      "loc": {
        "start": {
          "line": 808,
          "column": 63
        },
        "end": {
          "line": 808,
          "column": 64
        }
      }
    },
    {
      "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": 27514,
      "end": 27519,
      "loc": {
        "start": {
          "line": 809,
          "column": 6
        },
        "end": {
          "line": 809,
          "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": 27520,
      "end": 27523,
      "loc": {
        "start": {
          "line": 809,
          "column": 12
        },
        "end": {
          "line": 809,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Error",
      "start": 27524,
      "end": 27529,
      "loc": {
        "start": {
          "line": 809,
          "column": 16
        },
        "end": {
          "line": 809,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 27529,
      "end": 27530,
      "loc": {
        "start": {
          "line": 809,
          "column": 21
        },
        "end": {
          "line": 809,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "Unable to set autocommit for a transaction without transaction object!",
      "start": 27530,
      "end": 27602,
      "loc": {
        "start": {
          "line": 809,
          "column": 22
        },
        "end": {
          "line": 809,
          "column": 94
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 27602,
      "end": 27603,
      "loc": {
        "start": {
          "line": 809,
          "column": 94
        },
        "end": {
          "line": 809,
          "column": 95
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 27603,
      "end": 27604,
      "loc": {
        "start": {
          "line": 809,
          "column": 95
        },
        "end": {
          "line": 809,
          "column": 96
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 27609,
      "end": 27610,
      "loc": {
        "start": {
          "line": 810,
          "column": 4
        },
        "end": {
          "line": 810,
          "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": 27615,
      "end": 27617,
      "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": 27618,
      "end": 27619,
      "loc": {
        "start": {
          "line": 811,
          "column": 7
        },
        "end": {
          "line": 811,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "transaction",
      "start": 27619,
      "end": 27630,
      "loc": {
        "start": {
          "line": 811,
          "column": 8
        },
        "end": {
          "line": 811,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 27630,
      "end": 27631,
      "loc": {
        "start": {
          "line": 811,
          "column": 19
        },
        "end": {
          "line": 811,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "parent",
      "start": 27631,
      "end": 27637,
      "loc": {
        "start": {
          "line": 811,
          "column": 20
        },
        "end": {
          "line": 811,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 27637,
      "end": 27638,
      "loc": {
        "start": {
          "line": 811,
          "column": 26
        },
        "end": {
          "line": 811,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 27639,
      "end": 27640,
      "loc": {
        "start": {
          "line": 811,
          "column": 28
        },
        "end": {
          "line": 811,
          "column": 29
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " Not possible to set a seperate isolation level for savepoints",
      "start": 27647,
      "end": 27711,
      "loc": {
        "start": {
          "line": 812,
          "column": 6
        },
        "end": {
          "line": 812,
          "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": 27718,
      "end": 27724,
      "loc": {
        "start": {
          "line": 813,
          "column": 6
        },
        "end": {
          "line": 813,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Promise",
      "start": 27725,
      "end": 27732,
      "loc": {
        "start": {
          "line": 813,
          "column": 13
        },
        "end": {
          "line": 813,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 27732,
      "end": 27733,
      "loc": {
        "start": {
          "line": 813,
          "column": 20
        },
        "end": {
          "line": 813,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "resolve",
      "start": 27733,
      "end": 27740,
      "loc": {
        "start": {
          "line": 813,
          "column": 21
        },
        "end": {
          "line": 813,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 27740,
      "end": 27741,
      "loc": {
        "start": {
          "line": 813,
          "column": 28
        },
        "end": {
          "line": 813,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 27741,
      "end": 27742,
      "loc": {
        "start": {
          "line": 813,
          "column": 29
        },
        "end": {
          "line": 813,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 27742,
      "end": 27743,
      "loc": {
        "start": {
          "line": 813,
          "column": 30
        },
        "end": {
          "line": 813,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 27748,
      "end": 27749,
      "loc": {
        "start": {
          "line": 814,
          "column": 4
        },
        "end": {
          "line": 814,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 27755,
      "end": 27762,
      "loc": {
        "start": {
          "line": 816,
          "column": 4
        },
        "end": {
          "line": 816,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 27763,
      "end": 27764,
      "loc": {
        "start": {
          "line": 816,
          "column": 12
        },
        "end": {
          "line": 816,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_",
      "start": 27765,
      "end": 27766,
      "loc": {
        "start": {
          "line": 816,
          "column": 14
        },
        "end": {
          "line": 816,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 27766,
      "end": 27767,
      "loc": {
        "start": {
          "line": 816,
          "column": 15
        },
        "end": {
          "line": 816,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "assign",
      "start": 27767,
      "end": 27773,
      "loc": {
        "start": {
          "line": 816,
          "column": 16
        },
        "end": {
          "line": 816,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 27773,
      "end": 27774,
      "loc": {
        "start": {
          "line": 816,
          "column": 22
        },
        "end": {
          "line": 816,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 27774,
      "end": 27775,
      "loc": {
        "start": {
          "line": 816,
          "column": 23
        },
        "end": {
          "line": 816,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 27775,
      "end": 27776,
      "loc": {
        "start": {
          "line": 816,
          "column": 24
        },
        "end": {
          "line": 816,
          "column": 25
        }
      }
    },
    {
      "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": 816,
          "column": 25
        },
        "end": {
          "line": 816,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 27778,
      "end": 27785,
      "loc": {
        "start": {
          "line": 816,
          "column": 27
        },
        "end": {
          "line": 816,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 27785,
      "end": 27786,
      "loc": {
        "start": {
          "line": 816,
          "column": 34
        },
        "end": {
          "line": 816,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 27787,
      "end": 27788,
      "loc": {
        "start": {
          "line": 816,
          "column": 36
        },
        "end": {
          "line": 816,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "transaction",
      "start": 27795,
      "end": 27806,
      "loc": {
        "start": {
          "line": 817,
          "column": 6
        },
        "end": {
          "line": 817,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 27806,
      "end": 27807,
      "loc": {
        "start": {
          "line": 817,
          "column": 17
        },
        "end": {
          "line": 817,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "transaction",
      "start": 27808,
      "end": 27819,
      "loc": {
        "start": {
          "line": 817,
          "column": 19
        },
        "end": {
          "line": 817,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 27819,
      "end": 27820,
      "loc": {
        "start": {
          "line": 817,
          "column": 30
        },
        "end": {
          "line": 817,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "parent",
      "start": 27820,
      "end": 27826,
      "loc": {
        "start": {
          "line": 817,
          "column": 31
        },
        "end": {
          "line": 817,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "||",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 1,
        "updateContext": null
      },
      "value": "||",
      "start": 27827,
      "end": 27829,
      "loc": {
        "start": {
          "line": 817,
          "column": 38
        },
        "end": {
          "line": 817,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "transaction",
      "start": 27830,
      "end": 27841,
      "loc": {
        "start": {
          "line": 817,
          "column": 41
        },
        "end": {
          "line": 817,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 27846,
      "end": 27847,
      "loc": {
        "start": {
          "line": 818,
          "column": 4
        },
        "end": {
          "line": 818,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 27847,
      "end": 27848,
      "loc": {
        "start": {
          "line": 818,
          "column": 5
        },
        "end": {
          "line": 818,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 27848,
      "end": 27849,
      "loc": {
        "start": {
          "line": 818,
          "column": 6
        },
        "end": {
          "line": 818,
          "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": 27855,
      "end": 27860,
      "loc": {
        "start": {
          "line": 820,
          "column": 4
        },
        "end": {
          "line": 820,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sql",
      "start": 27861,
      "end": 27864,
      "loc": {
        "start": {
          "line": 820,
          "column": 10
        },
        "end": {
          "line": 820,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 27865,
      "end": 27866,
      "loc": {
        "start": {
          "line": 820,
          "column": 14
        },
        "end": {
          "line": 820,
          "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": 27867,
      "end": 27871,
      "loc": {
        "start": {
          "line": 820,
          "column": 16
        },
        "end": {
          "line": 820,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 27871,
      "end": 27872,
      "loc": {
        "start": {
          "line": 820,
          "column": 20
        },
        "end": {
          "line": 820,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "QueryGenerator",
      "start": 27872,
      "end": 27886,
      "loc": {
        "start": {
          "line": 820,
          "column": 21
        },
        "end": {
          "line": 820,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 27886,
      "end": 27887,
      "loc": {
        "start": {
          "line": 820,
          "column": 35
        },
        "end": {
          "line": 820,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "setAutocommitQuery",
      "start": 27887,
      "end": 27905,
      "loc": {
        "start": {
          "line": 820,
          "column": 36
        },
        "end": {
          "line": 820,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 27905,
      "end": 27906,
      "loc": {
        "start": {
          "line": 820,
          "column": 54
        },
        "end": {
          "line": 820,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "value",
      "start": 27906,
      "end": 27911,
      "loc": {
        "start": {
          "line": 820,
          "column": 55
        },
        "end": {
          "line": 820,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 27911,
      "end": 27912,
      "loc": {
        "start": {
          "line": 820,
          "column": 60
        },
        "end": {
          "line": 820,
          "column": 61
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 27913,
      "end": 27914,
      "loc": {
        "start": {
          "line": 820,
          "column": 62
        },
        "end": {
          "line": 820,
          "column": 63
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "parent",
      "start": 27921,
      "end": 27927,
      "loc": {
        "start": {
          "line": 821,
          "column": 6
        },
        "end": {
          "line": 821,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 27927,
      "end": 27928,
      "loc": {
        "start": {
          "line": 821,
          "column": 12
        },
        "end": {
          "line": 821,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "transaction",
      "start": 27929,
      "end": 27940,
      "loc": {
        "start": {
          "line": 821,
          "column": 14
        },
        "end": {
          "line": 821,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 27940,
      "end": 27941,
      "loc": {
        "start": {
          "line": 821,
          "column": 25
        },
        "end": {
          "line": 821,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "parent",
      "start": 27941,
      "end": 27947,
      "loc": {
        "start": {
          "line": 821,
          "column": 26
        },
        "end": {
          "line": 821,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 27952,
      "end": 27953,
      "loc": {
        "start": {
          "line": 822,
          "column": 4
        },
        "end": {
          "line": 822,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 27953,
      "end": 27954,
      "loc": {
        "start": {
          "line": 822,
          "column": 5
        },
        "end": {
          "line": 822,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 27954,
      "end": 27955,
      "loc": {
        "start": {
          "line": 822,
          "column": 6
        },
        "end": {
          "line": 822,
          "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": 27961,
      "end": 27963,
      "loc": {
        "start": {
          "line": 824,
          "column": 4
        },
        "end": {
          "line": 824,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 27964,
      "end": 27965,
      "loc": {
        "start": {
          "line": 824,
          "column": 7
        },
        "end": {
          "line": 824,
          "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": 27965,
      "end": 27966,
      "loc": {
        "start": {
          "line": 824,
          "column": 8
        },
        "end": {
          "line": 824,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sql",
      "start": 27966,
      "end": 27969,
      "loc": {
        "start": {
          "line": 824,
          "column": 9
        },
        "end": {
          "line": 824,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 27969,
      "end": 27970,
      "loc": {
        "start": {
          "line": 824,
          "column": 12
        },
        "end": {
          "line": 824,
          "column": 13
        }
      }
    },
    {
      "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": 27971,
      "end": 27977,
      "loc": {
        "start": {
          "line": 824,
          "column": 14
        },
        "end": {
          "line": 824,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Promise",
      "start": 27978,
      "end": 27985,
      "loc": {
        "start": {
          "line": 824,
          "column": 21
        },
        "end": {
          "line": 824,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 27985,
      "end": 27986,
      "loc": {
        "start": {
          "line": 824,
          "column": 28
        },
        "end": {
          "line": 824,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "resolve",
      "start": 27986,
      "end": 27993,
      "loc": {
        "start": {
          "line": 824,
          "column": 29
        },
        "end": {
          "line": 824,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 27993,
      "end": 27994,
      "loc": {
        "start": {
          "line": 824,
          "column": 36
        },
        "end": {
          "line": 824,
          "column": 37
        }
      }
    },
    {
      "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": 824,
          "column": 37
        },
        "end": {
          "line": 824,
          "column": 38
        }
      }
    },
    {
      "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": 824,
          "column": 38
        },
        "end": {
          "line": 824,
          "column": 39
        }
      }
    },
    {
      "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": 28002,
      "end": 28008,
      "loc": {
        "start": {
          "line": 826,
          "column": 4
        },
        "end": {
          "line": 826,
          "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": 28009,
      "end": 28013,
      "loc": {
        "start": {
          "line": 826,
          "column": 11
        },
        "end": {
          "line": 826,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 28013,
      "end": 28014,
      "loc": {
        "start": {
          "line": 826,
          "column": 15
        },
        "end": {
          "line": 826,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sequelize",
      "start": 28014,
      "end": 28023,
      "loc": {
        "start": {
          "line": 826,
          "column": 16
        },
        "end": {
          "line": 826,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 28023,
      "end": 28024,
      "loc": {
        "start": {
          "line": 826,
          "column": 25
        },
        "end": {
          "line": 826,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "query",
      "start": 28024,
      "end": 28029,
      "loc": {
        "start": {
          "line": 826,
          "column": 26
        },
        "end": {
          "line": 826,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 28029,
      "end": 28030,
      "loc": {
        "start": {
          "line": 826,
          "column": 31
        },
        "end": {
          "line": 826,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sql",
      "start": 28030,
      "end": 28033,
      "loc": {
        "start": {
          "line": 826,
          "column": 32
        },
        "end": {
          "line": 826,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 28033,
      "end": 28034,
      "loc": {
        "start": {
          "line": 826,
          "column": 35
        },
        "end": {
          "line": 826,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 28035,
      "end": 28042,
      "loc": {
        "start": {
          "line": 826,
          "column": 37
        },
        "end": {
          "line": 826,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 28042,
      "end": 28043,
      "loc": {
        "start": {
          "line": 826,
          "column": 44
        },
        "end": {
          "line": 826,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 28043,
      "end": 28044,
      "loc": {
        "start": {
          "line": 826,
          "column": 45
        },
        "end": {
          "line": 826,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 28047,
      "end": 28048,
      "loc": {
        "start": {
          "line": 827,
          "column": 2
        },
        "end": {
          "line": 827,
          "column": 3
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "setIsolationLevel",
      "start": 28052,
      "end": 28069,
      "loc": {
        "start": {
          "line": 829,
          "column": 2
        },
        "end": {
          "line": 829,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 28069,
      "end": 28070,
      "loc": {
        "start": {
          "line": 829,
          "column": 19
        },
        "end": {
          "line": 829,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "transaction",
      "start": 28070,
      "end": 28081,
      "loc": {
        "start": {
          "line": 829,
          "column": 20
        },
        "end": {
          "line": 829,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 28081,
      "end": 28082,
      "loc": {
        "start": {
          "line": 829,
          "column": 31
        },
        "end": {
          "line": 829,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "value",
      "start": 28083,
      "end": 28088,
      "loc": {
        "start": {
          "line": 829,
          "column": 33
        },
        "end": {
          "line": 829,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 28088,
      "end": 28089,
      "loc": {
        "start": {
          "line": 829,
          "column": 38
        },
        "end": {
          "line": 829,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 28090,
      "end": 28097,
      "loc": {
        "start": {
          "line": 829,
          "column": 40
        },
        "end": {
          "line": 829,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 28097,
      "end": 28098,
      "loc": {
        "start": {
          "line": 829,
          "column": 47
        },
        "end": {
          "line": 829,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 28099,
      "end": 28100,
      "loc": {
        "start": {
          "line": 829,
          "column": 49
        },
        "end": {
          "line": 829,
          "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": 28105,
      "end": 28107,
      "loc": {
        "start": {
          "line": 830,
          "column": 4
        },
        "end": {
          "line": 830,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 28108,
      "end": 28109,
      "loc": {
        "start": {
          "line": 830,
          "column": 7
        },
        "end": {
          "line": 830,
          "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": 28109,
      "end": 28110,
      "loc": {
        "start": {
          "line": 830,
          "column": 8
        },
        "end": {
          "line": 830,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "transaction",
      "start": 28110,
      "end": 28121,
      "loc": {
        "start": {
          "line": 830,
          "column": 9
        },
        "end": {
          "line": 830,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "||",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 1,
        "updateContext": null
      },
      "value": "||",
      "start": 28122,
      "end": 28124,
      "loc": {
        "start": {
          "line": 830,
          "column": 21
        },
        "end": {
          "line": 830,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "prefix",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "!",
      "start": 28125,
      "end": 28126,
      "loc": {
        "start": {
          "line": 830,
          "column": 24
        },
        "end": {
          "line": 830,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 28126,
      "end": 28127,
      "loc": {
        "start": {
          "line": 830,
          "column": 25
        },
        "end": {
          "line": 830,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "transaction",
      "start": 28127,
      "end": 28138,
      "loc": {
        "start": {
          "line": 830,
          "column": 26
        },
        "end": {
          "line": 830,
          "column": 37
        }
      }
    },
    {
      "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": 28139,
      "end": 28149,
      "loc": {
        "start": {
          "line": 830,
          "column": 38
        },
        "end": {
          "line": 830,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Transaction",
      "start": 28150,
      "end": 28161,
      "loc": {
        "start": {
          "line": 830,
          "column": 49
        },
        "end": {
          "line": 830,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 28161,
      "end": 28162,
      "loc": {
        "start": {
          "line": 830,
          "column": 60
        },
        "end": {
          "line": 830,
          "column": 61
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 28162,
      "end": 28163,
      "loc": {
        "start": {
          "line": 830,
          "column": 61
        },
        "end": {
          "line": 830,
          "column": 62
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 28164,
      "end": 28165,
      "loc": {
        "start": {
          "line": 830,
          "column": 63
        },
        "end": {
          "line": 830,
          "column": 64
        }
      }
    },
    {
      "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": 28172,
      "end": 28177,
      "loc": {
        "start": {
          "line": 831,
          "column": 6
        },
        "end": {
          "line": 831,
          "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": 28178,
      "end": 28181,
      "loc": {
        "start": {
          "line": 831,
          "column": 12
        },
        "end": {
          "line": 831,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Error",
      "start": 28182,
      "end": 28187,
      "loc": {
        "start": {
          "line": 831,
          "column": 16
        },
        "end": {
          "line": 831,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 28187,
      "end": 28188,
      "loc": {
        "start": {
          "line": 831,
          "column": 21
        },
        "end": {
          "line": 831,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "Unable to set isolation level for a transaction without transaction object!",
      "start": 28188,
      "end": 28265,
      "loc": {
        "start": {
          "line": 831,
          "column": 22
        },
        "end": {
          "line": 831,
          "column": 99
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 28265,
      "end": 28266,
      "loc": {
        "start": {
          "line": 831,
          "column": 99
        },
        "end": {
          "line": 831,
          "column": 100
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 28266,
      "end": 28267,
      "loc": {
        "start": {
          "line": 831,
          "column": 100
        },
        "end": {
          "line": 831,
          "column": 101
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 28272,
      "end": 28273,
      "loc": {
        "start": {
          "line": 832,
          "column": 4
        },
        "end": {
          "line": 832,
          "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": 28279,
      "end": 28281,
      "loc": {
        "start": {
          "line": 834,
          "column": 4
        },
        "end": {
          "line": 834,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 28282,
      "end": 28283,
      "loc": {
        "start": {
          "line": 834,
          "column": 7
        },
        "end": {
          "line": 834,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "transaction",
      "start": 28283,
      "end": 28294,
      "loc": {
        "start": {
          "line": 834,
          "column": 8
        },
        "end": {
          "line": 834,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 28294,
      "end": 28295,
      "loc": {
        "start": {
          "line": 834,
          "column": 19
        },
        "end": {
          "line": 834,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "parent",
      "start": 28295,
      "end": 28301,
      "loc": {
        "start": {
          "line": 834,
          "column": 20
        },
        "end": {
          "line": 834,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "||",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 1,
        "updateContext": null
      },
      "value": "||",
      "start": 28302,
      "end": 28304,
      "loc": {
        "start": {
          "line": 834,
          "column": 27
        },
        "end": {
          "line": 834,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "prefix",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "!",
      "start": 28305,
      "end": 28306,
      "loc": {
        "start": {
          "line": 834,
          "column": 30
        },
        "end": {
          "line": 834,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "value",
      "start": 28306,
      "end": 28311,
      "loc": {
        "start": {
          "line": 834,
          "column": 31
        },
        "end": {
          "line": 834,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 28311,
      "end": 28312,
      "loc": {
        "start": {
          "line": 834,
          "column": 36
        },
        "end": {
          "line": 834,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 28313,
      "end": 28314,
      "loc": {
        "start": {
          "line": 834,
          "column": 38
        },
        "end": {
          "line": 834,
          "column": 39
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " Not possible to set a seperate isolation level for savepoints",
      "start": 28321,
      "end": 28385,
      "loc": {
        "start": {
          "line": 835,
          "column": 6
        },
        "end": {
          "line": 835,
          "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": 28392,
      "end": 28398,
      "loc": {
        "start": {
          "line": 836,
          "column": 6
        },
        "end": {
          "line": 836,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Promise",
      "start": 28399,
      "end": 28406,
      "loc": {
        "start": {
          "line": 836,
          "column": 13
        },
        "end": {
          "line": 836,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 28406,
      "end": 28407,
      "loc": {
        "start": {
          "line": 836,
          "column": 20
        },
        "end": {
          "line": 836,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "resolve",
      "start": 28407,
      "end": 28414,
      "loc": {
        "start": {
          "line": 836,
          "column": 21
        },
        "end": {
          "line": 836,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 28414,
      "end": 28415,
      "loc": {
        "start": {
          "line": 836,
          "column": 28
        },
        "end": {
          "line": 836,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 28415,
      "end": 28416,
      "loc": {
        "start": {
          "line": 836,
          "column": 29
        },
        "end": {
          "line": 836,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 28416,
      "end": 28417,
      "loc": {
        "start": {
          "line": 836,
          "column": 30
        },
        "end": {
          "line": 836,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 28422,
      "end": 28423,
      "loc": {
        "start": {
          "line": 837,
          "column": 4
        },
        "end": {
          "line": 837,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 28429,
      "end": 28436,
      "loc": {
        "start": {
          "line": 839,
          "column": 4
        },
        "end": {
          "line": 839,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 28437,
      "end": 28438,
      "loc": {
        "start": {
          "line": 839,
          "column": 12
        },
        "end": {
          "line": 839,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_",
      "start": 28439,
      "end": 28440,
      "loc": {
        "start": {
          "line": 839,
          "column": 14
        },
        "end": {
          "line": 839,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 28440,
      "end": 28441,
      "loc": {
        "start": {
          "line": 839,
          "column": 15
        },
        "end": {
          "line": 839,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "assign",
      "start": 28441,
      "end": 28447,
      "loc": {
        "start": {
          "line": 839,
          "column": 16
        },
        "end": {
          "line": 839,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 28447,
      "end": 28448,
      "loc": {
        "start": {
          "line": 839,
          "column": 22
        },
        "end": {
          "line": 839,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 28448,
      "end": 28449,
      "loc": {
        "start": {
          "line": 839,
          "column": 23
        },
        "end": {
          "line": 839,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 28449,
      "end": 28450,
      "loc": {
        "start": {
          "line": 839,
          "column": 24
        },
        "end": {
          "line": 839,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 28450,
      "end": 28451,
      "loc": {
        "start": {
          "line": 839,
          "column": 25
        },
        "end": {
          "line": 839,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 28452,
      "end": 28459,
      "loc": {
        "start": {
          "line": 839,
          "column": 27
        },
        "end": {
          "line": 839,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 28459,
      "end": 28460,
      "loc": {
        "start": {
          "line": 839,
          "column": 34
        },
        "end": {
          "line": 839,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 28461,
      "end": 28462,
      "loc": {
        "start": {
          "line": 839,
          "column": 36
        },
        "end": {
          "line": 839,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "transaction",
      "start": 28469,
      "end": 28480,
      "loc": {
        "start": {
          "line": 840,
          "column": 6
        },
        "end": {
          "line": 840,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 28480,
      "end": 28481,
      "loc": {
        "start": {
          "line": 840,
          "column": 17
        },
        "end": {
          "line": 840,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "transaction",
      "start": 28482,
      "end": 28493,
      "loc": {
        "start": {
          "line": 840,
          "column": 19
        },
        "end": {
          "line": 840,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 28493,
      "end": 28494,
      "loc": {
        "start": {
          "line": 840,
          "column": 30
        },
        "end": {
          "line": 840,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "parent",
      "start": 28494,
      "end": 28500,
      "loc": {
        "start": {
          "line": 840,
          "column": 31
        },
        "end": {
          "line": 840,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "||",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 1,
        "updateContext": null
      },
      "value": "||",
      "start": 28501,
      "end": 28503,
      "loc": {
        "start": {
          "line": 840,
          "column": 38
        },
        "end": {
          "line": 840,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "transaction",
      "start": 28504,
      "end": 28515,
      "loc": {
        "start": {
          "line": 840,
          "column": 41
        },
        "end": {
          "line": 840,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 28520,
      "end": 28521,
      "loc": {
        "start": {
          "line": 841,
          "column": 4
        },
        "end": {
          "line": 841,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 28521,
      "end": 28522,
      "loc": {
        "start": {
          "line": 841,
          "column": 5
        },
        "end": {
          "line": 841,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 28522,
      "end": 28523,
      "loc": {
        "start": {
          "line": 841,
          "column": 6
        },
        "end": {
          "line": 841,
          "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": 28529,
      "end": 28534,
      "loc": {
        "start": {
          "line": 843,
          "column": 4
        },
        "end": {
          "line": 843,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sql",
      "start": 28535,
      "end": 28538,
      "loc": {
        "start": {
          "line": 843,
          "column": 10
        },
        "end": {
          "line": 843,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 28539,
      "end": 28540,
      "loc": {
        "start": {
          "line": 843,
          "column": 14
        },
        "end": {
          "line": 843,
          "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": 28541,
      "end": 28545,
      "loc": {
        "start": {
          "line": 843,
          "column": 16
        },
        "end": {
          "line": 843,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 28545,
      "end": 28546,
      "loc": {
        "start": {
          "line": 843,
          "column": 20
        },
        "end": {
          "line": 843,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "QueryGenerator",
      "start": 28546,
      "end": 28560,
      "loc": {
        "start": {
          "line": 843,
          "column": 21
        },
        "end": {
          "line": 843,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 28560,
      "end": 28561,
      "loc": {
        "start": {
          "line": 843,
          "column": 35
        },
        "end": {
          "line": 843,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "setIsolationLevelQuery",
      "start": 28561,
      "end": 28583,
      "loc": {
        "start": {
          "line": 843,
          "column": 36
        },
        "end": {
          "line": 843,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 28583,
      "end": 28584,
      "loc": {
        "start": {
          "line": 843,
          "column": 58
        },
        "end": {
          "line": 843,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "value",
      "start": 28584,
      "end": 28589,
      "loc": {
        "start": {
          "line": 843,
          "column": 59
        },
        "end": {
          "line": 843,
          "column": 64
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 28589,
      "end": 28590,
      "loc": {
        "start": {
          "line": 843,
          "column": 64
        },
        "end": {
          "line": 843,
          "column": 65
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 28591,
      "end": 28592,
      "loc": {
        "start": {
          "line": 843,
          "column": 66
        },
        "end": {
          "line": 843,
          "column": 67
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "parent",
      "start": 28599,
      "end": 28605,
      "loc": {
        "start": {
          "line": 844,
          "column": 6
        },
        "end": {
          "line": 844,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 28605,
      "end": 28606,
      "loc": {
        "start": {
          "line": 844,
          "column": 12
        },
        "end": {
          "line": 844,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "transaction",
      "start": 28607,
      "end": 28618,
      "loc": {
        "start": {
          "line": 844,
          "column": 14
        },
        "end": {
          "line": 844,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 28618,
      "end": 28619,
      "loc": {
        "start": {
          "line": 844,
          "column": 25
        },
        "end": {
          "line": 844,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "parent",
      "start": 28619,
      "end": 28625,
      "loc": {
        "start": {
          "line": 844,
          "column": 26
        },
        "end": {
          "line": 844,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 28630,
      "end": 28631,
      "loc": {
        "start": {
          "line": 845,
          "column": 4
        },
        "end": {
          "line": 845,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 28631,
      "end": 28632,
      "loc": {
        "start": {
          "line": 845,
          "column": 5
        },
        "end": {
          "line": 845,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 28632,
      "end": 28633,
      "loc": {
        "start": {
          "line": 845,
          "column": 6
        },
        "end": {
          "line": 845,
          "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": 28639,
      "end": 28641,
      "loc": {
        "start": {
          "line": 847,
          "column": 4
        },
        "end": {
          "line": 847,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 28642,
      "end": 28643,
      "loc": {
        "start": {
          "line": 847,
          "column": 7
        },
        "end": {
          "line": 847,
          "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": 28643,
      "end": 28644,
      "loc": {
        "start": {
          "line": 847,
          "column": 8
        },
        "end": {
          "line": 847,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sql",
      "start": 28644,
      "end": 28647,
      "loc": {
        "start": {
          "line": 847,
          "column": 9
        },
        "end": {
          "line": 847,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 28647,
      "end": 28648,
      "loc": {
        "start": {
          "line": 847,
          "column": 12
        },
        "end": {
          "line": 847,
          "column": 13
        }
      }
    },
    {
      "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": 28649,
      "end": 28655,
      "loc": {
        "start": {
          "line": 847,
          "column": 14
        },
        "end": {
          "line": 847,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Promise",
      "start": 28656,
      "end": 28663,
      "loc": {
        "start": {
          "line": 847,
          "column": 21
        },
        "end": {
          "line": 847,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 28663,
      "end": 28664,
      "loc": {
        "start": {
          "line": 847,
          "column": 28
        },
        "end": {
          "line": 847,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "resolve",
      "start": 28664,
      "end": 28671,
      "loc": {
        "start": {
          "line": 847,
          "column": 29
        },
        "end": {
          "line": 847,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 28671,
      "end": 28672,
      "loc": {
        "start": {
          "line": 847,
          "column": 36
        },
        "end": {
          "line": 847,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 28672,
      "end": 28673,
      "loc": {
        "start": {
          "line": 847,
          "column": 37
        },
        "end": {
          "line": 847,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 28673,
      "end": 28674,
      "loc": {
        "start": {
          "line": 847,
          "column": 38
        },
        "end": {
          "line": 847,
          "column": 39
        }
      }
    },
    {
      "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": 28680,
      "end": 28686,
      "loc": {
        "start": {
          "line": 849,
          "column": 4
        },
        "end": {
          "line": 849,
          "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": 28687,
      "end": 28691,
      "loc": {
        "start": {
          "line": 849,
          "column": 11
        },
        "end": {
          "line": 849,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 28691,
      "end": 28692,
      "loc": {
        "start": {
          "line": 849,
          "column": 15
        },
        "end": {
          "line": 849,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sequelize",
      "start": 28692,
      "end": 28701,
      "loc": {
        "start": {
          "line": 849,
          "column": 16
        },
        "end": {
          "line": 849,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 28701,
      "end": 28702,
      "loc": {
        "start": {
          "line": 849,
          "column": 25
        },
        "end": {
          "line": 849,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "query",
      "start": 28702,
      "end": 28707,
      "loc": {
        "start": {
          "line": 849,
          "column": 26
        },
        "end": {
          "line": 849,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 28707,
      "end": 28708,
      "loc": {
        "start": {
          "line": 849,
          "column": 31
        },
        "end": {
          "line": 849,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sql",
      "start": 28708,
      "end": 28711,
      "loc": {
        "start": {
          "line": 849,
          "column": 32
        },
        "end": {
          "line": 849,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 28711,
      "end": 28712,
      "loc": {
        "start": {
          "line": 849,
          "column": 35
        },
        "end": {
          "line": 849,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 28713,
      "end": 28720,
      "loc": {
        "start": {
          "line": 849,
          "column": 37
        },
        "end": {
          "line": 849,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 28720,
      "end": 28721,
      "loc": {
        "start": {
          "line": 849,
          "column": 44
        },
        "end": {
          "line": 849,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 28721,
      "end": 28722,
      "loc": {
        "start": {
          "line": 849,
          "column": 45
        },
        "end": {
          "line": 849,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 28725,
      "end": 28726,
      "loc": {
        "start": {
          "line": 850,
          "column": 2
        },
        "end": {
          "line": 850,
          "column": 3
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "startTransaction",
      "start": 28730,
      "end": 28746,
      "loc": {
        "start": {
          "line": 852,
          "column": 2
        },
        "end": {
          "line": 852,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 28746,
      "end": 28747,
      "loc": {
        "start": {
          "line": 852,
          "column": 18
        },
        "end": {
          "line": 852,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "transaction",
      "start": 28747,
      "end": 28758,
      "loc": {
        "start": {
          "line": 852,
          "column": 19
        },
        "end": {
          "line": 852,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 28758,
      "end": 28759,
      "loc": {
        "start": {
          "line": 852,
          "column": 30
        },
        "end": {
          "line": 852,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 28760,
      "end": 28767,
      "loc": {
        "start": {
          "line": 852,
          "column": 32
        },
        "end": {
          "line": 852,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 28767,
      "end": 28768,
      "loc": {
        "start": {
          "line": 852,
          "column": 39
        },
        "end": {
          "line": 852,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 28769,
      "end": 28770,
      "loc": {
        "start": {
          "line": 852,
          "column": 41
        },
        "end": {
          "line": 852,
          "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": 28775,
      "end": 28777,
      "loc": {
        "start": {
          "line": 853,
          "column": 4
        },
        "end": {
          "line": 853,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 28778,
      "end": 28779,
      "loc": {
        "start": {
          "line": 853,
          "column": 7
        },
        "end": {
          "line": 853,
          "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": 28779,
      "end": 28780,
      "loc": {
        "start": {
          "line": 853,
          "column": 8
        },
        "end": {
          "line": 853,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "transaction",
      "start": 28780,
      "end": 28791,
      "loc": {
        "start": {
          "line": 853,
          "column": 9
        },
        "end": {
          "line": 853,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "||",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 1,
        "updateContext": null
      },
      "value": "||",
      "start": 28792,
      "end": 28794,
      "loc": {
        "start": {
          "line": 853,
          "column": 21
        },
        "end": {
          "line": 853,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "prefix",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "!",
      "start": 28795,
      "end": 28796,
      "loc": {
        "start": {
          "line": 853,
          "column": 24
        },
        "end": {
          "line": 853,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 28796,
      "end": 28797,
      "loc": {
        "start": {
          "line": 853,
          "column": 25
        },
        "end": {
          "line": 853,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "transaction",
      "start": 28797,
      "end": 28808,
      "loc": {
        "start": {
          "line": 853,
          "column": 26
        },
        "end": {
          "line": 853,
          "column": 37
        }
      }
    },
    {
      "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": 28809,
      "end": 28819,
      "loc": {
        "start": {
          "line": 853,
          "column": 38
        },
        "end": {
          "line": 853,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Transaction",
      "start": 28820,
      "end": 28831,
      "loc": {
        "start": {
          "line": 853,
          "column": 49
        },
        "end": {
          "line": 853,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 28831,
      "end": 28832,
      "loc": {
        "start": {
          "line": 853,
          "column": 60
        },
        "end": {
          "line": 853,
          "column": 61
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 28832,
      "end": 28833,
      "loc": {
        "start": {
          "line": 853,
          "column": 61
        },
        "end": {
          "line": 853,
          "column": 62
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 28834,
      "end": 28835,
      "loc": {
        "start": {
          "line": 853,
          "column": 63
        },
        "end": {
          "line": 853,
          "column": 64
        }
      }
    },
    {
      "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": 28842,
      "end": 28847,
      "loc": {
        "start": {
          "line": 854,
          "column": 6
        },
        "end": {
          "line": 854,
          "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": 28848,
      "end": 28851,
      "loc": {
        "start": {
          "line": 854,
          "column": 12
        },
        "end": {
          "line": 854,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Error",
      "start": 28852,
      "end": 28857,
      "loc": {
        "start": {
          "line": 854,
          "column": 16
        },
        "end": {
          "line": 854,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 28857,
      "end": 28858,
      "loc": {
        "start": {
          "line": 854,
          "column": 21
        },
        "end": {
          "line": 854,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "Unable to start a transaction without transaction object!",
      "start": 28858,
      "end": 28917,
      "loc": {
        "start": {
          "line": 854,
          "column": 22
        },
        "end": {
          "line": 854,
          "column": 81
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 28917,
      "end": 28918,
      "loc": {
        "start": {
          "line": 854,
          "column": 81
        },
        "end": {
          "line": 854,
          "column": 82
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 28918,
      "end": 28919,
      "loc": {
        "start": {
          "line": 854,
          "column": 82
        },
        "end": {
          "line": 854,
          "column": 83
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 28924,
      "end": 28925,
      "loc": {
        "start": {
          "line": 855,
          "column": 4
        },
        "end": {
          "line": 855,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 28931,
      "end": 28938,
      "loc": {
        "start": {
          "line": 857,
          "column": 4
        },
        "end": {
          "line": 857,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 28939,
      "end": 28940,
      "loc": {
        "start": {
          "line": 857,
          "column": 12
        },
        "end": {
          "line": 857,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_",
      "start": 28941,
      "end": 28942,
      "loc": {
        "start": {
          "line": 857,
          "column": 14
        },
        "end": {
          "line": 857,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 28942,
      "end": 28943,
      "loc": {
        "start": {
          "line": 857,
          "column": 15
        },
        "end": {
          "line": 857,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "assign",
      "start": 28943,
      "end": 28949,
      "loc": {
        "start": {
          "line": 857,
          "column": 16
        },
        "end": {
          "line": 857,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 28949,
      "end": 28950,
      "loc": {
        "start": {
          "line": 857,
          "column": 22
        },
        "end": {
          "line": 857,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 28950,
      "end": 28951,
      "loc": {
        "start": {
          "line": 857,
          "column": 23
        },
        "end": {
          "line": 857,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 28951,
      "end": 28952,
      "loc": {
        "start": {
          "line": 857,
          "column": 24
        },
        "end": {
          "line": 857,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 28952,
      "end": 28953,
      "loc": {
        "start": {
          "line": 857,
          "column": 25
        },
        "end": {
          "line": 857,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 28954,
      "end": 28961,
      "loc": {
        "start": {
          "line": 857,
          "column": 27
        },
        "end": {
          "line": 857,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 28961,
      "end": 28962,
      "loc": {
        "start": {
          "line": 857,
          "column": 34
        },
        "end": {
          "line": 857,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 28963,
      "end": 28964,
      "loc": {
        "start": {
          "line": 857,
          "column": 36
        },
        "end": {
          "line": 857,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "transaction",
      "start": 28971,
      "end": 28982,
      "loc": {
        "start": {
          "line": 858,
          "column": 6
        },
        "end": {
          "line": 858,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 28982,
      "end": 28983,
      "loc": {
        "start": {
          "line": 858,
          "column": 17
        },
        "end": {
          "line": 858,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "transaction",
      "start": 28984,
      "end": 28995,
      "loc": {
        "start": {
          "line": 858,
          "column": 19
        },
        "end": {
          "line": 858,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 28995,
      "end": 28996,
      "loc": {
        "start": {
          "line": 858,
          "column": 30
        },
        "end": {
          "line": 858,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "parent",
      "start": 28996,
      "end": 29002,
      "loc": {
        "start": {
          "line": 858,
          "column": 31
        },
        "end": {
          "line": 858,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "||",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 1,
        "updateContext": null
      },
      "value": "||",
      "start": 29003,
      "end": 29005,
      "loc": {
        "start": {
          "line": 858,
          "column": 38
        },
        "end": {
          "line": 858,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "transaction",
      "start": 29006,
      "end": 29017,
      "loc": {
        "start": {
          "line": 858,
          "column": 41
        },
        "end": {
          "line": 858,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 29022,
      "end": 29023,
      "loc": {
        "start": {
          "line": 859,
          "column": 4
        },
        "end": {
          "line": 859,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 29023,
      "end": 29024,
      "loc": {
        "start": {
          "line": 859,
          "column": 5
        },
        "end": {
          "line": 859,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 29024,
      "end": 29025,
      "loc": {
        "start": {
          "line": 859,
          "column": 6
        },
        "end": {
          "line": 859,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 29030,
      "end": 29037,
      "loc": {
        "start": {
          "line": 860,
          "column": 4
        },
        "end": {
          "line": 860,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 29037,
      "end": 29038,
      "loc": {
        "start": {
          "line": 860,
          "column": 11
        },
        "end": {
          "line": 860,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "transaction",
      "start": 29038,
      "end": 29049,
      "loc": {
        "start": {
          "line": 860,
          "column": 12
        },
        "end": {
          "line": 860,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 29049,
      "end": 29050,
      "loc": {
        "start": {
          "line": 860,
          "column": 23
        },
        "end": {
          "line": 860,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "name",
      "start": 29050,
      "end": 29054,
      "loc": {
        "start": {
          "line": 860,
          "column": 24
        },
        "end": {
          "line": 860,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 29055,
      "end": 29056,
      "loc": {
        "start": {
          "line": 860,
          "column": 29
        },
        "end": {
          "line": 860,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "transaction",
      "start": 29057,
      "end": 29068,
      "loc": {
        "start": {
          "line": 860,
          "column": 31
        },
        "end": {
          "line": 860,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 29068,
      "end": 29069,
      "loc": {
        "start": {
          "line": 860,
          "column": 42
        },
        "end": {
          "line": 860,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "parent",
      "start": 29069,
      "end": 29075,
      "loc": {
        "start": {
          "line": 860,
          "column": 43
        },
        "end": {
          "line": 860,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": "?",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 29076,
      "end": 29077,
      "loc": {
        "start": {
          "line": 860,
          "column": 50
        },
        "end": {
          "line": 860,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "transaction",
      "start": 29078,
      "end": 29089,
      "loc": {
        "start": {
          "line": 860,
          "column": 52
        },
        "end": {
          "line": 860,
          "column": 63
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 29089,
      "end": 29090,
      "loc": {
        "start": {
          "line": 860,
          "column": 63
        },
        "end": {
          "line": 860,
          "column": 64
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "name",
      "start": 29090,
      "end": 29094,
      "loc": {
        "start": {
          "line": 860,
          "column": 64
        },
        "end": {
          "line": 860,
          "column": 68
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 29095,
      "end": 29096,
      "loc": {
        "start": {
          "line": 860,
          "column": 69
        },
        "end": {
          "line": 860,
          "column": 70
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "undefined",
      "start": 29097,
      "end": 29106,
      "loc": {
        "start": {
          "line": 860,
          "column": 71
        },
        "end": {
          "line": 860,
          "column": 80
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 29106,
      "end": 29107,
      "loc": {
        "start": {
          "line": 860,
          "column": 80
        },
        "end": {
          "line": 860,
          "column": 81
        }
      }
    },
    {
      "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": 29112,
      "end": 29117,
      "loc": {
        "start": {
          "line": 861,
          "column": 4
        },
        "end": {
          "line": 861,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sql",
      "start": 29118,
      "end": 29121,
      "loc": {
        "start": {
          "line": 861,
          "column": 10
        },
        "end": {
          "line": 861,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 29122,
      "end": 29123,
      "loc": {
        "start": {
          "line": 861,
          "column": 14
        },
        "end": {
          "line": 861,
          "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": 29124,
      "end": 29128,
      "loc": {
        "start": {
          "line": 861,
          "column": 16
        },
        "end": {
          "line": 861,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 29128,
      "end": 29129,
      "loc": {
        "start": {
          "line": 861,
          "column": 20
        },
        "end": {
          "line": 861,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "QueryGenerator",
      "start": 29129,
      "end": 29143,
      "loc": {
        "start": {
          "line": 861,
          "column": 21
        },
        "end": {
          "line": 861,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 29143,
      "end": 29144,
      "loc": {
        "start": {
          "line": 861,
          "column": 35
        },
        "end": {
          "line": 861,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "startTransactionQuery",
      "start": 29144,
      "end": 29165,
      "loc": {
        "start": {
          "line": 861,
          "column": 36
        },
        "end": {
          "line": 861,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 29165,
      "end": 29166,
      "loc": {
        "start": {
          "line": 861,
          "column": 57
        },
        "end": {
          "line": 861,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "transaction",
      "start": 29166,
      "end": 29177,
      "loc": {
        "start": {
          "line": 861,
          "column": 58
        },
        "end": {
          "line": 861,
          "column": 69
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 29177,
      "end": 29178,
      "loc": {
        "start": {
          "line": 861,
          "column": 69
        },
        "end": {
          "line": 861,
          "column": 70
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 29178,
      "end": 29179,
      "loc": {
        "start": {
          "line": 861,
          "column": 70
        },
        "end": {
          "line": 861,
          "column": 71
        }
      }
    },
    {
      "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": 29185,
      "end": 29191,
      "loc": {
        "start": {
          "line": 863,
          "column": 4
        },
        "end": {
          "line": 863,
          "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": 29192,
      "end": 29196,
      "loc": {
        "start": {
          "line": 863,
          "column": 11
        },
        "end": {
          "line": 863,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 29196,
      "end": 29197,
      "loc": {
        "start": {
          "line": 863,
          "column": 15
        },
        "end": {
          "line": 863,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sequelize",
      "start": 29197,
      "end": 29206,
      "loc": {
        "start": {
          "line": 863,
          "column": 16
        },
        "end": {
          "line": 863,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 29206,
      "end": 29207,
      "loc": {
        "start": {
          "line": 863,
          "column": 25
        },
        "end": {
          "line": 863,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "query",
      "start": 29207,
      "end": 29212,
      "loc": {
        "start": {
          "line": 863,
          "column": 26
        },
        "end": {
          "line": 863,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 29212,
      "end": 29213,
      "loc": {
        "start": {
          "line": 863,
          "column": 31
        },
        "end": {
          "line": 863,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sql",
      "start": 29213,
      "end": 29216,
      "loc": {
        "start": {
          "line": 863,
          "column": 32
        },
        "end": {
          "line": 863,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 29216,
      "end": 29217,
      "loc": {
        "start": {
          "line": 863,
          "column": 35
        },
        "end": {
          "line": 863,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 29218,
      "end": 29225,
      "loc": {
        "start": {
          "line": 863,
          "column": 37
        },
        "end": {
          "line": 863,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 29225,
      "end": 29226,
      "loc": {
        "start": {
          "line": 863,
          "column": 44
        },
        "end": {
          "line": 863,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 29226,
      "end": 29227,
      "loc": {
        "start": {
          "line": 863,
          "column": 45
        },
        "end": {
          "line": 863,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 29230,
      "end": 29231,
      "loc": {
        "start": {
          "line": 864,
          "column": 2
        },
        "end": {
          "line": 864,
          "column": 3
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "deferConstraints",
      "start": 29235,
      "end": 29251,
      "loc": {
        "start": {
          "line": 866,
          "column": 2
        },
        "end": {
          "line": 866,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 29251,
      "end": 29252,
      "loc": {
        "start": {
          "line": 866,
          "column": 18
        },
        "end": {
          "line": 866,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "transaction",
      "start": 29252,
      "end": 29263,
      "loc": {
        "start": {
          "line": 866,
          "column": 19
        },
        "end": {
          "line": 866,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 29263,
      "end": 29264,
      "loc": {
        "start": {
          "line": 866,
          "column": 30
        },
        "end": {
          "line": 866,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 29265,
      "end": 29272,
      "loc": {
        "start": {
          "line": 866,
          "column": 32
        },
        "end": {
          "line": 866,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 29272,
      "end": 29273,
      "loc": {
        "start": {
          "line": 866,
          "column": 39
        },
        "end": {
          "line": 866,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 29274,
      "end": 29275,
      "loc": {
        "start": {
          "line": 866,
          "column": 41
        },
        "end": {
          "line": 866,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 29280,
      "end": 29287,
      "loc": {
        "start": {
          "line": 867,
          "column": 4
        },
        "end": {
          "line": 867,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 29288,
      "end": 29289,
      "loc": {
        "start": {
          "line": 867,
          "column": 12
        },
        "end": {
          "line": 867,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_",
      "start": 29290,
      "end": 29291,
      "loc": {
        "start": {
          "line": 867,
          "column": 14
        },
        "end": {
          "line": 867,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 29291,
      "end": 29292,
      "loc": {
        "start": {
          "line": 867,
          "column": 15
        },
        "end": {
          "line": 867,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "assign",
      "start": 29292,
      "end": 29298,
      "loc": {
        "start": {
          "line": 867,
          "column": 16
        },
        "end": {
          "line": 867,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 29298,
      "end": 29299,
      "loc": {
        "start": {
          "line": 867,
          "column": 22
        },
        "end": {
          "line": 867,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 29299,
      "end": 29300,
      "loc": {
        "start": {
          "line": 867,
          "column": 23
        },
        "end": {
          "line": 867,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 29300,
      "end": 29301,
      "loc": {
        "start": {
          "line": 867,
          "column": 24
        },
        "end": {
          "line": 867,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 29301,
      "end": 29302,
      "loc": {
        "start": {
          "line": 867,
          "column": 25
        },
        "end": {
          "line": 867,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 29303,
      "end": 29310,
      "loc": {
        "start": {
          "line": 867,
          "column": 27
        },
        "end": {
          "line": 867,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 29310,
      "end": 29311,
      "loc": {
        "start": {
          "line": 867,
          "column": 34
        },
        "end": {
          "line": 867,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 29312,
      "end": 29313,
      "loc": {
        "start": {
          "line": 867,
          "column": 36
        },
        "end": {
          "line": 867,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "transaction",
      "start": 29320,
      "end": 29331,
      "loc": {
        "start": {
          "line": 868,
          "column": 6
        },
        "end": {
          "line": 868,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 29331,
      "end": 29332,
      "loc": {
        "start": {
          "line": 868,
          "column": 17
        },
        "end": {
          "line": 868,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "transaction",
      "start": 29333,
      "end": 29344,
      "loc": {
        "start": {
          "line": 868,
          "column": 19
        },
        "end": {
          "line": 868,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 29344,
      "end": 29345,
      "loc": {
        "start": {
          "line": 868,
          "column": 30
        },
        "end": {
          "line": 868,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "parent",
      "start": 29345,
      "end": 29351,
      "loc": {
        "start": {
          "line": 868,
          "column": 31
        },
        "end": {
          "line": 868,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "||",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 1,
        "updateContext": null
      },
      "value": "||",
      "start": 29352,
      "end": 29354,
      "loc": {
        "start": {
          "line": 868,
          "column": 38
        },
        "end": {
          "line": 868,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "transaction",
      "start": 29355,
      "end": 29366,
      "loc": {
        "start": {
          "line": 868,
          "column": 41
        },
        "end": {
          "line": 868,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 29371,
      "end": 29372,
      "loc": {
        "start": {
          "line": 869,
          "column": 4
        },
        "end": {
          "line": 869,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 29372,
      "end": 29373,
      "loc": {
        "start": {
          "line": 869,
          "column": 5
        },
        "end": {
          "line": 869,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 29373,
      "end": 29374,
      "loc": {
        "start": {
          "line": 869,
          "column": 6
        },
        "end": {
          "line": 869,
          "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": 29380,
      "end": 29385,
      "loc": {
        "start": {
          "line": 871,
          "column": 4
        },
        "end": {
          "line": 871,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sql",
      "start": 29386,
      "end": 29389,
      "loc": {
        "start": {
          "line": 871,
          "column": 10
        },
        "end": {
          "line": 871,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 29390,
      "end": 29391,
      "loc": {
        "start": {
          "line": 871,
          "column": 14
        },
        "end": {
          "line": 871,
          "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": 29392,
      "end": 29396,
      "loc": {
        "start": {
          "line": 871,
          "column": 16
        },
        "end": {
          "line": 871,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 29396,
      "end": 29397,
      "loc": {
        "start": {
          "line": 871,
          "column": 20
        },
        "end": {
          "line": 871,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "QueryGenerator",
      "start": 29397,
      "end": 29411,
      "loc": {
        "start": {
          "line": 871,
          "column": 21
        },
        "end": {
          "line": 871,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 29411,
      "end": 29412,
      "loc": {
        "start": {
          "line": 871,
          "column": 35
        },
        "end": {
          "line": 871,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "deferConstraintsQuery",
      "start": 29412,
      "end": 29433,
      "loc": {
        "start": {
          "line": 871,
          "column": 36
        },
        "end": {
          "line": 871,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 29433,
      "end": 29434,
      "loc": {
        "start": {
          "line": 871,
          "column": 57
        },
        "end": {
          "line": 871,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 29434,
      "end": 29441,
      "loc": {
        "start": {
          "line": 871,
          "column": 58
        },
        "end": {
          "line": 871,
          "column": 65
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 29441,
      "end": 29442,
      "loc": {
        "start": {
          "line": 871,
          "column": 65
        },
        "end": {
          "line": 871,
          "column": 66
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 29442,
      "end": 29443,
      "loc": {
        "start": {
          "line": 871,
          "column": 66
        },
        "end": {
          "line": 871,
          "column": 67
        }
      }
    },
    {
      "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": 29449,
      "end": 29451,
      "loc": {
        "start": {
          "line": 873,
          "column": 4
        },
        "end": {
          "line": 873,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 29452,
      "end": 29453,
      "loc": {
        "start": {
          "line": 873,
          "column": 7
        },
        "end": {
          "line": 873,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sql",
      "start": 29453,
      "end": 29456,
      "loc": {
        "start": {
          "line": 873,
          "column": 8
        },
        "end": {
          "line": 873,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 29456,
      "end": 29457,
      "loc": {
        "start": {
          "line": 873,
          "column": 11
        },
        "end": {
          "line": 873,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 29458,
      "end": 29459,
      "loc": {
        "start": {
          "line": 873,
          "column": 13
        },
        "end": {
          "line": 873,
          "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": 29466,
      "end": 29472,
      "loc": {
        "start": {
          "line": 874,
          "column": 6
        },
        "end": {
          "line": 874,
          "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": 29473,
      "end": 29477,
      "loc": {
        "start": {
          "line": 874,
          "column": 13
        },
        "end": {
          "line": 874,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 29477,
      "end": 29478,
      "loc": {
        "start": {
          "line": 874,
          "column": 17
        },
        "end": {
          "line": 874,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sequelize",
      "start": 29478,
      "end": 29487,
      "loc": {
        "start": {
          "line": 874,
          "column": 18
        },
        "end": {
          "line": 874,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 29487,
      "end": 29488,
      "loc": {
        "start": {
          "line": 874,
          "column": 27
        },
        "end": {
          "line": 874,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "query",
      "start": 29488,
      "end": 29493,
      "loc": {
        "start": {
          "line": 874,
          "column": 28
        },
        "end": {
          "line": 874,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 29493,
      "end": 29494,
      "loc": {
        "start": {
          "line": 874,
          "column": 33
        },
        "end": {
          "line": 874,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sql",
      "start": 29494,
      "end": 29497,
      "loc": {
        "start": {
          "line": 874,
          "column": 34
        },
        "end": {
          "line": 874,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 29497,
      "end": 29498,
      "loc": {
        "start": {
          "line": 874,
          "column": 37
        },
        "end": {
          "line": 874,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 29499,
      "end": 29506,
      "loc": {
        "start": {
          "line": 874,
          "column": 39
        },
        "end": {
          "line": 874,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 29506,
      "end": 29507,
      "loc": {
        "start": {
          "line": 874,
          "column": 46
        },
        "end": {
          "line": 874,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 29507,
      "end": 29508,
      "loc": {
        "start": {
          "line": 874,
          "column": 47
        },
        "end": {
          "line": 874,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 29513,
      "end": 29514,
      "loc": {
        "start": {
          "line": 875,
          "column": 4
        },
        "end": {
          "line": 875,
          "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": 29520,
      "end": 29526,
      "loc": {
        "start": {
          "line": 877,
          "column": 4
        },
        "end": {
          "line": 877,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Promise",
      "start": 29527,
      "end": 29534,
      "loc": {
        "start": {
          "line": 877,
          "column": 11
        },
        "end": {
          "line": 877,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 29534,
      "end": 29535,
      "loc": {
        "start": {
          "line": 877,
          "column": 18
        },
        "end": {
          "line": 877,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "resolve",
      "start": 29535,
      "end": 29542,
      "loc": {
        "start": {
          "line": 877,
          "column": 19
        },
        "end": {
          "line": 877,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 29542,
      "end": 29543,
      "loc": {
        "start": {
          "line": 877,
          "column": 26
        },
        "end": {
          "line": 877,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 29543,
      "end": 29544,
      "loc": {
        "start": {
          "line": 877,
          "column": 27
        },
        "end": {
          "line": 877,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 29544,
      "end": 29545,
      "loc": {
        "start": {
          "line": 877,
          "column": 28
        },
        "end": {
          "line": 877,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 29548,
      "end": 29549,
      "loc": {
        "start": {
          "line": 878,
          "column": 2
        },
        "end": {
          "line": 878,
          "column": 3
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "commitTransaction",
      "start": 29553,
      "end": 29570,
      "loc": {
        "start": {
          "line": 880,
          "column": 2
        },
        "end": {
          "line": 880,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 29570,
      "end": 29571,
      "loc": {
        "start": {
          "line": 880,
          "column": 19
        },
        "end": {
          "line": 880,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "transaction",
      "start": 29571,
      "end": 29582,
      "loc": {
        "start": {
          "line": 880,
          "column": 20
        },
        "end": {
          "line": 880,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 29582,
      "end": 29583,
      "loc": {
        "start": {
          "line": 880,
          "column": 31
        },
        "end": {
          "line": 880,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 29584,
      "end": 29591,
      "loc": {
        "start": {
          "line": 880,
          "column": 33
        },
        "end": {
          "line": 880,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 29591,
      "end": 29592,
      "loc": {
        "start": {
          "line": 880,
          "column": 40
        },
        "end": {
          "line": 880,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 29593,
      "end": 29594,
      "loc": {
        "start": {
          "line": 880,
          "column": 42
        },
        "end": {
          "line": 880,
          "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": 29599,
      "end": 29601,
      "loc": {
        "start": {
          "line": 881,
          "column": 4
        },
        "end": {
          "line": 881,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 29602,
      "end": 29603,
      "loc": {
        "start": {
          "line": 881,
          "column": 7
        },
        "end": {
          "line": 881,
          "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": 29603,
      "end": 29604,
      "loc": {
        "start": {
          "line": 881,
          "column": 8
        },
        "end": {
          "line": 881,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "transaction",
      "start": 29604,
      "end": 29615,
      "loc": {
        "start": {
          "line": 881,
          "column": 9
        },
        "end": {
          "line": 881,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "||",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 1,
        "updateContext": null
      },
      "value": "||",
      "start": 29616,
      "end": 29618,
      "loc": {
        "start": {
          "line": 881,
          "column": 21
        },
        "end": {
          "line": 881,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "prefix",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "!",
      "start": 29619,
      "end": 29620,
      "loc": {
        "start": {
          "line": 881,
          "column": 24
        },
        "end": {
          "line": 881,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 29620,
      "end": 29621,
      "loc": {
        "start": {
          "line": 881,
          "column": 25
        },
        "end": {
          "line": 881,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "transaction",
      "start": 29621,
      "end": 29632,
      "loc": {
        "start": {
          "line": 881,
          "column": 26
        },
        "end": {
          "line": 881,
          "column": 37
        }
      }
    },
    {
      "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": 29633,
      "end": 29643,
      "loc": {
        "start": {
          "line": 881,
          "column": 38
        },
        "end": {
          "line": 881,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Transaction",
      "start": 29644,
      "end": 29655,
      "loc": {
        "start": {
          "line": 881,
          "column": 49
        },
        "end": {
          "line": 881,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 29655,
      "end": 29656,
      "loc": {
        "start": {
          "line": 881,
          "column": 60
        },
        "end": {
          "line": 881,
          "column": 61
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 29656,
      "end": 29657,
      "loc": {
        "start": {
          "line": 881,
          "column": 61
        },
        "end": {
          "line": 881,
          "column": 62
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 29658,
      "end": 29659,
      "loc": {
        "start": {
          "line": 881,
          "column": 63
        },
        "end": {
          "line": 881,
          "column": 64
        }
      }
    },
    {
      "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": 29666,
      "end": 29671,
      "loc": {
        "start": {
          "line": 882,
          "column": 6
        },
        "end": {
          "line": 882,
          "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": 29672,
      "end": 29675,
      "loc": {
        "start": {
          "line": 882,
          "column": 12
        },
        "end": {
          "line": 882,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Error",
      "start": 29676,
      "end": 29681,
      "loc": {
        "start": {
          "line": 882,
          "column": 16
        },
        "end": {
          "line": 882,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 29681,
      "end": 29682,
      "loc": {
        "start": {
          "line": 882,
          "column": 21
        },
        "end": {
          "line": 882,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "Unable to commit a transaction without transaction object!",
      "start": 29682,
      "end": 29742,
      "loc": {
        "start": {
          "line": 882,
          "column": 22
        },
        "end": {
          "line": 882,
          "column": 82
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 29742,
      "end": 29743,
      "loc": {
        "start": {
          "line": 882,
          "column": 82
        },
        "end": {
          "line": 882,
          "column": 83
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 29743,
      "end": 29744,
      "loc": {
        "start": {
          "line": 882,
          "column": 83
        },
        "end": {
          "line": 882,
          "column": 84
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 29749,
      "end": 29750,
      "loc": {
        "start": {
          "line": 883,
          "column": 4
        },
        "end": {
          "line": 883,
          "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": 29755,
      "end": 29757,
      "loc": {
        "start": {
          "line": 884,
          "column": 4
        },
        "end": {
          "line": 884,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 29758,
      "end": 29759,
      "loc": {
        "start": {
          "line": 884,
          "column": 7
        },
        "end": {
          "line": 884,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "transaction",
      "start": 29759,
      "end": 29770,
      "loc": {
        "start": {
          "line": 884,
          "column": 8
        },
        "end": {
          "line": 884,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 29770,
      "end": 29771,
      "loc": {
        "start": {
          "line": 884,
          "column": 19
        },
        "end": {
          "line": 884,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "parent",
      "start": 29771,
      "end": 29777,
      "loc": {
        "start": {
          "line": 884,
          "column": 20
        },
        "end": {
          "line": 884,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 29777,
      "end": 29778,
      "loc": {
        "start": {
          "line": 884,
          "column": 26
        },
        "end": {
          "line": 884,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 29779,
      "end": 29780,
      "loc": {
        "start": {
          "line": 884,
          "column": 28
        },
        "end": {
          "line": 884,
          "column": 29
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " Savepoints cannot be committed",
      "start": 29787,
      "end": 29820,
      "loc": {
        "start": {
          "line": 885,
          "column": 6
        },
        "end": {
          "line": 885,
          "column": 39
        }
      }
    },
    {
      "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": 29827,
      "end": 29833,
      "loc": {
        "start": {
          "line": 886,
          "column": 6
        },
        "end": {
          "line": 886,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Promise",
      "start": 29834,
      "end": 29841,
      "loc": {
        "start": {
          "line": 886,
          "column": 13
        },
        "end": {
          "line": 886,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 29841,
      "end": 29842,
      "loc": {
        "start": {
          "line": 886,
          "column": 20
        },
        "end": {
          "line": 886,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "resolve",
      "start": 29842,
      "end": 29849,
      "loc": {
        "start": {
          "line": 886,
          "column": 21
        },
        "end": {
          "line": 886,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 29849,
      "end": 29850,
      "loc": {
        "start": {
          "line": 886,
          "column": 28
        },
        "end": {
          "line": 886,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 29850,
      "end": 29851,
      "loc": {
        "start": {
          "line": 886,
          "column": 29
        },
        "end": {
          "line": 886,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 29851,
      "end": 29852,
      "loc": {
        "start": {
          "line": 886,
          "column": 30
        },
        "end": {
          "line": 886,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 29857,
      "end": 29858,
      "loc": {
        "start": {
          "line": 887,
          "column": 4
        },
        "end": {
          "line": 887,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 29864,
      "end": 29871,
      "loc": {
        "start": {
          "line": 889,
          "column": 4
        },
        "end": {
          "line": 889,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 29872,
      "end": 29873,
      "loc": {
        "start": {
          "line": 889,
          "column": 12
        },
        "end": {
          "line": 889,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_",
      "start": 29874,
      "end": 29875,
      "loc": {
        "start": {
          "line": 889,
          "column": 14
        },
        "end": {
          "line": 889,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 29875,
      "end": 29876,
      "loc": {
        "start": {
          "line": 889,
          "column": 15
        },
        "end": {
          "line": 889,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "assign",
      "start": 29876,
      "end": 29882,
      "loc": {
        "start": {
          "line": 889,
          "column": 16
        },
        "end": {
          "line": 889,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 29882,
      "end": 29883,
      "loc": {
        "start": {
          "line": 889,
          "column": 22
        },
        "end": {
          "line": 889,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 29883,
      "end": 29884,
      "loc": {
        "start": {
          "line": 889,
          "column": 23
        },
        "end": {
          "line": 889,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 29884,
      "end": 29885,
      "loc": {
        "start": {
          "line": 889,
          "column": 24
        },
        "end": {
          "line": 889,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 29885,
      "end": 29886,
      "loc": {
        "start": {
          "line": 889,
          "column": 25
        },
        "end": {
          "line": 889,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 29887,
      "end": 29894,
      "loc": {
        "start": {
          "line": 889,
          "column": 27
        },
        "end": {
          "line": 889,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 29894,
      "end": 29895,
      "loc": {
        "start": {
          "line": 889,
          "column": 34
        },
        "end": {
          "line": 889,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 29896,
      "end": 29897,
      "loc": {
        "start": {
          "line": 889,
          "column": 36
        },
        "end": {
          "line": 889,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "transaction",
      "start": 29904,
      "end": 29915,
      "loc": {
        "start": {
          "line": 890,
          "column": 6
        },
        "end": {
          "line": 890,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 29915,
      "end": 29916,
      "loc": {
        "start": {
          "line": 890,
          "column": 17
        },
        "end": {
          "line": 890,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "transaction",
      "start": 29917,
      "end": 29928,
      "loc": {
        "start": {
          "line": 890,
          "column": 19
        },
        "end": {
          "line": 890,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 29928,
      "end": 29929,
      "loc": {
        "start": {
          "line": 890,
          "column": 30
        },
        "end": {
          "line": 890,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "parent",
      "start": 29929,
      "end": 29935,
      "loc": {
        "start": {
          "line": 890,
          "column": 31
        },
        "end": {
          "line": 890,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "||",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 1,
        "updateContext": null
      },
      "value": "||",
      "start": 29936,
      "end": 29938,
      "loc": {
        "start": {
          "line": 890,
          "column": 38
        },
        "end": {
          "line": 890,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "transaction",
      "start": 29939,
      "end": 29950,
      "loc": {
        "start": {
          "line": 890,
          "column": 41
        },
        "end": {
          "line": 890,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 29950,
      "end": 29951,
      "loc": {
        "start": {
          "line": 890,
          "column": 52
        },
        "end": {
          "line": 890,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "supportsSearchPath",
      "start": 29958,
      "end": 29976,
      "loc": {
        "start": {
          "line": 891,
          "column": 6
        },
        "end": {
          "line": 891,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 29976,
      "end": 29977,
      "loc": {
        "start": {
          "line": 891,
          "column": 24
        },
        "end": {
          "line": 891,
          "column": 25
        }
      }
    },
    {
      "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": 29978,
      "end": 29983,
      "loc": {
        "start": {
          "line": 891,
          "column": 26
        },
        "end": {
          "line": 891,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 29988,
      "end": 29989,
      "loc": {
        "start": {
          "line": 892,
          "column": 4
        },
        "end": {
          "line": 892,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 29989,
      "end": 29990,
      "loc": {
        "start": {
          "line": 892,
          "column": 5
        },
        "end": {
          "line": 892,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 29990,
      "end": 29991,
      "loc": {
        "start": {
          "line": 892,
          "column": 6
        },
        "end": {
          "line": 892,
          "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": 29997,
      "end": 30002,
      "loc": {
        "start": {
          "line": 894,
          "column": 4
        },
        "end": {
          "line": 894,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sql",
      "start": 30003,
      "end": 30006,
      "loc": {
        "start": {
          "line": 894,
          "column": 10
        },
        "end": {
          "line": 894,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 30007,
      "end": 30008,
      "loc": {
        "start": {
          "line": 894,
          "column": 14
        },
        "end": {
          "line": 894,
          "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": 30009,
      "end": 30013,
      "loc": {
        "start": {
          "line": 894,
          "column": 16
        },
        "end": {
          "line": 894,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 30013,
      "end": 30014,
      "loc": {
        "start": {
          "line": 894,
          "column": 20
        },
        "end": {
          "line": 894,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "QueryGenerator",
      "start": 30014,
      "end": 30028,
      "loc": {
        "start": {
          "line": 894,
          "column": 21
        },
        "end": {
          "line": 894,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 30028,
      "end": 30029,
      "loc": {
        "start": {
          "line": 894,
          "column": 35
        },
        "end": {
          "line": 894,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "commitTransactionQuery",
      "start": 30029,
      "end": 30051,
      "loc": {
        "start": {
          "line": 894,
          "column": 36
        },
        "end": {
          "line": 894,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 30051,
      "end": 30052,
      "loc": {
        "start": {
          "line": 894,
          "column": 58
        },
        "end": {
          "line": 894,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "transaction",
      "start": 30052,
      "end": 30063,
      "loc": {
        "start": {
          "line": 894,
          "column": 59
        },
        "end": {
          "line": 894,
          "column": 70
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 30063,
      "end": 30064,
      "loc": {
        "start": {
          "line": 894,
          "column": 70
        },
        "end": {
          "line": 894,
          "column": 71
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 30064,
      "end": 30065,
      "loc": {
        "start": {
          "line": 894,
          "column": 71
        },
        "end": {
          "line": 894,
          "column": 72
        }
      }
    },
    {
      "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": 30070,
      "end": 30075,
      "loc": {
        "start": {
          "line": 895,
          "column": 4
        },
        "end": {
          "line": 895,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "promise",
      "start": 30076,
      "end": 30083,
      "loc": {
        "start": {
          "line": 895,
          "column": 10
        },
        "end": {
          "line": 895,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 30084,
      "end": 30085,
      "loc": {
        "start": {
          "line": 895,
          "column": 18
        },
        "end": {
          "line": 895,
          "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": 30086,
      "end": 30090,
      "loc": {
        "start": {
          "line": 895,
          "column": 20
        },
        "end": {
          "line": 895,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 30090,
      "end": 30091,
      "loc": {
        "start": {
          "line": 895,
          "column": 24
        },
        "end": {
          "line": 895,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sequelize",
      "start": 30091,
      "end": 30100,
      "loc": {
        "start": {
          "line": 895,
          "column": 25
        },
        "end": {
          "line": 895,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 30100,
      "end": 30101,
      "loc": {
        "start": {
          "line": 895,
          "column": 34
        },
        "end": {
          "line": 895,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "query",
      "start": 30101,
      "end": 30106,
      "loc": {
        "start": {
          "line": 895,
          "column": 35
        },
        "end": {
          "line": 895,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 30106,
      "end": 30107,
      "loc": {
        "start": {
          "line": 895,
          "column": 40
        },
        "end": {
          "line": 895,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sql",
      "start": 30107,
      "end": 30110,
      "loc": {
        "start": {
          "line": 895,
          "column": 41
        },
        "end": {
          "line": 895,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 30110,
      "end": 30111,
      "loc": {
        "start": {
          "line": 895,
          "column": 44
        },
        "end": {
          "line": 895,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 30112,
      "end": 30119,
      "loc": {
        "start": {
          "line": 895,
          "column": 46
        },
        "end": {
          "line": 895,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 30119,
      "end": 30120,
      "loc": {
        "start": {
          "line": 895,
          "column": 53
        },
        "end": {
          "line": 895,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 30120,
      "end": 30121,
      "loc": {
        "start": {
          "line": 895,
          "column": 54
        },
        "end": {
          "line": 895,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "transaction",
      "start": 30127,
      "end": 30138,
      "loc": {
        "start": {
          "line": 897,
          "column": 4
        },
        "end": {
          "line": 897,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 30138,
      "end": 30139,
      "loc": {
        "start": {
          "line": 897,
          "column": 15
        },
        "end": {
          "line": 897,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "finished",
      "start": 30139,
      "end": 30147,
      "loc": {
        "start": {
          "line": 897,
          "column": 16
        },
        "end": {
          "line": 897,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 30148,
      "end": 30149,
      "loc": {
        "start": {
          "line": 897,
          "column": 25
        },
        "end": {
          "line": 897,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "commit",
      "start": 30150,
      "end": 30158,
      "loc": {
        "start": {
          "line": 897,
          "column": 27
        },
        "end": {
          "line": 897,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 30158,
      "end": 30159,
      "loc": {
        "start": {
          "line": 897,
          "column": 35
        },
        "end": {
          "line": 897,
          "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": 30165,
      "end": 30171,
      "loc": {
        "start": {
          "line": 899,
          "column": 4
        },
        "end": {
          "line": 899,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "promise",
      "start": 30172,
      "end": 30179,
      "loc": {
        "start": {
          "line": 899,
          "column": 11
        },
        "end": {
          "line": 899,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 30179,
      "end": 30180,
      "loc": {
        "start": {
          "line": 899,
          "column": 18
        },
        "end": {
          "line": 899,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 30183,
      "end": 30184,
      "loc": {
        "start": {
          "line": 900,
          "column": 2
        },
        "end": {
          "line": 900,
          "column": 3
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "rollbackTransaction",
      "start": 30188,
      "end": 30207,
      "loc": {
        "start": {
          "line": 902,
          "column": 2
        },
        "end": {
          "line": 902,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 30207,
      "end": 30208,
      "loc": {
        "start": {
          "line": 902,
          "column": 21
        },
        "end": {
          "line": 902,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "transaction",
      "start": 30208,
      "end": 30219,
      "loc": {
        "start": {
          "line": 902,
          "column": 22
        },
        "end": {
          "line": 902,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 30219,
      "end": 30220,
      "loc": {
        "start": {
          "line": 902,
          "column": 33
        },
        "end": {
          "line": 902,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 30221,
      "end": 30228,
      "loc": {
        "start": {
          "line": 902,
          "column": 35
        },
        "end": {
          "line": 902,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 30228,
      "end": 30229,
      "loc": {
        "start": {
          "line": 902,
          "column": 42
        },
        "end": {
          "line": 902,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 30230,
      "end": 30231,
      "loc": {
        "start": {
          "line": 902,
          "column": 44
        },
        "end": {
          "line": 902,
          "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": 30236,
      "end": 30238,
      "loc": {
        "start": {
          "line": 903,
          "column": 4
        },
        "end": {
          "line": 903,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 30239,
      "end": 30240,
      "loc": {
        "start": {
          "line": 903,
          "column": 7
        },
        "end": {
          "line": 903,
          "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": 30240,
      "end": 30241,
      "loc": {
        "start": {
          "line": 903,
          "column": 8
        },
        "end": {
          "line": 903,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "transaction",
      "start": 30241,
      "end": 30252,
      "loc": {
        "start": {
          "line": 903,
          "column": 9
        },
        "end": {
          "line": 903,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "||",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 1,
        "updateContext": null
      },
      "value": "||",
      "start": 30253,
      "end": 30255,
      "loc": {
        "start": {
          "line": 903,
          "column": 21
        },
        "end": {
          "line": 903,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "prefix",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "!",
      "start": 30256,
      "end": 30257,
      "loc": {
        "start": {
          "line": 903,
          "column": 24
        },
        "end": {
          "line": 903,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 30257,
      "end": 30258,
      "loc": {
        "start": {
          "line": 903,
          "column": 25
        },
        "end": {
          "line": 903,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "transaction",
      "start": 30258,
      "end": 30269,
      "loc": {
        "start": {
          "line": 903,
          "column": 26
        },
        "end": {
          "line": 903,
          "column": 37
        }
      }
    },
    {
      "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": 30270,
      "end": 30280,
      "loc": {
        "start": {
          "line": 903,
          "column": 38
        },
        "end": {
          "line": 903,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Transaction",
      "start": 30281,
      "end": 30292,
      "loc": {
        "start": {
          "line": 903,
          "column": 49
        },
        "end": {
          "line": 903,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 30292,
      "end": 30293,
      "loc": {
        "start": {
          "line": 903,
          "column": 60
        },
        "end": {
          "line": 903,
          "column": 61
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 30293,
      "end": 30294,
      "loc": {
        "start": {
          "line": 903,
          "column": 61
        },
        "end": {
          "line": 903,
          "column": 62
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 30295,
      "end": 30296,
      "loc": {
        "start": {
          "line": 903,
          "column": 63
        },
        "end": {
          "line": 903,
          "column": 64
        }
      }
    },
    {
      "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": 30303,
      "end": 30308,
      "loc": {
        "start": {
          "line": 904,
          "column": 6
        },
        "end": {
          "line": 904,
          "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": 30309,
      "end": 30312,
      "loc": {
        "start": {
          "line": 904,
          "column": 12
        },
        "end": {
          "line": 904,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Error",
      "start": 30313,
      "end": 30318,
      "loc": {
        "start": {
          "line": 904,
          "column": 16
        },
        "end": {
          "line": 904,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 30318,
      "end": 30319,
      "loc": {
        "start": {
          "line": 904,
          "column": 21
        },
        "end": {
          "line": 904,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "Unable to rollback a transaction without transaction object!",
      "start": 30319,
      "end": 30381,
      "loc": {
        "start": {
          "line": 904,
          "column": 22
        },
        "end": {
          "line": 904,
          "column": 84
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 30381,
      "end": 30382,
      "loc": {
        "start": {
          "line": 904,
          "column": 84
        },
        "end": {
          "line": 904,
          "column": 85
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 30382,
      "end": 30383,
      "loc": {
        "start": {
          "line": 904,
          "column": 85
        },
        "end": {
          "line": 904,
          "column": 86
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 30388,
      "end": 30389,
      "loc": {
        "start": {
          "line": 905,
          "column": 4
        },
        "end": {
          "line": 905,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 30395,
      "end": 30402,
      "loc": {
        "start": {
          "line": 907,
          "column": 4
        },
        "end": {
          "line": 907,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 30403,
      "end": 30404,
      "loc": {
        "start": {
          "line": 907,
          "column": 12
        },
        "end": {
          "line": 907,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_",
      "start": 30405,
      "end": 30406,
      "loc": {
        "start": {
          "line": 907,
          "column": 14
        },
        "end": {
          "line": 907,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 30406,
      "end": 30407,
      "loc": {
        "start": {
          "line": 907,
          "column": 15
        },
        "end": {
          "line": 907,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "assign",
      "start": 30407,
      "end": 30413,
      "loc": {
        "start": {
          "line": 907,
          "column": 16
        },
        "end": {
          "line": 907,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 30413,
      "end": 30414,
      "loc": {
        "start": {
          "line": 907,
          "column": 22
        },
        "end": {
          "line": 907,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 30414,
      "end": 30415,
      "loc": {
        "start": {
          "line": 907,
          "column": 23
        },
        "end": {
          "line": 907,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 30415,
      "end": 30416,
      "loc": {
        "start": {
          "line": 907,
          "column": 24
        },
        "end": {
          "line": 907,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 30416,
      "end": 30417,
      "loc": {
        "start": {
          "line": 907,
          "column": 25
        },
        "end": {
          "line": 907,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 30418,
      "end": 30425,
      "loc": {
        "start": {
          "line": 907,
          "column": 27
        },
        "end": {
          "line": 907,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 30425,
      "end": 30426,
      "loc": {
        "start": {
          "line": 907,
          "column": 34
        },
        "end": {
          "line": 907,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 30427,
      "end": 30428,
      "loc": {
        "start": {
          "line": 907,
          "column": 36
        },
        "end": {
          "line": 907,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "transaction",
      "start": 30435,
      "end": 30446,
      "loc": {
        "start": {
          "line": 908,
          "column": 6
        },
        "end": {
          "line": 908,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 30446,
      "end": 30447,
      "loc": {
        "start": {
          "line": 908,
          "column": 17
        },
        "end": {
          "line": 908,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "transaction",
      "start": 30448,
      "end": 30459,
      "loc": {
        "start": {
          "line": 908,
          "column": 19
        },
        "end": {
          "line": 908,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 30459,
      "end": 30460,
      "loc": {
        "start": {
          "line": 908,
          "column": 30
        },
        "end": {
          "line": 908,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "parent",
      "start": 30460,
      "end": 30466,
      "loc": {
        "start": {
          "line": 908,
          "column": 31
        },
        "end": {
          "line": 908,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "||",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 1,
        "updateContext": null
      },
      "value": "||",
      "start": 30467,
      "end": 30469,
      "loc": {
        "start": {
          "line": 908,
          "column": 38
        },
        "end": {
          "line": 908,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "transaction",
      "start": 30470,
      "end": 30481,
      "loc": {
        "start": {
          "line": 908,
          "column": 41
        },
        "end": {
          "line": 908,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 30481,
      "end": 30482,
      "loc": {
        "start": {
          "line": 908,
          "column": 52
        },
        "end": {
          "line": 908,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "supportsSearchPath",
      "start": 30489,
      "end": 30507,
      "loc": {
        "start": {
          "line": 909,
          "column": 6
        },
        "end": {
          "line": 909,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 30507,
      "end": 30508,
      "loc": {
        "start": {
          "line": 909,
          "column": 24
        },
        "end": {
          "line": 909,
          "column": 25
        }
      }
    },
    {
      "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": 30509,
      "end": 30514,
      "loc": {
        "start": {
          "line": 909,
          "column": 26
        },
        "end": {
          "line": 909,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 30519,
      "end": 30520,
      "loc": {
        "start": {
          "line": 910,
          "column": 4
        },
        "end": {
          "line": 910,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 30520,
      "end": 30521,
      "loc": {
        "start": {
          "line": 910,
          "column": 5
        },
        "end": {
          "line": 910,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 30521,
      "end": 30522,
      "loc": {
        "start": {
          "line": 910,
          "column": 6
        },
        "end": {
          "line": 910,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 30527,
      "end": 30534,
      "loc": {
        "start": {
          "line": 911,
          "column": 4
        },
        "end": {
          "line": 911,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 30534,
      "end": 30535,
      "loc": {
        "start": {
          "line": 911,
          "column": 11
        },
        "end": {
          "line": 911,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "transaction",
      "start": 30535,
      "end": 30546,
      "loc": {
        "start": {
          "line": 911,
          "column": 12
        },
        "end": {
          "line": 911,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 30546,
      "end": 30547,
      "loc": {
        "start": {
          "line": 911,
          "column": 23
        },
        "end": {
          "line": 911,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "name",
      "start": 30547,
      "end": 30551,
      "loc": {
        "start": {
          "line": 911,
          "column": 24
        },
        "end": {
          "line": 911,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 30552,
      "end": 30553,
      "loc": {
        "start": {
          "line": 911,
          "column": 29
        },
        "end": {
          "line": 911,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "transaction",
      "start": 30554,
      "end": 30565,
      "loc": {
        "start": {
          "line": 911,
          "column": 31
        },
        "end": {
          "line": 911,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 30565,
      "end": 30566,
      "loc": {
        "start": {
          "line": 911,
          "column": 42
        },
        "end": {
          "line": 911,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "parent",
      "start": 30566,
      "end": 30572,
      "loc": {
        "start": {
          "line": 911,
          "column": 43
        },
        "end": {
          "line": 911,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": "?",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 30573,
      "end": 30574,
      "loc": {
        "start": {
          "line": 911,
          "column": 50
        },
        "end": {
          "line": 911,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "transaction",
      "start": 30575,
      "end": 30586,
      "loc": {
        "start": {
          "line": 911,
          "column": 52
        },
        "end": {
          "line": 911,
          "column": 63
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 30586,
      "end": 30587,
      "loc": {
        "start": {
          "line": 911,
          "column": 63
        },
        "end": {
          "line": 911,
          "column": 64
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "name",
      "start": 30587,
      "end": 30591,
      "loc": {
        "start": {
          "line": 911,
          "column": 64
        },
        "end": {
          "line": 911,
          "column": 68
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 30592,
      "end": 30593,
      "loc": {
        "start": {
          "line": 911,
          "column": 69
        },
        "end": {
          "line": 911,
          "column": 70
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "undefined",
      "start": 30594,
      "end": 30603,
      "loc": {
        "start": {
          "line": 911,
          "column": 71
        },
        "end": {
          "line": 911,
          "column": 80
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 30603,
      "end": 30604,
      "loc": {
        "start": {
          "line": 911,
          "column": 80
        },
        "end": {
          "line": 911,
          "column": 81
        }
      }
    },
    {
      "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": 30609,
      "end": 30614,
      "loc": {
        "start": {
          "line": 912,
          "column": 4
        },
        "end": {
          "line": 912,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sql",
      "start": 30615,
      "end": 30618,
      "loc": {
        "start": {
          "line": 912,
          "column": 10
        },
        "end": {
          "line": 912,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 30619,
      "end": 30620,
      "loc": {
        "start": {
          "line": 912,
          "column": 14
        },
        "end": {
          "line": 912,
          "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": 30621,
      "end": 30625,
      "loc": {
        "start": {
          "line": 912,
          "column": 16
        },
        "end": {
          "line": 912,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 30625,
      "end": 30626,
      "loc": {
        "start": {
          "line": 912,
          "column": 20
        },
        "end": {
          "line": 912,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "QueryGenerator",
      "start": 30626,
      "end": 30640,
      "loc": {
        "start": {
          "line": 912,
          "column": 21
        },
        "end": {
          "line": 912,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 30640,
      "end": 30641,
      "loc": {
        "start": {
          "line": 912,
          "column": 35
        },
        "end": {
          "line": 912,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "rollbackTransactionQuery",
      "start": 30641,
      "end": 30665,
      "loc": {
        "start": {
          "line": 912,
          "column": 36
        },
        "end": {
          "line": 912,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 30665,
      "end": 30666,
      "loc": {
        "start": {
          "line": 912,
          "column": 60
        },
        "end": {
          "line": 912,
          "column": 61
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "transaction",
      "start": 30666,
      "end": 30677,
      "loc": {
        "start": {
          "line": 912,
          "column": 61
        },
        "end": {
          "line": 912,
          "column": 72
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 30677,
      "end": 30678,
      "loc": {
        "start": {
          "line": 912,
          "column": 72
        },
        "end": {
          "line": 912,
          "column": 73
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 30678,
      "end": 30679,
      "loc": {
        "start": {
          "line": 912,
          "column": 73
        },
        "end": {
          "line": 912,
          "column": 74
        }
      }
    },
    {
      "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": 30684,
      "end": 30689,
      "loc": {
        "start": {
          "line": 913,
          "column": 4
        },
        "end": {
          "line": 913,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "promise",
      "start": 30690,
      "end": 30697,
      "loc": {
        "start": {
          "line": 913,
          "column": 10
        },
        "end": {
          "line": 913,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 30698,
      "end": 30699,
      "loc": {
        "start": {
          "line": 913,
          "column": 18
        },
        "end": {
          "line": 913,
          "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": 30700,
      "end": 30704,
      "loc": {
        "start": {
          "line": 913,
          "column": 20
        },
        "end": {
          "line": 913,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 30704,
      "end": 30705,
      "loc": {
        "start": {
          "line": 913,
          "column": 24
        },
        "end": {
          "line": 913,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sequelize",
      "start": 30705,
      "end": 30714,
      "loc": {
        "start": {
          "line": 913,
          "column": 25
        },
        "end": {
          "line": 913,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 30714,
      "end": 30715,
      "loc": {
        "start": {
          "line": 913,
          "column": 34
        },
        "end": {
          "line": 913,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "query",
      "start": 30715,
      "end": 30720,
      "loc": {
        "start": {
          "line": 913,
          "column": 35
        },
        "end": {
          "line": 913,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 30720,
      "end": 30721,
      "loc": {
        "start": {
          "line": 913,
          "column": 40
        },
        "end": {
          "line": 913,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sql",
      "start": 30721,
      "end": 30724,
      "loc": {
        "start": {
          "line": 913,
          "column": 41
        },
        "end": {
          "line": 913,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 30724,
      "end": 30725,
      "loc": {
        "start": {
          "line": 913,
          "column": 44
        },
        "end": {
          "line": 913,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 30726,
      "end": 30733,
      "loc": {
        "start": {
          "line": 913,
          "column": 46
        },
        "end": {
          "line": 913,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 30733,
      "end": 30734,
      "loc": {
        "start": {
          "line": 913,
          "column": 53
        },
        "end": {
          "line": 913,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 30734,
      "end": 30735,
      "loc": {
        "start": {
          "line": 913,
          "column": 54
        },
        "end": {
          "line": 913,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "transaction",
      "start": 30741,
      "end": 30752,
      "loc": {
        "start": {
          "line": 915,
          "column": 4
        },
        "end": {
          "line": 915,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 30752,
      "end": 30753,
      "loc": {
        "start": {
          "line": 915,
          "column": 15
        },
        "end": {
          "line": 915,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "finished",
      "start": 30753,
      "end": 30761,
      "loc": {
        "start": {
          "line": 915,
          "column": 16
        },
        "end": {
          "line": 915,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 30762,
      "end": 30763,
      "loc": {
        "start": {
          "line": 915,
          "column": 25
        },
        "end": {
          "line": 915,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "rollback",
      "start": 30764,
      "end": 30774,
      "loc": {
        "start": {
          "line": 915,
          "column": 27
        },
        "end": {
          "line": 915,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 30774,
      "end": 30775,
      "loc": {
        "start": {
          "line": 915,
          "column": 37
        },
        "end": {
          "line": 915,
          "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": 30781,
      "end": 30787,
      "loc": {
        "start": {
          "line": 917,
          "column": 4
        },
        "end": {
          "line": 917,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "promise",
      "start": 30788,
      "end": 30795,
      "loc": {
        "start": {
          "line": 917,
          "column": 11
        },
        "end": {
          "line": 917,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 30795,
      "end": 30796,
      "loc": {
        "start": {
          "line": 917,
          "column": 18
        },
        "end": {
          "line": 917,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 30799,
      "end": 30800,
      "loc": {
        "start": {
          "line": 918,
          "column": 2
        },
        "end": {
          "line": 918,
          "column": 3
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 30801,
      "end": 30802,
      "loc": {
        "start": {
          "line": 919,
          "column": 0
        },
        "end": {
          "line": 919,
          "column": 1
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "module",
      "start": 30804,
      "end": 30810,
      "loc": {
        "start": {
          "line": 921,
          "column": 0
        },
        "end": {
          "line": 921,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 30810,
      "end": 30811,
      "loc": {
        "start": {
          "line": 921,
          "column": 6
        },
        "end": {
          "line": 921,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "exports",
      "start": 30811,
      "end": 30818,
      "loc": {
        "start": {
          "line": 921,
          "column": 7
        },
        "end": {
          "line": 921,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 30819,
      "end": 30820,
      "loc": {
        "start": {
          "line": 921,
          "column": 15
        },
        "end": {
          "line": 921,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "QueryInterface",
      "start": 30821,
      "end": 30835,
      "loc": {
        "start": {
          "line": 921,
          "column": 17
        },
        "end": {
          "line": 921,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 30835,
      "end": 30836,
      "loc": {
        "start": {
          "line": 921,
          "column": 31
        },
        "end": {
          "line": 921,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "module",
      "start": 30837,
      "end": 30843,
      "loc": {
        "start": {
          "line": 922,
          "column": 0
        },
        "end": {
          "line": 922,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 30843,
      "end": 30844,
      "loc": {
        "start": {
          "line": 922,
          "column": 6
        },
        "end": {
          "line": 922,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "exports",
      "start": 30844,
      "end": 30851,
      "loc": {
        "start": {
          "line": 922,
          "column": 7
        },
        "end": {
          "line": 922,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 30851,
      "end": 30852,
      "loc": {
        "start": {
          "line": 922,
          "column": 14
        },
        "end": {
          "line": 922,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "QueryInterface",
      "start": 30852,
      "end": 30866,
      "loc": {
        "start": {
          "line": 922,
          "column": 15
        },
        "end": {
          "line": 922,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 30867,
      "end": 30868,
      "loc": {
        "start": {
          "line": 922,
          "column": 30
        },
        "end": {
          "line": 922,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "QueryInterface",
      "start": 30869,
      "end": 30883,
      "loc": {
        "start": {
          "line": 922,
          "column": 32
        },
        "end": {
          "line": 922,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 30883,
      "end": 30884,
      "loc": {
        "start": {
          "line": 922,
          "column": 46
        },
        "end": {
          "line": 922,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "module",
      "start": 30885,
      "end": 30891,
      "loc": {
        "start": {
          "line": 923,
          "column": 0
        },
        "end": {
          "line": 923,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 30891,
      "end": 30892,
      "loc": {
        "start": {
          "line": 923,
          "column": 6
        },
        "end": {
          "line": 923,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "exports",
      "start": 30892,
      "end": 30899,
      "loc": {
        "start": {
          "line": 923,
          "column": 7
        },
        "end": {
          "line": 923,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 30899,
      "end": 30900,
      "loc": {
        "start": {
          "line": 923,
          "column": 14
        },
        "end": {
          "line": 923,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "default",
        "keyword": "default",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "default",
      "start": 30900,
      "end": 30907,
      "loc": {
        "start": {
          "line": 923,
          "column": 15
        },
        "end": {
          "line": 923,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 30908,
      "end": 30909,
      "loc": {
        "start": {
          "line": 923,
          "column": 23
        },
        "end": {
          "line": 923,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "QueryInterface",
      "start": 30910,
      "end": 30924,
      "loc": {
        "start": {
          "line": 923,
          "column": 25
        },
        "end": {
          "line": 923,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 30924,
      "end": 30925,
      "loc": {
        "start": {
          "line": 923,
          "column": 39
        },
        "end": {
          "line": 923,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "eof",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 30926,
      "end": 30926,
      "loc": {
        "start": {
          "line": 924,
          "column": 0
        },
        "end": {
          "line": 924,
          "column": 0
        }
      }
    }
  ]
}